Searched refs:testTime (Results 1 - 11 of 11) sorted by relevance
/third_party/vk-gl-cts/scripts/log/ |
H A 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/ |
H A D | gl4cContextFlushControlTests.hpp | 139 glw::GLfloat testTime(bool shall_flush_on_release);
|
H A 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
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
H A 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 << sample.baseTime << TestLog::EndSample; 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/icu4c/source/test/intltest/ |
H A 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/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
H A D | CalendarTestFmwk.java | 346 int testTime = TestFmwk.getExhaustiveness() <= 5 ? -3 : -120; // in seconds in doLimitsTest() 347 doLimitsTest(cal, fieldsToTest, startDate, testTime); in doLimitsTest()
|
H A D | IslamicTest.java | 171 int testTime = TestFmwk.getExhaustiveness() <= 5 ? 20000 : 800000; in TestLimits() 172 doLimitsTest(islamic2, null, cal.getTime(), testTime); in TestLimits()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/ |
H A D | CalendarTestFmwk.java | 349 int testTime = TestFmwk.getExhaustiveness() <= 5 ? -3 : -120; // in seconds in doLimitsTest() 350 doLimitsTest(cal, fieldsToTest, startDate, testTime); in doLimitsTest()
|
H A D | IslamicTest.java | 174 int testTime = TestFmwk.getExhaustiveness() <= 5 ? 20000 : 800000; in TestLimits() 175 doLimitsTest(islamic2, null, cal.getTime(), testTime); in TestLimits()
|
/third_party/vk-gl-cts/execserver/tools/ |
H A D | xsTest.cpp | 727 const int testTime = 30000; in runClient() local 739 while (curTime < testTime) in runClient()
|
/third_party/astc-encoder/Test/ |
H A D | astc_test_functional.py | 1366 testTime = time.time() - start 1369 self.assertGreater(testTime, refTime)
|
Completed in 19 milliseconds