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

  /bionic/libc/private/
bionic_string_utils.h 22 static inline bool ends_with(const char* s1, const char* s2) { function
  /external/v8/tools/clang/plugins/
ChromeClassTester.cpp 29 bool ends_with(const std::string& one, const std::string& two) { function in namespace:__anon48837
67 if (!options_.check_gmock_objects && ends_with(base_name, "Matcher"))
148 if (ends_with(filename, ".cc") || ends_with(filename, ".cpp") ||
149 ends_with(filename, ".mm")) {
  /external/webrtc/webrtc/base/
stringutils.cc 108 bool ends_with(const char *s1, const char *s2) { function in namespace:rtc
  /external/grpc-grpc/include/grpcpp/impl/codegen/
string_ref.h 106 bool ends_with(string_ref x) const { function in class:grpc::string_ref
  /build/kati/
string_piece.h 134 bool ends_with(const StringPiece& x) const { function in class:StringPiece
  /external/protobuf/src/google/protobuf/stubs/
stringpiece.h 335 bool ends_with(StringPiece x) const { function in class:google::protobuf::StringPiece
  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/SystemEvents/
Standard_Suite.py 518 class ends_with(aetools.NComparison): class in inherits:aetools.NComparison
577 'ends' : ends_with,
  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Terminal/
Standard_Suite.py 518 class ends_with(aetools.NComparison): class in inherits:aetools.NComparison
577 'ends' : ends_with,
  /external/python/cpython2/Lib/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...]
  /frameworks/base/cmds/incidentd/src/
WorkDirectory.cpp 114 static bool ends_with(const string& str, const string& ending) { function in namespace:android::os::incidentd
712 bool isEnvelope = ends_with(entryname, EXTENSION_ENVELOPE);
713 bool isData = ends_with(entryname, EXTENSION_DATA);
  /external/v8/src/
d8.cc 2429 bool ends_with(const char* input, const char* suffix) { function in namespace:v8
    [all...]

Completed in 1661 milliseconds