/external/deqp/scripts/log/ |
D | bottleneck_report.py | 51 self.testTime = False 57 self.testTime = True 60 if self.testTime : 61 self.testTime = False
|
/external/syzkaller/pkg/bisect/ |
D | bisect.go | 59 testTime time.Duration member 83 env.numTests, time.Since(start), env.buildTime, env.testTime) 248 env.testTime += time.Since(testStart)
|
/external/deqp/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);
|
/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/cldr/tools/java/org/unicode/cldr/test/ |
D | CheckCLDR.java | 1267 ElapsedTimer testTime = null, testOverallTime = null; in setCldrFileToCheck() local 1278 … testTime = new ElapsedTimer("Test setup time for " + item.getClass().toString() + ": {0}"); in setCldrFileToCheck() 1284 System.out.println("Disabled : " + testTime); in setCldrFileToCheck() 1286 System.out.println("OK : " + testTime); in setCldrFileToCheck() 1291 if (SHOW_TIMES) System.out.println("ERR: " + testTime + " - " + e.toString()); in setCldrFileToCheck()
|
/external/icu/android_icu4j/src/main/tests/android/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()
|
/external/syzkaller/pkg/instance/ |
D | instance.go | 351 func (inst *inst) testProgram(command string, testTime time.Duration) error { 352 outc, errc, err := inst.vm.Run(testTime, nil, command)
|
/external/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()
|
/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 | 303 int32_t testTime = quick ? ( endTime / 40 ) : endTime; in doLimitsTest() local 304 doLimitsTest(cal, NULL /*default fields*/, startDate, testTime); in doLimitsTest()
|
/external/deqp/execserver/tools/ |
D | xsTest.cpp | 727 const int testTime = 30000; in runClient() local 739 while (curTime < testTime) in runClient()
|
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/ |
D | trace_event_unittest.py | 242 def testTime(self): member in TraceEventTests
|
/external/lzma/CPP/7zip/UI/Common/ |
D | Bench.cpp | 2817 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()
|