Searched refs:delay_time (Results 1 – 10 of 10) sorted by relevance
/external/autotest/server/site_tests/display_Tearing/ |
D | display_Tearing.py | 195 delay_time = [timestamp_list[i] - timestamp_list[i-1] 205 max(delay_time), min(delay_time), 206 sum(delay_time)/len(delay_time))
|
/external/wpa_supplicant_8/src/ap/ |
D | ieee802_11_ht.c | 342 unsigned int delay_time; in hostapd_2040_coex_action() local 343 delay_time = OVERLAPPING_BSS_TRANS_DELAY_FACTOR * in hostapd_2040_coex_action() 347 eloop_register_timeout(delay_time, 0, ap_ht2040_timeout, in hostapd_2040_coex_action() 351 delay_time); in hostapd_2040_coex_action() 422 unsigned int delay_time = OVERLAPPING_BSS_TRANS_DELAY_FACTOR * in ht40_intolerant_remove() local 426 delay_time); in ht40_intolerant_remove() 428 eloop_register_timeout(delay_time, 0, ap_ht2040_timeout, in ht40_intolerant_remove()
|
/external/pdfium/core/fxcodec/gif/ |
D | cfx_gifcontext.cpp | 47 int32_t delay_time, in GetRecordPosition() argument 54 delay_time, user_input, trans_index, disposal_method, interlace); in GetRecordPosition() 200 static_cast<int32_t>(gif_image->image_GCE->delay_time), in LoadFrame() 447 graphic_control_extension_->delay_time = in DecodeExtension() 448 FXWORD_GET_LSBFIRST(reinterpret_cast<uint8_t*>(&gif_gce.delay_time)); in DecodeExtension()
|
D | gifmodule.h | 30 int32_t delay_time,
|
D | cfx_gifcontext.h | 37 int32_t delay_time,
|
D | cfx_gif.h | 85 uint16_t delay_time; member
|
/external/wpa_supplicant_8/src/radius/ |
D | radius_client.c | 437 u32 delay_time; in radius_client_retransmit() local 447 delay_time = now - entry->first_try; in radius_client_retransmit() 448 WPA_PUT_BE32(acct_delay_time, delay_time); in radius_client_retransmit() 452 delay_time); in radius_client_retransmit()
|
/external/pdfium/core/fxcodec/ |
D | progressivedecoder.h | 166 int32_t delay_time,
|
D | progressivedecoder.cpp | 413 int32_t delay_time, in GifInputRecordPositionBuf() argument
|
/external/autotest/server/cros/faft/ |
D | firmware_test.py | 1236 delay_time = retry_delay - time.time() + start_time 1237 if delay_time > 0: 1238 time.sleep(delay_time)
|