/external/google-breakpad/src/testing/gtest/test/ |
D | gtest-port_test.cc | 479 EXPECT_FALSE(IsRepeat('\0')); in TEST() 480 EXPECT_FALSE(IsRepeat(' ')); in TEST() 481 EXPECT_FALSE(IsRepeat('a')); in TEST() 482 EXPECT_FALSE(IsRepeat('1')); in TEST() 483 EXPECT_FALSE(IsRepeat('-')); in TEST() 487 EXPECT_TRUE(IsRepeat('?')); in TEST() 488 EXPECT_TRUE(IsRepeat('*')); in TEST() 489 EXPECT_TRUE(IsRepeat('+')); in TEST()
|
/external/googletest/googletest/test/ |
D | googletest-port-test.cc | 495 EXPECT_FALSE(IsRepeat('\0')); in TEST() 496 EXPECT_FALSE(IsRepeat(' ')); in TEST() 497 EXPECT_FALSE(IsRepeat('a')); in TEST() 498 EXPECT_FALSE(IsRepeat('1')); in TEST() 499 EXPECT_FALSE(IsRepeat('-')); in TEST() 503 EXPECT_TRUE(IsRepeat('?')); in TEST() 504 EXPECT_TRUE(IsRepeat('*')); in TEST() 505 EXPECT_TRUE(IsRepeat('+')); in TEST()
|
/external/llvm/utils/unittest/googletest/src/ |
D | gtest-port.cc | 189 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat() function 275 } else if (IsRepeat(ch) && !prev_repeatable) { in ValidateRegex() 335 if (IsRepeat(regex[1])) { in MatchRegexAtHead()
|
D | gtest-internal-inl.h | 919 GTEST_API_ bool IsRepeat(char ch);
|
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/ |
D | gtest-port.cc | 189 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat() function 275 } else if (IsRepeat(ch) && !prev_repeatable) { in ValidateRegex() 335 if (IsRepeat(regex[1])) { in MatchRegexAtHead()
|
/external/google-breakpad/src/testing/gtest/src/ |
D | gtest-port.cc | 214 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat() function 300 } else if (IsRepeat(ch) && !prev_repeatable) { in ValidateRegex() 360 if (IsRepeat(regex[1])) { in MatchRegexAtHead()
|
D | gtest-internal-inl.h | 934 GTEST_API_ bool IsRepeat(char ch);
|
/external/mesa3d/src/gtest/src/ |
D | gtest-port.cc | 638 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat() function 724 } else if (IsRepeat(ch) && !prev_repeatable) { in ValidateRegex() 784 if (IsRepeat(regex[1])) { in MatchRegexAtHead()
|
D | gtest-internal-inl.h | 938 GTEST_API_ bool IsRepeat(char ch);
|
/external/libvpx/libvpx/third_party/googletest/src/src/ |
D | gtest-port.cc | 695 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat() function 781 } else if (IsRepeat(ch) && !prev_repeatable) { in ValidateRegex() 841 if (IsRepeat(regex[1])) { in MatchRegexAtHead()
|
D | gtest-internal-inl.h | 940 GTEST_API_ bool IsRepeat(char ch);
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/src/ |
D | gtest-port.cc | 638 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat() function 724 } else if (IsRepeat(ch) && !prev_repeatable) { in ValidateRegex() 784 if (IsRepeat(regex[1])) { in MatchRegexAtHead()
|
D | gtest-internal-inl.h | 938 GTEST_API_ bool IsRepeat(char ch);
|
/external/libaom/libaom/third_party/googletest/src/googletest/src/ |
D | gtest-port.cc | 638 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat() function 724 } else if (IsRepeat(ch) && !prev_repeatable) { in ValidateRegex() 784 if (IsRepeat(regex[1])) { in MatchRegexAtHead()
|
D | gtest-internal-inl.h | 938 GTEST_API_ bool IsRepeat(char ch);
|
/external/googletest/googletest/src/ |
D | gtest-port.cc | 778 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat() function 861 } else if (IsRepeat(ch) && !prev_repeatable) { in ValidateRegex() 921 if (IsRepeat(regex[1])) { in MatchRegexAtHead()
|
D | gtest-internal-inl.h | 956 GTEST_API_ bool IsRepeat(char ch);
|
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-internal-inl.h | 916 GTEST_API_ bool IsRepeat(char ch);
|
/external/epid-sdk/ext/gtest/ |
D | gtest-all.cc | 1345 GTEST_API_ bool IsRepeat(char ch); 9191 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat() function 9277 } else if (IsRepeat(ch) && !prev_repeatable) { in ValidateRegex() 9337 if (IsRepeat(regex[1])) { in MatchRegexAtHead()
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/DA7778FB66018A4E9B4110ED06E730D00/ |
D | breakpad_unittests.sym | 27741 FUNC 43108 c 0 testing::internal::IsRepeat
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/D6D1FEC9A15DE7F38A236898871A2E770/ |
D | breakpad_unittests.sym | 29304 FUNC 64120 c 0 testing::internal::IsRepeat
|