/third_party/skia/infra/bots/recipe_modules/gold_upload/ |
H A D | api.py | 48 str(now.day ).zfill(2),
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | os_none.c | 35 int os_mktime(int year, int month, int day, int hour, int min, int sec, in os_mktime() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | os_none.c | 35 int os_mktime(int year, int month, int day, int hour, int min, int sec, in os_mktime() argument
|
/kernel/linux/linux-5.10/drivers/rtc/ |
H A D | rtc-mrst.c | 110 unsigned char mon, day, hrs, min, sec; in mrst_set_time() local 115 day = time->tm_mday; in mrst_set_time() 128 vrtc_cmos_write(day, RTC_DAY_OF_MONTH); in mrst_set_time()
|
H A D | rtc-ds1553.c | 99 unsigned int year, month, day, hour, minute, second, week; in ds1553_rtc_read_time() local 110 day = readb(ioaddr + RTC_DATE); in ds1553_rtc_read_time() 119 tm->tm_mday = bcd2bin(day); in ds1553_rtc_read_time()
|
H A D | rtc-stk17ta8.c | 98 unsigned int year, month, day, hour, minute, second, week; in stk17ta8_rtc_read_time() local 112 day = readb(ioaddr + RTC_DATE); in stk17ta8_rtc_read_time() 121 tm->tm_mday = bcd2bin(day); in stk17ta8_rtc_read_time()
|
/kernel/linux/linux-6.6/drivers/rtc/ |
H A D | rtc-ds1553.c | 99 unsigned int year, month, day, hour, minute, second, week; in ds1553_rtc_read_time() local 110 day = readb(ioaddr + RTC_DATE); in ds1553_rtc_read_time() 119 tm->tm_mday = bcd2bin(day); in ds1553_rtc_read_time()
|
H A D | rtc-stk17ta8.c | 98 unsigned int year, month, day, hour, minute, second, week; in stk17ta8_rtc_read_time() local 112 day = readb(ioaddr + RTC_DATE); in stk17ta8_rtc_read_time() 121 tm->tm_mday = bcd2bin(day); in stk17ta8_rtc_read_time()
|
/third_party/ffmpeg/libavformat/ |
H A D | dhav.c | 214 int year, month, day, hour, min, sec; in get_timeinfo() local 219 day = (date >> 17) & 0x1F; in get_timeinfo() 225 timeinfo->tm_mday = day; in get_timeinfo()
|
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | simpletz.h | 147 * day-of-week-in-month. See setStartRule() for a 149 * @param savingsStartDayOfWeek The daylight savings starting day-of-week. 155 * @param savingsEndDayOfWeekInMonth The daylight savings ending day-of-week-in-month. 157 * @param savingsEndDayOfWeek The daylight savings ending day-of-week. 188 * day-of-week-in-month. See setStartRule() for a 190 * @param savingsStartDayOfWeek The daylight savings starting day-of-week. 196 * @param savingsEndDayOfWeekInMonth The daylight savings ending day-of-week-in-month. 198 * @param savingsEndDayOfWeek The daylight savings ending day-of-week. 232 * day-of-week-in-month. See setStartRule() for a 234 * @param savingsStartDayOfWeek The daylight savings starting day [all...] |
H A D | vtzone.h | 173 * BYDAY rule with day of week (such as BYDAY=1SUN). This method produce 209 * @param day The reference date's day-in-month (1-based) 210 * @param dayOfWeek The reference date's day-of-week (1-based; 1 is Sunday) 211 * @param millis The reference date's milliseconds in day, local standard time 216 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month, int32_t day, 230 * @param day The reference date's day-in-month (1-based) 231 * @param dayOfWeek The reference date's day-of-week (1-based; 1 is Sunday) 232 * @param millis The reference date's milliseconds in day, loca [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | tzbdtest.cpp | 169 int32_t y, m, day, h, min, sec; in showDate() local 170 dateToFields(d, y, m, day, h, min, sec); in showDate() 172 showNN(day) + " " + showNN(h) + ":" + showNN(min) + in showDate()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
H A D | CopticTest.java | 158 int day = cal.get(Calendar.DAY_OF_MONTH); in TestCopticToJD() 161 d == day)) { in TestCopticToJD() 168 " d: " + day); in TestCopticToJD()
|
H A D | IBMCalendarTest.java | 573 // In pass one, change the first day of week so that the weeks in TestWeekShift() 633 * Make sure that when adding a day, we actually wind up in a 634 * different day. The DST adjustments we use to keep the hour 635 * constant across DST changes can backfire and change the day. 692 this.data = data; // year, month, week of month, day in TestJB1684() 933 // can't call this unless we get a transition day (unusual), in TestCoverage() 1001 assertEquals("Julian max day -1", julianDay, Calendar.MAX_JULIAN - 1); in TestCoverage() 1028 assertEquals("handleComputeFields: day set", 2, get(DAY_OF_MONTH)); in TestCoverage() 1183 private int day; field in IBMCalendarTest.CalFields 1189 CalFields(int year, int month, int day, in argument 1193 CalFields(int year, int month, int day, int hour, int min, int sec, int ms) CalFields() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/ |
H A D | CopticTest.java | 161 int day = cal.get(Calendar.DAY_OF_MONTH); in TestCopticToJD() 164 d == day)) { in TestCopticToJD() 171 " d: " + day); in TestCopticToJD()
|
/third_party/mbedtls/library/ |
H A D | x509_crl.c | 617 crl->this_update.day, crl->this_update.hour, in mbedtls_x509_crl_info() 624 crl->next_update.day, crl->next_update.hour, in mbedtls_x509_crl_info() 645 entry->revocation_date.day, entry->revocation_date.hour, in mbedtls_x509_crl_info()
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | simpletz.h | 147 * day-of-week-in-month. See setStartRule() for a 149 * @param savingsStartDayOfWeek The daylight savings starting day-of-week. 155 * @param savingsEndDayOfWeekInMonth The daylight savings ending day-of-week-in-month. 157 * @param savingsEndDayOfWeek The daylight savings ending day-of-week. 188 * day-of-week-in-month. See setStartRule() for a 190 * @param savingsStartDayOfWeek The daylight savings starting day-of-week. 196 * @param savingsEndDayOfWeekInMonth The daylight savings ending day-of-week-in-month. 198 * @param savingsEndDayOfWeek The daylight savings ending day-of-week. 232 * day-of-week-in-month. See setStartRule() for a 234 * @param savingsStartDayOfWeek The daylight savings starting day [all...] |
H A D | vtzone.h | 173 * BYDAY rule with day of week (such as BYDAY=1SUN). This method produce 209 * @param day The reference date's day-in-month (1-based) 210 * @param dayOfWeek The reference date's day-of-week (1-based; 1 is Sunday) 211 * @param millis The reference date's milliseconds in day, local standard time 216 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month, int32_t day, 230 * @param day The reference date's day-in-month (1-based) 231 * @param dayOfWeek The reference date's day-of-week (1-based; 1 is Sunday) 232 * @param millis The reference date's milliseconds in day, loca [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | simpletz.h | 147 * day-of-week-in-month. See setStartRule() for a 149 * @param savingsStartDayOfWeek The daylight savings starting day-of-week. 155 * @param savingsEndDayOfWeekInMonth The daylight savings ending day-of-week-in-month. 157 * @param savingsEndDayOfWeek The daylight savings ending day-of-week. 188 * day-of-week-in-month. See setStartRule() for a 190 * @param savingsStartDayOfWeek The daylight savings starting day-of-week. 196 * @param savingsEndDayOfWeekInMonth The daylight savings ending day-of-week-in-month. 198 * @param savingsEndDayOfWeek The daylight savings ending day-of-week. 232 * day-of-week-in-month. See setStartRule() for a 234 * @param savingsStartDayOfWeek The daylight savings starting day [all...] |
/foundation/arkui/ace_engine/test/unittest/core/pattern/picker/ |
H A D | date_picker_test_update.cpp | 1534 EXPECT_EQ(1, pickerProperty->GetStartDate()->day); in HWTEST_F() 1537 EXPECT_EQ(1, pickerProperty->GetEndDate()->day); in HWTEST_F() 1549 EXPECT_EQ(limitStartDate_.GetDay(), pickerProperty->GetStartDate()->day); in HWTEST_F() 1552 EXPECT_EQ(limitEndDate_.GetDay(), pickerProperty->GetEndDate()->day); in HWTEST_F() 1564 EXPECT_EQ(limitStartDate_.GetDay(), pickerProperty->GetStartDate()->day); in HWTEST_F() 1567 EXPECT_EQ(limitEndDate_.GetDay(), pickerProperty->GetEndDate()->day); in HWTEST_F() 1599 EXPECT_EQ(1, pickerProperty->GetSelectedDate()->day); in HWTEST_F() 1611 EXPECT_EQ(selectedDate.GetDay(), pickerProperty->GetSelectedDate()->day); in HWTEST_F() 1622 EXPECT_EQ(limitEndDate_.GetDay(), pickerProperty->GetSelectedDate()->day); in HWTEST_F() 1633 EXPECT_EQ(theme->GetDefaultStartDate().GetDay(), pickerProperty->GetSelectedDate()->day); in HWTEST_F() [all...] |
/third_party/icu/tools/unicodetools/com/ibm/rbm/ |
H A D | RBReporter.java | 57 JComboBox dayCombo; // Defined time to report -- day 371 int day = dayCombo.getSelectedIndex(); in generateNextReportDate() 379 if (day > 0 && day <= 7) { in generateNextReportDate() 380 // Make sure we are at the right day in generateNextReportDate() 384 if ((day == 1 && weekDay == Calendar.MONDAY) || in generateNextReportDate() 385 (day == 2 && weekDay == Calendar.TUESDAY) || in generateNextReportDate() 386 (day == 3 && weekDay == Calendar.WEDNESDAY) || in generateNextReportDate() 387 (day == 4 && weekDay == Calendar.THURSDAY) || in generateNextReportDate() 388 (day in generateNextReportDate() [all...] |
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_xmp.cpp | 424 int day = 0; in EncodeGPSDateTime() local 433 &day); in EncodeGPSDateTime() 439 day >= 1 && day <= 31) in EncodeGPSDateTime() 446 day, in EncodeGPSDateTime() 490 unsigned day = 0; in DecodeGPSDateTime() local 500 &day, in DecodeGPSDateTime() 508 day >= 1 && day <= 31 ) in DecodeGPSDateTime() 517 day); in DecodeGPSDateTime() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/calendar/ |
H A D | calendar_component.h | 44 void GoTo(int32_t year, int32_t month, int32_t day); 254 void GoTo(int32_t year, int32_t month, int32_t day); 459 std::string offDays_ = "5, 6"; // The default day of rest is Saturday and Sunday
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | RelativeDateFormat.java | 232 * @param day day offset ( -1, 0, 1, etc.. ). Does not require sorting by offset. 235 private String getStringForDay(int day) { in getStringForDay() argument 240 if(dayItem.offset == day) { in getStringForDay() 247 // Sink to get "fields/day/relative". 285 rb.getAllItemsWithFallback("fields/day/relative", sink); in loadDates()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | RelativeDateFormat.java | 235 * @param day day offset ( -1, 0, 1, etc.. ). Does not require sorting by offset. 238 private String getStringForDay(int day) { in getStringForDay() argument 243 if(dayItem.offset == day) { in getStringForDay() 250 // Sink to get "fields/day/relative". 288 rb.getAllItemsWithFallback("fields/day/relative", sink); in loadDates()
|