Searched refs:testTime (Results 1 – 11 of 11) sorted by relevance
/third_party/vk-gl-cts/scripts/log/ |
D | bottleneck_report.py | 51 self.testTime = False 57 self.testTime = True 60 if self.testTime : 61 self.testTime = False
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cContextFlushControlTests.cpp | 259 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
|
D | gl4cContextFlushControlTests.hpp | 139 glw::GLfloat testTime(bool shall_flush_on_release);
|
/third_party/vk-gl-cts/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()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
D | CalendarTestFmwk.java | 346 int testTime = TestFmwk.getExhaustiveness() <= 5 ? -3 : -120; // in seconds in doLimitsTest() local 347 doLimitsTest(cal, fieldsToTest, startDate, testTime); in doLimitsTest()
|
D | IslamicTest.java | 171 int testTime = TestFmwk.getExhaustiveness() <= 5 ? 20000 : 800000; in TestLimits() local 172 doLimitsTest(islamic2, null, cal.getTime(), testTime); in TestLimits()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/ |
D | CalendarTestFmwk.java | 349 int testTime = TestFmwk.getExhaustiveness() <= 5 ? -3 : -120; // in seconds in doLimitsTest() local 350 doLimitsTest(cal, fieldsToTest, startDate, testTime); in doLimitsTest()
|
D | IslamicTest.java | 174 int testTime = TestFmwk.getExhaustiveness() <= 5 ? 20000 : 800000; in TestLimits() local 175 doLimitsTest(islamic2, null, cal.getTime(), testTime); in TestLimits()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | callimts.cpp | 303 int32_t testTime = quick ? ( endTime / 40 ) : endTime; in doLimitsTest() local 304 doLimitsTest(cal, NULL /*default fields*/, startDate, testTime); in doLimitsTest()
|
/third_party/vk-gl-cts/execserver/tools/ |
D | xsTest.cpp | 727 const int testTime = 30000; in runClient() local 739 while (curTime < testTime) in runClient()
|
/third_party/astc-encoder/Test/ |
D | astc_test_functional.py | 1261 testTime = time.time() - start 1264 self.assertGreater(testTime, refTime)
|