Home
last modified time | relevance | path

Searched refs:numIterations (Results 1 – 18 of 18) sorted by relevance

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DAbstractScheduledServiceTest.java319 assertEquals(1, service.numIterations.get()); in testCustomSchedulerServiceStop()
325 assertEquals(1, service.numIterations.get()); in testCustomSchedulerServiceStop()
346 int numIterations = service.numIterations.get(); in testBig() local
350 assertEquals(numIterations, service.numIterations.get()); in testBig()
354 final AtomicInteger numIterations = new AtomicInteger(0); field in AbstractScheduledServiceTest.SchedulerTest.TestAbstractScheduledCustomService
360 numIterations.incrementAndGet(); in runOneIteration()
390 assertEquals(i, service.numIterations.get()); in testCustomSchedulerFailure()
403 final AtomicInteger numIterations = new AtomicInteger(0); field in TestFailingCustomScheduledService
408 numIterations.incrementAndGet(); in runOneIteration()
426 if (numIterations.get() > 2) { in scheduler()
/external/lzma/CPP/7zip/UI/Console/
DBenchCon.h12 FILE *f, UInt32 numIterations, UInt32 numThreads, UInt32 dictionary);
14 HRESULT CrcBenchCon(FILE *f, UInt32 numIterations, UInt32 numThreads, UInt32 dictionary);
DBenchCon.cpp156 FILE *f, UInt32 numIterations, UInt32 numThreads, UInt32 dictionary) in LzmaBenchCon() argument
204 for (UInt32 i = 0; i < numIterations; i++) in LzmaBenchCon()
241 HRESULT CrcBenchCon(FILE *f, UInt32 numIterations, UInt32 numThreads, UInt32 dictionary) in CrcBenchCon() argument
268 for (UInt32 i = 0; i < numIterations; i++) in CrcBenchCon()
/external/chromium_org/third_party/WebKit/Source/platform/
DPODArenaTest.cpp69 int numIterations = 10 * PODArena::DefaultChunkSize / sizeof(TestClass1); in TEST_F() local
70 for (int i = 0; i < numIterations; ++i) in TEST_F()
DPODFreeListArenaTest.cpp77 int numIterations = 10 * PODArena::DefaultChunkSize / sizeof(TestClass1); in TEST_F() local
78 for (int i = 0; i < numIterations; ++i) in TEST_F()
/external/lzma/CS/7zip/Compress/LzmaAlone/
DLzmaAlone.cs188 Int32 numIterations = kNumDefaultItereations; in Main2()
190 if (!GetNumber((string)nonSwitchStrings[paramIndex++], out numIterations)) in Main2()
191 numIterations = kNumDefaultItereations; in Main2()
192 return LzmaBench.LzmaBenchmark(numIterations, (UInt32)dictionary); in Main2()
DLzmaBench.cs241 static public int LzmaBenchmark(Int32 numIterations, UInt32 dictionarySize) in LzmaBenchmark() argument
243 if (numIterations <= 0) in LzmaBenchmark()
292 for (Int32 i = 0; i < numIterations; i++) in LzmaBenchmark()
335 kBufferSize * (UInt64)numIterations, true, totalCompressedSize); in LzmaBenchmark()
/external/lzma/Java/SevenZip/
DLzmaBench.java292 static public int LzmaBenchmark(int numIterations, int dictionarySize) throws Exception in LzmaBenchmark() argument
294 if (numIterations <= 0) in LzmaBenchmark()
340 for (int i = 0; i < numIterations; i++) in LzmaBenchmark()
388 kBufferSize * (long)numIterations, true, totalCompressedSize); in LzmaBenchmark()
/external/lzma/CPP/7zip/Bundles/LzmaCon/
DLzmaAlone.cpp233 UInt32 numIterations = kNumDefaultItereations; in main2() local
236 if (!GetNumber(nonSwitchStrings[paramIndex++], numIterations)) in main2()
237 numIterations = kNumDefaultItereations; in main2()
239 return LzmaBenchCon(stderr, numIterations, numThreads, dict); in main2()
/external/lzma/CPP/7zip/UI/Common/
DBench.h29 …mpressRating(UInt64 elapsedTime, UInt64 freq, UInt64 outSize, UInt64 inSize, UInt32 numIterations);
DBench.cpp456 …ompressRating(UInt64 elapsedTime, UInt64 freq, UInt64 outSize, UInt64 inSize, UInt32 numIterations) in GetDecompressRating() argument
458 UInt64 numCommands = (inSize * 200 + outSize * 4) * numIterations; in GetDecompressRating()
/external/chromium_org/third_party/icu/source/test/intltest/
Dtestidna.h93 void testChaining(const UChar* src,int32_t numIterations,const char* testName,
Dtestidna.cpp993 void TestIDNA::testChaining(const UChar* src,int32_t numIterations,const char* testName, in testChaining() argument
1011 for(;i<=numIterations; i++){ in testChaining()
1048 for(;i<=numIterations; i++){ in testChaining()
1086 for(;i<=numIterations; i++){ in testChaining()
1121 for(;i<=numIterations; i++){ in testChaining()
Drbbitst.cpp4844 int32_t numIterations, UBool useUText) { in RunMonkey() argument
4885 while (loopCount < numIterations || numIterations == -1) { in RunMonkey()
4886 if (numIterations == -1 && loopCount % 10 == 0) { in RunMonkey()
/external/icu4c/test/intltest/
Dtestidna.h93 void testChaining(const UChar* src,int32_t numIterations,const char* testName,
Dtestidna.cpp993 void TestIDNA::testChaining(const UChar* src,int32_t numIterations,const char* testName, in testChaining() argument
1011 for(;i<=numIterations; i++){ in testChaining()
1048 for(;i<=numIterations; i++){ in testChaining()
1086 for(;i<=numIterations; i++){ in testChaining()
1121 for(;i<=numIterations; i++){ in testChaining()
Drbbitst.cpp3902 int32_t numIterations, UBool useUText) { in RunMonkey() argument
3943 while (loopCount < numIterations || numIterations == -1) { in RunMonkey()
3944 if (numIterations == -1 && loopCount % 10 == 0) { in RunMonkey()
/external/aac/libAACenc/src/
Daacenc_lib.cpp695 int numIterations = 0; in aacEncoder_LimitBitrate() local
741 numIterations++; /* restrict iteration to worst case of num elements */ in aacEncoder_LimitBitrate()
743 } while ( (initialBitrate!=adjustedBitrate) && (numIterations<=cm.nElements) ); in aacEncoder_LimitBitrate()