Searched defs:Stopwatch (Results 1 - 18 of 18) sorted by relevance

/external/libmojo/mojo/edk/system/
H A Dtest_utils.h36 // Stopwatch -------------------------------------------------------------------
39 class Stopwatch { class in namespace:mojo::edk::test
41 Stopwatch();
42 ~Stopwatch();
52 DISALLOW_COPY_AND_ASSIGN(Stopwatch);
H A Dtest_utils.cc57 Stopwatch::Stopwatch() { function in class:mojo::edk::test::Stopwatch
60 Stopwatch::~Stopwatch() {
63 void Stopwatch::Start() {
67 MojoDeadline Stopwatch::Elapsed() {
/external/guice/core/src/com/google/inject/internal/util/
H A DStopwatch.java26 public final class Stopwatch { class
27 private static final Logger logger = Logger.getLogger(Stopwatch.class.getName());
/external/mockito/src/test/java/org/mockitoutil/
H A DStopwatch.java17 public class Stopwatch { class
27 private Stopwatch() { method in class:Stopwatch
31 * Return a new and not started {@link Stopwatch}.
33 public static Stopwatch createNotStarted() {
34 return new Stopwatch();
/external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
H A DStopwatch.java44 * returned by {@code nanoTime} at a different time. {@code Stopwatch} is a
51 * Stopwatch stopwatch = Stopwatch.{@link #createStarted createStarted}();
59 * <p>Stopwatch methods are not idempotent; it is an error to start or stop a
75 public final class Stopwatch { class
87 public static Stopwatch createUnstarted() {
88 return new Stopwatch();
97 public static Stopwatch createUnstarted(Ticker ticker) {
98 return new Stopwatch(ticker);
107 public static Stopwatch createStarte
128 Stopwatch() { method in class:Stopwatch
139 Stopwatch(Ticker ticker) { method in class:Stopwatch
[all...]
/external/guava/guava/src/com/google/common/base/
H A DStopwatch.java45 * returned by {@code nanoTime} at a different time. {@code Stopwatch} is a
52 * Stopwatch stopwatch = Stopwatch.{@link #createStarted createStarted}();
60 * <p>Stopwatch methods are not idempotent; it is an error to start or stop a
76 public final class Stopwatch { class
88 public static Stopwatch createUnstarted() {
89 return new Stopwatch();
98 public static Stopwatch createUnstarted(Ticker ticker) {
99 return new Stopwatch(ticker);
108 public static Stopwatch createStarte
129 Stopwatch() { method in class:Stopwatch
140 Stopwatch(Ticker ticker) { method in class:Stopwatch
[all...]
/external/junit/src/main/java/org/junit/rules/
H A DStopwatch.java10 * The Stopwatch Rule notifies one of its own protected methods of the time spent by a test.
26 * public Stopwatch stopwatch = new Stopwatch() {
79 public abstract class Stopwatch implements TestRule { class in inherits:TestRule
84 public Stopwatch() { method in class:Stopwatch
88 Stopwatch(Clock clock) { method in class:Stopwatch
154 Stopwatch.this.starting();
158 Stopwatch.this.finished(getNanos(), description);
162 Stopwatch.this.stopping();
163 Stopwatch
[all...]
/external/annotation-tools/annotation-file-utilities/lib/
H A Dplume-core.jarMETA-INF/ META-INF/MANIFEST.MF plume/ArraysMDE$ComparableArrayComparatorLengthFirst.class ArraysMDE.java package ...
H A Dguava-20.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/testng/lib-supplied/
H A Dguice-2.0.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE NOTICE org/ org/testng/ org/testng/guice/ org/testng/ ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/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 ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 340 milliseconds