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

12

/external/junit/src/junit/textui/
H A DResultPrinter.java28 synchronized void print(TestResult result, long runTime) { argument
29 printHeader(runTime);
43 protected void printHeader(long runTime) { argument
45 getWriter().println("Time: "+elapsedTimeAsString(runTime));
103 protected String elapsedTimeAsString(long runTime) { argument
107 return Double.toString((double)runTime/1000);
H A DTestRunner.java118 long runTime= endTime-startTime;
119 fPrinter.print(result, runTime);
/external/junit/src/org/junit/internal/
H A DTextListener.java54 protected void printHeader(long runTime) { argument
56 getWriter().println("Time: " + elapsedTimeAsString(runTime));
95 protected String elapsedTimeAsString(long runTime) { argument
96 return NumberFormat.getInstance().format((double) runTime / 1000);
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
H A DCpuMonitor.java82 final long runTime; field in class:CpuMonitor.ProcStat
86 runTime = aRunTime;
199 long diffRunTime = procStat.runTime - lastProcStat.runTime;
270 long runTime = 0;
281 runTime = user + nice + sys;
297 return new ProcStat(runTime, idleTime);
/external/icu/icu4c/source/test/perf/leperf/
H A Dletrperf.cpp132 double runTime = 2.0; local
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/caliper/caliper/src/main/java/com/google/caliper/options/
H A DParsedOptions.java144 private ShortDuration runTime = ShortDuration.of(5, MINUTES); field in class:ParsedOptions
149 this.runTime = ShortDuration.valueOf(timeLimitString);
156 return runTime;
/external/junit/src/junit/runner/
H A DBaseTestRunner.java146 public String elapsedTimeAsString(long runTime) { argument
147 return NumberFormat.getInstance().format((double)runTime/1000);
/external/pdfium/fpdfsdk/include/fpdfxfa/
H A Dfpdfxfa_doc.h190 IJS_Runtime* runTime);
/external/dexmaker/lib/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit3.8.2/ junit/awtui/ junit/extensions/ junit/framework/ ...
/external/guice/lib/build/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/external/jsr330/lib/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/external/slf4j/integration/lib/
H A Djunit-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/external/slf4j/log4j-over-slf4j/compatibility/lib/
H A Djunit-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/external/libphonenumber/lib/
H A Djunit-4.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/owasp/sanitizer/lib/junit/
H A Djunit-dep.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-junit.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/pdfium/fpdfsdk/src/fpdfxfa/
H A Dfpdfxfa_doc.cpp1259 IJS_Runtime* runTime) {
1260 return runTime->GetHValueByName(utf8Name, hValue);
1257 _GetHValueByName(const CFX_ByteStringC& utf8Name, FXJSE_HVALUE hValue, IJS_Runtime* runTime) argument
/external/opencv3/modules/java/pure_test/lib/
H A Djunit-4.11.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.runtime_3.6.0.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.core.runtime_3.11.0.v20150405-1723.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/libgdx/backends/gdx-backend-android/libs/
H A Dandroid-4.4.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 3343 milliseconds

12