Home
last modified time | relevance | path

Searched defs:watch (Results 1 – 20 of 20) sorted by relevance

/external/adhd/cras/src/server/
Dcras_dbus.c20 DBusWatch *watch = (DBusWatch *)arg; in dbus_watch_callback() local
41 static dbus_bool_t dbus_watch_add(DBusWatch *watch, void *data) in dbus_watch_add()
60 static void dbus_watch_remove(DBusWatch *watch, void *data) in dbus_watch_remove()
69 static void dbus_watch_toggled(DBusWatch *watch, void *data) in dbus_watch_toggled()
/external/libchrome/base/files/
Dfile_path_watcher_linux.cc139 InotifyReader::Watch watch; member
271 Watch watch = inotify_add_watch(inotify_fd_, path.value().c_str(), in AddWatch() local
284 void InotifyReader::RemoveWatch(Watch watch, FilePathWatcherImpl* watcher) { in RemoveWatch()
561 InotifyReader::Watch watch = in UpdateRecursiveWatchesForPath() local
568 InotifyReader::Watch watch = in UpdateRecursiveWatchesForPath() local
580 void FilePathWatcherImpl::TrackWatchForRecursion(InotifyReader::Watch watch, in TrackWatchForRecursion()
623 InotifyReader::Watch watch = in AddWatchForBrokenSymlink() local
/external/ltp/testcases/kernel/syscalls/utils/
Dinotify.h172 static inline void inotify_init_watch(struct inotify_watch *watch) in inotify_init_watch()
193 struct inotify_watch *watch, in inotify_add_watch()
200 struct inotify_watch *watch) in inotify_rm_watch()
211 struct inotify_watch *watch) in inotify_remove_watch_locked()
215 static inline void get_inotify_watch(struct inotify_watch *watch) in get_inotify_watch()
219 static inline void put_inotify_watch(struct inotify_watch *watch) in put_inotify_watch()
/external/tensorflow/tensorflow/core/debug/
Ddebugger_state_impl.cc24 for (const DebugTensorWatch& watch : in DebuggerState() local
57 for (const DebugTensorWatch& watch : in PublishGraph() local
Dgrpc_session_debug_test.cc170 DebugTensorWatch* watch = debug_options->add_debug_tensor_watch_opts(); in TEST_F() local
256 DebugTensorWatch* watch = debug_options->add_debug_tensor_watch_opts(); in TEST_F() local
Ddebug_graph_utils.cc67 for (const DebugTensorWatch& watch : watches) { in InsertNodes() local
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus_common.c60 DBusWatch *watch, eloop_event_type type) in process_watch()
100 static dbus_bool_t add_watch(DBusWatch *watch, void *data) in add_watch()
130 static void remove_watch(DBusWatch *watch, void *data) in remove_watch()
149 static void watch_toggled(DBusWatch *watch, void *data) in watch_toggled()
/external/adhd/cras/src/tests/
Ddbus_test.cc592 dbus_bool_t DBusTest::AddWatchThunk(DBusWatch *watch, void *data) { in AddWatchThunk()
597 dbus_bool_t DBusTest::AddWatch(DBusWatch *watch) { in AddWatch()
602 void DBusTest::RemoveWatchThunk(DBusWatch *watch, void *data) { in RemoveWatchThunk()
607 void DBusTest::RemoveWatch(DBusWatch *watch) { in RemoveWatch()
614 void DBusTest::WatchToggledThunk(DBusWatch *watch, void *data) { in WatchToggledThunk()
619 void DBusTest::WatchToggled(DBusWatch *watch) { in WatchToggled()
707 DBusWatch *watch = *it; in DispatchOnce() local
763 DBusWatch *watch = *it; in DispatchOnce() local
/external/dhcpcd-6.8.2/dbus/
Drpc-dbus.c554 dbus_handle_event(DBusWatch *watch, int flags) in dbus_handle_event()
568 dbus_read_event(void *watch) in dbus_read_event()
574 dbus_write_event(void *watch) in dbus_write_event()
580 add_watch(DBusWatch *watch, __unused void *data) in add_watch()
606 remove_watch(DBusWatch *watch, __unused void *data) in remove_watch()
/external/libmojo/mojo/public/js/
Dsupport.js47 function watch(handle, signals, callback) { [native code] } function
/external/tensorflow/tensorflow/core/common_runtime/
Ddebugger_state_interface.cc32 for (const DebugTensorWatch& watch : watches) { in SummarizeDebugTensorWatches() local
/external/tensorflow/tensorflow/python/eager/
Dtape.py42 def watch(tensor): function
Dbackprop.py875 def watch(self, tensor): member in GradientTape
/external/libmojo/mojo/edk/system/
Drequest_context.cc53 for (const WatchNotifyFinalizer& watch : in ~RequestContext() local
/external/selinux/restorecond/
Dwatch.c170 int watch(int fd, const char *watch_file) in watch() function
/external/libchrome/dbus/
Dbus.cc47 explicit Watch(DBusWatch* watch) in Watch()
1031 Watch* watch = new Watch(raw_watch); in OnAddWatch() local
1042 Watch* watch = static_cast<Watch*>(dbus_watch_get_data(raw_watch)); in OnRemoveWatch() local
1050 Watch* watch = static_cast<Watch*>(dbus_watch_get_data(raw_watch)); in OnToggleWatch() local
/external/perfetto/src/base/
Dandroid_task_runner.cc43 for (const auto& watch : watch_tasks_) { in ~AndroidTaskRunner() local
/external/autotest/client/bin/
Djob.py1138 def watch(cls, *monitor_args, **monitor_dargs): member in disk_usage_monitor
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DResTable_config.java530 map.put(UI_MODE_TYPE_WATCH, "watch"); in map.put()
/external/toybox/generated/
Dglobals.h1511 struct watch_data watch; member