/external/protobuf/gtest/test/ |
D | gtest-port_test.cc | 286 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/ |
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/gtest/test/ |
D | gtest-port_test.cc | 509 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/ |
D | gtest-port_test.cc | 516 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/ |
D | gtest-port.cc | 187 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()
|
D | gtest-internal-inl.h | 960 GTEST_API_ bool IsRepeat(char ch);
|
/external/mesa3d/src/gtest/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 | 916 GTEST_API_ bool IsRepeat(char ch);
|
/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/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/gtest/src/ |
D | gtest-port.cc | 237 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()
|
D | gtest-internal-inl.h | 947 GTEST_API_ bool IsRepeat(char ch);
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/ |
D | gtest-port.cc | 597 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()
|
D | gtest-port.cc.orig | 214 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } 300 } else if (IsRepeat(ch) && !prev_repeatable) { 360 if (IsRepeat(regex[1])) {
|
D | gtest-internal-inl.h | 947 GTEST_API_ bool IsRepeat(char ch);
|
/external/pdfium/core/include/fpdfdoc/ |
D | fpdf_doc.h | 255 FX_BOOL IsRepeat() const { return m_pDict->GetBoolean("Repeat"); } in IsRepeat() function
|
/external/protobuf/gtest/fused-src/gtest/ |
D | gtest-all.cc | 1354 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/ |
D | gtest-all.cc | 1348 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/ |
D | gtest-all.cc | 1348 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/ |
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
|