Home
last modified time | relevance | path

Searched refs:years (Results 1 – 25 of 346) sorted by relevance

12345678910>>...14

/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/testdata/
Dtestdata_en.txt19 3 years ago
20 2 years ago
22 0 years
24 2 years from now
25 3 years from now
26 5 years from now
27 10 years from now
28 11 years from now
29 12 years from now
30 20 years from now
[all …]
/third_party/icu/ohos_icu4j/src/main/tests/resources/ohos/global/icu/dev/test/duration/testdata/
Dtestdata_en.txt19 3 years ago
20 2 years ago
22 0 years
24 2 years from now
25 3 years from now
26 5 years from now
27 10 years from now
28 11 years from now
29 12 years from now
30 20 years from now
[all …]
/third_party/musl/src/time/
D__secs_to_tm.c13 long long days, secs, years; in __secs_to_tm() local
58 years = remyears + 4*q_cycles + 100*c_cycles + 400LL*qc_cycles; in __secs_to_tm()
65 years++; in __secs_to_tm()
68 if (years+100 > INT_MAX || years+100 < INT_MIN) in __secs_to_tm()
71 tm->tm_year = years + 100; in __secs_to_tm()
/third_party/musl/porting/uniproton/kernel/src/time/
D__secs_to_tm.c13 long long days, secs, years; in __secs_to_tm() local
58 years = remyears + 4*q_cycles + 100*c_cycles + 400LL*qc_cycles; in __secs_to_tm()
65 years++; in __secs_to_tm()
68 if (years+100 > INT_MAX || years+100 < INT_MIN) in __secs_to_tm()
71 tm->tm_year = years + 100; in __secs_to_tm()
/third_party/musl/porting/liteos_a/kernel/src/time/
D__secs_to_tm.c13 long long days, secs, years; in __secs_to_tm() local
58 years = remyears + 4*q_cycles + 100*c_cycles + 400LL*qc_cycles; in __secs_to_tm()
65 years++; in __secs_to_tm()
68 if (years+100 > INT_MAX || years+100 < INT_MIN) in __secs_to_tm()
71 tm->tm_year = years + 100; in __secs_to_tm()
/third_party/musl/porting/liteos_m/kernel/src/time/
D__secs_to_tm.c13 long long days, secs, years; in __secs_to_tm() local
58 years = remyears + 4*q_cycles + 100*c_cycles + 400LL*qc_cycles; in __secs_to_tm()
65 years++; in __secs_to_tm()
68 if (years+100 > INT_MAX || years+100 < INT_MIN) in __secs_to_tm()
71 tm->tm_year = years + 100; in __secs_to_tm()
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/timezone/
DICUZDump.java256 String[] years = val.split(","); in main() local
257 if (years.length == 1) { in main()
258 high = Integer.parseInt(years[0]); in main()
259 } else if (years.length == 2) { in main()
260 low = Integer.parseInt(years[0]); in main()
261 high = Integer.parseInt(years[1]); in main()
/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstxmlhelper.c85 gint years = -1, months = -1, days = -1, hours = -1, minutes = -1, seconds = in _mpd_helper_parse_duration() local
128 if (years != -1 || months != -1 || days != -1) { in _mpd_helper_parse_duration()
132 years = read; in _mpd_helper_parse_duration()
167 if (years == -1) in _mpd_helper_parse_duration()
168 years = 0; in _mpd_helper_parse_duration()
174 GST_TRACE ("Y:M:D=%d:%d:%d", years, months, days); in _mpd_helper_parse_duration()
262 if (!_mpd_helper_accumulate (&tmp_value, 1, years) in _mpd_helper_parse_duration()
1182 gint years, months, days, hours, minutes, seconds, milliseconds; in gst_xml_helper_set_prop_duration() local
1184 years = (gint) (XML_HELPER_MS_TO_SEC (value) / (XML_HELPER_YEAR_TO_SEC)); in gst_xml_helper_set_prop_duration()
1201 g_strdup_printf ("P%dY%dM%dDT%dH%dM%d.%dS", years, months, days, hours, in gst_xml_helper_set_prop_duration()
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-intersection-types/
Darkts-no-intersection-types-3-error.ets36 jack.log(`${jack.name} is ${jack.age} years old.`); // Jack is 32 years old.
Darkts-no-intersection-types-4-ok.ets34 jack.log(`${jack.name} is ${jack.age} years old.`);
/third_party/node/deps/v8/src/temporal/
Dtemporal-parser.h90 int64_t years; // DurationYears production member
104 years(0), in ParsedISO8601Duration()
/third_party/node/doc/contributing/
Dtechnical-priorities.md21 10 years. The current implementation is hard to support and a common
50 The use of WebAssembly has been growing over the last few years.
60 of Node.js in its first 10 years. ESM is the standard that has been adopted as
63 continued growth for the next 10 years.
70 of choice and to ensure its continued growth for the next 10 years.
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
Dzdump.c692 register intmax_t myy, seconds, years; in yeartot() local
703 years = diff400 * 400; in yeartot()
706 years = 1; in yeartot()
708 myy += years; in yeartot()
719 years = diff400 * 400; in yeartot()
722 years = 1; in yeartot()
724 myy -= years; in yeartot()
/third_party/icu/icu4c/source/tools/tzcode/
Dzdump.c686 register intmax_t myy, seconds, years; in yeartot() local
697 years = diff400 * 400; in yeartot()
700 years = 1; in yeartot()
702 myy += years; in yeartot()
713 years = diff400 * 400; in yeartot()
716 years = 1; in yeartot()
718 myy -= years; in yeartot()
/third_party/tzdata/
Dnewctime.3.txt49 zeroes. For years longer than four characters, the string is of the
55 range years.
168 for years before 1000 or after 9999. The 1989 and 1999 editions of the
169 C Standard say that years from -99 through 999 are converted without
173 implementations of these two functions are restricted to years in the
Dzdump.c686 register intmax_t myy, seconds, years; in yeartot() local
697 years = diff400 * 400; in yeartot()
700 years = 1; in yeartot()
702 myy += years; in yeartot()
713 years = diff400 * 400; in yeartot()
716 years = 1; in yeartot()
718 myy -= years; in yeartot()
Dlocaltime.c1543 register time_t years; in localsub() local
1552 years = seconds / SECSPERREPEAT * YEARSPERREPEAT; in localsub()
1553 seconds = years * AVGSECSPERYEAR; in localsub()
1554 years += YEARSPERREPEAT; in localsub()
1568 result->tm_year, years) in localsub()
1570 result->tm_year, years)) in localsub()
1577 newy -= years; in localsub()
1578 else newy += years; in localsub()
/third_party/libwebsockets/
DREADME.md36 The initial commit for lws will have been 11 years ago come Oct 28 2021, it's been a lot of work.
38 repo, but over the years, how many source lines were changed by patches).
42 Gratifyingly, it turns out over the years, ~15% of that was contributed by 404 contributors: that's…
/third_party/toybox/kconfig/
DREADME18 than the author of squashfs, who spent 5 years actively trying to get his code
21 for years. No really, here's where he wrote about it himself:
/third_party/icu/icu4c/source/test/perf/DateFmtPerf/
Ddatedata.h43 static int years[] = { variable
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-prototype-assignment/
Darkts-no-prototype-assignment-2-ok.ets27 console.log(`Hello, my name is ${this.name},i'm {this.age} years old.`);
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-ctor-signatures-type/
Darkts-no-ctor-signatures-type-1-ok.ets29 `Hello, my name is ${this.name}, and I am ${this.age} years old.`
Darkts-no-ctor-signatures-type-1-error.ets32 console.log(`Hello, my name is ${this.name}, and I am ${this.age} years old.`)
/third_party/curl/docs/
DROADMAP.md1 # curl the next few years - perhaps
/third_party/protobuf/src/google/protobuf/
Dduration.proto48 // from a Timestamp. Range is approximately +-10,000 years.
106 // 60 sec/min * 60 min/hr * 24 hr/day * 365.25 days/year * 10000 years

12345678910>>...14