Home
last modified time | relevance | path

Searched refs:IsRepeat (Results 1 – 21 of 21) sorted by relevance

/external/google-breakpad/src/testing/gtest/test/
Dgtest-port_test.cc479 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/
Dgoogletest-port-test.cc495 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/
Dgtest-port.cc189 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()
Dgtest-internal-inl.h919 GTEST_API_ bool IsRepeat(char ch);
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
Dgtest-port.cc189 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/
Dgtest-port.cc214 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()
Dgtest-internal-inl.h934 GTEST_API_ bool IsRepeat(char ch);
/external/mesa3d/src/gtest/src/
Dgtest-port.cc638 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()
Dgtest-internal-inl.h938 GTEST_API_ bool IsRepeat(char ch);
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest-port.cc695 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()
Dgtest-internal-inl.h940 GTEST_API_ bool IsRepeat(char ch);
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/src/
Dgtest-port.cc638 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()
Dgtest-internal-inl.h938 GTEST_API_ bool IsRepeat(char ch);
/external/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest-port.cc638 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()
Dgtest-internal-inl.h938 GTEST_API_ bool IsRepeat(char ch);
/external/googletest/googletest/src/
Dgtest-port.cc778 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()
Dgtest-internal-inl.h956 GTEST_API_ bool IsRepeat(char ch);
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
Dgtest-internal-inl.h916 GTEST_API_ bool IsRepeat(char ch);
/external/epid-sdk/ext/gtest/
Dgtest-all.cc1345 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/
Dbreakpad_unittests.sym27741 FUNC 43108 c 0 testing::internal::IsRepeat
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/D6D1FEC9A15DE7F38A236898871A2E770/
Dbreakpad_unittests.sym29304 FUNC 64120 c 0 testing::internal::IsRepeat