HomeSort by relevance Sort by last modified time
    Searched defs:Watch (Results 1 - 25 of 28) sorted by null

1 2

  /external/libchrome/base/files/
file_path_watcher.cc 38 bool FilePathWatcher::Watch(const FilePath& path,
43 return impl_->Watch(path, recursive, callback);
file_path_watcher_linux.cc 52 typedef int Watch; // Watch descriptor used by AddWatch and RemoveWatch.
53 static const Watch kInvalidWatch = -1;
55 // Watch directory |path| for changes. |watcher| will be notified on each
57 Watch AddWatch(const FilePath& path, FilePathWatcherImpl* watcher);
59 // Remove |watch| if it's valid.
60 void RemoveWatch(Watch watch, FilePathWatcherImpl* watcher);
76 hash_map<Watch, WatcherSet> watchers_;
98 // Called for each event coming from the watch. |fired_watch| identifies th
139 InotifyReader::Watch watch; member in struct:base::__anon24181::FilePathWatcherImpl::WatchEntry
271 Watch watch = inotify_add_watch(inotify_fd_, path.value().c_str(), local
561 InotifyReader::Watch watch = local
568 InotifyReader::Watch watch = local
623 InotifyReader::Watch watch = local
    [all...]
  /external/libmojo/mojo/edk/js/
support.cc 37 WaitingCallback* Watch(const gin::Arguments& args,
65 .SetMethod("watch", Watch)
  /system/tpm/attestation/server/
database_impl.cc 62 io_->Watch(base::Bind(base::IgnoreResult(&DatabaseImpl::Reload),
151 void DatabaseImpl::Watch(const base::Closure& callback) {
154 file_watcher_->Watch(FilePath(kDatabasePath), false,
  /external/libmojo/mojo/edk/system/
dispatcher.cc 25 MojoResult Dispatcher::Watch(MojoHandleSignals signals,
data_pipe_consumer_dispatcher.cc 101 MojoResult DataPipeConsumerDispatcher::Watch(
data_pipe_producer_dispatcher.cc 100 MojoResult DataPipeProducerDispatcher::Watch(
message_pipe_dispatcher.cc 212 MojoResult MessagePipeDispatcher::Watch(MojoHandleSignals signals,
core.cc 431 MojoResult Core::Watch(MojoHandle handle,
439 return dispatcher->Watch(
    [all...]
  /external/libmojo/mojo/public/c/system/
thunks.h 118 MojoResult (*Watch)(MojoHandle handle,
  /external/tensorflow/tensorflow/c/eager/
tape.h 135 void Watch(int64 tensor_id);
183 void GradientTape<Gradient, BackwardFunction>::Watch(int64 tensor_id) {
  /device/linaro/bootloader/edk2/OvmfPkg/XenBusDxe/
XenStore.c 75 /* Register callback to watch subtree (node) in the XenStore. */
106 /* Queued watch events. */
111 } Watch;
153 * List of pending watch callback events.
157 /** Lock protecting the watch calback list. */
262 Convert from watch token (unique identifier) to the associated
263 internal tracking structure for this watch.
265 @param Tocken The unique identifier for the watch to find.
267 @return A pointer to the found watch structure or NULL.
275 XENSTORE_WATCH *Watch, *WantedWatch;
    [all...]
  /external/libchrome/dbus/
bus.cc 45 class Watch : public base::MessagePumpLibevent::Watcher {
47 explicit Watch(DBusWatch* watch)
48 : raw_watch_(watch), file_descriptor_watcher_(FROM_HERE) {
52 ~Watch() override { dbus_watch_set_data(raw_watch_, NULL, NULL); }
74 const bool persistent = true; // Watch persistently.
105 // Unlike Watch, Timeout is a ref counted object, to ensure that |this| of
447 // Watch Disconnected signal.
1031 Watch* watch = new Watch(raw_watch); local
1042 Watch* watch = static_cast<Watch*>(dbus_watch_get_data(raw_watch)); local
1050 Watch* watch = static_cast<Watch*>(dbus_watch_get_data(raw_watch)); local
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0/
intellij-core-26.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-alpha4/
intellij-core-26.0.0-alpha4.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-alpha5/
intellij-core-26.0.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-alpha6/
intellij-core-26.0.0-alpha6.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-alpha7/
intellij-core-26.0.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-alpha9/
intellij-core-26.0.0-alpha9.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-beta1/
intellij-core-26.0.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-beta2/
intellij-core-26.0.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-beta6/
intellij-core-26.0.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-beta7/
intellij-core-26.0.0-beta7.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-rc1/
intellij-core-26.0.0-rc1.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.2.0-alpha16/
intellij-core-26.2.0-alpha16.jar 

Completed in 180 milliseconds

1 2