Searched refs:wall (Results 1 - 8 of 8) sorted by relevance

/external/bison/lib/
H A Dtimevar.h26 wall-clock time, as appropriate to and supported by the host
62 float wall; member in struct:timevar_time_def
H A Dtimevar.c205 now->wall = 0;
213 now->wall = times (&tms) * ticks_to_msec;
248 timer->wall += stop->wall - start->wall;
494 && tv->elapsed.wall < tiny)
515 /* Print wall clock time elapsed. */
516 fprintf (fp, "%7.2f (%2.0f%%) wall",
517 tv->elapsed.wall,
518 (total->wall
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DCalendar.java144 * saving time in US, wall clock time jumps from 12:59 AM (standard) to 2:00 AM
145 * (daylight). Therefore, wall clock time from 1:00 AM to 1:59 AM do not exist on
146 * the date. When the input wall time fall into this missing time slot, the ICU
151 * <p>On the date switching back to standard time, wall clock time is moved back one
152 * hour at 2:00 AM. So wall clock time from 1:00 AM to 1:59 AM occur twice. In this
156 * <p>Ambiguous wall clock time resolution behaviors can be customized by Calendar APIs
387 * specification of the wall time. {@link #DOW_LOCAL} and
1136 * {@link #setSkippedWallTimeOption(int)} specifying an ambiguous wall time
1147 * {@link #setSkippedWallTimeOption(int)} specifying an ambiguous wall time
1158 * ambiguous wall tim
[all...]
/external/icu/icu4c/source/i18n/
H A Dcalendar.cpp1478 // Compute local wall millis
1536 // wall milliseconds in day.
2087 // we don't want the wall time to shift due to changes in DST. If the
2197 // In order to keep the wall time invariant (for fields where this is
2214 // time and the result time. As the result, wall time has
2230 // The result wall time or adjusted wall time was shifted because
2231 // the target wall time does not exist on the result date.
2988 // ambiguities here. We'll assume a 2:00 am (wall time) switchover time
2997 // - WALLTIME_NEXT_VALID: 3:00 am (DST) (next valid time after 2:30 am on a wall cloc
3136 UDate wall = millis + millisInDay; local
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DCalendar.java143 * saving time in US, wall clock time jumps from 12:59 AM (standard) to 2:00 AM
144 * (daylight). Therefore, wall clock time from 1:00 AM to 1:59 AM do not exist on
145 * the date. When the input wall time fall into this missing time slot, the ICU
150 * <p>On the date switching back to standard time, wall clock time is moved back one
151 * hour at 2:00 AM. So wall clock time from 1:00 AM to 1:59 AM occur twice. In this
155 * <p>Ambiguous wall clock time resolution behaviors can be customized by Calendar APIs
386 * specification of the wall time. {@link #DOW_LOCAL} and
1178 * {@link #setSkippedWallTimeOption(int)} specifying an ambiguous wall time
1190 * {@link #setSkippedWallTimeOption(int)} specifying an ambiguous wall time
1202 * ambiguous wall tim
[all...]
/external/python/cpython2/Lib/test/
H A Dtest_datetime.py3227 # wall 0:MM 1:MM 1:MM 2:MM against these
3285 for wall in 23, 0, 1, 3, 4, 5:
3286 expected = start.replace(hour=wall)
3287 if wall == 23:
3306 for wall in 0, 1, 1, 2, 3, 4:
3307 expected = start.replace(hour=wall)
/external/mksh/src/
H A DBuild.sh1540 ac_flags 1 wall "${ccpc}/Wall" 'to enable all warnings'
1575 ac_flags 1 wall -Wall
/external/jemalloc/bin/
H A Djeprof.in107 my $WALL_PAGE = "/pprof/wall(?:\\?.*)?"; # accepts options like namefilter
162 $GROWTH_PAGE, $CONTENTION_PAGE, /pprof/wall,

Completed in 234 milliseconds