Searched refs:ends_with (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dstringutils_unittest.cc100 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"));
H A Dstringutils.cc108 bool ends_with(const char *s1, const char *s2) { function in namespace:rtc
H A Dstringutils.h311 bool ends_with(const char *s1, const char *s2);
/external/chromium_org/tools/clang/plugins/
H A DChromeClassTester.cpp30 bool ends_with(const std::string& one, const std::string& two) { function in namespace:__anon16426
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/
H A Dstring_piece_unittest.cc562 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(
[all...]
H A Dstring_piece.h280 bool ends_with(const BasicStringPiece& x) const { function in class:base::BasicStringPiece
/external/chromium_org/base/
H A Dos_compat_android.cc125 if (!base::StringPiece(path, path_len).ends_with(kSuffix)) {
H A Dvlog.cc98 if (module.ends_with(kInlSuffix))
/external/chromium_org/third_party/re2/re2/
H A Dstringpiece.h113 bool ends_with(const StringPiece& x) const { function in class:re2::StringPiece
/external/regex-re2/re2/
H A Dstringpiece.h110 bool ends_with(const StringPiece& x) const { function in class:re2::StringPiece
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/strings/
H A Dstring_piece.h119 bool ends_with(const StringPiece& x) const { function in class:i18n::phonenumbers::StringPiece
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dxmppclient.cc107 rtc::ends_with(server_name.c_str(),
/external/chromium_org/chrome/browser/
H A Dio_thread.cc1274 return quic_trial_group.ends_with(kQuicFieldTrialPacingSuffix);
1359 return quic_trial_group.ends_with(
1412 if (!length_str.ends_with(kQuicFieldTrialPacketLengthSuffix)) {
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-script.c919 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;
/external/chromium_org/net/cert/
H A Dx509_certificate.cc651 reference_host.ends_with(pattern_end))
/external/chromium_org/ppapi/native_client/tools/browser_tester/browserdata/
H A Dnacltest.js445 function ends_with(s, suffix) { function

Completed in 493 milliseconds