Searched defs:endswith (Results 1 - 22 of 22) sorted by relevance

/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
H A DSmallString.h134 /// 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);
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
H A DSmallString.h134 /// 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);
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
H A DSmallString.h134 /// 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);
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
H A DSmallString.h134 /// 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);
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
H A DSmallString.h134 /// 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);
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
H A DSmallString.h134 /// 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);
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
H A DSmallString.h134 /// 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);
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
H A DSmallString.h134 /// 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);
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
H A DSmallString.h134 /// 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);
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
H A DSmallString.h134 /// 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);
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
H A DSmallString.h134 /// 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);
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
H A DSmallString.h134 /// 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);
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
H A DSmallString.h134 /// 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);
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
H A DSmallString.h134 /// 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);
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A DUserString.py83 def endswith(self, suffix, start=0, end=sys.maxint): member in class:UserString
84 return self.data.endswith(suffix, start, end)
/prebuilts/gdb/linux-x86/lib/python2.7/
H A DUserString.py83 def endswith(self, suffix, start=0, end=sys.maxint): member in class:UserString
84 return self.data.endswith(suffix, start, end)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A DUserString.py83 def endswith(self, suffix, start=0, end=sys.maxint): member in class:UserString
84 return self.data.endswith(suffix, start, end)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A DUserString.py83 def endswith(self, suffix, start=0, end=sys.maxint): member in class:UserString
84 return self.data.endswith(suffix, start, end)
/prebuilts/misc/common/jython/
H A Djython.jarMETA-INF/MANIFEST.MF com/xhaus/modjy/ModjyJServlet.class ModjyJServlet.java package com.xhaus ...
/prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
H A Djython-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/services/javax.script.ScriptEngineFactory com/xhaus/modjy/ModjyJServlet ...
/prebuilts/devtools/tools/lib/
H A Djython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META-INF/maven/jline/ ...
/prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
H A Djython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META-INF/maven/jline/ ...

Completed in 667 milliseconds