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

  /external/llvm/include/llvm/ADT/
SmallString.h 134 /// endswith - Check if this string ends with the given \p Suffix.
135 bool endswith(StringRef Suffix) const { function in class:llvm::SmallString
136 return str().endswith(Suffix);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
SmallString.h 134 /// endswith - Check if this string ends with the given \p Suffix.
135 bool endswith(StringRef Suffix) const { function in class:llvm::SmallString
136 return str().endswith(Suffix);
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
SmallString.h 134 /// endswith - Check if this string ends with the given \p Suffix.
135 bool endswith(StringRef Suffix) const { function in class:llvm::SmallString
136 return str().endswith(Suffix);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
UserString.py 83 def endswith(self, suffix, start=0, end=sys.maxint): member in class:UserString
84 return self.data.endswith(suffix, start, end)
  /external/python/cpython2/Lib/
UserString.py 83 def endswith(self, suffix, start=0, end=sys.maxint): member in class:UserString
84 return self.data.endswith(suffix, start, end)
  /external/clang/test/Index/
recursive-cxx-member-calls.cpp 56 bool endswith(StringRef Suffix) const { function in class:llvm::StringRef
102 if (AttrName.startswith("__") && AttrName.endswith("__"))
    [all...]
  /external/python/cpython3/Lib/collections/
__init__.py 1214 def endswith(self, suffix, start=0, end=_sys.maxsize): member in class:UserString
    [all...]
  /external/adhd/cras/src/server/
cras_alsa_io.c 892 int endswith(const char *s, const char *suffix) function
955 if (endswith(node->name, "Jack") && !strstr(node->name, HDMI)) {
    [all...]

Completed in 714 milliseconds