Home
last modified time | relevance | path

Searched refs:maxTime (Results 1 – 13 of 13) sorted by relevance

/external/mdnsresponder/mDNSPosix/
Dparselog.py70 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/
Dsieve.cpp159 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/
Dmain.py82 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/syzkaller/vendor/google.golang.org/appengine/datastore/
Dsave.go33 maxTime = time.Unix(int64(math.MaxInt64)/1e6, (int64(math.MaxInt64)%1e6)*1e3) var
65 if t.Before(minTime) || t.After(maxTime) {
267 if v.Before(minTime) || v.After(maxTime) {
/external/lz4/programs/
Dbench.c226 U64 const maxTime = (g_nbSeconds * TIMELOOP_NANOSEC) + 100; in BMK_benchMem() local
275 cCompleted = totalCTime>maxTime; in BMK_benchMem()
319 dCompleted = totalDTime > (DECOMP_MULT*maxTime); in BMK_benchMem()
/external/syzkaller/vendor/golang.org/x/net/internal/timeseries/
Dtimeseries.go434 overlapStart := maxTime(srcStart, dstStart)
520 func maxTime(a, b time.Time) time.Time { func
/external/llvm/utils/Misc/
Dzkill254 if opts.minTime <= p.cpu_time <= opts.maxTime]
/external/swiftshader/third_party/llvm-7.0/llvm/utils/Misc/
Dzkill254 if opts.minTime <= p.cpu_time <= opts.maxTime]
/external/swiftshader/third_party/LLVM/utils/Misc/
Dzkill254 if opts.minTime <= p.cpu_time <= opts.maxTime]
/external/llvm/utils/lit/lit/
Dmain.py424 run.execute_tests(display, opts.numThreads, opts.maxTime,
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/lit/
Dmain.py529 run.execute_tests(display, opts.numThreads, opts.maxTime)
/external/deqp/modules/gles3/performance/
Des3pBufferDataUploadTests.cpp226 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.c17664 TimeValue maxTime; in Qt_DataHSetTimeHints() local
17674 &maxTime)) in Qt_DataHSetTimeHints()
17681 maxTime); in Qt_DataHSetTimeHints()