Lines Matching refs:StartsWith

245   DCHECK(StartsWith(raw_option, option_prefix)) << raw_option << " " << option_prefix;  in ParseUintOption()
256 DCHECK(StartsWith(raw_option, option_prefix)) << raw_option << " " << option_prefix; in ParseBoolOption()
316 } else if (StartsWith(option, "--create-profile-from=")) { in ParseArgs()
318 } else if (StartsWith(option, "--dump-output-to-fd=")) { in ParseArgs()
324 } else if (StartsWith(option, "--method-threshold=")) { in ParseArgs()
330 } else if (StartsWith(option, "--class-threshold=")) { in ParseArgs()
336 } else if (StartsWith(option, "--clean-class-threshold=")) { in ParseArgs()
342 } else if (StartsWith(option, "--preloaded-class-threshold=")) { in ParseArgs()
348 } else if (StartsWith(option, "--preloaded-classes-blacklist=")) { in ParseArgs()
357 } else if (StartsWith(option, "--upgrade-startup-to-hot=")) { in ParseArgs()
361 } else if (StartsWith(option, "--special-package=")) { in ParseArgs()
370 } else if (StartsWith(option, "--debug-append-uses=")) { in ParseArgs()
374 } else if (StartsWith(option, "--out-profile-path=")) { in ParseArgs()
376 } else if (StartsWith(option, "--out-preloaded-classes-path=")) { in ParseArgs()
379 } else if (StartsWith(option, "--profile-file=")) { in ParseArgs()
381 } else if (StartsWith(option, "--profile-file-fd=")) { in ParseArgs()
383 } else if (StartsWith(option, "--reference-profile-file=")) { in ParseArgs()
385 } else if (StartsWith(option, "--reference-profile-file-fd=")) { in ParseArgs()
387 } else if (StartsWith(option, "--dex-location=")) { in ParseArgs()
389 } else if (StartsWith(option, "--apk-fd=")) { in ParseArgs()
391 } else if (StartsWith(option, "--apk=")) { in ParseArgs()
393 } else if (StartsWith(option, "--generate-test-profile=")) { in ParseArgs()
395 } else if (StartsWith(option, "--generate-test-profile-num-dex=")) { in ParseArgs()
399 } else if (StartsWith(option, "--generate-test-profile-method-percentage=")) { in ParseArgs()
403 } else if (StartsWith(option, "--generate-test-profile-class-percentage=")) { in ParseArgs()
407 } else if (StartsWith(option, "--generate-test-profile-seed=")) { in ParseArgs()
885 if (android::base::StartsWith(dot, "#") || dot.empty()) { in ReadCommentedInputStream()