HomeSort by relevance Sort by last modified time
    Searched refs:update_time (Results 1 - 9 of 9) sorted by null

  /external/autotest/client/site_tests/video_YouTubePage/files/
video_YouTubePageCommon.js 93 var update_time = videoEvents.timeupdate[index];
94 if (update_time > duration - 1 && update_time < duration) {
  /external/autotest/server/site_tests/autoupdate_EndToEndTest/
autoupdate_EndToEndTest.py 252 update_time = perf_data.get('update_length')
253 if update_time:
254 logging.info('Time it took to update: %s seconds', update_time)
256 value=int(update_time), units='sec',
  /external/wpa_supplicant_8/wpa_supplicant/
bss.c 274 struct os_reltime *update_time)
278 update_time->sec = fetch_time->sec;
279 update_time->usec = fetch_time->usec;
280 update_time->sec -= age_ms / 1000;
282 if (update_time->usec < usec) {
283 update_time->sec--;
284 update_time->usec += 1000000;
286 update_time->usec -= usec;
601 struct os_reltime update_time; local
613 calculate_update_time(fetch_time, res->age, &update_time);
    [all...]
bss.h 174 struct os_reltime *update_time);
rrm.c 1404 struct os_reltime update_time, diff; local
    [all...]
  /device/google/contexthub/firmware/os/algos/calibration/magnetometer/mag_cal/
mag_cal.h 71 uint64_t update_time; // [micro-seconds] member in struct:MagCal
mag_cal.c 110 moc->update_time = 0;
208 moc->update_time);
215 moc->update_time = sample_time_us;
  /system/extras/ioshark/
ioshark_bench.c 108 update_time(struct timeval *aggr_time, function
481 update_time(&aggregate_delay_time, &total_delay_time);
  /external/ImageMagick/MagickCore/
display.c 14476 update_time; local
    [all...]

Completed in 318 milliseconds