Home
last modified time | relevance | path

Searched refs:week (Results 1 – 25 of 552) sorted by relevance

12345678910>>...23

/external/rust/crates/chrono/src/naive/
Disoweek.rs32 let (year, week) = if rawweek < 1 { in iso_week_from_yof()
45 IsoWeek { ywf: (year << 10) | (week << 4) as DateImpl | DateImpl::from(of.flags().0) } in iso_week_from_yof()
87 pub fn week(&self) -> u32 { in week() method
133 let week = self.week(); in fmt() localVariable
135 write!(f, "{:04}-W{:02}", year, week) in fmt()
138 write!(f, "{:+05}-W{:02}", year, week) in fmt()
154 assert_eq!(minweek.week(), 1); in test_iso_week_extremes()
159 assert_eq!(maxweek.week(), 1); in test_iso_week_extremes()
/external/arm-trusted-firmware/docs/about/
Drelease-information.rst37 | v2.0 | 1st week of Oct '18 | 1st week of Sep '18 |
39 | v2.1 | 5th week of Mar '19 | 1st week of Mar '19 |
41 | v2.2 | 4th week of Oct '19 | 1st week of Oct '19 |
43 | v2.3 | 4th week of Apr '20 | 1st week of Apr '20 |
45 | v2.4 | 2nd week of Nov '20 | 4th week of Oct '20 |
47 | v2.5 | 2nd week of May '21 | 4th week of Apr '21 |
/external/python/cpython3/Modules/clinic/
D_datetimemodule.c.h18 iso_calendar_date_new_impl(PyTypeObject *type, int year, int week,
31 int week; in iso_calendar_date_new() local
52 week = _PyLong_AsInt(fastargs[1]); in iso_calendar_date_new()
53 if (week == -1 && PyErr_Occurred()) { in iso_calendar_date_new()
65 return_value = iso_calendar_date_new_impl(type, year, week, weekday); in iso_calendar_date_new()
/external/python/cpython2/Doc/library/
Dcalendar.rst15 these calendars have Monday as the first day of the week, and Sunday as the last
17 the week to Sunday (6) or to any other weekday. Parameters that specify dates
31 first day of the week. ``0`` is Monday (the default), ``6`` is Sunday.
44 Return an iterator for the week day numbers that will be used for one
45 week. The first value from the iterator will be the same as the value of
54 month that are required to get a complete week.
61 number and a week day number.
94 each week contains 1--7 days. Days are :class:`datetime.date` objects.
100 :meth:`yeardatescalendar`). Entries in the week lists are tuples of day
107 :meth:`yeardatescalendar`). Entries in the week lists are day numbers. Day
[all …]
/external/python/cpython3/Doc/library/
Dcalendar.rst16 these calendars have Monday as the first day of the week, and Sunday as the last
18 the week to Sunday (6) or to any other weekday. Parameters that specify dates
34 first day of the week. ``0`` is Monday (the default), ``6`` is Sunday.
45 Return an iterator for the week day numbers that will be used for one
46 week. The first value from the iterator will be the same as the value of
55 month that are required to get a complete week.
71 number and a week day number.
89 of the month, and a day of the week numbers.
118 each week contains 1--7 days. Days are :class:`datetime.date` objects.
124 :meth:`yeardatescalendar`). Entries in the week lists are tuples of day
[all …]
/external/autotest/test_suites/
Dcontrol.graphics_per-week6 NAME = "graphics_per-week"
15 This is the part of the graphics test suite which should run once every week.
32 args_dict['name'] = 'graphics_per-week'
Dcontrol.av-analysis_trace_per-week6 NAME = "av-analysis_trace_per-week"
16 which should run once every week.
33 args_dict['name'] = 'av-analysis_trace_per-week'
Dcontrol.av-analysis_per-week6 NAME = "av-analysis_per-week"
16 which should run once every week.
33 args_dict['name'] = 'av-analysis_per-week'
/external/openscreen/third_party/abseil/src/absl/time/internal/cctz/src/
Dtime_zone_posix.cc101 int week = 0; in ParseDateTime() local
102 if ((p = ParseInt(p + 1, 1, 5, &week)) != nullptr && *p == '.') { in ParseDateTime()
107 res->date.m.week = static_cast<std::int_fast8_t>(week); in ParseDateTime()
/external/libtextclassifier/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_posix.cc101 int week = 0; in ParseDateTime() local
102 if ((p = ParseInt(p + 1, 1, 5, &week)) != nullptr && *p == '.') { in ParseDateTime()
107 res->date.m.week = static_cast<std::int_fast8_t>(week); in ParseDateTime()
/external/angle/third_party/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_posix.cc101 int week = 0; in ParseDateTime() local
102 if ((p = ParseInt(p + 1, 1, 5, &week)) != nullptr && *p == '.') { in ParseDateTime()
107 res->date.m.week = static_cast<std::int_fast8_t>(week); in ParseDateTime()
/external/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_posix.cc101 int week = 0; in ParseDateTime() local
102 if ((p = ParseInt(p + 1, 1, 5, &week)) != nullptr && *p == '.') { in ParseDateTime()
107 res->date.m.week = static_cast<std::int_fast8_t>(week); in ParseDateTime()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_posix.cc101 int week = 0; in ParseDateTime() local
102 if ((p = ParseInt(p + 1, 1, 5, &week)) != nullptr && *p == '.') { in ParseDateTime()
107 res->date.m.week = static_cast<std::int_fast8_t>(week); in ParseDateTime()
/external/webrtc/third_party/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_posix.cc101 int week = 0; in ParseDateTime() local
102 if ((p = ParseInt(p + 1, 1, 5, &week)) != nullptr && *p == '.') { in ParseDateTime()
107 res->date.m.week = static_cast<std::int_fast8_t>(week); in ParseDateTime()
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/
D2-1-buildonly.c16 int week, year, dst; in dummyfcn() local
24 week = t.tm_wday; in dummyfcn()
/external/icu/icu4c/source/data/locales/
Dur_IN.txt166 week{
183 week-narrow{
191 week-short{
Dsat.txt282 week{
285 week-narrow{
288 week-short{
/external/icu/icu4c/source/data/unit/
Dlkt.txt19 week{
60 week{
109 week{
Dce.txt62 week{
141 week{
213 week{
Dee.txt31 week{
69 week{
107 week{
Dos.txt32 week{
67 week{
Dfur.txt32 week{
61 week{
Dwae.txt32 week{
61 week{
/external/skqp/site/
Dschedule.md4 On a six week cadence aligned with Chromium, Skia cuts milestone branches.
10 After the six week period, when another branch is cut, only critical (typically
/external/python/dateutil/dateutil/parser/
Disoparser.py297 def _calculate_weekdate(self, year, week, day): argument
316 if not 0 < week < 54:
317 raise ValueError('Invalid week: {}'.format(week))
327 week_offset = (week - 1) * 7 + (day - 1)

12345678910>>...23