Searched refs:update_time (Results 1 – 9 of 9) sorted by relevance
/external/autotest/client/site_tests/policy_DeviceAutoUpdateDisabled/ |
D | policy_DeviceAutoUpdateDisabled.py | 54 update_time = self._get_time_of_last_update_request() 55 logging.info('Last update time: %s', update_time) 57 if should_update and (not update_time or update_time < start_time): 59 if not should_update and update_time and update_time >= start_time:
|
/external/autotest/server/site_tests/autoupdate_EndToEndTest/ |
D | autoupdate_EndToEndTest.py | 173 update_time = perf_data.get('update_length') 174 if update_time: 175 logging.info('Time it took to update: %s seconds', update_time) 177 value=int(update_time), units='sec',
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | bss.c | 278 struct os_reltime *update_time) in calculate_update_time() argument 282 update_time->sec = fetch_time->sec; in calculate_update_time() 283 update_time->usec = fetch_time->usec; in calculate_update_time() 284 update_time->sec -= age_ms / 1000; in calculate_update_time() 286 if (update_time->usec < usec) { in calculate_update_time() 287 update_time->sec--; in calculate_update_time() 288 update_time->usec += 1000000; in calculate_update_time() 290 update_time->usec -= usec; in calculate_update_time() 611 struct os_reltime update_time; in wpa_bss_update() local 623 calculate_update_time(fetch_time, res->age, &update_time); in wpa_bss_update() [all …]
|
D | bss.h | 178 struct os_reltime *update_time);
|
D | rrm.c | 1529 struct os_reltime update_time, diff; in wpas_beacon_rep_scan_process() local 1538 &update_time); in wpas_beacon_rep_scan_process() 1540 &update_time, &diff); in wpas_beacon_rep_scan_process() 1541 if (os_reltime_before(&update_time, in wpas_beacon_rep_scan_process()
|
/external/u-boot/fs/yaffs2/ |
D | yaffs_guts.h | 858 int yaffs_flush_file(struct yaffs_obj *obj, int update_time, int data_sync);
|
D | yaffs_guts.c | 3789 int yaffs_flush_file(struct yaffs_obj *in, int update_time, int data_sync) in yaffs_flush_file() argument 3799 if (update_time) in yaffs_flush_file()
|
/external/avb/proto/ |
D | trillian.proto | 193 google.protobuf.Timestamp update_time = 17; field
|
/external/ImageMagick/MagickCore/ |
D | display.c | 14490 update_time; in XDisplayImage() local 15086 update_time=0; in XDisplayImage() 15097 update_time=attributes.st_mtime; in XDisplayImage() 15124 if (update_time != attributes.st_mtime) in XDisplayImage()
|