Searched refs:maxTime (Results 1 – 9 of 9) sorted by relevance
/external/mdnsresponder/mDNSPosix/ |
D | parselog.py | 70 maxTime=0 101 if (secs>maxTime): 102 maxTime=secs 166 if (maxTime < minTime + 10.0): 167 maxTime = minTime + 10.0 169 width=20.0*(maxTime-minTime) 171 scale = width/(maxTime-minTime) 225 for time in range (int(minTime),int(maxTime)+1):
|
/external/icu/icu4c/source/test/perf/howExpensiveIs/ |
D | sieve.cpp | 159 double maxTime = times[0]; in uprv_getMeanTime() local 163 if(maxTime<times[i]) maxTime=times[i]; in uprv_getMeanTime() 182 printf("min: %.9f, q1=%.9f, q2=%.9f, q3=%.9f, max=%.9f, n=%d\n", minTime,q1,q2,q3,maxTime, n); in uprv_getMeanTime()
|
/external/swiftshader/third_party/LLVM/utils/lit/lit/ |
D | main.py | 82 def __init__(self, tests, maxTime): argument 83 self.maxTime = maxTime 90 if self.maxTime is not None: 91 if time.time() - self.startTime > self.maxTime: 578 provider = TestProvider(tests, opts.maxTime)
|
/external/lz4/programs/ |
D | bench.c | 223 U64 const maxTime = (g_nbSeconds * TIMELOOP_MICROSEC) + 100; in BMK_benchMem() local 267 cCompleted = totalCTime>maxTime; in BMK_benchMem() 307 dCompleted = totalDTime>(DECOMP_MULT*maxTime); in BMK_benchMem()
|
/external/swiftshader/third_party/LLVM/utils/Misc/ |
D | zkill | 254 if opts.minTime <= p.cpu_time <= opts.maxTime]
|
/external/llvm/utils/Misc/ |
D | zkill | 254 if opts.minTime <= p.cpu_time <= opts.maxTime]
|
/external/llvm/utils/lit/lit/ |
D | main.py | 424 run.execute_tests(display, opts.numThreads, opts.maxTime,
|
/external/deqp/modules/gles3/performance/ |
D | es3pBufferDataUploadTests.cpp | 226 float maxTime; member 679 stats.maxTime = (float)values.back(); in calculateSingleOperationStatistics() 756 stats.result.maxTime = (float)values.back(); in calculateBasicStatistics() 1096 … tcu::TestLog::Float("MapRangeMax", "MapRange: Max time", "us", QP_KEY_TAG_TIME, stats.map.maxTime) in logMapRangeStats() 1106 << tcu::TestLog::Float("UnmapMax", "Unmap: Max time", "us", QP_KEY_TAG_TIME, stats.unmap.maxTime) in logUnmapStats() 1116 << tcu::TestLog::Float("WriteMax", "Write: Max time", "us", QP_KEY_TAG_TIME, stats.write.maxTime) in logWriteStats() 1126 << tcu::TestLog::Float("FlushMax", "Flush: Max time", "us", QP_KEY_TAG_TIME, stats.flush.maxTime) in logFlushStats() 1136 << tcu::TestLog::Float("AllocMax", "Alloc: Max time", "us", QP_KEY_TAG_TIME, stats.alloc.maxTime) in logAllocStats() 1724 << tcu::TestLog::Float("Max", "Total: Max time", "us", QP_KEY_TAG_TIME, stats.result.maxTime) in analyzeSampleResults()
|
/external/python/cpython2/Mac/Modules/qt/ |
D | _Qtmodule.c | 17664 TimeValue maxTime; in Qt_DataHSetTimeHints() local 17674 &maxTime)) in Qt_DataHSetTimeHints() 17681 maxTime); in Qt_DataHSetTimeHints()
|