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

  /external/chromium_org/third_party/libjingle/source/talk/base/
stringutils_unittest.cc 117 EXPECT_TRUE(ends_with("foobar", "bar"));
118 EXPECT_TRUE(ends_with("foobar", "foobar"));
119 EXPECT_TRUE(ends_with("foobar", ""));
120 EXPECT_TRUE(ends_with("", ""));
121 EXPECT_FALSE(ends_with("foobar", "foo"));
122 EXPECT_FALSE(ends_with("foobar", "foobarbaz"));
123 EXPECT_FALSE(ends_with("", "f"));
stringutils.cc 125 bool ends_with(const char *s1, const char *s2) {
stringutils.h 328 bool ends_with(const char *s1, const char *s2);
  /external/chromium_org/tools/clang/plugins/
ChromeClassTester.cpp 30 bool ends_with(const std::string& one, const std::string& two) { function in namespace:__anon16464
92 if (ends_with(base_name, "Matcher"))
132 if (ends_with(filename, ".cc") || ends_with(filename, ".cpp") ||
133 ends_with(filename, ".mm")) {
251 if (ends_with(filename, ".pb.h")) {
  /external/chromium/base/
string_piece_unittest.cc 443 ASSERT_TRUE(a.ends_with(a));
444 ASSERT_TRUE(a.ends_with("bar"));
445 ASSERT_TRUE(a.ends_with(e));
446 ASSERT_TRUE(b.ends_with(s1));
447 ASSERT_TRUE(b.ends_with(b));
448 ASSERT_TRUE(b.ends_with(e));
449 ASSERT_TRUE(e.ends_with(""));
450 ASSERT_TRUE(!a.ends_with(b));
451 ASSERT_TRUE(!b.ends_with(a));
452 ASSERT_TRUE(!e.ends_with(a))
    [all...]
vlog.cc 94 if (module.ends_with(kInlSuffix))
string_piece.h 119 bool ends_with(const StringPiece& x) const { function in class:base::StringPiece
  /external/chromium_org/base/strings/
string_piece_unittest.cc 552 ASSERT_TRUE(a.ends_with(a));
553 ASSERT_TRUE(a.ends_with("bar"));
554 ASSERT_TRUE(a.ends_with(e));
555 ASSERT_TRUE(b.ends_with(s1));
556 ASSERT_TRUE(b.ends_with(b));
557 ASSERT_TRUE(b.ends_with(e));
558 ASSERT_TRUE(e.ends_with(""));
559 ASSERT_TRUE(!a.ends_with(b));
560 ASSERT_TRUE(!b.ends_with(a));
561 ASSERT_TRUE(!e.ends_with(a))
    [all...]
string_piece.h 278 bool ends_with(const BasicStringPiece& x) const { function in class:base::BasicStringPiece
  /external/chromium_org/base/
os_compat_android.cc 120 if (!base::StringPiece(path, path_len).ends_with(kSuffix)) {
vlog.cc 94 if (module.ends_with(kInlSuffix))
  /art/runtime/base/
stringpiece.h 119 bool ends_with(const StringPiece& x) const { function in class:art::StringPiece
  /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
  /external/linux-tools-perf/
builtin-script.c 763 static const char *ends_with(const char *str, const char *suffix) function
858 str = (char *)ends_with(script_root, REPORT_SUFFIX);
906 str = (char *)ends_with(__script_root, suffix);
926 return ends_with(script_path, "top") == NULL ? false : true;
  /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/third_party/libjingle/source/talk/xmpp/
xmppclient.cc 106 talk_base::ends_with(server_name.c_str(),
  /external/chromium_org/net/cert/
x509_certificate.cc 646 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...]
  /external/chromium/net/base/
x509_certificate.cc 490 if (cert_match.ends_with("."))
    [all...]

Completed in 1109 milliseconds