Home
last modified time | relevance | path

Searched defs:watcher (Results 1 – 25 of 49) sorted by relevance

12

/third_party/node/test/parallel/
Dtest-fs-watch-encoding.js33 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
Dtest-fs-watch-abort-signal.js20 const watcher = fs.watch(file, { signal }); constant
30 const watcher = fs.watch(file, { signal }); constant
Dtest-fs-watch-ref-unref.js10 const watcher = fs.watch(__filename, common.mustNotCall()); constant
Dtest-fs-watchfile-ref-unref.js10 const watcher = fs.watchFile(__filename, uncalledListener); constant
Dtest-fs-watch-close-when-destroyed.js19 const watcher = fs.watch(root, { persistent: false, recursive: false }); constant
Dtest-fs-watch-enoent.js54 const watcher = fs.watch(file, common.mustNotCall()); constant
Dtest-fs-watchfile-bigint.js43 const watcher = constant
Dtest-fs-watch.js53 const watcher = fs.watch(pathToWatch); constant
Dtest-fs-watch-recursive.js26 const watcher = fs.watch(testDir, { recursive: true }); constant
Dtest-fs-watchfile.js57 const watcher = constant
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgstmfdevice.c156 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()
Dgstwin32devicewatcher.cpp337 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/
Dlibev.c26 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()
Dlibuv.c38 signal_cb_uv(uv_signal_t *watcher, int signum) in signal_cb_uv()
/third_party/node/test/sequential/
Dtest-fs-watch.js59 const watcher = fs.watch(filepath); constant
80 const watcher = constant
98 const watcher = constant
/third_party/libwebsockets/lib/event-libs/libevent/
Dprivate-lib-event-libs-libevent.h28 struct event *watcher; member
40 struct event *watcher; member
/third_party/libwebsockets/lib/event-libs/libev/
Dprivate-lib-event-libs-libev.h37 ev_signal watcher; member
50 ev_io watcher; member
Dlibev.c33 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/
DwatchGuard.ts14 const watcher = fs.watch(directoryName, { recursive: true }, () => ({})); constant
/third_party/gstreamer/gstplugins_bad/sys/wasapi2/
Dgstwasapi2device.c143 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/
DwatchGuard.js24 var watcher = fs.watch(directoryName, { recursive: true }, function () { return ({}); }); variable
/third_party/node/test/async-hooks/
Dtest-fseventwrap.js19 const watcher = fs.watch(__filename, onwatcherChanged); constant
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/winrt/
Dgstwinrtdevicewatcher.cpp200 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/
DwatchUtilities.ts331 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/
Dminimal-ws-server.c118 signal_cb(uv_signal_t *watcher, int signum) in signal_cb()

12