Home
last modified time | relevance | path

Searched defs:numIterations (Results 1 – 4 of 4) sorted by relevance

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DAbstractScheduledServiceTest.java346 int numIterations = service.numIterations.get(); in testBig() local
354 final AtomicInteger numIterations = new AtomicInteger(0); field in AbstractScheduledServiceTest.SchedulerTest.TestAbstractScheduledCustomService
403 final AtomicInteger numIterations = new AtomicInteger(0); field in TestFailingCustomScheduledService
/external/webkit/Source/WebKit/chromium/tests/
DPODArenaTest.cpp69 int numIterations = 10 * PODArena::DefaultChunkSize / sizeof(TestClass1); in TEST_F() local
/external/icu4c/test/intltest/
Dtestidna.cpp993 void TestIDNA::testChaining(const UChar* src,int32_t numIterations,const char* testName, in testChaining()
Drbbitst.cpp4393 int32_t numIterations, UBool useUText) { in RunMonkey()