Lines Matching refs:StartsWith
3310 if (android::base::StartsWith(p_name, method.c_str())) { in DumpIMTForMethod()
3323 if (android::base::StartsWith(p_name, method.c_str())) { in DumpIMTForMethod()
3336 if (android::base::StartsWith(i_name, method.c_str())) { in DumpIMTForMethod()
3355 if (android::base::StartsWith(dot, "#") || dot.empty()) { in ReadCommentedInputStream()
3420 if (StartsWith(option, "--oat-file=")) { in ParseCustom()
3422 } else if (StartsWith(option, "--dex-file=")) { in ParseCustom()
3424 } else if (StartsWith(option, "--image=")) { in ParseCustom()
3434 } else if (StartsWith(option, "--symbolize=")) { in ParseCustom()
3437 } else if (StartsWith(option, "--only-keep-debug")) { in ParseCustom()
3439 } else if (StartsWith(option, "--class-filter=")) { in ParseCustom()
3441 } else if (StartsWith(option, "--method-filter=")) { in ParseCustom()
3443 } else if (StartsWith(option, "--list-classes")) { in ParseCustom()
3445 } else if (StartsWith(option, "--list-methods")) { in ParseCustom()
3447 } else if (StartsWith(option, "--export-dex-to=")) { in ParseCustom()
3449 } else if (StartsWith(option, "--addr2instr=")) { in ParseCustom()
3454 } else if (StartsWith(option, "--app-image=")) { in ParseCustom()
3456 } else if (StartsWith(option, "--app-oat=")) { in ParseCustom()
3458 } else if (StartsWith(option, "--dump-imt=")) { in ParseCustom()