/external/googletest/googletest/test/ |
D | googletest-port-test.cc | 767 EXPECT_TRUE(MatchRegexAtHead("", "")); in TEST() 768 EXPECT_TRUE(MatchRegexAtHead("", "ab")); in TEST() 772 EXPECT_FALSE(MatchRegexAtHead("$", "a")); in TEST() 774 EXPECT_TRUE(MatchRegexAtHead("$", "")); in TEST() 775 EXPECT_TRUE(MatchRegexAtHead("a$", "a")); in TEST() 779 EXPECT_FALSE(MatchRegexAtHead("\\w", "+")); in TEST() 780 EXPECT_FALSE(MatchRegexAtHead("\\W", "ab")); in TEST() 782 EXPECT_TRUE(MatchRegexAtHead("\\sa", "\nab")); in TEST() 783 EXPECT_TRUE(MatchRegexAtHead("\\d", "1a")); in TEST() 787 EXPECT_FALSE(MatchRegexAtHead(".+a", "abc")); in TEST() [all …]
|
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/test/ |
D | googletest-port-test.cc | 779 EXPECT_TRUE(MatchRegexAtHead("", "")); in TEST() 780 EXPECT_TRUE(MatchRegexAtHead("", "ab")); in TEST() 784 EXPECT_FALSE(MatchRegexAtHead("$", "a")); in TEST() 786 EXPECT_TRUE(MatchRegexAtHead("$", "")); in TEST() 787 EXPECT_TRUE(MatchRegexAtHead("a$", "a")); in TEST() 791 EXPECT_FALSE(MatchRegexAtHead("\\w", "+")); in TEST() 792 EXPECT_FALSE(MatchRegexAtHead("\\W", "ab")); in TEST() 794 EXPECT_TRUE(MatchRegexAtHead("\\sa", "\nab")); in TEST() 795 EXPECT_TRUE(MatchRegexAtHead("\\d", "1a")); in TEST() 799 EXPECT_FALSE(MatchRegexAtHead(".+a", "abc")); in TEST() [all …]
|
/external/llvm/utils/unittest/googletest/src/ |
D | gtest-port.cc | 306 if (i >= min_count && MatchRegexAtHead(regex, str + i)) { in MatchRepetitionAndRegexAtHead() 322 bool MatchRegexAtHead(const char* regex, const char* str) { in MatchRegexAtHead() function 346 MatchRegexAtHead(regex + 1, str + 1); in MatchRegexAtHead() 363 return MatchRegexAtHead(regex + 1, str); in MatchRegexAnywhere() 367 if (MatchRegexAtHead(regex, str)) in MatchRegexAnywhere()
|
D | gtest-internal-inl.h | 925 GTEST_API_ bool MatchRegexAtHead(const char* regex, const char* str);
|
/external/libvpx/libvpx/third_party/googletest/src/src/ |
D | gtest-port.cc | 812 if (i >= min_count && MatchRegexAtHead(regex, str + i)) { in MatchRepetitionAndRegexAtHead() 828 bool MatchRegexAtHead(const char* regex, const char* str) { in MatchRegexAtHead() function 852 MatchRegexAtHead(regex + 1, str + 1); in MatchRegexAtHead() 869 return MatchRegexAtHead(regex + 1, str); in MatchRegexAnywhere() 873 if (MatchRegexAtHead(regex, str)) in MatchRegexAnywhere()
|
D | gtest-internal-inl.h | 946 GTEST_API_ bool MatchRegexAtHead(const char* regex, const char* str);
|
/external/llvm-project/llvm/utils/unittest/googletest/src/ |
D | gtest-port.cc | 755 if (i >= min_count && MatchRegexAtHead(regex, str + i)) { in MatchRepetitionAndRegexAtHead() 771 bool MatchRegexAtHead(const char* regex, const char* str) { in MatchRegexAtHead() function 795 MatchRegexAtHead(regex + 1, str + 1); in MatchRegexAtHead() 812 return MatchRegexAtHead(regex + 1, str); in MatchRegexAnywhere() 816 if (MatchRegexAtHead(regex, str)) in MatchRegexAnywhere()
|
D | gtest-internal-inl.h | 944 GTEST_API_ bool MatchRegexAtHead(const char* regex, const char* str);
|
/external/libaom/libaom/third_party/googletest/src/googletest/src/ |
D | gtest-port.cc | 864 if (i >= min_count && MatchRegexAtHead(regex, str + i)) { in MatchRepetitionAndRegexAtHead() 879 bool MatchRegexAtHead(const char *regex, const char *str) { in MatchRegexAtHead() function 901 MatchRegexAtHead(regex + 1, str + 1); in MatchRegexAtHead() 916 if (*regex == '^') return MatchRegexAtHead(regex + 1, str); in MatchRegexAnywhere() 920 if (MatchRegexAtHead(regex, str)) return true; in MatchRegexAnywhere()
|
D | gtest-internal-inl.h | 980 GTEST_API_ bool MatchRegexAtHead(const char *regex, const char *str);
|
/external/googletest/googletest/src/ |
D | gtest-port.cc | 903 if (i >= min_count && MatchRegexAtHead(regex, str + i)) { in MatchRepetitionAndRegexAtHead() 919 bool MatchRegexAtHead(const char* regex, const char* str) { in MatchRegexAtHead() function 943 MatchRegexAtHead(regex + 1, str + 1); in MatchRegexAtHead() 959 return MatchRegexAtHead(regex + 1, str); in MatchRegexAnywhere() 963 if (MatchRegexAtHead(regex, str)) in MatchRegexAnywhere()
|
D | gtest-internal-inl.h | 988 GTEST_API_ bool MatchRegexAtHead(const char* regex, const char* str);
|
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/src/ |
D | gtest-port.cc | 894 if (i >= min_count && MatchRegexAtHead(regex, str + i)) { in MatchRepetitionAndRegexAtHead() 910 bool MatchRegexAtHead(const char* regex, const char* str) { in MatchRegexAtHead() function 934 MatchRegexAtHead(regex + 1, str + 1); in MatchRegexAtHead() 950 return MatchRegexAtHead(regex + 1, str); in MatchRegexAnywhere() 954 if (MatchRegexAtHead(regex, str)) in MatchRegexAnywhere()
|
D | gtest-internal-inl.h | 962 GTEST_API_ bool MatchRegexAtHead(const char* regex, const char* str);
|
/external/mesa3d/src/gtest/src/ |
D | gtest-port.cc | 894 if (i >= min_count && MatchRegexAtHead(regex, str + i)) { in MatchRepetitionAndRegexAtHead() 910 bool MatchRegexAtHead(const char* regex, const char* str) { in MatchRegexAtHead() function 934 MatchRegexAtHead(regex + 1, str + 1); in MatchRegexAtHead() 950 return MatchRegexAtHead(regex + 1, str); in MatchRegexAnywhere() 954 if (MatchRegexAtHead(regex, str)) in MatchRegexAnywhere()
|
D | gtest-internal-inl.h | 967 GTEST_API_ bool MatchRegexAtHead(const char* regex, const char* str);
|
/external/fmtlib/test/ |
D | gmock-gtest-all.cc | 1353 GTEST_API_ bool MatchRegexAtHead(const char* regex, const char* str); 8391 if (i >= min_count && MatchRegexAtHead(regex, str + i)) { in MatchRepetitionAndRegexAtHead() 8406 bool MatchRegexAtHead(const char* regex, const char* str) { in MatchRegexAtHead() function 8428 MatchRegexAtHead(regex + 1, str + 1); in MatchRegexAtHead() 8443 if (*regex == '^') return MatchRegexAtHead(regex + 1, str); in MatchRegexAnywhere() 8447 if (MatchRegexAtHead(regex, str)) return true; in MatchRegexAnywhere()
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/ |
D | gmock-gtest-all.cc | 1351 GTEST_API_ bool MatchRegexAtHead(const char* regex, const char* str); 9304 if (i >= min_count && MatchRegexAtHead(regex, str + i)) { in MatchRepetitionAndRegexAtHead() 9320 bool MatchRegexAtHead(const char* regex, const char* str) { in MatchRegexAtHead() function 9344 MatchRegexAtHead(regex + 1, str + 1); in MatchRegexAtHead() 9361 return MatchRegexAtHead(regex + 1, str); in MatchRegexAnywhere() 9365 if (MatchRegexAtHead(regex, str)) in MatchRegexAnywhere()
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/DA7778FB66018A4E9B4110ED06E730D00/ |
D | breakpad_unittests.sym | 27777 FUNC 431f8 5a 0 testing::internal::MatchRegexAtHead
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/D6D1FEC9A15DE7F38A236898871A2E770/ |
D | breakpad_unittests.sym | 29347 FUNC 642cc bc 0 testing::internal::MatchRegexAtHead
|