Home
last modified time | relevance | path

Searched refs:StartsWith (Results 1 – 25 of 26) sorted by relevance

12

/art/dexoptanalyzer/
Ddexoptanalyzer.cc182 } else if (StartsWith(option, "--dex-file=")) { in ParseArgs()
184 } else if (StartsWith(option, "--compiler-filter=")) { in ParseArgs()
189 } else if (StartsWith(option, "--isa=")) { in ParseArgs()
195 } else if (StartsWith(option, "--image=")) { in ParseArgs()
203 } else if (StartsWith(option, "--android-data=")) { in ParseArgs()
210 } else if (StartsWith(option, "--oat-fd=")) { in ParseArgs()
215 } else if (StartsWith(option, "--vdex-fd=")) { in ParseArgs()
220 } else if (StartsWith(option, "--zip-fd=")) { in ParseArgs()
225 } else if (StartsWith(option, "--class-loader-context=")) { in ParseArgs()
227 } else if (StartsWith(option, "--class-loader-context-fds=")) { in ParseArgs()
/art/libdexfile/dex/
Dsignature.cc65 if (!StartsWith(tail, "(")) { in operator ==()
73 if (!StartsWith(tail, param)) { in operator ==()
79 if (!StartsWith(tail, ")")) { in operator ==()
/art/profman/
Dprofman.cc197 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()
[all …]
/art/cmdline/
Dcmdline_types.h674 if (android::base::StartsWith(option, "min-save-period-ms:")) {
680 if (android::base::StartsWith(option, "save-resolved-classes-delay-ms:")) {
686 if (android::base::StartsWith(option, "hot-startup-method-samples:")) {
692 if (android::base::StartsWith(option, "min-methods-to-save:")) {
698 if (android::base::StartsWith(option, "min-classes-to-save:")) {
704 if (android::base::StartsWith(option, "min-notification-before-wake:")) {
710 if (android::base::StartsWith(option, "max-notification-before-wake:")) {
716 if (android::base::StartsWith(option, "profile-path:")) {
Dcmdline.h157 if (StartsWith(option, "--boot-image=")) { in Parse()
159 } else if (StartsWith(option, "--instruction-set=")) { in Parse()
175 } else if (StartsWith(option, "--output=")) { in Parse()
Dtoken_range.h193 bool StartsWith(const TokenRange& other) const { in StartsWith() function
361 if (!StartsWith(*token_it, name_prefix)) { in MaybeMatches()
384 static bool StartsWith(const std::string& larger, const std::string& smaller) { in StartsWith() function
/art/libartbase/base/
Dstring_view_cpp20.h30 inline bool StartsWith(std::string_view sv, std::string_view prefix) { in StartsWith() function
Dfile_utils.cc357 return android::base::StartsWith(full_path, path_prefix); in IsLocationOnModule()
377 return android::base::StartsWith(full_path, kApexDefaultPath); in LocationIsOnApex()
388 android::base::StartsWith(full_path.get(), GetAndroidRoot().c_str()); in LocationIsOnSystem()
/art/tools/veridex/
Dveridex.cc88 static bool StartsWith(const char* str, const char* val) { in StartsWith() function
98 if (StartsWith(argv[i], kDexFileOption)) { in ParseArgs()
100 } else if (StartsWith(argv[i], kStubsOption)) { in ParseArgs()
102 } else if (StartsWith(argv[i], kFlagsOption)) { in ParseArgs()
106 } else if (StartsWith(argv[i], kTargetSdkVersion)) { in ParseArgs()
/art/tools/art_verifier/
Dart_verifier.cc107 if (StartsWith(option, "--dex-file=")) { in ParseCustom()
115 } else if (StartsWith(option, "--repetitions=")) { in ParseCustom()
118 } else if (StartsWith(option, "--api-level=")) { in ParseCustom()
/art/runtime/verifier/
Dmethod_verifier_test.cc48 if (android::base::StartsWith(descriptor, "Ljava/lang/invoke")) { in VerifyClass()
/art/tools/hiddenapi/
Dhiddenapi.cc893 if (StartsWith(option, "--input-dex=")) { in ParseArgs()
895 } else if (StartsWith(option, "--output-dex=")) { in ParseArgs()
897 } else if (StartsWith(option, "--api-flags=")) { in ParseArgs()
910 if (StartsWith(option, "--boot-dex=")) { in ParseArgs()
912 } else if (StartsWith(option, "--public-stub-classpath=")) { in ParseArgs()
916 } else if (StartsWith(option, "--system-stub-classpath=")) { in ParseArgs()
920 } else if (StartsWith(option, "--test-stub-classpath=")) { in ParseArgs()
924 } else if (StartsWith(option, "--core-platform-stub-classpath=")) { in ParseArgs()
928 } else if (StartsWith(option, "--out-api-flags=")) { in ParseArgs()
/art/compiler/jit/
Djit_compiler.cc77 if (StartsWith(option, "--instruction-set-variant=")) { in ParseCompilerOptions()
85 } else if (StartsWith(option, "--instruction-set-features=")) { in ParseCompilerOptions()
/art/compiler/driver/
Dcompiler_options.cc198 return android::base::StartsWith(boot_image_filename, "core-"); in IsCoreImageFilename()
/art/oatdump/
Doatdump.cc3292 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()
[all …]
/art/dex2oat/
Ddex2oat.cc135 if (android::base::StartsWith(original_argv[i], "--zip-fd=")) { in StrippedCommandLine()
138 if (android::base::StartsWith(original_argv[i], "--compiler-filter=")) { in StrippedCommandLine()
152 if (android::base::StartsWith(original_argv[i], "--instruction-set")) { in StrippedCommandLine()
157 if (android::base::StartsWith(original_argv[i], "--boot-image=")) { in StrippedCommandLine()
162 if (android::base::StartsWith(original_argv[i], "--image-format=")) { in StrippedCommandLine()
171 if (android::base::StartsWith(original_argv[i], "--zip-") || in StrippedCommandLine()
172 android::base::StartsWith(original_argv[i], "--dex-") || in StrippedCommandLine()
173 android::base::StartsWith(original_argv[i], "--oat-") || in StrippedCommandLine()
174 android::base::StartsWith(original_argv[i], "--swap-") || in StrippedCommandLine()
175 android::base::StartsWith(original_argv[i], "--app-image-")) { in StrippedCommandLine()
[all …]
/art/runtime/
Doat_file_assistant.cc471 !android::base::StartsWith(basename.c_str(), kAnonymousDexPrefix) || in IsAnonymousVdexBasename()
616 if (!StartsWith(remaining_bcp, location)) { in ValidateBootClassPathChecksums()
625 if (!StartsWith(remaining_bcp, ":")) { in ValidateBootClassPathChecksums()
Delf_file.cc1480 if (android::base::StartsWith(name, ".debug") in Strip()
Dclass_loader_context_test.cc437 if (!android::base::StartsWith(in, cwd) || (cwd_len < 1)) { in CreateRelativeString()
/art/dexlayout/
Ddexdiag.cc473 } else if (StartsWith(option, "--contains=")) { in DexDiagMain()
/art/openjdkjvmti/
Dti_thread.cc131 !android::base::StartsWith(name, "Jit thread pool") && in ThreadStart()
132 !android::base::StartsWith(name, "Runtime worker thread")) { in ThreadStart()
/art/imgdiag/
Dimgdiag.cc1856 if (StartsWith(option, "--image-diff-pid=")) { in ParseCustom()
1863 } else if (StartsWith(option, "--zygote-diff-pid=")) { in ParseCustom()
/art/runtime/jit/
Djit.cc626 if (android::base::StartsWith(option, "--profile-file=")) { in Run()
/art/runtime/jni/
Djava_vm_ext.cc614 if (StartsWith(class_name, gBuiltInPrefixes[i])) { in ShouldTrace()
/art/dex2oat/driver/
Dcompiler_driver.cc938 !android::base::StartsWith(method_ref.dex_file->GetLocation(), "/apex")) { in ShouldCompileBasedOnProfile()

12