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

/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/lldb/test/
H A Dlldbbench.py5 class Stopwatch(object): class in inherits:object
6 """Stopwatch provides a simple utility to start/stop your stopwatch multiple
15 sw = Stopwatch()
105 self.stopwatch = 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/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/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/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 408 milliseconds