Searched defs:kRepeat (Results 1 - 6 of 6) sorted by relevance

/external/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_bench.cc20 const int kRepeat = 2*1024*1024; variable
27 for (int i = 0; i < kRepeat; i++) {
84 for (int i = 0; i < kRepeat; i++) {
/external/google-breakpad/src/testing/test/
H A Dgmock_stress_test.cc49 const int kRepeat = 50; member in namespace:testing::__anon6911
180 for (int i = 0; i < kRepeat; i++) {
198 // This should generate 3*kRepeat + 1 failures in total.
205 .Times(kRepeat)
209 // This chunk of code should generate kRepeat failures about
210 // excessive calls, and 2*kRepeat failures about unexpected calls.
221 EXPECT_EQ(kRepeat, count1 + count2);
231 for (int i = 0; i < kRepeat; i++) {
250 .Times(2*kRepeat)
254 .Times(2*kRepeat)
[all...]
/external/googletest/googlemock/test/
H A Dgmock_stress_test.cc49 const int kRepeat = 50; member in namespace:testing::__anon7001
180 for (int i = 0; i < kRepeat; i++) {
198 // This should generate 3*kRepeat + 1 failures in total.
205 .Times(kRepeat)
209 // This chunk of code should generate kRepeat failures about
210 // excessive calls, and 2*kRepeat failures about unexpected calls.
221 EXPECT_EQ(kRepeat, count1 + count2);
231 for (int i = 0; i < kRepeat; i++) {
250 .Times(2*kRepeat)
254 .Times(2*kRepeat)
[all...]
/external/skia/experimental/svg/model/
H A DSkSVGTypes.h203 kRepeat, // kRepeat_TileMode member in class:SkSVGSpreadMethod::Type
/external/v8/testing/gmock/test/
H A Dgmock_stress_test.cc49 const int kRepeat = 50; member in namespace:testing::__anon21896
180 for (int i = 0; i < kRepeat; i++) {
198 // This should generate 3*kRepeat + 1 failures in total.
205 .Times(kRepeat)
209 // This chunk of code should generate kRepeat failures about
210 // excessive calls, and 2*kRepeat failures about unexpected calls.
221 EXPECT_EQ(kRepeat, count1 + count2);
231 for (int i = 0; i < kRepeat; i++) {
250 .Times(2*kRepeat)
254 .Times(2*kRepeat)
[all...]
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Drtcp_sender_unittest.cc435 const bool kRepeat = true; local
437 kRepeat));

Completed in 258 milliseconds