Lines Matching refs:StartsWith
3292 if (android::base::StartsWith(p_name, method.c_str())) { in DumpIMTForMethod()
3305 if (android::base::StartsWith(p_name, method.c_str())) { in DumpIMTForMethod()
3318 if (android::base::StartsWith(i_name, method.c_str())) { in DumpIMTForMethod()
3337 if (android::base::StartsWith(dot, "#") || dot.empty()) { in ReadCommentedInputStream()
3402 if (StartsWith(option, "--oat-file=")) { in ParseCustom()
3404 } else if (StartsWith(option, "--dex-file=")) { in ParseCustom()
3406 } else if (StartsWith(option, "--image=")) { in ParseCustom()
3416 } else if (StartsWith(option, "--symbolize=")) { in ParseCustom()
3419 } else if (StartsWith(option, "--only-keep-debug")) { in ParseCustom()
3421 } else if (StartsWith(option, "--class-filter=")) { in ParseCustom()
3423 } else if (StartsWith(option, "--method-filter=")) { in ParseCustom()
3425 } else if (StartsWith(option, "--list-classes")) { in ParseCustom()
3427 } else if (StartsWith(option, "--list-methods")) { in ParseCustom()
3429 } else if (StartsWith(option, "--export-dex-to=")) { in ParseCustom()
3431 } else if (StartsWith(option, "--addr2instr=")) { in ParseCustom()
3436 } else if (StartsWith(option, "--app-image=")) { in ParseCustom()
3438 } else if (StartsWith(option, "--app-oat=")) { in ParseCustom()
3440 } else if (StartsWith(option, "--dump-imt=")) { in ParseCustom()