Searched refs:starts_with (Results 1 – 15 of 15) sorted by relevance
159 } else if (option.starts_with("--dex-file=")) { in ParseArgs()161 } else if (option.starts_with("--compiler-filter=")) { in ParseArgs()166 } else if (option.starts_with("--isa=")) { in ParseArgs()172 } else if (option.starts_with("--image=")) { in ParseArgs()174 } else if (option.starts_with("--android-data=")) { in ParseArgs()179 } else if (option.starts_with("--downgrade")) { in ParseArgs()181 } else if (option.starts_with("--oat-fd")) { in ParseArgs()186 } else if (option.starts_with("--vdex-fd")) { in ParseArgs()191 } else if (option.starts_with("--zip-fd")) { in ParseArgs()196 } else if (option.starts_with("--class-loader-context=")) { in ParseArgs()
228 } else if (option.starts_with("--create-profile-from=")) { in ParseArgs()230 } else if (option.starts_with("--dump-output-to-fd=")) { in ParseArgs()234 } else if (option.starts_with("--boot-image-class-threshold=")) { in ParseArgs()239 } else if (option.starts_with("--boot-image-clean-class-threshold=")) { in ParseArgs()244 } else if (option.starts_with("--boot-image-sampled-method-threshold=")) { in ParseArgs()249 } else if (option.starts_with("--profile-file=")) { in ParseArgs()251 } else if (option.starts_with("--profile-file-fd=")) { in ParseArgs()253 } else if (option.starts_with("--reference-profile-file=")) { in ParseArgs()255 } else if (option.starts_with("--reference-profile-file-fd=")) { in ParseArgs()257 } else if (option.starts_with("--dex-location=")) { in ParseArgs()[all …]
193 } else if (option.starts_with("--dex=")) { in ParseArgs()195 } else if (option.starts_with("--light-greylist=")) { in ParseArgs()197 } else if (option.starts_with("--dark-greylist=")) { in ParseArgs()199 } else if (option.starts_with("--blacklist=")) { in ParseArgs()
110 if (option.starts_with("--instruction-set-variant=")) { in JitCompiler()118 } else if (option.starts_with("--instruction-set-features=")) { in JitCompiler()
147 if (option.starts_with("--boot-image=")) { in Parse()149 } else if (option.starts_with("--instruction-set=")) { in Parse()157 } else if (option.starts_with("--output=")) { in Parse()
1240 if (option.starts_with("--instruction-set=")) { in patchoat()1247 } else if (option.starts_with("--input-image-location=")) { in patchoat()1249 } else if (option.starts_with("--output-image-directory=")) { in patchoat()1251 } else if (option.starts_with("--output-image-relocation-directory=")) { in patchoat()1254 } else if (option.starts_with("--base-offset-delta=")) { in patchoat()
672 if (!tail.starts_with("(")) { in operator ==()680 if (!tail.starts_with(param)) { in operator ==()686 if (!tail.starts_with(")")) { in operator ==()
3610 if (option.starts_with("--oat-file=")) { in ParseCustom()3612 } else if (option.starts_with("--dex-file=")) { in ParseCustom()3614 } else if (option.starts_with("--image=")) { in ParseCustom()3624 } else if (option.starts_with("--symbolize=")) { in ParseCustom()3627 } else if (option.starts_with("--only-keep-debug")) { in ParseCustom()3629 } else if (option.starts_with("--class-filter=")) { in ParseCustom()3631 } else if (option.starts_with("--method-filter=")) { in ParseCustom()3633 } else if (option.starts_with("--list-classes")) { in ParseCustom()3635 } else if (option.starts_with("--list-methods")) { in ParseCustom()3637 } else if (option.starts_with("--export-dex-to=")) { in ParseCustom()[all …]
130 DCHECK(option.starts_with(option_prefix)) << option << " " << option_prefix;
131 bool starts_with(const StringPiece& x) const { in starts_with() function
464 } else if (option.starts_with("--contains=")) { in DexDiagMain()
1677 if (option.starts_with("--image-diff-pid=")) { in ParseCustom()1684 } else if (option.starts_with("--zygote-diff-pid=")) { in ParseCustom()
586 if (class_name.starts_with(gBuiltInPrefixes[i])) { in ShouldTrace()
234 if (option.starts_with("--compiler-filter=")) { in GetRuntimeCompilerFilterOption()
1188 if (option.starts_with("--debuggable")) { in Init()