/third_party/typescript/tests/baselines/reference/ |
D | externModule.types | 30 constructor(year: number, month: number, date: number, hours: number); 34 >hours : number 36 constructor(year: number, month: number, date: number, hours: number, minutes: number); 40 >hours : number 43 …constructor(year: number, month: number, date: number, hours: number, minutes: number, seconds: nu… 47 >hours : number 51 …constructor(year: number, month: number, date: number, hours: number, minutes: number, seconds: nu… 55 >hours : number 70 …hours: number): number; (year: number, month: number, date: number, hours: number, minutes: number… 75 …hours: number): number; (year: number, month: number, date: number, hours: number, minutes: number… [all …]
|
D | externModule.symbols | 27 constructor(year: number, month: number, date: number, hours: number); 31 >hours : Symbol(hours, Decl(externModule.ts, 12, 59)) 33 constructor(year: number, month: number, date: number, hours: number, minutes: number); 37 >hours : Symbol(hours, Decl(externModule.ts, 13, 59)) 40 …constructor(year: number, month: number, date: number, hours: number, minutes: number, seconds: nu… 44 >hours : Symbol(hours, Decl(externModule.ts, 14, 59)) 48 …constructor(year: number, month: number, date: number, hours: number, minutes: number, seconds: nu… 52 >hours : Symbol(hours, Decl(externModule.ts, 15, 59)) 77 static UTC(year: number, month: number, date: number, hours: number): number; 82 >hours : Symbol(hours, Decl(externModule.ts, 22, 58)) [all …]
|
D | externModule.js | 14 constructor(year: number, month: number, date: number, hours: number); 15 constructor(year: number, month: number, date: number, hours: number, minutes: number); 16 …constructor(year: number, month: number, date: number, hours: number, minutes: number, seconds: nu… 17 …constructor(year: number, month: number, date: number, hours: number, minutes: number, seconds: nu… 24 static UTC(year: number, month: number, date: number, hours: number): number; 25 static UTC(year: number, month: number, date: number, hours: number, minutes: number): number; 26 …static UTC(year: number, month: number, date: number, hours: number, minutes: number, seconds: num… 27 …static UTC(year: number, month: number, date: number, hours: number, minutes: number, seconds: num…
|
D | externModule.errors.txt | 39 constructor(year: number, month: number, date: number, hours: number); 40 constructor(year: number, month: number, date: number, hours: number, minutes: number); 41 …constructor(year: number, month: number, date: number, hours: number, minutes: number, seconds: nu… 42 …constructor(year: number, month: number, date: number, hours: number, minutes: number, seconds: nu… 53 static UTC(year: number, month: number, date: number, hours: number): number; 54 … static UTC(year: number, month: number, date: number, hours: number, minutes: number): number; 55 …static UTC(year: number, month: number, date: number, hours: number, minutes: number, seconds: num… 56 …static UTC(year: number, month: number, date: number, hours: number, minutes: number, seconds: num…
|
/third_party/icu/ohos_icu4j/src/main/tests/resources/ohos/global/icu/dev/test/duration/testdata/ |
D | testdata_en.txt | 83 3 hours ago 84 2 hours ago 86 0 hours 88 2 hours from now 89 3 hours from now 90 5 hours from now 91 10 hours from now 92 11 hours from now 93 12 hours from now 94 20 hours from now [all …]
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/testdata/ |
D | testdata_en.txt | 83 3 hours ago 84 2 hours ago 86 0 hours 88 2 hours from now 89 3 hours from now 90 5 hours from now 91 10 hours from now 92 11 hours from now 93 12 hours from now 94 20 hours from now [all …]
|
/third_party/typescript/tests/cases/compiler/ |
D | externModule.ts | 13 constructor(year: number, month: number, date: number, hours: number); 14 constructor(year: number, month: number, date: number, hours: number, minutes: number); 15 …constructor(year: number, month: number, date: number, hours: number, minutes: number, seconds: nu… 16 …constructor(year: number, month: number, date: number, hours: number, minutes: number, seconds: nu… 23 static UTC(year: number, month: number, date: number, hours: number): number; 24 static UTC(year: number, month: number, date: number, hours: number, minutes: number): number; 25 …static UTC(year: number, month: number, date: number, hours: number, minutes: number, seconds: num… 26 …static UTC(year: number, month: number, date: number, hours: number, minutes: number, seconds: num…
|
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
D | ecma-builtin-date.c | 210 ecma_number_t hours = ECMA_NUMBER_ZERO; in ecma_date_construct_helper() local 227 hours = ecma_get_number_from_value (hours_value); in ecma_date_construct_helper() 271 ecma_date_make_time (hours, in ecma_date_construct_helper() 339 ecma_number_t hours = ECMA_NUMBER_ZERO; in ecma_builtin_date_parse_ISO_string_format() local 350 hours = ecma_date_parse_date_chars (&date_str_curr_p, date_str_end_p, 2, 0, 24); in ecma_builtin_date_parse_ISO_string_format() 373 if (hours == 24 && (minutes != 0 || seconds != 0 || milliseconds != 0)) in ecma_builtin_date_parse_ISO_string_format() 375 hours = ecma_number_make_nan (); in ecma_builtin_date_parse_ISO_string_format() 378 time = ecma_date_make_time (hours, minutes, seconds, milliseconds); in ecma_builtin_date_parse_ISO_string_format() 388 time = ecma_date_make_time (hours, minutes, seconds, milliseconds); in ecma_builtin_date_parse_ISO_string_format() 398 hours = ecma_date_parse_date_chars (&date_str_curr_p, date_str_end_p, 2, 0, 24); in ecma_builtin_date_parse_ISO_string_format() [all …]
|
/third_party/toybox/toys/other/ |
D | uptime.c | 31 unsigned int weeks, days, hours, minutes; in uptime_main() local 54 hours = info.uptime%24; in uptime_main() 63 hours, (hours!=1)?"s":"", in uptime_main() 68 if (hours) xprintf("%2d:%02d, ", hours, minutes); in uptime_main()
|
/third_party/tzdata/ |
D | ziguard.awk | 31 sign, hours, minutes) 34 hours = +field 39 return 60 * hours + sign * minutes 45 hours, minutes, sign) 47 hours = int(offset / 60) 50 return sprintf("%+.4d", hours * 100 + minutes); 52 return sprintf("%+.2d", hours)
|
D | date.1.txt | 73 1454 24-hour-clock hours (first two digits) and minutes 74 081454 Month day (first two digits), hours, and minutes 75 03081454 Month (two digits, January is 01), month day, hours, minutes 76 8903081454 Year, month, month day, hours, minutes 77 0308145489 Month, month day, hours, minutes, year 79 030814541989 Month, month day, hours, minutes, four-digit year 80 198903081454 Four-digit year, month, month day, hours, minutes
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/ |
D | time_zone_fixed.cc | 71 int hours = Parse02d(np + 1); in FixedOffsetFromName() local 72 if (hours == -1) return false; in FixedOffsetFromName() 78 secs += ((hours * 60) + mins) * 60; in FixedOffsetFromName() 86 if (offset < std::chrono::hours(-24) || offset > std::chrono::hours(24)) { in FixedOffsetToName()
|
D | time_zone_lookup_test.cc | 743 chrono::hours(3) + chrono::minutes(25) + chrono::seconds(45)); in TEST() 746 -(chrono::hours(12) + chrono::minutes(34) + chrono::seconds(56))); in TEST() 793 chrono::hours(3) + chrono::minutes(25) + chrono::seconds(45)); in TEST() 797 -(chrono::hours(12) + chrono::minutes(34) + chrono::seconds(56))); in TEST() 801 const time_zone fixed_lim = fixed_time_zone(chrono::hours(24)); in TEST() 805 fixed_time_zone(chrono::hours(24) + chrono::seconds(1)); in TEST() 845 ExpectTime(chrono::time_point_cast<chrono::hours>(t0), utc, 1970, 1, 1, 0, 0, in TEST() 874 -(chrono::hours(8) + chrono::minutes(33) + chrono::seconds(47)); in TEST() 928 const time_point<chrono::hours> tp_h = chrono::time_point_cast<chrono::hours>( in TEST() 950 const time_zone east = fixed_time_zone(chrono::hours(14)); in TEST() [all …]
|
D | time_zone_posix.cc | 77 int hours = 0; in ParseOffset() local 81 p = ParseInt(p, min_hour, max_hour, &hours); in ParseOffset() 91 *offset = sign * ((((hours * 60) + minutes) * 60) + seconds); in ParseOffset()
|
D | time_zone_format_test.cc | 100 format(kFmt, chrono::time_point_cast<chrono::hours>(t0), utc)); in TEST() 109 chrono::hours(12) + chrono::minutes(34) + chrono::seconds(56); in TEST() 145 tp += chrono::hours(13) + chrono::minutes(4) + chrono::seconds(5); in TEST() 469 tz = fixed_time_zone(chrono::hours(12)); in TEST() 474 tz = fixed_time_zone(-chrono::hours(12)); in TEST() 479 tz = fixed_time_zone(chrono::hours(12) + chrono::seconds(56)); in TEST() 484 tz = fixed_time_zone(-chrono::hours(12) - chrono::seconds(56)); in TEST() 489 tz = fixed_time_zone(chrono::hours(12) + chrono::minutes(34)); in TEST() 494 tz = fixed_time_zone(-chrono::hours(12) - chrono::minutes(34)); in TEST() 499 tz = fixed_time_zone(chrono::hours(12) + chrono::minutes(34) + in TEST() [all …]
|
/third_party/node/deps/v8/tools/js/ |
D | helper.mjs | 38 const hours = Math.floor(seconds / 3600); 42 if (hours > 0) buffer += hours + 'h '; 43 if (hours > 0 || minutes > 0) buffer += minutes + 'm ';
|
/third_party/python/Doc/includes/ |
D | tzinfo_examples.py | 4 HOUR = timedelta(hours=1) 112 def __init__(self, hours, reprname, stdname, dstname): argument 113 self.stdoffset = timedelta(hours=hours)
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/timescale/ |
D | GenerateCTimeScaleData.java | 42 private static final long hours = minutes * 60; field in GenerateCTimeScaleData 43 private static final long days = hours * 24; 88 } else if (units == hours) { in main()
|
/third_party/python/Lib/test/test_email/ |
D | test_utils.py | 14 utcoffset = datetime.timedelta(hours=-7) 109 t2 = t0 - datetime.timedelta(hours=5) 110 t2 = t2.replace(tzinfo = datetime.timezone(datetime.timedelta(hours=-5))) 118 t2 = t0 - datetime.timedelta(hours=5) 119 t2 = t2.replace(tzinfo = datetime.timezone(datetime.timedelta(hours=-5)))
|
/third_party/python/Lib/test/ |
D | datetimetester.py | 219 DSTDIFF = DSTOFFSET = timedelta(hours=1) 244 self.ACDT = timezone(timedelta(hours=9.5), 'ACDT') 245 self.EST = timezone(-timedelta(hours=5), 'EST') 262 limit = timedelta(hours=23, minutes=59) 401 timedelta(hours=23, minutes=59), 402 timedelta(hours=23, minutes=59, seconds=59), 403 timedelta(hours=23, minutes=59, seconds=59, microseconds=999999), 413 timedelta(hours=24), 414 timedelta(hours=24, microseconds=1), 427 self.assertNotEqual(timezone(timedelta(hours=1)), tzinfo()) [all …]
|
/third_party/python/Lib/test/libregrtest/ |
D | utils.py | 12 hours, minutes = divmod(minutes, 60) 15 if hours: 16 parts.append('%s hour' % hours)
|
/third_party/python/Lib/test/test_zoneinfo/ |
D | test_zoneinfo.py | 41 ONE_H = timedelta(hours=1) 548 LMT = ZoneOffset("LMT", -timedelta(hours=6, minutes=31, seconds=2)) 549 STD = ZoneOffset("STD", -timedelta(hours=6)) 1073 EST = ZoneOffset("EST", timedelta(hours=-5), ZERO) 1074 EDT = ZoneOffset("EDT", timedelta(hours=-4), ONE_H) 1124 AEST = ZoneOffset("AEST", timedelta(hours=10), ZERO) 1125 AEDT = ZoneOffset("AEDT", timedelta(hours=11), ONE_H) 1176 ZoneOffset("+11", timedelta(hours=11)), 1186 M04 = ZoneOffset("-04", timedelta(hours=-4)) 1187 M03 = ZoneOffset("-03", timedelta(hours=-3), ONE_H) [all …]
|
/third_party/node/lib/internal/console/ |
D | constructor.js | 641 let hours = 0; 648 hours = MathFloor(ms / kHour); 657 if (hours !== 0 || minutes !== 0) { 662 const res = hours !== 0 ? `${hours}:${pad(minutes)}` : minutes; 663 return `${res}:${pad(seconds)}.${ms} (${hours !== 0 ? 'h:m' : ''}m:ss.mmm)`;
|
/third_party/node/deps/v8/src/objects/ |
D | js-temporal-objects.cc | 92 int64_t hours; member 163 Isolate* isolate, Handle<BigInt> epoch_nanoseconds, int64_t hours, 169 Isolate* isolate, int64_t* days, int64_t* hours, int64_t* minutes, 266 int64_t hours, int64_t minutes, int64_t seconds, int64_t milliseconds, 270 int64_t TotalDurationNanoseconds(Isolate* isolate, int64_t days, int64_t hours, 795 int64_t years, int64_t months, int64_t weeks, int64_t days, int64_t hours, in CreateTemporalDuration() argument 804 {years, months, weeks, days, hours, minutes, seconds, in CreateTemporalDuration() 830 SET_FROM_INT64(object, hours); in CreateTemporalDuration() 848 int64_t days, int64_t hours, int64_t minutes, int64_t seconds, in CreateTemporalDuration() argument 853 days, hours, minutes, seconds, milliseconds, in CreateTemporalDuration() [all …]
|
/third_party/toybox/toys/pending/ |
D | last.c | 74 unsigned days, hours, mins; in seize_duration() local 82 hours = (mins = (mins%(24*60)))/60; in seize_duration() 84 sprintf(toybuf+28, "(%u+%02u:%02u)", days, hours, mins); // Duration. in seize_duration()
|