/external/libmojo/mojo/public/js/ |
H A D | support.js | 12 /* @deprecated Please use watch()/cancelWatch() instead of 28 /* @deprecated Please use watch()/cancelWatch() instead of 39 * @param {MojoHandle} handle The handle to watch. 40 * @param {MojoHandleSignals} signals The signals to watch. 45 * watch. 47 function watch(handle, signals, callback) { [native code] } function 49 /* Cancels a handle watch initiated by watch(). 51 * @param {MojoWatchId} watchId The watch identifier returned by watch() [all...] |
/external/selinux/restorecond/ |
H A D | watch.c | 88 syslog(LOG_ERR, "Unable to watch (%s) %s\n", 168 Inotify watch loop 170 int watch(int fd, const char *watch_file) function
|
/external/dnsmasq/src/ |
H A D | dbus.c | 59 struct watch { struct 60 DBusWatch *watch; member in struct:watch 61 struct watch *next; 65 static dbus_bool_t add_watch(DBusWatch *watch, void *data) argument 67 struct watch *w; 70 if (w->watch == watch) 73 if (!(w = whine_malloc(sizeof(struct watch)))) 76 w->watch = watch; 84 remove_watch(DBusWatch *watch, void *data) argument [all...] |
/external/ltp/testcases/kernel/syscalls/utils/ |
H A D | inotify.h | 19 __s32 wd; /* watch descriptor */ 20 __u32 mask; /* watch mask */ 26 /* the following are legal, implemented events that user-space can watch for */ 40 /* the following are legal events. they are sent as needed to any watch */ 50 #define IN_ONLYDIR 0x01000000 /* only watch the path if it is a directory */ 52 #define IN_MASK_ADD 0x20000000 /* add to the mask of an already existing watch */ 72 * struct inotify_watch - represents a watch request on a specific inode 76 * ih, inode, and wd are never written to once the watch is created. 88 __s32 wd; /* watch descriptor */ 89 __u32 mask; /* event mask for this watch */ 172 inotify_init_watch(struct inotify_watch *watch) argument 192 inotify_add_watch(struct inotify_handle *ih, struct inotify_watch *watch, struct inode *inode, __u32 mask) argument 199 inotify_rm_watch(struct inotify_handle *ih, struct inotify_watch *watch) argument 210 inotify_remove_watch_locked(struct inotify_handle *ih, struct inotify_watch *watch) argument 215 get_inotify_watch(struct inotify_watch *watch) argument 219 put_inotify_watch(struct inotify_watch *watch) argument [all...] |
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
H A D | dbus_common.c | 60 DBusWatch *watch, eloop_event_type type) 67 dbus_watch_handle(watch, DBUS_WATCH_READABLE); 69 dbus_watch_handle(watch, DBUS_WATCH_WRITABLE); 71 dbus_watch_handle(watch, DBUS_WATCH_ERROR); 100 static dbus_bool_t add_watch(DBusWatch *watch, void *data) argument 106 if (!dbus_watch_get_enabled(watch)) 109 flags = dbus_watch_get_flags(watch); 110 fd = dbus_watch_get_unix_fd(watch); 113 priv, watch); 117 priv, watch); 59 process_watch(struct wpas_dbus_priv *priv, DBusWatch *watch, eloop_event_type type) argument 130 remove_watch(DBusWatch *watch, void *data) argument 149 watch_toggled(DBusWatch *watch, void *data) argument [all...] |
/external/dhcpcd-6.8.2/dbus/ |
H A D | rpc-dbus.c | 554 dbus_handle_event(DBusWatch *watch, int flags) argument 556 dbus_watch_handle((DBusWatch *)watch, flags); 568 dbus_read_event(void *watch) argument 570 dbus_handle_event((DBusWatch *)watch, DBUS_WATCH_READABLE); 574 dbus_write_event(void *watch) argument 576 dbus_handle_event((DBusWatch *)watch, DBUS_WATCH_WRITABLE); 580 add_watch(DBusWatch *watch, __unused void *data) argument 588 fd = dbus_watch_get_unix_fd(watch); 589 flags = dbus_watch_get_flags(watch); 592 read_arg = watch; 606 remove_watch(DBusWatch *watch, __unused void *data) argument [all...] |
/external/libchrome/base/files/ |
H A D | file_path_watcher_linux.cc | 57 // Remove |watch| if it's valid. 58 void RemoveWatch(Watch watch, FilePathWatcherImpl* watcher); 97 // Called for each event coming from the watch. |fired_watch| identifies the 98 // watch that fired, |child| indicates what has changed, and is relative to 115 // Returns true if watch for |path| has been added successfully. 120 // Cancel the watch. This unregisters the instance with InotifyReader. 133 // - |watch|: the watch descriptor for a component. 140 : watch(InotifyReader::kInvalidWatch), 143 InotifyReader::Watch watch; member in struct:base::__anon9857::FilePathWatcherImpl::WatchEntry 300 Watch watch = inotify_add_watch(inotify_fd_, path.value().c_str(), local 313 RemoveWatch(Watch watch, FilePathWatcherImpl* watcher) argument 598 InotifyReader::Watch watch = local 605 InotifyReader::Watch watch = local 617 TrackWatchForRecursion(InotifyReader::Watch watch, const FilePath& path) argument 660 InotifyReader::Watch watch = local [all...] |
/external/autotest/client/bin/ |
H A D | job.py | 531 @disk_usage_monitor.watch(log_warning, "/", self._max_disk_usage_rate) 1139 def watch(cls, *monitor_args, **monitor_dargs): member in class:disk_usage_monitor
|
/external/libchrome/dbus/ |
H A D | bus.cc | 42 explicit Watch(DBusWatch* watch) argument 43 : raw_watch_(watch) { 1024 // watch will be deleted when raw_watch is removed in OnRemoveWatch(). 1025 Watch* watch = new Watch(raw_watch); local 1026 if (watch->IsReadyToBeWatched()) { 1027 watch->StartWatching(); 1036 Watch* watch = static_cast<Watch*>(dbus_watch_get_data(raw_watch)); local 1037 delete watch; 1044 Watch* watch = static_cast<Watch*>(dbus_watch_get_data(raw_watch)); local 1045 if (watch [all...] |
/external/toybox/generated/ |
H A D | globals.h | 951 // toys/pending/watch.c 1483 struct watch_data watch; member in union:global_union
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | org.sat4j.core_2.2.0.v20100429.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.apache.jasper_5.5.17.v201004212143.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
/external/guice/extensions/struts2/lib/ |
H A D | jsp-2.1.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/jasper/ org/apache/jasper/resources/ ... |
H A D | ant-1.6.5.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
H A D | ant.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ... |
/external/jarjar/lib/ |
H A D | apache-ant-1.9.4.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ... |
/external/owasp/sanitizer/tools/findbugs/lib/ |
H A D | ant.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ... |