Home
last modified time | relevance | path

Searched refs:wall (Results 1 – 25 of 65) sorted by relevance

123

/third_party/icu/docs/userguide/datetime/calendar/
Dindex.md214 time. On the date of transition to daylight saving time in US, wall clock time
215 jumps from 12:59 AM (standard) to 2:00 AM (daylight). Therefore, wall clock
216 times from 1:00 AM to 1:59 AM do not exist on the date. When the input wall time
221 On the date of transition back to standard time, wall clock time is moved back
222 one hour at 2:00 AM. So wall clock times from 1:00 AM to 1:59 AM occur twice. In
226 Ambiguous wall clock time resolution behaviors can be customized by Calendar
298 saving time. On the date switching to daylight saving time in US, wall clock
299 time jumps from 1:00 AM (standard) to 2:00 AM (daylight). Therefore, wall
301 wall time fall into this missing time slot, the ICU Calendar resolves the
305 On the date switching back to standard time, wall clock time is moved back
[all …]
/third_party/ffmpeg/libavdevice/
Dalsa_enc.c139 int64_t *dts, int64_t *wall) in audio_get_output_timestamp() argument
143 *wall = av_gettime(); in audio_get_output_timestamp()
Dpulse_audio_enc.c691 static void pulse_get_output_timestamp(AVFormatContext *h, int stream, int64_t *dts, int64_t *wall) in pulse_get_output_timestamp() argument
699 if (wall) in pulse_get_output_timestamp()
700 *wall = av_gettime(); in pulse_get_output_timestamp()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DCalendar.java5725 long wall = millis + millisInDay; in computeZoneOffset() local
5729 … ((BasicTimeZone)zone).getOffsetFromLocal(wall, nonExistingTimeOpt, duplicatedTimeOpt, offsets); in computeZoneOffset()
5732 zone.getOffset(wall, true, offsets); in computeZoneOffset()
5737 long tgmt = wall - (offsets[0] + offsets[1]); in computeZoneOffset()
5751 zone.getOffset(wall + offsetDelta, true, offsets); in computeZoneOffset()
5760 long tgmt = wall - (offsets[0] + offsets[1]); in computeZoneOffset()
5778 long wall = millis + millisInDay; in computeZoneOffset() local
5782 … ((BasicTimeZone)zone).getOffsetFromLocal(wall, nonExistingTimeOpt, duplicatedTimeOpt, offsets); in computeZoneOffset()
5785 zone.getOffset(wall, true, offsets); in computeZoneOffset()
5790 long tgmt = wall - (offsets[0] + offsets[1]); in computeZoneOffset()
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DCalendar.java5516 long wall = millis + millisInDay; in computeZoneOffset() local
5520 … ((BasicTimeZone)zone).getOffsetFromLocal(wall, nonExistingTimeOpt, duplicatedTimeOpt, offsets); in computeZoneOffset()
5523 zone.getOffset(wall, true, offsets); in computeZoneOffset()
5528 long tgmt = wall - (offsets[0] + offsets[1]); in computeZoneOffset()
5542 zone.getOffset(wall + offsetDelta, true, offsets); in computeZoneOffset()
5551 long tgmt = wall - (offsets[0] + offsets[1]); in computeZoneOffset()
5569 long wall = millis + millisInDay; in computeZoneOffset() local
5573 … ((BasicTimeZone)zone).getOffsetFromLocal(wall, nonExistingTimeOpt, duplicatedTimeOpt, offsets); in computeZoneOffset()
5576 zone.getOffset(wall, true, offsets); in computeZoneOffset()
5581 long tgmt = wall - (offsets[0] + offsets[1]); in computeZoneOffset()
[all …]
/third_party/icu/docs/userguide/datetime/timezone/
Dindex.md53 Wall time is what a local clock on the wall reads. In areas that observe
54 daylight savings time for part of the year, wall time is either standard
56 observe daylight savings time, wall time is equivalent to standard time.
85 * An API to compute the difference between local wall time and GMT.
/third_party/flutter/flutter/packages/flutter/lib/src/painting/
Dmatrix_utils.dart299 // point. If they have opposite signs, then one will push one wall one
300 // way and the other will push the opposite wall the other way and when
324 // As a result, wx pushes out the right wall, hx pushes out the left wall,
325 // and both wy and hy push down the bottom wall of the bounding box. The
329 // bottom wall down by their sum.
/third_party/tzdata/
Dtzfile.5.txt32 The number of standard/wall indicators stored in the file.
115 * tzh_ttisstdcnt standard/wall indicators, each stored as a one-byte
117 time types were specified as standard time or local (wall clock)
123 set, the corresponding standard/wall indicator must also be set.
125 The standard/wall and UT/local indicators were designed for
Dzic.8.txt247 is local or "wall clock" time, s if the given time is standard
250 indicator, local (wall clock) time is assumed. These forms
400 (wall clock) time.
484 saving at the new UT offset without any change in local (wall clock)
Dnewtzset.3.txt32 If TZ is null, the best available approximation to local (wall clock)
/third_party/ffmpeg/libavformat/
Davformat.h571 int64_t *dts, int64_t *wall);
2644 int64_t *dts, int64_t *wall);
Dmux.c1320 int64_t *dts, int64_t *wall) argument
1324 s->oformat->get_output_timestamp(s, stream, dts, wall);
/third_party/icu/docs/userguide/format_parse/datetime/
Dindex.md295 | Generic non-location | Reflects wall time, suited for displaying recurring events, meetings or an…
296 | Generic partial location | Reflects wall time, used as a fallback format when the generic non-loc…
297 | Generic location | Reflects wall time, suited for populating choice list for time zones. If the t…
312 …rmat (e.g. “PT (Canada)”) is used. | no | no | For displaying a recurring wall time (e.g. events, …
319 \* At a transition from daylight saving time to standard time, there is a wall
/third_party/openssl/doc/man1/
Dopenssl-speed.pod.in44 When calculating operations- or bytes-per-second, use wall-clock time
/third_party/icu/icu4c/source/i18n/
Dcalendar.cpp3163 UDate wall = millis + millisInDay; in computeZoneOffset() local
3168 … btz->getOffsetFromLocal(wall, nonExistingTimeOpt, duplicatedTimeOpt, rawOffset, dstOffset, ec); in computeZoneOffset()
3172 tz.getOffset(wall, TRUE, rawOffset, dstOffset, ec); in computeZoneOffset()
3177 UDate tgmt = wall - (rawOffset + dstOffset); in computeZoneOffset()
3192 tz.getOffset(wall + offsetDelta, TRUE, rawOffset, dstOffset, ec); in computeZoneOffset()
3201 UDate tgmt = wall - (rawOffset + dstOffset); in computeZoneOffset()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dcalendar.cpp3147 UDate wall = millis + millisInDay; in computeZoneOffset() local
3152 … btz->getOffsetFromLocal(wall, nonExistingTimeOpt, duplicatedTimeOpt, rawOffset, dstOffset, ec); in computeZoneOffset()
3156 tz.getOffset(wall, TRUE, rawOffset, dstOffset, ec); in computeZoneOffset()
3161 UDate tgmt = wall - (rawOffset + dstOffset); in computeZoneOffset()
3176 tz.getOffset(wall + offsetDelta, TRUE, rawOffset, dstOffset, ec); in computeZoneOffset()
3185 UDate tgmt = wall - (rawOffset + dstOffset); in computeZoneOffset()
/third_party/skia/third_party/externals/icu/source/i18n/
Dcalendar.cpp3163 UDate wall = millis + millisInDay; in computeZoneOffset() local
3168 … btz->getOffsetFromLocal(wall, nonExistingTimeOpt, duplicatedTimeOpt, rawOffset, dstOffset, ec); in computeZoneOffset()
3172 tz.getOffset(wall, TRUE, rawOffset, dstOffset, ec); in computeZoneOffset()
3177 UDate tgmt = wall - (rawOffset + dstOffset); in computeZoneOffset()
3192 tz.getOffset(wall + offsetDelta, TRUE, rawOffset, dstOffset, ec); in computeZoneOffset()
3201 UDate tgmt = wall - (rawOffset + dstOffset); in computeZoneOffset()
/third_party/node/deps/icu-small/source/i18n/
Dcalendar.cpp3163 UDate wall = millis + millisInDay; in computeZoneOffset() local
3168 … btz->getOffsetFromLocal(wall, nonExistingTimeOpt, duplicatedTimeOpt, rawOffset, dstOffset, ec); in computeZoneOffset()
3172 tz.getOffset(wall, TRUE, rawOffset, dstOffset, ec); in computeZoneOffset()
3177 UDate tgmt = wall - (rawOffset + dstOffset); in computeZoneOffset()
3192 tz.getOffset(wall + offsetDelta, TRUE, rawOffset, dstOffset, ec); in computeZoneOffset()
3201 UDate tgmt = wall - (rawOffset + dstOffset); in computeZoneOffset()
/third_party/flutter/skia/third_party/externals/spirv-tools/
DCHANGES25 - Version string: Allow overriding of wall clock timestamp with contents
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/resources/
DTransliterator_Kanji_English.txt891 垣>'[low wall]';
930 堵>'[wall]';
933 塀>'[wall]';
966 墻>'[wall]';
968 壁>'[partition wall]';
1411 幃>'[curtain that forms wall]';
3135 牆>'[wall]';
3301 甃>'[brick wall of a well]';
/third_party/python/Doc/library/
Ddatetime.rst1116 In ``[0, 1]``. Used to disambiguate wall times during a repeated interval. (A
1119 The value 0 (1) represents the earlier (later) of the two moments with the same wall
1719 In ``[0, 1]``. Used to disambiguate wall times during a repeated interval. (A
1722 The value 0 (1) represents the earlier (later) of the two moments with the same wall
2128 When DST starts (the "start" line), the local wall clock leaps from 1:59 to
2129 3:00. A wall time of the form 2:MM doesn't really make sense on that day, so
2148 hour that can't be spelled unambiguously in local wall time: the last hour of
2150 daylight time ends. The local wall clock leaps from 1:59 (daylight time) back
2172 Applications that can't bear wall-time ambiguities should explicitly check the
Dprofile.rst655 of wall-clock time or elapsed process time), pass the timing function you want
695 precise measurements of process or wall-clock time. For example, see
/third_party/ltp/docparse/
DREADME.md144 /* Indicates that the test is messing with system wall clock */
/third_party/benchmark/docs/
Duser_guide.md815 // Measure the user-visible time, the wall clock (literally, the time that
816 // has passed on the clock on the wall), use it to decide for how long to
828 // wall clock to decide for how long to run the benchmark loop.
/third_party/icu/icu4j/main/shared/data/
DTransliterator_Han_Latin_Definition.txt85 駁岸 < a\-low\-stone\-wall\-built\-along\-the\-water''s\-edge\-to\-protect\-an\-embankment;
303 長城卡 < great\-wall\-card\-\(credit\-card\-issued\-by\-bank\-of\-china\);
625 背城借一 < make\-a\-last\-ditch\-stand\-before\-the\-city\-wall;
1485 壁毯 < tapestry\-\(used\-as\-a\-wall\-hanging\);
1840 樐 < a\-lookout\-turret\-on\-a\-city\-wall;
2010 堭 < a\-dry\-moat\-outside\-a\-city\-wall;
2658 䧘 < a\-low\-wall\-on\-the\-road\-side;
2810 牌匾 < board\-\(attached\-to\-a\-wall\);
3331 陴 < a\-parapet\-on\-a\-city\-wall;
3332 闤 < wall\-around\-market\-place;
[all …]

123