Home
last modified time | relevance | path

Searched refs:testTime (Results 1 – 14 of 14) sorted by relevance

/external/deqp/scripts/log/
Dbottleneck_report.py51 self.testTime = False
57 self.testTime = True
60 if self.testTime :
61 self.testTime = False
/external/deqp/external/openglcts/modules/gl/
Dgl4cContextFlushControlTests.cpp259 glw::GLfloat test_time_no_flush = testTime(false); in iterate()
260 glw::GLfloat test_time_flush = testTime(true); in iterate()
325 glw::GLfloat gl4cts::ContextFlushControl::FunctionalTest::testTime(bool shall_flush_on_release) in testTime() function in gl4cts::ContextFlushControl::FunctionalTest
Dgl4cContextFlushControlTests.hpp139 glw::GLfloat testTime(bool shall_flush_on_release);
/external/deqp/modules/gles3/performance/
Des3pDepthTests.cpp77 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/cldr/tools/java/org/unicode/cldr/test/
DCheckCLDR.java1274 ElapsedTimer testTime = null, testOverallTime = null; in setCldrFileToCheck() local
1285testTime = new ElapsedTimer("Test setup time for " + item.getClass().toString() + ": {0}"); in setCldrFileToCheck()
1291 System.out.println("Disabled : " + testTime); in setCldrFileToCheck()
1293 System.out.println("OK : " + testTime); in setCldrFileToCheck()
1298 if (SHOW_TIMES) System.out.println("ERR: " + testTime + " - " + e.toString()); in setCldrFileToCheck()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DCalendarTestFmwk.java349 int testTime = TestFmwk.getExhaustiveness() <= 5 ? -3 : -120; // in seconds in doLimitsTest() local
350 doLimitsTest(cal, fieldsToTest, startDate, testTime); in doLimitsTest()
DIslamicTest.java174 int testTime = TestFmwk.getExhaustiveness() <= 5 ? 20000 : 800000; in TestLimits() local
175 doLimitsTest(islamic2, null, cal.getTime(), testTime); in TestLimits()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DCalendarTestFmwk.java346 int testTime = TestFmwk.getExhaustiveness() <= 5 ? -3 : -120; // in seconds in doLimitsTest() local
347 doLimitsTest(cal, fieldsToTest, startDate, testTime); in doLimitsTest()
DIslamicTest.java171 int testTime = TestFmwk.getExhaustiveness() <= 5 ? 20000 : 800000; in TestLimits() local
172 doLimitsTest(islamic2, null, cal.getTime(), testTime); in TestLimits()
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DTimeTest.java82 public void testTime() { in testTime() method in TimeTest
/external/icu/icu4c/source/test/intltest/
Dcallimts.cpp303 int32_t testTime = quick ? ( endTime / 40 ) : endTime; in doLimitsTest() local
304 doLimitsTest(cal, NULL /*default fields*/, startDate, testTime); in doLimitsTest()
/external/deqp/execserver/tools/
DxsTest.cpp727 const int testTime = 30000; in runClient() local
739 while (curTime < testTime) in runClient()
/external/lzma/CPP/7zip/UI/Common/
DBench.cpp2817 UInt32 testTime = kComplexInSeconds; in Bench() local
2877 RINOK(ParsePropToUInt32(UString(), propVariant, testTime)); in Bench()
3031 SetComplexCommands(testTime, false, mipsVal * 1000000, complexInCommands); in Bench()
3371 SetComplexCommands(testTime, specifiedFreq != 0, cpuFreq, complexInCommands); in Bench()
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/
Dtrace_event_unittest.py243 def testTime(self): member in TraceEventTests