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

  /external/chromium_org/third_party/webrtc/base/
stringutils_unittest.cc 100 EXPECT_TRUE(ends_with("foobar", "bar"));
101 EXPECT_TRUE(ends_with("foobar", "foobar"));
102 EXPECT_TRUE(ends_with("foobar", ""));
103 EXPECT_TRUE(ends_with("", ""));
104 EXPECT_FALSE(ends_with("foobar", "foo"));
105 EXPECT_FALSE(ends_with("foobar", "foobarbaz"));
106 EXPECT_FALSE(ends_with("", "f"));
stringutils.cc 108 bool ends_with(const char *s1, const char *s2) { function in namespace:rtc
stringutils.h 311 bool ends_with(const char *s1, const char *s2);
  /bionic/libc/private/
bionic_string_utils.h 22 static inline bool ends_with(const char* s1, const char* s2) { function
  /external/chromium_org/tools/clang/plugins/
ChromeClassTester.cpp 30 bool ends_with(const std::string& one, const std::string& two) { function in namespace:__anon131
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")) {
  /external/chromium_org/base/strings/
string_piece_unittest.cc 562 ASSERT_TRUE(a.ends_with(a));
563 ASSERT_TRUE(a.ends_with("bar"));
564 ASSERT_TRUE(a.ends_with(e));
565 ASSERT_TRUE(b.ends_with(s1));
566 ASSERT_TRUE(b.ends_with(b));
567 ASSERT_TRUE(b.ends_with(e));
568 ASSERT_TRUE(e.ends_with(""));
569 ASSERT_TRUE(!a.ends_with(b));
570 ASSERT_TRUE(!b.ends_with(a));
571 ASSERT_TRUE(!e.ends_with(a))
    [all...]
string_piece.h 280 bool ends_with(const BasicStringPiece& x) const { function in class:base::BasicStringPiece
  /external/chromium_org/base/
os_compat_android.cc 125 if (!base::StringPiece(path, path_len).ends_with(kSuffix)) {
vlog.cc 98 if (module.ends_with(kInlSuffix))
  /art/runtime/base/
stringpiece.h 119 bool ends_with(const StringPiece& x) const { function in class:art::StringPiece
  /bionic/libc/bionic/
pthread_attr.cpp 141 if (ends_with(line, " [stack]\n")) {
  /external/chromium_org/third_party/re2/re2/
stringpiece.h 113 bool ends_with(const StringPiece& x) const { function in class:re2::StringPiece
  /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,
  /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
  /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/chromium_org/chrome/browser/
io_thread.cc     [all...]
  /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...]
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
xmppclient.cc 107 rtc::ends_with(server_name.c_str(),
  /external/chromium_org/net/cert/
x509_certificate.cc 651 reference_host.ends_with(pattern_end))
  /external/chromium_org/ppapi/native_client/tools/browser_tester/browserdata/
nacltest.js 445 function ends_with(s, suffix) { function
  /art/compiler/driver/
compiler_driver.cc     [all...]

Completed in 785 milliseconds