/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...] |
/external/chromium_org/mojo/system/ |
simple_dispatcher_unittest.cc | 91 test::Stopwatch stopwatch; local 109 stopwatch.Start(); 111 elapsed_micros = stopwatch.Elapsed(); 120 stopwatch.Start(); 122 elapsed_micros = stopwatch.Elapsed(); 131 stopwatch.Start(); 133 elapsed_micros = stopwatch.Elapsed(); 141 stopwatch.Start(); 143 elapsed_micros = stopwatch.Elapsed() 163 test::Stopwatch stopwatch; local 215 test::Stopwatch stopwatch; local 265 test::Stopwatch stopwatch; local [all...] |
waiter_unittest.cc | 63 test::Stopwatch stopwatch; variable 67 stopwatch.Start(); 69 elapsed_micros = stopwatch.Elapsed(); 202 test::Stopwatch stopwatch; local 208 stopwatch.Start(); 210 elapsed_micros = stopwatch.Elapsed(); 214 stopwatch.Start(); 217 elapsed_micros = stopwatch.Elapsed() [all...] |
message_pipe_dispatcher_unittest.cc | 35 test::Stopwatch stopwatch; local 68 stopwatch.Start(); 70 elapsed_micros = stopwatch.Elapsed(); 94 stopwatch.Start(); 96 elapsed_micros = stopwatch.Elapsed(); 104 stopwatch.Start(); 106 elapsed_micros = stopwatch.Elapsed(); 257 test::Stopwatch stopwatch; local [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 | |