/external/chromium_org/ |
D | WATCHLISTS | 452 # Subscribe to this to watch for changes to histograms.xml. 757 'accelerator_table': ['mazda+watch@chromium.org', 758 'derat+watch@chromium.org', 759 'yusukes+watch@chromium.org'], 760 'accessibility': ['dmazzoni+watch@chromium.org', 761 'dtseng+watch@chromium.org', 762 'plundblad+watch@chromium.org', 763 'aboxhall+watch@chromium.org', 764 'yuzo+watch@chromium.org'], 766 'android_infra': ['yfriedman+watch@chromium.org', [all …]
|
/external/chromium_org/base/files/ |
D | file_path_watcher_linux.cc | 55 void RemoveWatch(Watch watch, FilePathWatcherImpl* watcher); 134 : watch(InotifyReader::kInvalidWatch), in WatchEntry() 137 InotifyReader::Watch watch; member 161 void TrackWatchForRecursion(InotifyReader::Watch watch, const FilePath& path); 295 Watch watch = inotify_add_watch(inotify_fd_, path.value().c_str(), in AddWatch() local 300 if (watch == kInvalidWatch) in AddWatch() 303 watchers_[watch].insert(watcher); in AddWatch() 305 return watch; in AddWatch() 308 void InotifyReader::RemoveWatch(Watch watch, FilePathWatcherImpl* watcher) { in RemoveWatch() argument 309 if (!valid_ || (watch == kInvalidWatch)) in RemoveWatch() [all …]
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
D | dbus_common.c | 60 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/ |
D | dbus.c | 59 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_org/third_party/WebKit/Source/core/dom/ |
D | CSSSelectorWatch.cpp | 57 …CSSSelectorWatch* watch = static_cast<CSSSelectorWatch*>(DocumentSupplement::from(document, kSuppl… in from() local 58 if (!watch) { in from() 59 watch = new CSSSelectorWatch(document); in from() 60 DocumentSupplement::provideTo(document, kSupplementName, adoptPtrWillBeNoop(watch)); in from() 62 return *watch; in from()
|
/external/chromium_org/v8/test/mjsunit/regress/ |
D | regress-88858.js | 40 o.watch(0, (arguments-1901)('o')); 41 p.watch(0, make_watcher('p'));
|
/external/valgrind/main/gdbserver_tests/ |
D | mcwatchpoints.stdinB.gdb | 16 watch undefined[8] 19 watch undefined[9]
|
D | mcclean_after_fork.stdinB.gdb | 6 # put a break in main, and then a watch
|
/external/chromium_org/third_party/WebKit/ |
D | WATCHLISTS | 333 'layers': [ 'blink-layers+watch@chromium.org' ], 336 'test_runner': [ 'jochen+watch@chromium.org' ], 359 'horo+watch@chromium.org', 395 'geolocation': [ 'mvanouwerkerk+watch@chromium.org', 'timvolodine@chromium.org' ], 396 'vibration': [ 'mvanouwerkerk+watch@chromium.org' ], 401 'horo+watch@chromium.org', 405 'serviceworkers_tests': [ 'kenjibaheux+watch@chromium.org' ], 415 …'device_orientation': [ 'timvolodine@chromium.org', 'mvanouwerkerk+watch@chromium.org', 'ch.dumez@… 425 'websockets': [ 'tyoshino+watch@chromium.org', 'yhirano+watch@chromium.org' ],
|
/external/chromium_org/native_client_sdk/src/doc/ |
D | publications-and-presentations.rst | 22 <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/ |
D | bus.cc | 45 explicit Watch(DBusWatch* watch) in Watch() argument 46 : raw_watch_(watch) { in Watch() 1040 Watch* watch = new Watch(raw_watch); in OnAddWatch() local 1041 if (watch->IsReadyToBeWatched()) { in OnAddWatch() 1042 watch->StartWatching(); in OnAddWatch() 1051 Watch* watch = static_cast<Watch*>(dbus_watch_get_data(raw_watch)); in OnRemoveWatch() local 1052 delete watch; in OnRemoveWatch() 1059 Watch* watch = static_cast<Watch*>(dbus_watch_get_data(raw_watch)); in OnToggleWatch() local 1060 if (watch->IsReadyToBeWatched()) { in OnToggleWatch() 1061 watch->StartWatching(); in OnToggleWatch() [all …]
|
/external/clang/test/ARCMT/ |
D | objcmt-atomic-property.m | 108 - (BOOL)is3bar; // watch out 109 - (NSString *)get3foo; // watch out 153 - (BOOL)is3bar; // watch out 154 - (NSString *)get3foo; // watch out
|
D | objcmt-atomic-property.m.result | 92 - (BOOL)is3bar; // watch out 93 - (NSString *)get3foo; // watch out 130 - (BOOL)is3bar; // watch out 131 - (NSString *)get3foo; // watch out
|
D | objcmt-property.m | 111 - (BOOL)is3bar; // watch out 112 - (NSString *)get3foo; // watch out 156 - (BOOL)is3bar; // watch out 157 - (NSString *)get3foo; // watch out
|
D | objcmt-ns-nonatomic-iosonly.m | 115 - (BOOL)is3bar; // watch out 116 - (NSString *)get3foo; // watch out 160 - (BOOL)is3bar; // watch out 161 - (NSString *)get3foo; // watch out
|
D | objcmt-ns-nonatomic-iosonly.m.result | 99 - (BOOL)is3bar; // watch out 100 - (NSString *)get3foo; // watch out 137 - (BOOL)is3bar; // watch out 138 - (NSString *)get3foo; // watch out
|
D | objcmt-property.m.result | 95 - (BOOL)is3bar; // watch out 96 - (NSString *)get3foo; // watch out 133 - (BOOL)is3bar; // watch out 134 - (NSString *)get3foo; // watch out
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/ |
D | feedWatch.uml2.properties | 80 # 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…
|
D | feedWatch.emf.properties | 83 # 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/chrome/common/extensions/api/ |
D | media_galleries.idl | 12 // The watch has been dropped because the device has been detached, 176 // A dictionary that describes the add gallery watch request results. 233 // Adds a gallery watch for the gallery with the specified gallery ID. 238 // Removes a gallery watch for the gallery with the specified gallery ID. 249 // Fired when a media gallery is changed or a gallery watch is dropped.
|
D | media_galleries_private.idl | 20 // A dictionary that describes the add gallery watch request results.
|
D | location.idl | 47 // Location watch request name. 69 // to the first onLocationUpdate event for this location watch request.
|
/external/chromium_org/chromeos/test/data/network/ |
D | decrypted.onc | 7 "PAC": "http://www.youtube.com/watch?v=oHg5SJYRHA0",
|
/external/chromium_org/chrome/browser/extensions/api/media_galleries_private/ |
D | gallery_watch_manager.cc | 333 scoped_refptr<GalleryFilePathWatcher> watch( in StartGalleryWatch() local 339 if (!watch->SetupWatch()) in StartGalleryWatch() 341 gallery_watchers_[watch_path] = watch.get(); in StartGalleryWatch()
|
/external/lldb/test/functionalities/thread/concurrent_events/ |
D | TestConcurrentEvents.py | 363 watch = self.inferior_target.FindWatchpointByID(watchid) 364 … reason_str = "%s hit %d times" % (lldbutil.get_description(watch), watch.GetHitCount())
|