HomeSort by relevance Sort by last modified time
    Searched refs:stopwatch (Results 1 - 19 of 19) sorted by null

  /external/guava/guava-tests/test/com/google/common/base/
StopwatchTest.java 30 * Unit test for {@link Stopwatch}.
38 private final Stopwatch stopwatch = new Stopwatch(ticker); field in class:StopwatchTest
41 assertFalse(stopwatch.isRunning());
42 assertEquals(0, stopwatch.elapsedTime(NANOSECONDS));
46 assertSame(stopwatch, stopwatch.start());
47 assertTrue(stopwatch.isRunning());
51 stopwatch.start()
    [all...]
  /dalvik/vm/test/
TestIndirectRefTable.cpp 29 class Stopwatch {
31 Stopwatch() {
356 Stopwatch stopwatch; local
364 stopwatch.reset();
374 kTableMax, kLoops, stopwatch.elapsedSeconds() * 1000 / kLoops);
376 stopwatch.reset();
386 kTableMax, kLoops, stopwatch.elapsedSeconds() * 1000 / kLoops);
391 stopwatch.reset();
398 kTableMax, kLoops, stopwatch.elapsedSeconds() * 1000 / kLoops)
    [all...]
  /system/extras/tests/sdcard/
Android.mk 26 stopwatch.cpp \
  /development/tools/idegen/src/
Configuration.java 62 Stopwatch stopwatch = new Stopwatch(); local
66 stopwatch.reset("Read excludes");
74 stopwatch.reset("Traversed tree");
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateHandlerTest.java 55 import com.google.common.base.Stopwatch;
158 Stopwatch stopwatch = new Stopwatch(); local
159 stopwatch.start();
161 stopwatch.stop();
163 + stopwatch.toString());
270 Stopwatch stopwatch = new Stopwatch(); local
281 Stopwatch stopwatch = new Stopwatch(); local
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
Stopwatches.java 17 package com.android.deskclock.stopwatch;
26 * Stopwatch utility class providing access to stopwatch resources and data formatting strings of
27 * stopwatch data.
30 // Actions processed by stopwatch receiver
69 * Create a multi-line text with the stopwatch lap data
94 * Create a multi-line text with the stopwatch lap data
105 * Format the string of the time running on the stopwatch up to hundred of a second accuracy
107 * @param time - in hundreds of a second since the stopwatch started
147 * Sets the string of the time running on the stopwatch up to hundred of a second accurac
    [all...]
StopwatchService.java 2 package com.android.deskclock.stopwatch;
151 // add category to distinguish between stopwatch intents and timer intents
152 intent.addCategory("stopwatch");
StopwatchFragment.java 1 package com.android.deskclock.stopwatch;
53 // Stopwatch views that are accessed by the activity
278 + " while pressing the right stopwatch button");
316 + " while pressing the left stopwatch button");
354 0, 0); /** No label for a stopwatch**/
498 // The stopwatch must keep running even if the user closes the app so save stopwatch state
693 * Update the buttons on the stopwatch according to the watch's state
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/
DeskClock.java 46 import com.android.deskclock.stopwatch.StopwatchFragment;
47 import com.android.deskclock.stopwatch.StopwatchService;
48 import com.android.deskclock.stopwatch.Stopwatches;
189 // We only want to show notifications for stopwatch/timer when the app is closed so
CircleTimerView.java 12 import com.android.deskclock.stopwatch.Stopwatches;
18 * Stopwatch counts up. In this mode the animation is clockwise and will run until stopped.
41 // Stopwatch mode is the default.
Utils.java 57 import com.android.deskclock.stopwatch.Stopwatches;
194 * Clears the persistent data of stopwatch (start time, state, laps, etc...).
  /external/guava/guava/src/com/google/common/cache/
LocalCache.java 29 import com.google.common.base.Stopwatch;
3501 final Stopwatch stopwatch = new Stopwatch(); field in class:LocalCache.LoadingValueReference
    [all...]
  /external/blktrace/doc/
blktrace.tex 395 -w \emph{seconds} & --stopwatch=\emph{seconds} & Sets run time to the number of seconds specified \\ \hline
504 -w \emph{span} & --stopwatch=\emph{span} & Display traces for the \emph{span} specified -- where span can be: \\
    [all...]
  /external/droiddriver/libs/
guava-13.0.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 487 milliseconds