/external/protobuf/gtest/test/ |
D | gtest-port_test.cc | 575 EXPECT_TRUE(MatchRegexAtHead("", "")); in TEST() 576 EXPECT_TRUE(MatchRegexAtHead("", "ab")); in TEST() 580 EXPECT_FALSE(MatchRegexAtHead("$", "a")); in TEST() 582 EXPECT_TRUE(MatchRegexAtHead("$", "")); in TEST() 583 EXPECT_TRUE(MatchRegexAtHead("a$", "a")); in TEST() 587 EXPECT_FALSE(MatchRegexAtHead("\\w", "+")); in TEST() 588 EXPECT_FALSE(MatchRegexAtHead("\\W", "ab")); in TEST() 590 EXPECT_TRUE(MatchRegexAtHead("\\sa", "\nab")); in TEST() 591 EXPECT_TRUE(MatchRegexAtHead("\\d", "1a")); in TEST() 595 EXPECT_FALSE(MatchRegexAtHead(".+a", "abc")); in TEST() [all …]
|
/external/google-breakpad/src/testing/gtest/test/ |
D | gtest-port_test.cc | 768 EXPECT_TRUE(MatchRegexAtHead("", "")); in TEST() 769 EXPECT_TRUE(MatchRegexAtHead("", "ab")); in TEST() 773 EXPECT_FALSE(MatchRegexAtHead("$", "a")); in TEST() 775 EXPECT_TRUE(MatchRegexAtHead("$", "")); in TEST() 776 EXPECT_TRUE(MatchRegexAtHead("a$", "a")); in TEST() 780 EXPECT_FALSE(MatchRegexAtHead("\\w", "+")); in TEST() 781 EXPECT_FALSE(MatchRegexAtHead("\\W", "ab")); in TEST() 783 EXPECT_TRUE(MatchRegexAtHead("\\sa", "\nab")); in TEST() 784 EXPECT_TRUE(MatchRegexAtHead("\\d", "1a")); in TEST() 788 EXPECT_FALSE(MatchRegexAtHead(".+a", "abc")); in TEST() [all …]
|
/external/gtest/test/ |
D | gtest-port_test.cc | 798 EXPECT_TRUE(MatchRegexAtHead("", "")); in TEST() 799 EXPECT_TRUE(MatchRegexAtHead("", "ab")); in TEST() 803 EXPECT_FALSE(MatchRegexAtHead("$", "a")); in TEST() 805 EXPECT_TRUE(MatchRegexAtHead("$", "")); in TEST() 806 EXPECT_TRUE(MatchRegexAtHead("a$", "a")); in TEST() 810 EXPECT_FALSE(MatchRegexAtHead("\\w", "+")); in TEST() 811 EXPECT_FALSE(MatchRegexAtHead("\\W", "ab")); in TEST() 813 EXPECT_TRUE(MatchRegexAtHead("\\sa", "\nab")); in TEST() 814 EXPECT_TRUE(MatchRegexAtHead("\\d", "1a")); in TEST() 818 EXPECT_FALSE(MatchRegexAtHead(".+a", "abc")); in TEST() [all …]
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
D | gtest-port_test.cc | 805 EXPECT_TRUE(MatchRegexAtHead("", "")); in TEST() 806 EXPECT_TRUE(MatchRegexAtHead("", "ab")); in TEST() 810 EXPECT_FALSE(MatchRegexAtHead("$", "a")); in TEST() 812 EXPECT_TRUE(MatchRegexAtHead("$", "")); in TEST() 813 EXPECT_TRUE(MatchRegexAtHead("a$", "a")); in TEST() 817 EXPECT_FALSE(MatchRegexAtHead("\\w", "+")); in TEST() 818 EXPECT_FALSE(MatchRegexAtHead("\\W", "ab")); in TEST() 820 EXPECT_TRUE(MatchRegexAtHead("\\sa", "\nab")); in TEST() 821 EXPECT_TRUE(MatchRegexAtHead("\\d", "1a")); in TEST() 825 EXPECT_FALSE(MatchRegexAtHead(".+a", "abc")); in TEST() [all …]
|
/external/protobuf/gtest/src/ |
D | gtest-port.cc | 304 if (i >= min_count && MatchRegexAtHead(regex, str + i)) { in MatchRepetitionAndRegexAtHead() 320 bool MatchRegexAtHead(const char* regex, const char* str) { in MatchRegexAtHead() function 344 MatchRegexAtHead(regex + 1, str + 1); in MatchRegexAtHead() 361 return MatchRegexAtHead(regex + 1, str); in MatchRegexAnywhere() 365 if (MatchRegexAtHead(regex, str)) in MatchRegexAnywhere()
|
D | gtest-internal-inl.h | 966 GTEST_API_ bool MatchRegexAtHead(const char* regex, const char* str);
|
/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/mesa3d/src/gtest/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 | 922 GTEST_API_ bool MatchRegexAtHead(const char* regex, const char* str);
|
/external/google-breakpad/src/testing/gtest/src/ |
D | gtest-port.cc | 331 if (i >= min_count && MatchRegexAtHead(regex, str + i)) { in MatchRepetitionAndRegexAtHead() 347 bool MatchRegexAtHead(const char* regex, const char* str) { in MatchRegexAtHead() function 371 MatchRegexAtHead(regex + 1, str + 1); in MatchRegexAtHead() 388 return MatchRegexAtHead(regex + 1, str); in MatchRegexAnywhere() 392 if (MatchRegexAtHead(regex, str)) in MatchRegexAnywhere()
|
D | gtest-internal-inl.h | 940 GTEST_API_ bool MatchRegexAtHead(const char* regex, const char* str);
|
/external/gtest/src/ |
D | gtest-port.cc | 354 if (i >= min_count && MatchRegexAtHead(regex, str + i)) { in MatchRepetitionAndRegexAtHead() 370 bool MatchRegexAtHead(const char* regex, const char* str) { in MatchRegexAtHead() function 394 MatchRegexAtHead(regex + 1, str + 1); in MatchRegexAtHead() 411 return MatchRegexAtHead(regex + 1, str); in MatchRegexAnywhere() 415 if (MatchRegexAtHead(regex, str)) in MatchRegexAnywhere()
|
D | gtest-internal-inl.h | 953 GTEST_API_ bool MatchRegexAtHead(const char* regex, const char* str);
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/ |
D | gtest-port.cc | 714 if (i >= min_count && MatchRegexAtHead(regex, str + i)) { in MatchRepetitionAndRegexAtHead() 730 bool MatchRegexAtHead(const char* regex, const char* str) { in MatchRegexAtHead() function 754 MatchRegexAtHead(regex + 1, str + 1); in MatchRegexAtHead() 771 return MatchRegexAtHead(regex + 1, str); in MatchRegexAnywhere() 775 if (MatchRegexAtHead(regex, str)) in MatchRegexAnywhere()
|
D | gtest-port.cc.orig | 331 if (i >= min_count && MatchRegexAtHead(regex, str + i)) { 347 bool MatchRegexAtHead(const char* regex, const char* str) { 361 // MatchRepetitionAndRegexAtHead() calls MatchRegexAtHead(), so 371 MatchRegexAtHead(regex + 1, str + 1); 388 return MatchRegexAtHead(regex + 1, str); 392 if (MatchRegexAtHead(regex, str))
|
D | gtest-internal-inl.h | 953 GTEST_API_ bool MatchRegexAtHead(const char* regex, const char* str);
|
/external/protobuf/gtest/fused-src/gtest/ |
D | gtest-all.cc | 1360 GTEST_API_ bool MatchRegexAtHead(const char* regex, const char* str); 7887 if (i >= min_count && MatchRegexAtHead(regex, str + i)) { in MatchRepetitionAndRegexAtHead() 7903 bool MatchRegexAtHead(const char* regex, const char* str) { in MatchRegexAtHead() function 7927 MatchRegexAtHead(regex + 1, str + 1); in MatchRegexAtHead() 7944 return MatchRegexAtHead(regex + 1, str); in MatchRegexAnywhere() 7948 if (MatchRegexAtHead(regex, str)) in MatchRegexAnywhere()
|
/external/opencv3/modules/ts/src/ |
D | ts_gtest.cpp | 1364 GTEST_API_ bool MatchRegexAtHead(const char* regex, const char* str); 8582 if (i >= min_count && MatchRegexAtHead(regex, str + i)) { in MatchRepetitionAndRegexAtHead() 8598 bool MatchRegexAtHead(const char* regex, const char* str) { in MatchRegexAtHead() function 8622 MatchRegexAtHead(regex + 1, str + 1); in MatchRegexAtHead() 8639 return MatchRegexAtHead(regex + 1, str); in MatchRegexAnywhere() 8643 if (MatchRegexAtHead(regex, str)) in MatchRegexAnywhere()
|
/external/libvpx/libvpx/third_party/googletest/src/src/ |
D | gtest-all.cc | 1354 GTEST_API_ bool MatchRegexAtHead(const char* regex, const char* str); 8539 if (i >= min_count && MatchRegexAtHead(regex, str + i)) { in MatchRepetitionAndRegexAtHead() 8555 bool MatchRegexAtHead(const char* regex, const char* str) { in MatchRegexAtHead() function 8579 MatchRegexAtHead(regex + 1, str + 1); in MatchRegexAtHead() 8596 return MatchRegexAtHead(regex + 1, str); in MatchRegexAnywhere() 8600 if (MatchRegexAtHead(regex, str)) in MatchRegexAnywhere()
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/ |
D | gtest-all.cc | 1354 GTEST_API_ bool MatchRegexAtHead(const char* regex, const char* str); 8541 if (i >= min_count && MatchRegexAtHead(regex, str + i)) { in MatchRepetitionAndRegexAtHead() 8557 bool MatchRegexAtHead(const char* regex, const char* str) { in MatchRegexAtHead() function 8581 MatchRegexAtHead(regex + 1, str + 1); in MatchRegexAtHead() 8598 return MatchRegexAtHead(regex + 1, str); in MatchRegexAnywhere() 8602 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
|