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

  /external/chromium_org/tools/clang/plugins/
ChromeClassTester.cpp 20 bool starts_with(const std::string& one, const std::string& two) { function in namespace:__anon20326
25 if (starts_with(one, two))
  /art/runtime/base/
stringpiece.h 113 bool starts_with(const StringPiece& x) const { function in class:art::StringPiece
  /external/chromium_org/base/strings/
string_piece.h 269 bool starts_with(const BasicStringPiece& x) const { function in class:base::BasicStringPiece
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/strings/
string_piece.h 113 bool starts_with(const StringPiece& x) const { function in class:i18n::phonenumbers::StringPiece
  /external/chromium_org/third_party/re2/re2/
stringpiece.h 107 bool starts_with(const StringPiece& x) const { function in class:re2::StringPiece
  /external/regex-re2/re2/
stringpiece.h 104 bool starts_with(const StringPiece& x) const { function in class:re2::StringPiece
  /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,
  /hardware/libhardware/modules/sensors/
multihal.cpp 420 static bool starts_with(const char* s, const char* prefix) { function
451 if (starts_with(real_path, LEGAL_SUBHAL_PATH_PREFIX) ||
452 starts_with(real_path, LEGAL_SUBHAL_ALTERNATE_PATH_PREFIX)) {
  /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...]

Completed in 525 milliseconds