Home
last modified time | relevance | path

Searched refs:day (Results 1 – 25 of 53) sorted by relevance

123

/AliOS-Things-master/components/py_engine/tests/unix/
A Dtime.py26 for day in range(1, DAYS_PER_MONTH[month] + 1):
27 secs = time.mktime((year, month, day, 14, 0, 0, 0, 0, 0)) + tzseconds
31 % (year, month, day, secs, seconds)
39 % (year, month, day, secs, seconds)
46 % (year, month, day, tuple[7], yday)
52 % (year, month, day, tuple[6], wday)
/AliOS-Things-master/components/py_engine/tests/pyb/
A Dmodtime.py21 for day in range(1, DAYS_PER_MONTH[month] + 1):
22 secs = time.mktime((year, month, day, 0, 0, 0, 0, 0))
26 % (year, month, day, secs, seconds)
33 % (year, month, day, secs, seconds)
40 % (year, month, day, tuple[7], yday)
46 % (year, month, day, tuple[6], wday)
/AliOS-Things-master/components/py_engine/tests/wipy/
A Dtime.py21 for day in range(1, DAYS_PER_MONTH[month] + 1):
22 secs = time.mktime((year, month, day, 0, 0, 0, 0, 0))
26 % (year, month, day, secs, seconds)
33 % (year, month, day, secs, seconds)
40 % (year, month, day, tuple[7], yday)
46 % (year, month, day, tuple[6], wday)
/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_calendar.c93 ext->today.day = 1; in lv_calendar_create()
97 ext->showed_date.day = 1; in lv_calendar_create()
101 ext->pressed_date.day = 0; in lv_calendar_create()
151 ext->today.day = copy_ext->today.day; in lv_calendar_create()
155 ext->showed_date.day = copy_ext->showed_date.day; in lv_calendar_create()
201 ext->today.day = today->day; in lv_calendar_set_today_date()
217 ext->showed_date.day = showed->day; in lv_calendar_set_showed_date()
773 uint32_t day; in draw_days() local
774 for(day = 0; day < 7; day++) { in draw_days()
856 ext->highlighted_dates[i].day == day) { in is_highlighted()
[all …]
A Dlv_calendar.h41 int8_t day; member
/AliOS-Things-master/components/py_engine/modules/aliyunIoT/
A Dmodule_aiot_ntp.c24 uint32_t day; member
43 mp_obj_new_int(param->day)); in aiot_device_ntp_notify()
75 packet->data.local_time.day, in aiot_app_ntp_recv_handler()
90 ntp_params->day = packet->data.local_time.day; in aiot_app_ntp_recv_handler()
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/advanced/aiot/
A Dmodule_aiot_ntp.c25 uint32_t day; member
41 JS_SetPropertyStr(ctx, obj, "day", JS_NewInt32(ctx, param->day)); in aiot_device_ntp_notify()
69 packet->data.local_time.day, in aiot_app_ntp_recv_handler()
84 ntp_params->day = packet->data.local_time.day; in aiot_app_ntp_recv_handler()
/AliOS-Things-master/components/amp/jslib/src/
A Drtc.js19 day: time.getDate(), property in setTime.date
30 …return new Date(parseInt(time.year) + 1900, parseInt(time.month), parseInt(time.day), parseInt(tim…
/AliOS-Things-master/components/amp/libjs/lib/
A Drtc.js19 day: time.getDate(), property in setTime.date
30 …return new Date(parseInt(time.year) + 1900, parseInt(time.month), parseInt(time.day), parseInt(tim…
/AliOS-Things-master/components/mbedtls/library/
A Dx509.c515 CHECK_RANGE( 1, month_len, t->day ); in x509_date_is_valid()
549 CHECK( x509_parse_int( p, 2, &tm->day ) ); in x509_parse_time()
909 now->day = lt->tm_mday; in x509_get_current_time()
932 before->day > after->day ) in x509_check_time()
937 before->day == after->day && in x509_check_time()
943 before->day == after->day && in x509_check_time()
950 before->day == after->day && in x509_check_time()
A Dx509_crl.c653 crl->this_update.day, crl->this_update.hour, in mbedtls_x509_crl_info()
660 crl->next_update.day, crl->next_update.hour, in mbedtls_x509_crl_info()
682 entry->revocation_date.day, entry->revocation_date.hour, in mbedtls_x509_crl_info()
/AliOS-Things-master/components/genie_service/core/src/
A Dgenie_time.c74 days += utc_time->day - 1; in UTC2unix()
197 utc.day = utc.day + next_weekday_diff_get(local_time.weekday, schedule); in genie_time_periodic_start()
730 int day; in unix2UTC() local
874 day = jdn + 1; // one based in unix2UTC()
878 utc.day = day; in unix2UTC()
931 local_time.day++; in days_update()
940 if (local_time.day > month_day) in days_update()
942 local_time.day = 0; in days_update()
1150 utc_time.year, utc_time.month + 1, utc_time.day, in genie_time_utc_start()
1160 local_time.year, local_time.month + 1, local_time.day, in genie_time_local_time_show()
[all …]
/AliOS-Things-master/components/sensor/drv/
A Ddrv_rtc_maxim_ds1307.c61 uint8_t day; /*!< Day in a week, from 1 to 7 */ member
169 data[DS1307_DAY] = TM_DS1307_Bin2Bcd(TM_DS1307_CheckMinMax(time->day, 1, 7)); in drv_rtc_maxim_ds1307_write()
216 time->day = TM_DS1307_Bcd2Bin(data[DS1307_DAY]); in drv_rtc_maxim_ds1307_read()
/AliOS-Things-master/components/drivers/external_device/rx8130ce/src/
A Drx8130ce.c97 data[4] = rx8130ce_bin2bcd(rx8130ce_checkminmax(time->day, 1, 31)) & 0x3F; in rx8130ce_set_time()
152 time->day = rx8130ce_bcd2bin(data[4]); in rx8130ce_get_time()
/AliOS-Things-master/components/sntp/example/
A Dsntp_example.c22 sntp_time_get->day, in sntp_comp_example()
/AliOS-Things-master/components/sntp/include/sntp/
A Dsntp.h67 uint8_t day; /**< Day of the month - [1,31] */ member
/AliOS-Things-master/components/linksdk/components/ntp/
A Daiot_ntp_api.h64 uint32_t day; member
/AliOS-Things-master/components/drivers/external_device/rx8130ce/include/
A Drx8130ce.h88 uint8_t day; /*!< Day in a month, 1 to 31 */ member
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/hl/api/
A Dprf_types.h106 uint8_t day; member
/AliOS-Things-master/components/linksdk/core/utils/
A Dcore_string.h15 uint32_t day; member
/AliOS-Things-master/components/sensor/hal/
A Dgps_parse.c146 pgpsdata->utc.day = result->utc.day; in gps_gpgga_data_get()
/AliOS-Things-master/components/genie_service/core/inc/
A Dgenie_time.h91 uint8_t day; // 1-31 member
/AliOS-Things-master/solutions/javascript_demo/agriculture_demo/
A Dgps.js87 var day = date.slice(0, 2);
90 ret.setUTCFullYear(Number(year), Number(month), Number(day));
95 ret.setUTCFullYear(Number('20' + year), Number(month), Number(day));
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/wifi/rtw_wpa_supplicant/src/utils/
A Dos.h80 int os_mktime(int year, int month, int day, int hour, int min, int sec,
87 int day; /* 1..31 */ member
/AliOS-Things-master/components/sensor/include/sensor/
A Dsensor.h327 uint8_t day; /* !< Day in a week, from 1 to 7 */ member
459 int day; member

Completed in 29 milliseconds

123