• Home
  • Raw
  • Download

Lines Matching refs:StartsWith

197   DCHECK(StartsWith(raw_option, option_prefix)) << raw_option << " " << option_prefix;  in ParseUintOption()
267 } else if (StartsWith(option, "--create-profile-from=")) { in ParseArgs()
269 } else if (StartsWith(option, "--dump-output-to-fd=")) { in ParseArgs()
273 } else if (StartsWith(option, "--boot-image-class-threshold=")) { in ParseArgs()
277 } else if (StartsWith(option, "--boot-image-clean-class-threshold=")) { in ParseArgs()
281 } else if (StartsWith(option, "--boot-image-sampled-method-threshold=")) { in ParseArgs()
285 } else if (StartsWith(option, "--profile-file=")) { in ParseArgs()
287 } else if (StartsWith(option, "--profile-file-fd=")) { in ParseArgs()
289 } else if (StartsWith(option, "--reference-profile-file=")) { in ParseArgs()
291 } else if (StartsWith(option, "--reference-profile-file-fd=")) { in ParseArgs()
293 } else if (StartsWith(option, "--dex-location=")) { in ParseArgs()
295 } else if (StartsWith(option, "--apk-fd=")) { in ParseArgs()
297 } else if (StartsWith(option, "--apk=")) { in ParseArgs()
299 } else if (StartsWith(option, "--generate-test-profile=")) { in ParseArgs()
301 } else if (StartsWith(option, "--generate-test-profile-num-dex=")) { in ParseArgs()
305 } else if (StartsWith(option, "--generate-test-profile-method-percentage=")) { in ParseArgs()
309 } else if (StartsWith(option, "--generate-test-profile-class-percentage=")) { in ParseArgs()
313 } else if (StartsWith(option, "--generate-test-profile-seed=")) { in ParseArgs()
788 if (android::base::StartsWith(dot, "#") || dot.empty()) { in ReadCommentedInputStream()