Home
last modified time | relevance | path

Searched refs:watch (Results 1 – 25 of 77) sorted by relevance

1234

/external/chromium_org/
DWATCHLISTS635 'accelerator_table': ['mazda+watch@chromium.org',
636 'derat+watch@chromium.org',
637 'yusukes+watch@chromium.org'],
638 'accessibility': ['dmazzoni+watch@chromium.org',
639 'dtseng+watch@chromium.org',
640 'plundblad+watch@chromium.org',
641 'aboxhall+watch@chromium.org',
642 'yoshiki+watch@chromium.org',
643 'yuzo+watch@chromium.org'],
645 'android_infra': ['bulach+watch@chromium.org',
[all …]
/external/chromium/base/win/
Dobject_watcher.cc50 Watch* watch = new Watch; in StartWatching() local
51 watch->watcher = this; in StartWatching()
52 watch->object = object; in StartWatching()
53 watch->origin_loop = MessageLoop::current(); in StartWatching()
54 watch->delegate = delegate; in StartWatching()
55 watch->did_signal = false; in StartWatching()
61 if (!RegisterWaitForSingleObject(&watch->wait_object, object, DoneWaiting, in StartWatching()
62 watch, INFINITE, wait_flags)) { in StartWatching()
64 delete watch; in StartWatching()
68 watch_ = watch; in StartWatching()
[all …]
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus_common.c60 DBusWatch *watch, eloop_event_type type) in process_watch() argument
67 dbus_watch_handle(watch, DBUS_WATCH_READABLE); in process_watch()
69 dbus_watch_handle(watch, DBUS_WATCH_WRITABLE); in process_watch()
71 dbus_watch_handle(watch, DBUS_WATCH_ERROR); in process_watch()
100 static dbus_bool_t add_watch(DBusWatch *watch, void *data) in add_watch() argument
106 if (!dbus_watch_get_enabled(watch)) in add_watch()
109 flags = dbus_watch_get_flags(watch); in add_watch()
110 fd = dbus_watch_get_unix_fd(watch); in add_watch()
113 priv, watch); in add_watch()
117 priv, watch); in add_watch()
[all …]
/external/dnsmasq/src/
Ddbus.c59 struct watch { struct
60 DBusWatch *watch; member
61 struct watch *next; argument
65 static dbus_bool_t add_watch(DBusWatch *watch, void *data) in add_watch() argument
67 struct watch *w; in add_watch()
70 if (w->watch == watch) in add_watch()
73 if (!(w = whine_malloc(sizeof(struct watch)))) in add_watch()
76 w->watch = watch; in add_watch()
84 static void remove_watch(DBusWatch *watch, void *data) in remove_watch() argument
86 struct watch **up, *w; in remove_watch()
[all …]
/external/chromium/base/files/
Dfile_path_watcher_linux.cc52 bool RemoveWatch(Watch watch, FilePathWatcherImpl* watcher);
124 WatchEntry(InotifyReader::Watch watch, const FilePath::StringType& subdir) in WatchEntry()
125 : watch_(watch), in WatchEntry()
257 Watch watch = inotify_add_watch(inotify_fd_, path.value().c_str(), in AddWatch() local
262 if (watch == kInvalidWatch) in AddWatch()
265 watchers_[watch].insert(watcher); in AddWatch()
267 return watch; in AddWatch()
270 bool InotifyReader::RemoveWatch(Watch watch, in RemoveWatch() argument
277 watchers_[watch].erase(watcher); in RemoveWatch()
279 if (watchers_[watch].empty()) { in RemoveWatch()
[all …]
/external/chromium_org/base/files/
Dfile_path_watcher_linux.cc53 bool RemoveWatch(Watch watch, FilePathWatcherImpl* watcher);
126 WatchEntry(InotifyReader::Watch watch, const FilePath::StringType& subdir) in WatchEntry()
127 : watch_(watch), in WatchEntry()
257 Watch watch = inotify_add_watch(inotify_fd_, path.value().c_str(), in AddWatch() local
262 if (watch == kInvalidWatch) in AddWatch()
265 watchers_[watch].insert(watcher); in AddWatch()
267 return watch; in AddWatch()
270 bool InotifyReader::RemoveWatch(Watch watch, in RemoveWatch() argument
277 watchers_[watch].erase(watcher); in RemoveWatch()
279 if (watchers_[watch].empty()) { in RemoveWatch()
[all …]
/external/kernel-headers/original/linux/
Dinotify.h172 static inline void inotify_init_watch(struct inotify_watch *watch) in inotify_init_watch() argument
193 struct inotify_watch *watch, in inotify_add_watch() argument
200 struct inotify_watch *watch) in inotify_rm_watch() argument
211 struct inotify_watch *watch) in inotify_remove_watch_locked() argument
215 static inline void get_inotify_watch(struct inotify_watch *watch) in get_inotify_watch() argument
219 static inline void put_inotify_watch(struct inotify_watch *watch) in put_inotify_watch() argument
/external/chromium_org/third_party/WebKit/Source/core/dom/
DCSSSelectorWatch.cpp57 …CSSSelectorWatch* watch = static_cast<CSSSelectorWatch*>(DocumentSupplement::from(&document, kSupp… in from() local
58 if (!watch) { in from()
59 watch = new CSSSelectorWatch(document); in from()
60 DocumentSupplement::provideTo(&document, kSupplementName, adoptPtr(watch)); in from()
62 return *watch; in from()
/external/chromium_org/v8/test/mjsunit/regress/
Dregress-88858.js40 o.watch(0, (arguments-1901)('o'));
41 p.watch(0, make_watcher('p'));
/external/v8/test/mjsunit/regress/
Dregress-88858.js40 o.watch(0, (arguments-1901)('o'));
41 p.watch(0, make_watcher('p'));
/external/chromium_org/native_client_sdk/src/doc/
Dpublications-and-presentations.rst22 <https://www.youtube.com/watch?v=5RFjOec-TI0>`_
33 <https://www.youtube.com/watch?v=RV7SMC3IJNo>`_ Includes an
40 <https://www.youtube.com/watch?v=1zvhs5FR0X8>`_ Demonstrates how
47 <https://www.youtube.com/watch?v=KOsJIhmeXoc>`_ (`slides
51 - `Get Your Port On <https://www.youtube.com/watch?v=R281PhQufHo>`_
56 <https://www.youtube.com/watch?v=g3aBfkFbPWk>`_
/external/chromium_org/dbus/
Dbus.cc45 explicit Watch(DBusWatch* watch) in Watch() argument
46 : raw_watch_(watch) { in Watch()
997 Watch* watch = new Watch(raw_watch); in OnAddWatch() local
998 if (watch->IsReadyToBeWatched()) { in OnAddWatch()
999 watch->StartWatching(); in OnAddWatch()
1008 Watch* watch = static_cast<Watch*>(dbus_watch_get_data(raw_watch)); in OnRemoveWatch() local
1009 delete watch; in OnRemoveWatch()
1016 Watch* watch = static_cast<Watch*>(dbus_watch_get_data(raw_watch)); in OnToggleWatch() local
1017 if (watch->IsReadyToBeWatched()) { in OnToggleWatch()
1018 watch->StartWatching(); in OnToggleWatch()
[all …]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/
DfeedWatch.uml2.properties80 # 1. to watch for ANY change in the feed, check the <feed>'s <updated> node (and respond with an em…
83 # 2. to watch for ANY changes in the current build, check the first <entry>'s <updated> node (and r…
86 # 3a. to watch for coordinated status changes, check the first <entry>'s <build> node's coordinated…
89 # 3b. to watch for jar signing status changes, check the first <entry>'s <build> node's jars="" att…
92 # 3c. to watch for changes in the current build's performance test results on linux-gtk (and respon…
DfeedWatch.emf.properties83 # 1. to watch for ANY change in the feed, check the <feed>'s <updated> node (and respond with an em…
86 # 2. to watch for ANY changes in the current build, check the first <entry>'s <updated> node (and r…
89 # 3a. to watch for coordinated status changes, check the first <entry>'s <build> node's coordinated…
92 # 3b. to watch for jar signing status changes, check the first <entry>'s <build> node's jars="" att…
95 # 3c. to watch for changes in the current build's performance test results on linux-gtk (and respon…
/external/chromium_org/chromeos/test/data/network/
Ddecrypted.onc7 "PAC": "http://www.youtube.com/watch?v=oHg5SJYRHA0",
/external/valgrind/main/gdbserver_tests/
Dmcwatchpoints.stdinB.gdb16 watch undefined[8]
Dmcclean_after_fork.stdinB.gdb6 # put a break in main, and then a watch
/external/chromium_org/chrome/browser/extensions/api/media_galleries_private/
Dgallery_watch_manager.cc331 scoped_refptr<GalleryFilePathWatcher> watch( in StartGalleryWatch() local
337 if (!watch->SetupWatch()) in StartGalleryWatch()
339 gallery_watchers_[watch_path] = watch.get(); in StartGalleryWatch()
/external/chromium_org/chrome/common/extensions/api/
Dlocation.idl47 // Location watch request name.
69 // to the first onLocationUpdate event for this location watch request.
Dmedia_galleries_private.idl41 // A dictionary that describes the add gallery watch request results.
/external/chromium_org/third_party/WebKit/
DWATCHLISTS245 'marja+watch@chromium.org',
250 'layers': [ 'blink-layers+watch@chromium.org' ],
253 'test_runner': [ 'jochen+watch@chromium.org' ],
/external/qemu/distrib/sdl-1.2.15/test/
DREADME19 testjoystick List joysticks and watch joystick events
/external/chromium_org/chrome/browser/resources/file_manager/foreground/css/
Dcommon.css353 div.watch-single-video-icon {
355 url('../images/media/watch.png') 1x,
356 url('../images/media/2x/watch.png') 2x);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_rss/
D_README.txt32 To watch a feed for changes or the appearance of specific attribute values (like
/external/chromium_org/remoting/host/policy_hack/
Dpolicy_watcher_mac.mm20 // The MacOS version does not watch files because it is accepted

1234