Searched refs:kNumIters (Results 1 - 3 of 3) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/tests/
H A Dstandalone_malloc_test.cc10 const size_t kNumIters = 1 << 23; variable
22 allocated.reserve(kNumIters);
23 for (size_t i = 1; i < kNumIters; i++) {
24 if ((i % (kNumIters / 4)) == 0 && tid == 0)
27 if (i > kNumIters / 4)
/external/chromium_org/third_party/skia/tests/
H A DGrMemoryPoolTest.cpp198 static const int kNumIters = 20000; local
208 for (int i = 0; i < kNumIters; ++i) {
/external/skia/tests/
H A DGrMemoryPoolTest.cpp198 static const int kNumIters = 20000; local
208 for (int i = 0; i < kNumIters; ++i) {

Completed in 77 milliseconds