HomeSort by relevance Sort by last modified time
    Searched full:laps (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/cc/test/
lap_timer.h 18 // the times for that many laps at the start.
21 // that it only tests this every check_interval laps.
29 // Returns true if there are no more warmup laps to do.
32 // The accumulated time is only updated every check_interval laps.
40 // The number of laps per second.
42 // The number of laps recorded.
  /packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
Stopwatches.java 72 * @param laps array of times
75 public static String buildShareResults(Context context, String time, long[] laps) {
79 int lapsNum = laps == null? 0 : laps.length;
87 b.append(getTimeText(context, laps[lapsNum-i], i));
97 * @param laps array of times
100 public static String buildShareResults(Context context, long time, long[] laps) {
101 return buildShareResults(context, getTimeText(context, time, NO_LAP_NUMBER), laps);
StopwatchFragment.java 217 long [] laps = new long[size]; local
219 laps[i] = mLaps.get(i).mTotalTime;
221 return laps;
225 public void setLapTimes(long [] laps) {
226 if (laps == null || laps.length == 0) {
230 int size = laps.length;
232 for (long lap : laps) {
237 totalTime += laps[i];
372 // Listener to invoke extra animation within the laps-lis
908 long [] laps = mLapsAdapter.getLapTimes(); local
942 long[] laps = new long[numLaps]; local
    [all...]
StopwatchService.java 195 // Show the laps if applicable.
321 long[] laps = new long[numLaps]; local
329 laps[numLaps - lap_i - 1] = lap - prevLapElapsedTime;
332 return laps;
398 long laps[] = readLapsFromPrefs(); local
399 int numLaps = laps.length;
400 long lapTime = laps[1];
  /packages/apps/UnifiedEmail/src/com/android/mail/perf/
SimpleTimer.java 25 * timer is started, any number of laps can be marked, but they are all relative
  /packages/apps/ContactsCommon/src/com/android/contacts/common/util/
StopWatch.java 26 * A {@link StopWatch} records start, laps and stop, and print them to logcat.
  /packages/apps/DeskClock/res/values/
strings.xml 392 <!-- Label to enumerate the number of laps in the notification the user has counted -->
413 <!-- Formatted stopwatch time for laps shared using the share button -->
432 <!-- Label to enumerate the number of laps the user has counted -->
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/
Utils.java 194 * Clears the persistent data of stopwatch (start time, state, laps, etc...).
  /external/chromium_org/third_party/sqlite/src/test/
fts1porter.test     [all...]
  /external/chromium_org/components/policy/resources/
policy_templates_fr.xtb 174 Pour verrouiller l'écran en cas d'inactivité, il est recommandé d'activer le verrouillage de l'écran en cas d'arrêt et de paramétrer l'arrêt de <ph name="PRODUCT_OS_NAME"/> au terme du délai d'inactivité. Cette règle ne doit être utilisée que lorsque le verrouillage de l'écran n'est nécessaire qu'un certain laps de temps avant l'arrêt, ou lorsque l'arrêt en cas d'inactivité n'est pas souhaité.
    [all...]
  /external/srec/config/en.us/dictionary/
large.ok     [all...]
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/fr-FR/
fr-FR_lexpos.utf 630 ADJ_SG "laps" "l'aps"
    [all...]
  /frameworks/base/core/res/res/values-et/
strings.xml     [all...]
  /frameworks/base/core/res/res/values-et-rEE/
strings.xml     [all...]

Completed in 2897 milliseconds