Home
last modified time | relevance | path

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

/third_party/googletest/googletest/test/
Dgoogletest-port-test.cc504 EXPECT_FALSE(IsRepeat('\0')); in TEST()
505 EXPECT_FALSE(IsRepeat(' ')); in TEST()
506 EXPECT_FALSE(IsRepeat('a')); in TEST()
507 EXPECT_FALSE(IsRepeat('1')); in TEST()
508 EXPECT_FALSE(IsRepeat('-')); in TEST()
512 EXPECT_TRUE(IsRepeat('?')); in TEST()
513 EXPECT_TRUE(IsRepeat('*')); in TEST()
514 EXPECT_TRUE(IsRepeat('+')); in TEST()
/third_party/vk-gl-cts/external/amber/src/src/amberscript/
Dparser_repeat_test.cc49 ASSERT_TRUE(cmd->IsRepeat()); in TEST_F()
/third_party/mesa3d/src/gtest/src/
Dgtest-port.cc780 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat() function
863 } else if (IsRepeat(ch) && !prev_repeatable) { in ValidateRegex()
923 if (IsRepeat(regex[1])) { in MatchRegexAtHead()
Dgtest-internal-inl.h961 GTEST_API_ bool IsRepeat(char ch);
/third_party/node/deps/googletest/src/
Dgtest-port.cc741 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat() function
836 } else if (IsRepeat(ch) && !prev_repeatable) { in ValidateRegex()
891 if (IsRepeat(regex[1])) { in MatchRegexAtHead()
Dgtest-internal-inl.h977 GTEST_API_ bool IsRepeat(char ch);
/third_party/googletest/googletest/src/
Dgtest-port.cc736 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat() function
831 } else if (IsRepeat(ch) && !prev_repeatable) { in ValidateRegex()
886 if (IsRepeat(regex[1])) { in MatchRegexAtHead()
Dgtest-internal-inl.h976 GTEST_API_ bool IsRepeat(char ch);
/third_party/vk-gl-cts/external/amber/src/src/
Dexecutor.cc193 if (cmd->IsRepeat()) { in ExecuteCommand()
Dcommand.h97 bool IsRepeat() { return command_type_ == Type::kRepeat; } in IsRepeat() function
/third_party/cef/tools/distrib/gtest/
Dgtest-all.cc1370 GTEST_API_ bool IsRepeat(char ch);
11113 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat() function
11196 } else if (IsRepeat(ch) && !prev_repeatable) { in ValidateRegex()
11256 if (IsRepeat(regex[1])) { in MatchRegexAtHead()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp7527 bool IsRepeat = false; in resolveTargetShuffleInputsAndMask() local
7534 IsRepeat = true; in resolveTargetShuffleInputsAndMask()
7537 if (IsRepeat) in resolveTargetShuffleInputsAndMask()