Home
last modified time | relevance | path

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

/external/protobuf/gtest/test/
Dgtest-port_test.cc286 EXPECT_FALSE(IsRepeat('\0')); in TEST()
287 EXPECT_FALSE(IsRepeat(' ')); in TEST()
288 EXPECT_FALSE(IsRepeat('a')); in TEST()
289 EXPECT_FALSE(IsRepeat('1')); in TEST()
290 EXPECT_FALSE(IsRepeat('-')); in TEST()
294 EXPECT_TRUE(IsRepeat('?')); in TEST()
295 EXPECT_TRUE(IsRepeat('*')); in TEST()
296 EXPECT_TRUE(IsRepeat('+')); in TEST()
/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/gtest/test/
Dgtest-port_test.cc509 EXPECT_FALSE(IsRepeat('\0')); in TEST()
510 EXPECT_FALSE(IsRepeat(' ')); in TEST()
511 EXPECT_FALSE(IsRepeat('a')); in TEST()
512 EXPECT_FALSE(IsRepeat('1')); in TEST()
513 EXPECT_FALSE(IsRepeat('-')); in TEST()
517 EXPECT_TRUE(IsRepeat('?')); in TEST()
518 EXPECT_TRUE(IsRepeat('*')); in TEST()
519 EXPECT_TRUE(IsRepeat('+')); in TEST()
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
Dgtest-port_test.cc516 EXPECT_FALSE(IsRepeat('\0')); in TEST()
517 EXPECT_FALSE(IsRepeat(' ')); in TEST()
518 EXPECT_FALSE(IsRepeat('a')); in TEST()
519 EXPECT_FALSE(IsRepeat('1')); in TEST()
520 EXPECT_FALSE(IsRepeat('-')); in TEST()
524 EXPECT_TRUE(IsRepeat('?')); in TEST()
525 EXPECT_TRUE(IsRepeat('*')); in TEST()
526 EXPECT_TRUE(IsRepeat('+')); in TEST()
/external/protobuf/gtest/src/
Dgtest-port.cc187 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat() function
273 } else if (IsRepeat(ch) && !prev_repeatable) { in ValidateRegex()
333 if (IsRepeat(regex[1])) { in MatchRegexAtHead()
Dgtest-internal-inl.h960 GTEST_API_ bool IsRepeat(char ch);
/external/mesa3d/src/gtest/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.h916 GTEST_API_ bool IsRepeat(char ch);
/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/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/gtest/src/
Dgtest-port.cc237 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat() function
323 } else if (IsRepeat(ch) && !prev_repeatable) { in ValidateRegex()
383 if (IsRepeat(regex[1])) { in MatchRegexAtHead()
Dgtest-internal-inl.h947 GTEST_API_ bool IsRepeat(char ch);
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
Dgtest-port.cc597 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat() function
683 } else if (IsRepeat(ch) && !prev_repeatable) { in ValidateRegex()
743 if (IsRepeat(regex[1])) { in MatchRegexAtHead()
Dgtest-port.cc.orig214 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); }
300 } else if (IsRepeat(ch) && !prev_repeatable) {
360 if (IsRepeat(regex[1])) {
Dgtest-internal-inl.h947 GTEST_API_ bool IsRepeat(char ch);
/external/pdfium/core/include/fpdfdoc/
Dfpdf_doc.h255 FX_BOOL IsRepeat() const { return m_pDict->GetBoolean("Repeat"); } in IsRepeat() function
/external/protobuf/gtest/fused-src/gtest/
Dgtest-all.cc1354 GTEST_API_ bool IsRepeat(char ch);
7770 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat() function
7856 } else if (IsRepeat(ch) && !prev_repeatable) { in ValidateRegex()
7916 if (IsRepeat(regex[1])) { in MatchRegexAtHead()
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest-all.cc1348 GTEST_API_ bool IsRepeat(char ch);
8422 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat() function
8508 } else if (IsRepeat(ch) && !prev_repeatable) { in ValidateRegex()
8568 if (IsRepeat(regex[1])) { in MatchRegexAtHead()
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
Dgtest-all.cc1348 GTEST_API_ bool IsRepeat(char ch);
8424 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat() function
8510 } else if (IsRepeat(ch) && !prev_repeatable) { in ValidateRegex()
8570 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