Home
last modified time | relevance | path

Searched defs:numIterations (Results 1 – 13 of 13) 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/chromium_org/third_party/WebKit/Source/platform/
DPODArenaTest.cpp69 int numIterations = 10 * PODArena::DefaultChunkSize / sizeof(TestClass1); in TEST_F() local
DPODFreeListArenaTest.cpp77 int numIterations = 10 * PODArena::DefaultChunkSize / sizeof(TestClass1); in TEST_F() local
/external/lzma/CPP/7zip/UI/Console/
DBenchCon.cpp156 FILE *f, UInt32 numIterations, UInt32 numThreads, UInt32 dictionary) in LzmaBenchCon()
241 HRESULT CrcBenchCon(FILE *f, UInt32 numIterations, UInt32 numThreads, UInt32 dictionary) in CrcBenchCon()
/external/lzma/CS/7zip/Compress/LzmaAlone/
DLzmaBench.cs241 static public int LzmaBenchmark(Int32 numIterations, UInt32 dictionarySize) in LzmaBenchmark()
/external/lzma/CPP/7zip/Bundles/LzmaCon/
DLzmaAlone.cpp233 UInt32 numIterations = kNumDefaultItereations; in main2() local
/external/lzma/Java/SevenZip/
DLzmaBench.java292 static public int LzmaBenchmark(int numIterations, int dictionarySize) throws Exception in LzmaBenchmark()
/external/chromium_org/third_party/icu/source/test/intltest/
Dtestidna.cpp993 void TestIDNA::testChaining(const UChar* src,int32_t numIterations,const char* testName, in testChaining()
Drbbitst.cpp4844 int32_t numIterations, UBool useUText) { in RunMonkey()
/external/icu4c/test/intltest/
Dtestidna.cpp993 void TestIDNA::testChaining(const UChar* src,int32_t numIterations,const char* testName, in testChaining()
Drbbitst.cpp3902 int32_t numIterations, UBool useUText) { in RunMonkey()
/external/aac/libAACenc/src/
Daacenc_lib.cpp695 int numIterations = 0; in aacEncoder_LimitBitrate() local
/external/lzma/CPP/7zip/UI/Common/
DBench.cpp456 …ompressRating(UInt64 elapsedTime, UInt64 freq, UInt64 outSize, UInt64 inSize, UInt32 numIterations) in GetDecompressRating()