/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
D | AbstractScheduledServiceTest.java | 319 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/ |
D | BenchCon.h | 12 FILE *f, UInt32 numIterations, UInt32 numThreads, UInt32 dictionary); 14 HRESULT CrcBenchCon(FILE *f, UInt32 numIterations, UInt32 numThreads, UInt32 dictionary);
|
D | BenchCon.cpp | 156 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/ |
D | PODArenaTest.cpp | 69 int numIterations = 10 * PODArena::DefaultChunkSize / sizeof(TestClass1); in TEST_F() local 70 for (int i = 0; i < numIterations; ++i) in TEST_F()
|
D | PODFreeListArenaTest.cpp | 77 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/ |
D | LzmaAlone.cs | 188 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()
|
D | LzmaBench.cs | 241 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/ |
D | LzmaBench.java | 292 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/ |
D | LzmaAlone.cpp | 233 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/ |
D | Bench.h | 29 …mpressRating(UInt64 elapsedTime, UInt64 freq, UInt64 outSize, UInt64 inSize, UInt32 numIterations);
|
D | Bench.cpp | 456 …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/ |
D | testidna.h | 93 void testChaining(const UChar* src,int32_t numIterations,const char* testName,
|
D | testidna.cpp | 993 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()
|
D | rbbitst.cpp | 4844 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/ |
D | testidna.h | 93 void testChaining(const UChar* src,int32_t numIterations,const char* testName,
|
D | testidna.cpp | 993 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()
|
D | rbbitst.cpp | 3902 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/ |
D | aacenc_lib.cpp | 695 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()
|