Home
last modified time | relevance | path

Searched defs:watcher (Results 1 – 25 of 46) 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-watch-mode-files_watcher.mjs24 let watcher; variable
29 watcher = new FilesWatcher({ debounce: 100 }); variable
36 function writeAndWaitForChanges(watcher, file) { argument
100 watcher = new FilesWatcher({ debounce: 100, mode: 'all' }); variable
Dtest-fs-watch-abort-signal.js20 const watcher = fs.watch(file, { signal }); constant
28 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/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/typescript/src/watchGuard/
DwatchGuard.ts14 const watcher = fs.watch(directoryName, { recursive: true }, () => ({})); constant
/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/lib/
DwatchGuard.js24 var watcher = fs.watch(directoryName, { recursive: true }, function () { return ({}); }); variable
/third_party/node/test/pummel/
Dtest-fs-watch-non-recursive.js41 const watcher = fs.watch(testDir, { persistent: true }, (event, filename) => { constant
/third_party/node/test/async-hooks/
Dtest-fseventwrap.js19 const watcher = fs.watch(__filename, onwatcherChanged); constant
/third_party/typescript/src/compiler/
DwatchUtilities.ts315 watcher: FileWatcher; property
432 watcher: FileWatcher; property
655 …const watcher = triggerInvokingFactory!.watchFile(file, cb, flags, options, detailInfo1, detailInf… constant
675 …const watcher = triggerInvokingFactory!.watchDirectory(file, cb, flags, options, detailInfo1, deta… constant
DresolutionCache.ts75 watcher: FileWatcher; property
83 watcher: FileWatcher; property
782 const watcher: FileWatcherOfAffectingLocation = { constant
873 const watcher = fileWatchesOfAffectingLocations.get(affectingLocation)!; constant
/third_party/node/lib/internal/main/
Dwatch_mode.js45 const watcher = new FilesWatcher({ debounce: 200, mode: kShouldFilterModules ? 'filter' : 'all' }); 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