HomeSort by relevance Sort by last modified time
    Searched refs:kNumIters (Results 1 - 4 of 4) sorted by null

  /external/compiler-rt/lib/sanitizer_common/tests/
standalone_malloc_test.cc 10 const size_t kNumIters = 1 << 23;
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)
  /system/core/libutils/tests/
LruCache_test.cpp 182 const size_t kNumIters = 100000;
192 for (size_t i = 0; i < kNumIters; i++) {
203 size_t expectedHitCount = kNumIters * kCacheSize / kNumKeys;
  /external/skia/tests/
GrMemoryPoolTest.cpp 199 static const int kNumIters = 20000;
209 for (int i = 0; i < kNumIters; ++i) {
  /external/valgrind/unittest/
racecheck_unittest.cc     [all...]

Completed in 88 milliseconds