Home
last modified time | relevance | path

Searched full:year (Results 1 – 25 of 12285) sorted by relevance

12345678910>>...492

/aosp_15_r20/external/apache-xml/test/tests/perf-gold/basic/
H A Dbasic-datetranscode.out5 <year>1974</year>
10 <year>1974</year>
15 <year>1974</year>
20 <year>1974</year>
25 <year>1974</year>
30 <year>1974</year>
35 <year>1974</year>
40 <year>1974</year>
45 <year>1974</year>
50 <year>1974</year>
[all …]
/aosp_15_r20/external/cronet/net/http/
H A Dtransport_security_state_static.json19 // - bulk-1-year: bulk entries with max-age >= 1 year (after Chrome 63).
14882 // START OF 1-YEAR BULK HSTS ENTRIES
14883 …{ "name": "1-2-3bounce.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains…
14884 …{ "name": "1st-bounce.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains"…
14885 …{ "name": "1stclassbouncycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_…
14886 …{ "name": "1stforfun.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains":…
14887 …{ "name": "1stpeninsulabouncers.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_s…
14888 …{ "name": "20denier.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": tr…
14889 …{ "name": "2heartsbookings.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdom…
14890 …{ "name": "3countiescastlehire.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_su…
[all …]
/aosp_15_r20/libcore/ojluni/src/test/java/time/tck/java/time/
H A DTCKYear.java63 import static java.time.temporal.ChronoField.YEAR;
90 import java.time.Year;
118 * Test Year.
123 private static final Year TEST_2008 = Year.of(2008);
140 YEAR, in validFields()
161 Year expected = Year.now(Clock.systemDefaultZone()); in now()
162 Year test = Year.now(); in now()
167 expected = Year.now(Clock.systemDefaultZone()); in now()
168 test = Year.now(); in now()
178 Year.now((ZoneId) null); in now_ZoneId_nullZoneId()
[all …]
/aosp_15_r20/external/threetenbp/src/test/java/org/threeten/bp/temporal/
H A DTestYear.java37 import static org.threeten.bp.temporal.ChronoField.YEAR;
57 import org.threeten.bp.Year;
66 * Test Year.
71 private static final Year TEST_2008 = Year.of(2008);
88 YEAR, in validFields()
107 assertImmutable(Year.class); in test_immutable()
112 assertSerializable(Year.of(-1)); in test_serialization()
117 assertEqualsSerialisedForm(Year.of(2012)); in test_serialization_format()
125 Year expected = Year.now(Clock.systemDefaultZone()); in now()
126 Year test = Year.now(); in now()
[all …]
/aosp_15_r20/external/threetenbp/src/main/java/org/threeten/bp/
H A DYear.java35 import static org.threeten.bp.temporal.ChronoField.YEAR;
72 * A year in the ISO-8601 calendar system, such as {@code 2007}.
74 * {@code Year} is an immutable date-time object that represents a year.
75 * Any field that can be derived from a year can be obtained.
83 * For example, the value "2007" can be stored in a {@code Year}.
86 * the proleptic numbering system. Year 1 is preceded by year 0, then by year -1.
98 public final class Year class
100 implements Temporal, TemporalAdjuster, Comparable<Year>, Serializable {
103 * The minimum supported year, '-999,999,999'.
107 * The maximum supported year, '+999,999,999'.
[all …]
H A DYearMonth.java37 import static org.threeten.bp.temporal.ChronoField.YEAR;
75 * A year-month in the ISO-8601 calendar system, such as {@code 2007-12}.
78 * of a year and month. Any field that can be derived from a year and month, such as
79 * quarter-of-year, can be obtained.
116 .appendValue(YEAR, 4, 10, SignStyle.EXCEEDS_PAD)
122 * The year.
124 private final int year; field in YearMonth
126 * The month-of-year, not null.
132 * Obtains the current year-month from the system clock in the default time-zone.
135 * time-zone to obtain the current year-month.
[all …]
/aosp_15_r20/libcore/ojluni/src/main/java/java/time/
H A DYear.java65 import static java.time.temporal.ChronoField.YEAR;
101 * A year in the ISO-8601 calendar system, such as {@code 2007}.
103 * {@code Year} is an immutable date-time object that represents a year.
104 * Any field that can be derived from a year can be obtained.
112 * For example, the value "2007" can be stored in a {@code Year}.
115 * the proleptic numbering system. Year 1 is preceded by year 0, then by year -1.
129 public final class Year class
130 implements Temporal, TemporalAdjuster, Comparable<Year>, Serializable {
133 * The minimum supported year, '-999,999,999'.
137 * The maximum supported year, '+999,999,999'.
[all …]
H A DYearMonth.java67 import static java.time.temporal.ChronoField.YEAR;
104 * A year-month in the ISO-8601 calendar system, such as {@code 2007-12}.
107 * of a year and month. Any field that can be derived from a year and month, such as
108 * quarter-of-year, can be obtained.
137 .appendValue(YEAR, 4, 10, SignStyle.EXCEEDS_PAD)
143 * The year.
145 private final int year; field in YearMonth
147 * The month-of-year, not null.
153 * Obtains the current year-month from the system clock in the default time-zone.
156 * time-zone to obtain the current year-month.
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/17/libcore/ojluni/src/main/java/java/time/
DYear.java65 import static java.time.temporal.ChronoField.YEAR;
101 * A year in the ISO-8601 calendar system, such as {@code 2007}.
103 * {@code Year} is an immutable date-time object that represents a year.
104 * Any field that can be derived from a year can be obtained.
112 * For example, the value "2007" can be stored in a {@code Year}.
115 * the proleptic numbering system. Year 1 is preceded by year 0, then by year -1.
129 public final class Year class
130 implements Temporal, TemporalAdjuster, Comparable<Year>, Serializable {
133 * The minimum supported year, '-999,999,999'.
137 * The maximum supported year, '+999,999,999'.
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/time/
DYear.java65 import static java.time.temporal.ChronoField.YEAR;
101 * A year in the ISO-8601 calendar system, such as {@code 2007}.
103 * {@code Year} is an immutable date-time object that represents a year.
104 * Any field that can be derived from a year can be obtained.
112 * For example, the value "2007" can be stored in a {@code Year}.
115 * the proleptic numbering system. Year 1 is preceded by year 0, then by year -1.
129 public final class Year class
130 implements Temporal, TemporalAdjuster, Comparable<Year>, Serializable {
133 * The minimum supported year, '-999,999,999'.
137 * The maximum supported year, '+999,999,999'.
[all …]
DYearMonth.java67 import static java.time.temporal.ChronoField.YEAR;
104 * A year-month in the ISO-8601 calendar system, such as {@code 2007-12}.
107 * of a year and month. Any field that can be derived from a year and month, such as
108 * quarter-of-year, can be obtained.
137 .appendValue(YEAR, 4, 10, SignStyle.EXCEEDS_PAD)
143 * The year.
145 private final int year; field in YearMonth
147 * The month-of-year, not null.
153 * Obtains the current year-month from the system clock in the default time-zone.
156 * time-zone to obtain the current year-month.
[all …]
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/external/
H A Dun_literacy.xml5 <field name="Year">2011</field>
12 <field name="Source Year">2013</field>
18 <field name="Year">2011</field>
25 <field name="Source Year">2013</field>
31 <field name="Year">2011</field>
38 <field name="Source Year">2013</field>
44 <field name="Year">2011</field>
51 <field name="Source Year">2013</field>
57 <field name="Year">2011</field>
64 <field name="Source Year">2013</field>
[all …]
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/
Drealtimebidding_v1.buyers.userLists.html129year, month, and day values * A month and day value, with a zero year, such as an anniversary * A
130 … month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or…
131 …&quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a m…
132 …&quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a…
135year, month, and day values * A month and day value, with a zero year, such as an anniversary * A
136 … month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or…
137 …&quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a m…
138 …&quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a…
161year, month, and day values * A month and day value, with a zero year, such as an anniversary * A
162 … month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or…
[all …]
Ddisplayvideo_v1.advertisers.campaigns.html459 … parent advertiser&#x27;s time zone. Both `start_date` and `end_date` must be before the year 2037.
460year, month, and day values * A month and day value, with a zero year, such as an anniversary * A
461 … month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or…
462 …&quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a m…
463 …&quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a…
465year, month, and day values * A month and day value, with a zero year, such as an anniversary * A
466 … month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or…
467 …&quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a m…
468 …&quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a…
487 …specified, it must be the `start_date` or later. * Any specified date must be before the year 2037.
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/16/libcore/ojluni/src/main/java/java/time/
DYearMonth.java67 import static java.time.temporal.ChronoField.YEAR;
104 * A year-month in the ISO-8601 calendar system, such as {@code 2007-12}.
107 * of a year and month. Any field that can be derived from a year and month, such as
108 * quarter-of-year, can be obtained.
137 .appendValue(YEAR, 4, 10, SignStyle.EXCEEDS_PAD)
143 * The year.
145 private final int year; field in YearMonth
147 * The month-of-year, not null.
153 * Obtains the current year-month from the system clock in the default time-zone.
156 * time-zone to obtain the current year-month.
[all …]
/aosp_15_r20/libcore/ojluni/src/main/java/java/time/temporal/
H A DWeekFields.java72 import static java.time.temporal.ChronoField.YEAR;
97 * Localized definitions of the day-of-week, week-of-month and week-of-year fields.
108 * The computations for day-of-week, week-of-month, and week-of-year are based
109 * on the {@linkplain ChronoField#YEAR proleptic-year},
110 * {@linkplain ChronoField#MONTH_OF_YEAR month-of-year},
114 * The values may not be aligned with the {@linkplain ChronoField#YEAR_OF_ERA year-of-Era}
123 * Together these two values allow a year or month to be divided into weeks.
150 * <h2>Week of Year</h2>
151 * One field is used: week-of-year.
152 * The calculation ensures that weeks never overlap a year boundary.
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/time/temporal/
DWeekFields.java72 import static java.time.temporal.ChronoField.YEAR;
97 * Localized definitions of the day-of-week, week-of-month and week-of-year fields.
108 * The computations for day-of-week, week-of-month, and week-of-year are based
109 * on the {@linkplain ChronoField#YEAR proleptic-year},
110 * {@linkplain ChronoField#MONTH_OF_YEAR month-of-year},
114 * The values may not be aligned with the {@linkplain ChronoField#YEAR_OF_ERA year-of-Era}
123 * Together these two values allow a year or month to be divided into weeks.
150 * <h2>Week of Year</h2>
151 * One field is used: week-of-year.
152 * The calculation ensures that weeks never overlap a year boundary.
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/17/libcore/ojluni/src/main/java/java/time/temporal/
DWeekFields.java72 import static java.time.temporal.ChronoField.YEAR;
97 * Localized definitions of the day-of-week, week-of-month and week-of-year fields.
108 * The computations for day-of-week, week-of-month, and week-of-year are based
109 * on the {@linkplain ChronoField#YEAR proleptic-year},
110 * {@linkplain ChronoField#MONTH_OF_YEAR month-of-year},
114 * The values may not be aligned with the {@linkplain ChronoField#YEAR_OF_ERA year-of-Era}
123 * Together these two values allow a year or month to be divided into weeks.
150 * <h2>Week of Year</h2>
151 * One field is used: week-of-year.
152 * The calculation ensures that weeks never overlap a year boundary.
[all …]
/aosp_15_r20/libcore/ojluni/src/test/java/time/tck/java/time/chrono/
H A DTCKHijrahChronology.java149 public void test_badDates(int year, int month, int dom) { in test_badDates() argument
150 HijrahChronology.INSTANCE.date(year, month, dom); in test_badDates()
156 int year = 1435; in test_ofYearDayTooLarge() local
157 int lengthOfYear = HijrahChronology.INSTANCE.dateYearDay(year, 1).lengthOfYear(); in test_ofYearDayTooLarge()
158 HijrahDate hd = HijrahChronology.INSTANCE.dateYearDay(year, lengthOfYear + 1); in test_ofYearDayTooLarge()
192 int year = HijrahChronology.INSTANCE.prolepticYear(era, 1); in test_InvalidEras() local
234 assertEquals(fieldValues.get(ChronoField.YEAR), (Long) 1343L); in test_resolve_yearOfEra_eraAndYearOfEraOnly_valid()
242 fieldValues.put(ChronoField.YEAR, 1343L); in test_resolve_yearOfEra_eraAndYearOnly_valid()
246 assertEquals(fieldValues.get(ChronoField.YEAR), (Long) 1343L); in test_resolve_yearOfEra_eraAndYearOnly_valid()
267 …assertEquals(fieldValues.get(ChronoField.YEAR), (style == ResolverStyle.STRICT) ? null : (Long) 13… in test_resolve_yearOfEra_yearOfEraOnly_valid()
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/time/time.syn/
H A Dformatter.year_month_day.pass.cpp42 // Valid year, valid month, valid day in test_no_chrono_specs()
45 …std::chrono::year_month_day{std::chrono::year{1970}, std::chrono::month{1}, std::chrono::day{31}}); in test_no_chrono_specs()
48 …std::chrono::year_month_day{std::chrono::year{1970}, std::chrono::month{1}, std::chrono::day{31}}); in test_no_chrono_specs()
51 …std::chrono::year_month_day{std::chrono::year{1970}, std::chrono::month{1}, std::chrono::day{31}}); in test_no_chrono_specs()
53 // Valid year, valid month, invalid day in test_no_chrono_specs()
56 …std::chrono::year_month_day{std::chrono::year{1970}, std::chrono::month{2}, std::chrono::day{31}}); in test_no_chrono_specs()
59 …std::chrono::year_month_day{std::chrono::year{1970}, std::chrono::month{2}, std::chrono::day{31}}); in test_no_chrono_specs()
62 …std::chrono::year_month_day{std::chrono::year{1970}, std::chrono::month{2}, std::chrono::day{31}}); in test_no_chrono_specs()
64 // Valid year, invalid month, valid day in test_no_chrono_specs()
68 …std::chrono::year_month_day{std::chrono::year{1970}, std::chrono::month{0}, std::chrono::day{31}}); in test_no_chrono_specs()
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/time/time.cal/time.cal.ym/time.cal.ym.nonmembers/
H A Dostream.pass.cpp71 …TEST_EQUAL(stream_c_locale<CharT>(std::chrono::year_month{std::chrono::year{-32'768}, std::chrono:… in test()
72 SV("-32768 is not a valid year/0 is not a valid month")); in test()
73 …TEST_EQUAL(stream_c_locale<CharT>(std::chrono::year_month{std::chrono::year{-32'768}, std::chrono:… in test()
74 SV("-32768 is not a valid year/Jan")); in test()
75 …TEST_EQUAL(stream_c_locale<CharT>(std::chrono::year_month{std::chrono::year{-32'767}, std::chrono:… in test()
77 …TEST_EQUAL(stream_c_locale<CharT>(std::chrono::year_month{std::chrono::year{0}, std::chrono::month… in test()
79 …TEST_EQUAL(stream_c_locale<CharT>(std::chrono::year_month{std::chrono::year{1970}, std::chrono::mo… in test()
81 …TEST_EQUAL(stream_c_locale<CharT>(std::chrono::year_month{std::chrono::year{32'767}, std::chrono::… in test()
83 …TEST_EQUAL(stream_c_locale<CharT>(std::chrono::year_month{std::chrono::year{0}, std::chrono::month… in test()
85 …TEST_EQUAL(stream_c_locale<CharT>(std::chrono::year_month{std::chrono::year{0}, std::chrono::month… in test()
[all …]
/aosp_15_r20/bionic/libc/bionic/
H A Dtime64.c76 typedef int64_t Year; typedef
107 static const Year years_in_gregorian_cycle = 400;
111 /* Year range we can trust the time funcitons with */
115 /* 28 year Julian calendar cycle */
118 /* Year cycle from MAX_SAFE_YEAR down. */
129 /* Year cycle from MIN_SAFE_YEAR up */
183 static int is_exception_century(Year year) in is_exception_century() argument
185 int is_exception = ((year % 100 == 0) && !(year % 400 == 0)); in is_exception_century()
199 Year year; in timegm64() local
200 Year orig_year = (Year)date->tm_year; in timegm64()
[all …]
/aosp_15_r20/external/threetenbp/src/main/java/org/threeten/bp/temporal/
H A DWeekFields.java38 import static org.threeten.bp.temporal.ChronoField.YEAR;
54 import org.threeten.bp.Year;
61 * Localized definitions of the day-of-week, week-of-month and week-of-year fields.
71 * The computations for day-of-week, week-of-month, and week-of-year are based
72 * on the {@link ChronoField#YEAR proleptic-year},
73 * {@link ChronoField#MONTH_OF_YEAR month-of-year},
77 * The values may not be aligned with the {@link ChronoField#YEAR_OF_ERA year-of-Era}
86 * Together these two values allow a year or month to be divided into weeks.
109 * <h3>Week of Year</h3>
110 * One field is used: week-of-year.
[all …]
/aosp_15_r20/external/threetenbp/src/test/java/org/threeten/bp/format/
H A DTestReducedParser.java37 import static org.threeten.bp.temporal.ChronoField.YEAR;
55 … {new ReducedPrinterParser(YEAR, 2, 2, 2010, null), "12", -1, IndexOutOfBoundsException.class}, in data_error()
56 … {new ReducedPrinterParser(YEAR, 2, 2, 2010, null), "12", 3, IndexOutOfBoundsException.class}, in data_error()
84 {new ReducedPrinterParser(YEAR, 1, 1, 2010, null), "-0", 0, ~0, null}, in provider_parse()
87 {new ReducedPrinterParser(YEAR, 2, 2, 2010, null), "Xxx12Xxx", 3, 5, 2012}, in provider_parse()
88 {new ReducedPrinterParser(YEAR, 2, 2, 2010, null), "12345", 0, 2, 2012}, in provider_parse()
89 {new ReducedPrinterParser(YEAR, 2, 2, 2010, null), "12-45", 0, 2, 2012}, in provider_parse()
92 {new ReducedPrinterParser(YEAR, 2, 2, 2010, null), "0", 0, ~0, null}, in provider_parse()
93 {new ReducedPrinterParser(YEAR, 2, 2, 2010, null), "1", 0, ~0, null}, in provider_parse()
94 {new ReducedPrinterParser(YEAR, 2, 2, 2010, null), "1", 1, ~1, null}, in provider_parse()
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/time/time.cal/time.cal.ymdlast/time.cal.ymdlast.nonmembers/
H A Dostream.pass.cpp72 std::chrono::year{0}, std::chrono::month_day_last{std::chrono::month{0}}}), in test()
75 std::chrono::year{-32'768}, std::chrono::month_day_last{std::chrono::month{1}}}), in test()
76 SV("-32768 is not a valid year/Jan/last")); in test()
78 std::chrono::year{-32'767}, std::chrono::month_day_last{std::chrono::month{2}}}), in test()
81 std::chrono::year{0}, std::chrono::month_day_last{std::chrono::month{3}}}), in test()
84 std::chrono::year{1970}, std::chrono::month_day_last{std::chrono::month{4}}}), in test()
87 std::chrono::year{32'767}, std::chrono::month_day_last{std::chrono::month{5}}}), in test()
90 std::chrono::year{0}, std::chrono::month_day_last{std::chrono::month{6}}}), in test()
93 std::chrono::year{0}, std::chrono::month_day_last{std::chrono::month{7}}}), in test()
96 std::chrono::year{0}, std::chrono::month_day_last{std::chrono::month{8}}}), in test()
[all …]

12345678910>>...492