/third_party/node/test/parallel/ |
D | test-fs-watch-encoding.js | 33 function registerWatcher(watcher) { argument 37 function unregisterWatcher(watcher) { argument 47 const watcher = fs.watch( constant 60 const watcher = fs.watch( constant 72 const watcher = fs.watch( constant
|
D | test-fs-watch-abort-signal.js | 20 const watcher = fs.watch(file, { signal }); constant 30 const watcher = fs.watch(file, { signal }); constant
|
D | test-fs-watch-ref-unref.js | 10 const watcher = fs.watch(__filename, common.mustNotCall()); constant
|
D | test-fs-watchfile-ref-unref.js | 10 const watcher = fs.watchFile(__filename, uncalledListener); constant
|
D | test-fs-watch-close-when-destroyed.js | 19 const watcher = fs.watch(root, { persistent: false, recursive: false }); constant
|
D | test-fs-watch-enoent.js | 54 const watcher = fs.watch(file, common.mustNotCall()); constant
|
D | test-fs-watchfile-bigint.js | 43 const watcher = constant
|
D | test-fs-watch.js | 53 const watcher = fs.watch(pathToWatch); constant
|
D | test-fs-watch-recursive.js | 26 const watcher = fs.watch(testDir, { recursive: true }); constant
|
D | test-fs-watchfile.js | 57 const watcher = constant
|
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/ |
D | gstmfdevice.c | 156 GstObject *watcher; member 336 GstWin32DeviceWatcher *watcher; in gst_mf_device_provider_start_win32() local 365 GstWinRTDeviceWatcher *watcher; in gst_mf_device_provider_start_winrt() local 533 gst_mf_device_provider_device_changed (GstWin32DeviceWatcher * watcher, in gst_mf_device_provider_device_changed() 546 gst_mf_device_provider_device_added (GstWinRTDeviceWatcher * watcher, in gst_mf_device_provider_device_added() 557 gst_mf_device_provider_device_removed (GstWinRTDeviceWatcher * watcher, in gst_mf_device_provider_device_removed() 569 gst_mf_device_provider_device_updated (GstWinRTDeviceWatcher * watcher, in gst_mf_device_provider_device_updated() 579 gst_mf_device_provider_device_enum_completed (GstWinRTDeviceWatcher * in gst_mf_device_provider_device_enum_completed()
|
D | gstwin32devicewatcher.cpp | 337 gst_win32_device_watcher_start (GstWin32DeviceWatcher * watcher) in gst_win32_device_watcher_start() 378 gst_win32_device_watcher_stop (GstWin32DeviceWatcher * watcher) in gst_win32_device_watcher_stop()
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-foreign/ |
D | libev.c | 26 timer_cb_ev(struct ev_loop *loop, struct ev_timer *watcher, int revents) in timer_cb_ev() 32 signal_cb_ev(struct ev_loop *loop, struct ev_signal *watcher, int revents) in signal_cb_ev()
|
D | libuv.c | 38 signal_cb_uv(uv_signal_t *watcher, int signum) in signal_cb_uv()
|
/third_party/node/test/sequential/ |
D | test-fs-watch.js | 59 const watcher = fs.watch(filepath); constant 80 const watcher = constant 98 const watcher = constant
|
/third_party/libwebsockets/lib/event-libs/libevent/ |
D | private-lib-event-libs-libevent.h | 28 struct event *watcher; member 40 struct event *watcher; member
|
/third_party/libwebsockets/lib/event-libs/libev/ |
D | private-lib-event-libs-libev.h | 37 ev_signal watcher; member 50 ev_io watcher; member
|
D | libev.c | 33 lws_ev_hrtimer_cb(struct ev_loop *loop, struct ev_timer *watcher, int revents) in lws_ev_hrtimer_cb() 88 lws_accept_cb(struct ev_loop *loop, struct ev_io *watcher, int revents) in lws_accept_cb() 124 lws_ev_sigint_cb(struct ev_loop *loop, struct ev_signal *watcher, int revents) in lws_ev_sigint_cb()
|
/third_party/typescript/src/watchGuard/ |
D | watchGuard.ts | 14 const watcher = fs.watch(directoryName, { recursive: true }, () => ({})); constant
|
/third_party/gstreamer/gstplugins_bad/sys/wasapi2/ |
D | gstwasapi2device.c | 143 GstWinRTDeviceWatcher *watcher; member 505 gst_wasapi2_device_provider_device_added (GstWinRTDeviceWatcher * watcher, in gst_wasapi2_device_provider_device_added() 516 gst_wasapi2_device_provider_device_removed (GstWinRTDeviceWatcher * watcher, in gst_wasapi2_device_provider_device_removed() 527 gst_wasapi2_device_provider_device_updated (GstWinRTDeviceWatcher * watcher, in gst_wasapi2_device_provider_device_updated() 537 gst_wasapi2_device_provider_device_enum_completed (GstWinRTDeviceWatcher * in gst_wasapi2_device_provider_device_enum_completed()
|
/third_party/typescript/lib/ |
D | watchGuard.js | 24 var watcher = fs.watch(directoryName, { recursive: true }, function () { return ({}); }); variable
|
/third_party/node/test/async-hooks/ |
D | test-fseventwrap.js | 19 const watcher = fs.watch(__filename, onwatcherChanged); constant
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/winrt/ |
D | gstwinrtdevicewatcher.cpp | 200 ComPtr < IDeviceWatcher > watcher; member 397 ComPtr < IDeviceWatcher > watcher; in gst_winrt_device_watcher_thread_func_inner() local 652 gst_winrt_device_watcher_start (GstWinRTDeviceWatcher * watcher) in gst_winrt_device_watcher_start() 696 gst_winrt_device_watcher_stop (GstWinRTDeviceWatcher * watcher) in gst_winrt_device_watcher_stop()
|
/third_party/typescript/src/compiler/ |
D | watchUtilities.ts | 331 watcher: FileWatcher; property 550 …const watcher = triggerInvokingFactory!.watchFile(file, cb, flags, options, detailInfo1, detailInf… constant 570 …const watcher = triggerInvokingFactory!.watchDirectory(file, cb, flags, options, detailInfo1, deta… constant
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads-foreign-libuv-smp/ |
D | minimal-ws-server.c | 118 signal_cb(uv_signal_t *watcher, int signum) in signal_cb()
|