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

  /bionic/libc/private/
bionic_string_utils.h 22 static inline bool ends_with(const char* s1, const char* s2) { function
  /bionic/libc/bionic/
pthread_attr.cpp 141 if (ends_with(line, " [stack]\n")) {
  /external/regex-re2/re2/
stringpiece.h 110 bool ends_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 518 class ends_with(aetools.NComparison): class in inherits:aetools.NComparison
577 'ends' : ends_with,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/
Standard_Suite.py 518 class ends_with(aetools.NComparison): class in inherits:aetools.NComparison
577 'ends' : ends_with,
  /art/runtime/base/
stringpiece.h 128 bool ends_with(const StringPiece& x) const { function in class:art::StringPiece
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
Standard_Suite.py 650 class ends_with(aetools.NComparison): class in inherits:aetools.NComparison
731 'ends' : ends_with,
AppleScript_Suite.py 385 def ends_with(self, _object, _attributes={}, **_arguments): member in class:AppleScript_Suite_Events
    [all...]
  /external/linux-tools-perf/src/tools/perf/
builtin-script.c 919 static const char *ends_with(const char *str, const char *suffix) function
982 str = (char *)ends_with(script_root, suffix);
1215 return ends_with(script_path, "top") == NULL ? false : true;
    [all...]
  /art/compiler/driver/
compiler_driver.cc     [all...]

Completed in 521 milliseconds