Home
last modified time | relevance | path

Searched defs:delay_ms (Results 1 – 25 of 36) sorted by relevance

12

/third_party/cef/tests/ceftests/
Dthread_helper.h24 #define WaitForIOThreadWithDelay(delay_ms) WaitForThread(TID_IO, delay_ms) argument
25 #define WaitForUIThreadWithDelay(delay_ms) WaitForThread(TID_UI, delay_ms) argument
26 #define WaitForFILEThreadWithDelay(delay_ms) \ argument
Dthread_helper.cc13 void WaitForThread(CefThreadId thread_id, int64 delay_ms) { in WaitForThread()
20 void WaitForThread(CefRefPtr<CefTaskRunner> task_runner, int64 delay_ms) { in WaitForThread()
Dtest_handler.cc154 int delay_ms) { in PostDelayedTask()
/third_party/cef/tests/shared/browser/
Dmain_message_loop_external_pump_win.cc104 void MainMessageLoopExternalPumpWin::OnScheduleMessagePumpWork(int64 delay_ms) { in OnScheduleMessagePumpWork()
110 void MainMessageLoopExternalPumpWin::SetTimer(int64 delay_ms) { in SetTimer()
134 const int64 delay_ms = static_cast<int64>(lparam); in WndProc() local
Dmain_message_loop_external_pump_linux.cc225 int64 delay_ms) { in OnScheduleMessagePumpWork()
249 int64 delay_ms[2]; in HandleCheck() local
274 void MainMessageLoopExternalPumpLinux::SetTimer(int64 delay_ms) { in SetTimer()
Dmain_message_loop_external_pump.cc43 void MainMessageLoopExternalPump::OnScheduleWork(int64 delay_ms) { in OnScheduleWork()
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/effects/
DSlapbackEffect.h23 SlapbackEffect(float feedforward, float delay_ms): in SlapbackEffect()
DEchoEffect.h26 EchoEffect(float feedback, float delay_ms): in EchoEffect()
DWhiteChorusEffect.h25 WhiteChorusEffect(float depth_ms, float delay_ms, float noise_pass): in WhiteChorusEffect()
DDoublingEffect.h26 DoublingEffect(float depth_ms, float delay_ms, float noise_pass): in DoublingEffect()
/third_party/cef/include/
Dcef_browser_process_handler.h85 virtual void OnScheduleMessagePumpWork(int64 delay_ms) {} in OnScheduleMessagePumpWork()
/third_party/cef/libcef/common/
Dtask_impl.cc37 int64 delay_ms) { in CefPostDelayedTask()
Dtask_runner_impl.cc145 int64 delay_ms) { in PostDelayedTask()
/third_party/cef/libcef_dll/wrapper/
Dcef_closure_task.cc39 int64 delay_ms) { in CefPostDelayedTask()
/third_party/cef/libcef/renderer/
Dthread_util.h36 #define CEF_POST_DELAYED_TASK_RT(task, delay_ms) \ argument
/third_party/cef/libcef_dll/ctocpp/
Dbrowser_process_handler_ctocpp.cc53 void CefBrowserProcessHandlerCToCpp::OnScheduleMessagePumpWork(int64 delay_ms) { in OnScheduleMessagePumpWork()
Dtask_runner_ctocpp.cc128 int64 delay_ms) { in PostDelayedTask()
/third_party/cef/libcef_dll/cpptoc/
Dbrowser_process_handler_cpptoc.cc55 int64 delay_ms) { in browser_process_handler_on_schedule_message_pump_work()
Dtask_runner_cpptoc.cc130 int64 delay_ms) { in task_runner_post_delayed_task()
/third_party/glib/gio/tests/
Dmock-resolver.c41 mock_resolver_set_ipv4_delay_ms (MockResolver *self, guint delay_ms) in mock_resolver_set_ipv4_delay_ms()
69 mock_resolver_set_ipv6_delay_ms (MockResolver *self, guint delay_ms) in mock_resolver_set_ipv6_delay_ms()
/third_party/cef/libcef/browser/
Dthread_util.h46 #define CEF_POST_DELAYED_TASK(id, task, delay_ms) \ argument
/third_party/uboot/u-boot-2020.01/drivers/input/
Dtegra-kbc.c160 long delay_ms; in kbd_wait_for_fifo_init() local
Dinput.c516 unsigned delay_ms; in _input_send_keycodes() local
/third_party/uboot/u-boot-2020.01/drivers/video/
Dscf0403_lcd.c28 int delay_ms; member
/third_party/uboot/u-boot-2020.01/product/hiosd/hdmi/hdmi_2_0/drv/hal/ctrl/hisiv100/
Dhdmi_hal_ctrl.c581 hi_void hal_hdmi_ctrl_data_reset(hdmi_device_id hdmi_id, hi_bool debug_mode, hi_u32 delay_ms) in hal_hdmi_ctrl_data_reset()

12