Searched refs:kNumIterations (Results 1 - 4 of 4) sorted by relevance

/external/skia/bench/
H A DTableBench.cpp29 static const int kNumIterations = SkBENCHLOOP(10); member in class:TableBench
50 for (int i = 0; i < kNumIterations; ++i) {
/external/chromium/net/proxy/
H A Dproxy_resolver_perftest.cc77 const int kNumIterations = 500; variable
131 for (int i = 0; i < kNumIterations; ++i) {
/external/compiler-rt/lib/asan/tests/
H A Dasan_mac_test.cc173 const int kNumWorkers = 5, kNumIterations = 100; local
175 for (iter = 0; iter < kNumIterations; iter++) {
H A Dasan_noinst_test.cc87 const int kNumIterations = (ASAN_LOW_MEMORY) ? 10000 : 100000; local
91 (void*)kNumIterations);

Completed in 353 milliseconds