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

  /bionic/libc/private/
bionic_string_utils.h 22 static inline bool ends_with(const char* s1, const char* s2) { function
  /external/chromium_org/third_party/webrtc/base/
stringutils.cc 108 bool ends_with(const char *s1, const char *s2) { function in namespace:rtc
  /external/chromium_org/tools/clang/plugins/
ChromeClassTester.cpp 30 bool ends_with(const std::string& one, const std::string& two) { function in namespace:__anon21044
90 if (ends_with(base_name, "Matcher"))
140 if (ends_with(filename, ".cc") || ends_with(filename, ".cpp") ||
141 ends_with(filename, ".mm")) {
263 if (ends_with(filename, ".pb.h")) {
  /art/runtime/base/
stringpiece.h 119 bool ends_with(const StringPiece& x) const { function in class:art::StringPiece
  /external/chromium_org/base/strings/
string_piece.h 280 bool ends_with(const BasicStringPiece& x) const { function in class:base::BasicStringPiece
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/strings/
string_piece.h 119 bool ends_with(const StringPiece& x) const { function in class:i18n::phonenumbers::StringPiece
  /external/chromium_org/third_party/re2/re2/
stringpiece.h 113 bool ends_with(const StringPiece& x) const { function in class:re2::StringPiece
  /external/chromium_org/ppapi/native_client/tools/browser_tester/browserdata/
nacltest.js 445 function ends_with(s, suffix) { function
  /external/linux-tools-perf/perf-3.12.0/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...]

Completed in 4098 milliseconds