Home
last modified time | relevance | path

Searched defs:Stopwatch (Results 1 – 12 of 12) sorted by relevance

/external/guava/android/guava/src/com/google/common/base/
DStopwatch.java96 public final class Stopwatch { class
138 Stopwatch() { in Stopwatch() method in Stopwatch
142 Stopwatch(Ticker ticker) { in Stopwatch() method in Stopwatch
/external/guava/guava/src/com/google/common/base/
DStopwatch.java100 public final class Stopwatch { class
142 Stopwatch() { in Stopwatch() method in Stopwatch
146 Stopwatch(Ticker ticker) { in Stopwatch() method in Stopwatch
/external/webp/examples/
Dstopwatch.h22 typedef LARGE_INTEGER Stopwatch; typedef
45 typedef struct timeval Stopwatch; typedef
/external/mockito/src/test/java/org/mockitoutil/
DStopwatch.java18 public class Stopwatch { class
28 private Stopwatch() { in Stopwatch() method in Stopwatch
/external/junit/src/main/java/org/junit/rules/
DStopwatch.java79 public class Stopwatch implements TestRule { class
84 public Stopwatch() { in Stopwatch() method in Stopwatch
88 Stopwatch(Clock clock) { in Stopwatch() method in Stopwatch
/external/webrtc/api/neteq/
Dtick_timer.cc15 TickTimer::Stopwatch::Stopwatch(const TickTimer& ticktimer) in Stopwatch() function in webrtc::TickTimer::Stopwatch
Dtick_timer_unittest.cc54 TEST(TickTimer, Stopwatch) { in TEST() argument
/external/guice/core/src/com/google/inject/internal/util/
DStopwatch.java26 public final class Stopwatch { class
/external/okio/okio/src/jvmTest/kotlin/okio/
DStopwatch.kt22 internal class Stopwatch { class
/external/libchrome/mojo/core/
Dtest_utils.cc57 Stopwatch::Stopwatch() {} in Stopwatch() function in mojo::core::test::Stopwatch
/external/sdv/vsomeip/third_party/boost/chrono/perf/
Dstore_now_in_vector.cpp24 typedef boost::chrono::timer<boost::chrono::high_resolution_clock> Stopwatch; typedef
/external/sdv/vsomeip/third_party/boost/thread/example/
Dperf_condition_variable.cpp56 typedef boost::chrono::simple_stopwatch<> Stopwatch; typedef