Searched refs:testTime (Results 1 – 11 of 11) sorted by relevance
/external/webrtc/webrtc/modules/video_capture/test/ |
D | video_capture_unittest.cc | 501 int64_t testTime = 3; in TEST_F() local 504 while ((TickTime::Now() - startTime).Milliseconds() < testTime * 1000) { in TEST_F() 520 while ((TickTime::Now() - startTime).Milliseconds() < testTime * 1000) { in TEST_F()
|
/external/deqp/modules/gles3/performance/ |
D | es3pDepthTests.cpp | 77 deInt64 testTime; member 654 …log << TestLog::Sample << sample.workload << sample.order << sample.testTime << TestLog::EndSample; in logSamples() 671 …log << TestLog::Sample << sample.workload << sample.order << sample.testTime << sample.nullTime <<… in logSamples() 753 testSamples[ndx] = Vec2((float)sample.workload, (float)sample.testTime); in logAnalysis() 823 sample.testTime = now - prev; in renderSample() 1018 sample.testTime = now - prev; in renderSample() 1061 testSamples[ndx] = Vec2((float)sample.workload, (float)sample.testTime); in logAnalysis() 1744 sample.testTime = now - prev; in renderSample()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/ |
D | CalendarTest.java | 348 int testTime = getInclusion() <= 5 ? -3 : -120; // in seconds in doLimitsTest() local 349 doLimitsTest(cal, fieldsToTest, startDate, testTime); in doLimitsTest()
|
D | IslamicTest.java | 167 int testTime = getInclusion() <= 5 ? 20000 : 800000; in TestLimits() local 168 doLimitsTest(islamic2, null, cal.getTime(), testTime); in TestLimits()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
D | CalendarTest.java | 344 int testTime = getInclusion() <= 5 ? -3 : -120; // in seconds in doLimitsTest() local 345 doLimitsTest(cal, fieldsToTest, startDate, testTime); in doLimitsTest()
|
D | IslamicTest.java | 163 int testTime = getInclusion() <= 5 ? 20000 : 800000; in TestLimits() local 164 doLimitsTest(islamic2, null, cal.getTime(), testTime); in TestLimits()
|
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/ |
D | TimeTest.java | 82 public void testTime() { in testTime() method in TimeTest
|
/external/icu/icu4c/source/test/intltest/ |
D | callimts.cpp | 267 int32_t testTime = quick ? ( endTime / 40 ) : endTime; in doLimitsTest() local 268 doLimitsTest(cal, NULL /*default fields*/, startDate, testTime); in doLimitsTest()
|
/external/deqp/execserver/tools/ |
D | xsTest.cpp | 726 const int testTime = 30000; in runClient() local 738 while (curTime < testTime) in runClient()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | Bench.cpp | 2124 UInt32 testTime = kComplexInSeconds; in Bench() local 2138 RINOK(ParsePropToUInt32(L"", propVariant, testTime)); in Bench() 2176 SetComplexCommands(testTime, mipsVal * 1000000, complexInCommands); in Bench() 2431 SetComplexCommands(testTime, cpuFreq, complexInCommands); in Bench()
|
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/ |
D | trace_event_unittest.py | 242 def testTime(self): member in TraceEventTests
|