Searched refs:StartsWith (Results 26 - 50 of 63) sorted by relevance

123

/external/mockito/src/main/java/org/mockito/
H A DArgumentMatchers.java24 import org.mockito.internal.matchers.StartsWith;
1160 reportMatcher(new StartsWith(prefix));
/external/clang/lib/Basic/
H A DSourceManager.cpp155 .StartsWith("\xFE\xFF", "UTF-16 (BE)")
156 .StartsWith("\xFF\xFE", "UTF-16 (LE)")
157 .StartsWith("\x00\x00\xFE\xFF", "UTF-32 (BE)")
158 .StartsWith("\xFF\xFE\x00\x00", "UTF-32 (LE)")
159 .StartsWith("\x2B\x2F\x76", "UTF-7")
160 .StartsWith("\xF7\x64\x4C", "UTF-1")
161 .StartsWith("\xDD\x73\x66\x73", "UTF-EBCDIC")
162 .StartsWith("\x0E\xFE\xFF", "SDSU")
163 .StartsWith("\xFB\xEE\x28", "BOCU-1")
164 .StartsWith("\x8
[all...]
/external/google-breakpad/src/testing/test/
H A Dgmock-matchers_test.cc115 using testing::StartsWith;
1034 StartsWith("which is located @"));
1038 StartsWith("which is located @"));
1332 // Tests StartsWith(s).
1335 const Matcher<const char*> m1 = StartsWith(string(""));
1340 const Matcher<const string&> m2 = StartsWith("Hi");
1349 Matcher<const std::string> m = StartsWith("Hi");
1566 // Tests StartsWith(s).
1569 const Matcher<const wchar_t*> m1 = StartsWith(::std::wstring(L""));
1574 const Matcher<const ::std::wstring&> m2 = StartsWith(
[all...]
H A Dgmock_link_test.h82 // StartsWith
169 using testing::StartsWith;
562 // Tests the linkage of the StartsWith, EndsWith, and HasSubstr matchers.
566 ON_CALL(mock, VoidFromString(StartsWith("a"))).WillByDefault(Return());
/external/llvm/lib/Support/
H A DTargetParser.cpp684 .StartsWith("aarch64", ARM::IK_AARCH64)
685 .StartsWith("arm64", ARM::IK_AARCH64)
686 .StartsWith("thumb", ARM::IK_THUMB)
687 .StartsWith("arm", ARM::IK_ARM)
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DDescriptorPool.cs269 if (name.StartsWith("."))
/external/v8/tools/clang/blink_gc_plugin/
H A DConfig.h243 static bool StartsWith(const std::string& str, const std::string& prefix) { function in class:Config
/external/googletest/googlemock/test/
H A Dgmock_link_test.h82 // StartsWith
169 using testing::StartsWith;
562 // Tests the linkage of the StartsWith, EndsWith, and HasSubstr matchers.
566 ON_CALL(mock, VoidFromString(StartsWith("a"))).WillByDefault(Return());
H A Dgmock-matchers_test.cc127 using testing::StartsWith;
1158 StartsWith("which is located @"));
1162 StartsWith("which is located @"));
1456 // Tests StartsWith(s).
1459 const Matcher<const char*> m1 = StartsWith(string(""));
1464 const Matcher<const string&> m2 = StartsWith("Hi");
1473 Matcher<const std::string> m = StartsWith("Hi");
1690 // Tests StartsWith(s).
1693 const Matcher<const wchar_t*> m1 = StartsWith(::std::wstring(L""));
1698 const Matcher<const ::std::wstring&> m2 = StartsWith(
[all...]
/external/swiftshader/third_party/LLVM/lib/Object/
H A DCOFFObjectFile.cpp213 .StartsWith(".debug", 'N')
214 .StartsWith(".sxdata", 'N')
H A DELFObjectFile.cpp592 .StartsWith(".debug", 'N')
593 .StartsWith(".note", 'n')
/external/v8/testing/gmock/test/
H A Dgmock_link_test.h82 // StartsWith
169 using testing::StartsWith;
562 // Tests the linkage of the StartsWith, EndsWith, and HasSubstr matchers.
566 ON_CALL(mock, VoidFromString(StartsWith("a"))).WillByDefault(Return());
H A Dgmock-matchers_test.cc127 using testing::StartsWith;
1158 StartsWith("which is located @"));
1162 StartsWith("which is located @"));
1456 // Tests StartsWith(s).
1459 const Matcher<const char*> m1 = StartsWith(string(""));
1464 const Matcher<const string&> m2 = StartsWith("Hi");
1473 Matcher<const std::string> m = StartsWith("Hi");
1690 // Tests StartsWith(s).
1693 const Matcher<const wchar_t*> m1 = StartsWith(::std::wstring(L""));
1698 const Matcher<const ::std::wstring&> m2 = StartsWith(
[all...]
/external/protobuf/src/google/protobuf/
H A Dwire_format_unittest.cc1125 bool StartsWith(const string& s, const string& prefix) { function in namespace:google::protobuf::internal::__anon16538
1149 EXPECT_TRUE(StartsWith(errors[0],
1173 EXPECT_TRUE(StartsWith(errors[0],
1276 EXPECT_TRUE(StartsWith(errors[0],
/external/easymock/src/org/easymock/
H A DEasyMock.java1346 reportMatcher(new StartsWith(prefix));
/external/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp782 .StartsWith(".debug", 'N')
783 .StartsWith(".note", 'n')
802 .StartsWith(".debug", 'N')
803 .StartsWith(".sxdata", 'N')
/external/swiftshader/third_party/LLVM/unittests/ADT/
H A DStringRefTest.cpp223 TEST(StringRefTest, StartsWith) {
/external/dng_sdk/source/
H A Ddng_string.cpp1482 bool dng_string::StartsWith (const char *s, function in class:dng_string
1711 if (StartsWith (s, case_sensitive))
/external/libchrome/base/strings/
H A Dstring_util.cc598 bool StartsWith(StringPiece str, function in namespace:base
604 bool StartsWith(StringPiece16 str, function in namespace:base
/external/guice/extensions/persist/lib/
H A Deasymock.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/easymock/ org/easymock/AbstractMatcher.class AbstractMatcher. ...
/external/guice/lib/build/
H A Deasymock.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/easymock/ org/easymock/AbstractMatcher.class AbstractMatcher. ...
/external/libchrome/base/trace_event/
H A Dtrace_config.cc384 if (StartsWith(category, kSyntheticDelayCategoryFilterPrefix,
/external/libchrome/base/files/
H A Dfile_path.cc72 if (!StartsWith(a_letter, b_letter, CompareCase::INSENSITIVE_ASCII))
283 if (!StartsWith(*parent_comp, *child_comp, CompareCase::INSENSITIVE_ASCII))
1335 return StartsWith(path_, "content://", base::CompareCase::INSENSITIVE_ASCII);
/external/spirv-llvm/lib/SPIRV/
H A DOCL20ToSPIRV.cpp67 .StartsWith("compare_exchange", 6)
68 .StartsWith("fetch", 4)
/external/avb/test/
H A Davbtool_unittest.cc565 if (!base::StartsWith(line, prefix, base::CompareCase::SENSITIVE)) {

Completed in 894 milliseconds

123