Home
last modified time | relevance | path

Searched refs:kRepeat (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/googletest/googlemock/test/
H A Dgmock_stress_test.cc47 const int kRepeat = 50; variable
94 for (int i = 0; i < kRepeat; i++) { in Helper1()
117 EXPECT_CALL(foo, Baz(_, "b")).Times(kRepeat).WillRepeatedly(Return('a')); in TestConcurrentCallsOnSameObject()
132 EXPECT_EQ(kRepeat, count1 + count2); in TestConcurrentCallsOnSameObject()
142 for (int i = 0; i < kRepeat; i++) { in Helper2()
160 .Times(2 * kRepeat) in TestPartiallyOrderedExpectationsWithThreads()
163 EXPECT_CALL(foo, Bar(3)).Times(2 * kRepeat).InSequence(s2); in TestPartiallyOrderedExpectationsWithThreads()
210 const int kExpectedFailures = (3 * kRepeat + 1) * kCopiesOfEachRoutine; in TEST()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/benchmarks/
H A Dfunc_entry_exit.cpp7 const int kRepeat = kRepeat1; in main() local
8 for (int i = 0; i < kRepeat; i++) in main()
H A Dmop.cpp20 const int kRepeat = 1 << 17; in thread() local
22 for (int i = 0; i < kRepeat; i++) { in thread()