HomeSort by relevance Sort by last modified time
    Searched refs:runTime (Results 1 - 25 of 41) sorted by null

1 2

  /cts/libs/deviceutil/src/android/cts/util/
TestThread.java 44 * @param runTime
47 public void runTest(long runTime) throws Throwable {
49 joinAndCheck(runTime);
71 * @param runTime The time to wait for the test thread to complete.
74 public void joinAndCheck(long runTime) throws Throwable {
75 this.join(runTime);
78 this.join(runTime);
  /external/junit/src/junit/textui/
ResultPrinter.java 28 synchronized void print(TestResult result, long runTime) {
29 printHeader(runTime);
43 protected void printHeader(long runTime) {
45 getWriter().println("Time: "+elapsedTimeAsString(runTime));
103 protected String elapsedTimeAsString(long runTime) {
107 return Double.toString((double)runTime/1000);
TestRunner.java 118 long runTime= endTime-startTime;
119 fPrinter.print(result, runTime);
  /external/junit/src/org/junit/internal/
TextListener.java 54 protected void printHeader(long runTime) {
56 getWriter().println("Time: " + elapsedTimeAsString(runTime));
95 protected String elapsedTimeAsString(long runTime) {
96 return NumberFormat.getInstance().format((double) runTime / 1000);
  /external/chromium_org/third_party/icu/source/test/perf/leperf/
letrperf.cpp 132 double runTime = 2.0;
133 printf("Test of LETableReference<> timing. %.1fs per run.\n", runTime);
150 time_taken = utimer_loopUntilDone(runTime, &loopCount, x, y); \
155 double oldTime = runTime;
156 runTime = 0.25;
161 runTime = oldTime;
  /external/icu/icu4c/source/test/perf/leperf/
letrperf.cpp 132 double runTime = 2.0;
133 printf("Test of LETableReference<> timing. %.1fs per run.\n", runTime);
150 time_taken = utimer_loopUntilDone(runTime, &loopCount, x, y); \
155 double oldTime = runTime;
156 runTime = 0.25;
161 runTime = oldTime;
  /external/chromium_org/third_party/sqlite/src/tool/
speedtest16.c 60 static sqlite_uint64 runTime = 0;
86 runTime += iElapse;
163 printf("Total run time: %15llu cycles\n", runTime);
167 prepTime + runTime + finalizeTime + iSetup);
speedtest8.c 50 static sqlite_uint64 runTime = 0;
78 runTime += iElapse;
239 printf("Total run time: %15llu cycles\n", runTime);
243 prepTime + runTime + finalizeTime + iSetup);
  /frameworks/base/test-runner/src/android/test/
InstrumentationTestRunner.java 195 * This constant defines the maximum allowed runtime (in ms) for a test included in the "small"
201 * This constant defines the maximum allowed runtime (in ms) for a test included in the
245 private static final String REPORT_KEY_RUN_TIME = "runtime";
556 long runTime = System.currentTimeMillis() - startTime;
558 resultPrinter.printResult(mTestRunner.getTestResult(), runTime);
659 public synchronized void printResult(TestResult result, long runTime) {
660 printHeader(runTime);
705 float runTime;
712 runTime = -1;
714 runTime = mEndTime - mStartTime
    [all...]
  /frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
UiAutomatorTestRunner.java 167 long runTime = SystemClock.uptimeMillis() - startTime;
168 resultPrinter.print(testRunResult, runTime, testRunOutput);
233 public void print(TestResult result, long runTime, Bundle testOutput);
349 public void print(TestResult result, long runTime, Bundle testOutput) {
350 mPrinter.print(result, runTime, testOutput);
379 public void print(TestResult result, long runTime, Bundle testOutput) {
380 printHeader(runTime);
  /frameworks/native/cmds/flatland/
Main.cpp 622 double runTime = 0.0;
624 runTime = double(r.run(warmUpFrames, totalFrames));
625 if (runTime < 50e6) {
638 } else if (totalFrames == 5 && runTime > 200e6) {
  /external/junit/src/junit/runner/
BaseTestRunner.java 146 public String elapsedTimeAsString(long runTime) {
147 return NumberFormat.getInstance().format((double)runTime/1000);
  /cts/suite/audio_quality/lib/src/audio/
RemoteAudio.cpp 171 int runTime = handler->getParam().mBuffer->getSize() /
175 return waitForCompletion(commandHandler, runTime + CLIENT_WAIT_TIMEOUT_MSEC);
  /cts/tools/vm-tests-tf/lib/
junit.jar 
  /external/dexmaker/lib/
junit.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/
junit.jar 
  /libcore/support/src/test/java/tests/resources/
junit4-4.3.1.jar 
  /prebuilts/devtools/adt/lib/
junit-3.8.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/junit/junit/3.8.1/
junit-3.8.1.jar 
  /prebuilts/tools/common/m2/repository/junit/junit/3.8.1/
junit-3.8.1.jar 
  /external/owasp/sanitizer/lib/junit/
junit-dep.jar 
junit.jar 
  /prebuilts/misc/common/android-support-test/
android-support-test.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-junit.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.runtime_3.6.0.v20100505.jar 

Completed in 338 milliseconds

1 2