HomeSort by relevance Sort by last modified time
    Searched defs:maxTime (Results 1 - 11 of 11) sorted by null

  /external/syzkaller/vendor/google.golang.org/appengine/datastore/
save.go 33 maxTime = time.Unix(int64(math.MaxInt64)/1e6, (int64(math.MaxInt64)%1e6)*1e3)
65 if t.Before(minTime) || t.After(maxTime) {
267 if v.Before(minTime) || v.After(maxTime) {
  /external/icu/icu4c/source/test/perf/howExpensiveIs/
sieve.cpp 159 double maxTime = times[0];
163 if(maxTime<times[i]) maxTime=times[i];
182 printf("min: %.9f, q1=%.9f, q2=%.9f, q3=%.9f, max=%.9f, n=%d\n", minTime,q1,q2,q3,maxTime, n);
  /external/syzkaller/vendor/golang.org/x/net/internal/timeseries/
timeseries.go 434 overlapStart := maxTime(srcStart, dstStart)
520 func maxTime(a, b time.Time) time.Time {
  /cts/hostsidetests/incident/src/com/android/server/cts/
BatteryStatsValidationTest.java 307 final int maxTime = 3000; // max single scan time in ms
311 assertValueRange("blem", "", 7, 1*minTime, 1*maxTime); // actualTime
312 assertValueRange("blem", "", 8, 1*minTime, 1*maxTime); // actualTimeBg
320 assertValueRange("blem", "", 7, 2*minTime, 2*maxTime); // actualTime
321 assertValueRange("blem", "", 8, 1*minTime, 1*maxTime); // actualTimeBg
329 assertValueRange("blem", "", 7, 3*minTime, 3*maxTime); // actualTime
330 assertValueRange("blem", "", 8, 2*minTime, 2*maxTime); // actualTimeBg
331 assertValueRange("blem", "", 11, 1*minTime, 1*maxTime); // unoptimizedScanTotalTime
332 assertValueRange("blem", "", 12, 1*minTime, 1*maxTime); // unoptimizedScanTotalTimeBg
333 assertValueRange("blem", "", 13, 1*minTime, 1*maxTime); // unoptimizedScanMaxTim
    [all...]
  /external/lz4/programs/
bench.c 226 U64 const maxTime = (g_nbSeconds * TIMELOOP_NANOSEC) + 100;
275 cCompleted = totalCTime>maxTime;
319 dCompleted = totalDTime > (DECOMP_MULT*maxTime);
  /external/deqp/modules/gles3/performance/
es3pBufferDataUploadTests.cpp 226 float maxTime;
679 stats.maxTime = (float)values.back();
756 stats.result.maxTime = (float)values.back();
    [all...]
  /external/python/cpython2/Mac/Modules/qt/
_Qtmodule.c     [all...]
  /external/grpc-grpc-java/netty/shaded/
grpc-netty-shaded-1.14.0.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 

Completed in 838 milliseconds