Home
last modified time | relevance | path

Searched refs:ITERS (Results 1 – 2 of 2) sorted by relevance

/external/libunwind/tests/
DLrs-race.c36 #ifndef ITERS
37 #define ITERS 100 macro
1340 for (i = 0; i < ITERS; ++i) { in bar()
/external/guava/guava-tests/test/com/google/common/hash/
DHashingTest.java178 for (int i = 0; i < ITERS; i++) { in testConsistentHash_probabilities()
183 assertTrue(map.get(shard) <= 1.2 * ITERS / shard + 20); in testConsistentHash_probabilities()
198 private static final int ITERS = 10000; field in HashingTest