| /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-watch-mode-files_watcher.mjs | 24 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
|
| D | test-fs-watch-abort-signal.js | 20 const watcher = fs.watch(file, { signal }); constant 28 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/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/typescript/src/watchGuard/ |
| D | watchGuard.ts | 14 const watcher = fs.watch(directoryName, { recursive: true }, () => ({})); constant
|
| /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/lib/ |
| D | watchGuard.js | 24 var watcher = fs.watch(directoryName, { recursive: true }, function () { return ({}); }); variable
|
| /third_party/node/test/pummel/ |
| D | test-fs-watch-non-recursive.js | 41 const watcher = fs.watch(testDir, { persistent: true }, (event, filename) => { constant
|
| /third_party/node/test/async-hooks/ |
| D | test-fseventwrap.js | 19 const watcher = fs.watch(__filename, onwatcherChanged); constant
|
| /third_party/typescript/src/compiler/ |
| D | watchUtilities.ts | 315 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
|
| D | resolutionCache.ts | 75 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/ |
| D | watch_mode.js | 45 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/ |
| D | minimal-ws-server.c | 118 signal_cb(uv_signal_t *watcher, int signum) in signal_cb()
|