HomeSort by relevance Sort by last modified time
    Searched refs:starts_with (Results 1 - 14 of 14) sorted by null

  /art/dex2oat/
dex2oat.cc 593 if (option.starts_with("--dex-file=")) {
595 } else if (option.starts_with("--dex-location=")) {
597 } else if (option.starts_with("--zip-fd=")) {
605 } else if (option.starts_with("--zip-location=")) {
607 } else if (option.starts_with("--oat-file=")) {
609 } else if (option.starts_with("--oat-symbols=")) {
611 } else if (option.starts_with("--oat-fd=")) {
623 } else if (option.starts_with("-j")) {
628 } else if (option.starts_with("--oat-location=")) {
630 } else if (option.starts_with("--image="))
    [all...]
  /art/cmdline/
cmdline.h 141 if (option.starts_with("--boot-image=")) {
143 } else if (option.starts_with("--instruction-set=")) {
151 } else if (option.starts_with("--output=")) {
  /art/patchoat/
patchoat.cc     [all...]
  /external/regex-re2/re2/
stringpiece.h 104 bool starts_with(const StringPiece& x) const { function in class:re2::StringPiece
  /hardware/libhardware/modules/sensors/
multihal.cpp 453 static bool starts_with(const char* s, const char* prefix) { function
484 if (starts_with(real_path, LEGAL_SUBHAL_PATH_PREFIX) ||
485 starts_with(real_path, LEGAL_SUBHAL_ALTERNATE_PATH_PREFIX)) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
Standard_Suite.py 520 class starts_with(aetools.NComparison): class in inherits:aetools.NComparison
575 'bgwt' : starts_with,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/
Standard_Suite.py 520 class starts_with(aetools.NComparison): class in inherits:aetools.NComparison
575 'bgwt' : starts_with,
  /art/runtime/base/
stringpiece.h 122 bool starts_with(const StringPiece& x) const { function in class:art::StringPiece
  /art/oatdump/
oatdump.cc     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
Standard_Suite.py 652 class starts_with(aetools.NComparison): class in inherits:aetools.NComparison
729 'bgwt' : starts_with,
AppleScript_Suite.py 599 def starts_with(self, _object, _attributes={}, **_arguments): member in class:AppleScript_Suite_Events
    [all...]
  /art/runtime/
dex_file.cc     [all...]
java_vm_ext.cc 454 if (class_name.starts_with(gBuiltInPrefixes[i])) {
  /art/imgdiag/
imgdiag.cc     [all...]

Completed in 631 milliseconds