HomeSort by relevance Sort by last modified time
    Searched defs:Ticker (Results 1 - 13 of 13) sorted by null

  /external/guava/guava/src/com/google/common/base/
Ticker.java 33 public abstract class Ticker {
37 protected Ticker() {}
40 * Returns the number of nanoseconds elapsed since this ticker's fixed
46 * A ticker that reads the current time using {@link System#nanoTime}.
50 public static Ticker systemTicker() {
54 private static final Ticker SYSTEM_TICKER = new Ticker() {
Stopwatch.java 62 * #Stopwatch(Ticker) alternate constructor} to supply a fake or mock ticker.
74 private final Ticker ticker; field in class:Stopwatch
84 this(Ticker.systemTicker());
91 public Stopwatch(Ticker ticker) {
92 this.ticker = checkNotNull(ticker);
113 startTick = ticker.read()
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
Stopwatch.java 61 * #Stopwatch(Ticker) alternate constructor} to supply a fake or mock ticker.
73 private final Ticker ticker; field in class:Stopwatch
83 this(Ticker.systemTicker());
90 public Stopwatch(Ticker ticker) {
91 this.ticker = checkNotNull(ticker);
112 startTick = ticker.read()
    [all...]
  /external/chromium/base/
time_win_unittest.cc 21 static DWORD Ticker() {
26 old_tick_function_ = SetMockTickFunction(&Ticker);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
Ticker.java 44 public abstract class Ticker {
158 public Ticker(Context context, View sb) {
165 mTickerView = sb.findViewById(R.id.ticker);
  /external/v8/src/
log.cc 185 // Ticker used to provide ticks to the profiler and the sliding state
188 class Ticker: public Sampler {
190 Ticker(Isolate* isolate, int interval):
195 ~Ticker() { if (IsActive()) Stop(); }
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
MapMakerInternalMapTest.java 27 import com.google.common.base.Ticker;
91 assertSame(Ticker.systemTicker(), map.ticker);
    [all...]
  /prebuilts/sdk/tools/lib/
guava-10.0.1.jar 
lint.jar 
lint_api.jar 
lint_checks.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 

Completed in 200 milliseconds