Searched refs:runTime (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/test-runner/src/android/test/
H A DInstrumentationTestRunner.java556 long runTime = System.currentTimeMillis() - startTime;
558 resultPrinter.printResult(mTestRunner.getTestResult(), runTime);
659 public synchronized void printResult(TestResult result, long runTime) { argument
660 printHeader(runTime);
705 float runTime;
712 runTime = -1;
714 runTime = mEndTime - mStartTime;
715 if (runTime < SMALL_SUITE_MAX_RUNTIME
718 } else if (runTime < MEDIUM_SUITE_MAX_RUNTIME) {
730 + String.valueOf(runTime)
[all...]
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
H A DUiAutomatorTestRunner.java167 long runTime = SystemClock.uptimeMillis() - startTime;
168 resultPrinter.print(testRunResult, runTime, testRunOutput);
233 public void print(TestResult result, long runTime, Bundle testOutput); argument
349 public void print(TestResult result, long runTime, Bundle testOutput) { argument
350 mPrinter.print(result, runTime, testOutput);
379 public void print(TestResult result, long runTime, Bundle testOutput) { argument
380 printHeader(runTime);
/frameworks/native/cmds/flatland/
H A DMain.cpp622 double runTime = 0.0; local
624 runTime = double(r.run(warmUpFrames, totalFrames));
625 if (runTime < 50e6) {
638 } else if (totalFrames == 5 && runTime > 200e6) {
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java1044 long runTime = computeRunTimeLocked(mTimeBase.getRealtime(elapsedRealtimeUs));
1045 out.writeLong(runTime);

Completed in 173 milliseconds