Home
last modified time | relevance | path

Searched refs:elapsed (Results 1 – 8 of 8) sorted by relevance

/tools/dexter/slicer/export/slicer/
Dchronometer.h29 explicit Chronometer(double& elapsed, bool cumulative = false) :
30 elapsed_(elapsed), cumulative_(cumulative) { in elapsed_() argument
/tools/tradefederation/core/util-apps/WifiUtil/src/com/android/tradefed/utils/wifi/
DWifiConnector.java97 long elapsed = SystemClock.uptimeMillis() - startTime; in waitForCallable() local
99 "Time elapsed waiting for %s: %d ms", description, elapsed)); in waitForCallable()
100 return elapsed; in waitForCallable()
/tools/tradefederation/core/src/com/android/tradefed/util/
DFileIdleMonitor.java102 Duration elapsed = Duration.between(Instant.ofEpochMilli(timestamp), Instant.now()); in checkIfIdle() local
103 Duration remaining = mTimeout.minus(elapsed); in checkIfIdle()
/tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/zip/
DFileUseMapTest.java71 while (testStopwatch.elapsed(TimeUnit.MILLISECONDS) < MAX_TEST_DURATION_MS in addPerformanceTest()
86 runs[currentRun] = runStopwatch.elapsed(TimeUnit.NANOSECONDS); in addPerformanceTest()
/tools/test/connectivity/acts/framework/acts/libs/utils/
Dtimer.py83 def elapsed(self, record_ids=None): member in TimeRecorder
/tools/tradefederation/core/tests/src/com/android/tradefed/command/
DCommandInterrupterTest.java145 assertTrue(stopwatch.elapsed(TimeUnit.MILLISECONDS) >= 200L); in testAllowInterruptAsync()
/tools/tradefederation/core/src/com/android/tradefed/command/
DConsole.java854 String elapsed = String.format("TF has been running for %s", in printElapsedTime() local
856 printLine(elapsed); in printElapsedTime()
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/test_actions/
Dapollo_acts.py532 (key, self.measurement_timer.elapsed(key)))