/third_party/cef/tests/ceftests/ |
D | thread_helper.h | 24 #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
|
D | thread_helper.cc | 13 void WaitForThread(CefThreadId thread_id, int64 delay_ms) { in WaitForThread() 20 void WaitForThread(CefRefPtr<CefTaskRunner> task_runner, int64 delay_ms) { in WaitForThread()
|
D | test_handler.cc | 154 int delay_ms) { in PostDelayedTask()
|
/third_party/cef/tests/shared/browser/ |
D | main_message_loop_external_pump_win.cc | 104 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
|
D | main_message_loop_external_pump_linux.cc | 225 int64 delay_ms) { in OnScheduleMessagePumpWork() 249 int64 delay_ms[2]; in HandleCheck() local 274 void MainMessageLoopExternalPumpLinux::SetTimer(int64 delay_ms) { in SetTimer()
|
D | main_message_loop_external_pump.cc | 43 void MainMessageLoopExternalPump::OnScheduleWork(int64 delay_ms) { in OnScheduleWork()
|
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/effects/ |
D | SlapbackEffect.h | 23 SlapbackEffect(float feedforward, float delay_ms): in SlapbackEffect()
|
D | EchoEffect.h | 26 EchoEffect(float feedback, float delay_ms): in EchoEffect()
|
D | WhiteChorusEffect.h | 25 WhiteChorusEffect(float depth_ms, float delay_ms, float noise_pass): in WhiteChorusEffect()
|
D | DoublingEffect.h | 26 DoublingEffect(float depth_ms, float delay_ms, float noise_pass): in DoublingEffect()
|
/third_party/cef/include/ |
D | cef_browser_process_handler.h | 85 virtual void OnScheduleMessagePumpWork(int64 delay_ms) {} in OnScheduleMessagePumpWork()
|
/third_party/cef/libcef/common/ |
D | task_impl.cc | 37 int64 delay_ms) { in CefPostDelayedTask()
|
D | task_runner_impl.cc | 145 int64 delay_ms) { in PostDelayedTask()
|
/third_party/cef/libcef_dll/wrapper/ |
D | cef_closure_task.cc | 39 int64 delay_ms) { in CefPostDelayedTask()
|
/third_party/cef/libcef/renderer/ |
D | thread_util.h | 36 #define CEF_POST_DELAYED_TASK_RT(task, delay_ms) \ argument
|
/third_party/cef/libcef_dll/ctocpp/ |
D | browser_process_handler_ctocpp.cc | 53 void CefBrowserProcessHandlerCToCpp::OnScheduleMessagePumpWork(int64 delay_ms) { in OnScheduleMessagePumpWork()
|
D | task_runner_ctocpp.cc | 128 int64 delay_ms) { in PostDelayedTask()
|
/third_party/cef/libcef_dll/cpptoc/ |
D | browser_process_handler_cpptoc.cc | 55 int64 delay_ms) { in browser_process_handler_on_schedule_message_pump_work()
|
D | task_runner_cpptoc.cc | 130 int64 delay_ms) { in task_runner_post_delayed_task()
|
/third_party/glib/gio/tests/ |
D | mock-resolver.c | 41 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/ |
D | thread_util.h | 46 #define CEF_POST_DELAYED_TASK(id, task, delay_ms) \ argument
|
/third_party/uboot/u-boot-2020.01/drivers/input/ |
D | tegra-kbc.c | 160 long delay_ms; in kbd_wait_for_fifo_init() local
|
D | input.c | 516 unsigned delay_ms; in _input_send_keycodes() local
|
/third_party/uboot/u-boot-2020.01/drivers/video/ |
D | scf0403_lcd.c | 28 int delay_ms; member
|
/third_party/uboot/u-boot-2020.01/product/hiosd/hdmi/hdmi_2_0/drv/hal/ctrl/hisiv100/ |
D | hdmi_hal_ctrl.c | 581 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()
|