/external/dnsmasq/src/ |
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) 67 struct watch *w; 70 if (w->watch == watch) 73 if (!(w = whine_malloc(sizeof(struct watch)))) 76 w->watch = watch; [all...] |
dnsmasq.h | 683 struct watch *watches;
|
/external/chromium_org/base/files/ |
file_path_watcher_linux.cc | 47 typedef int Watch; // Watch descriptor used by AddWatch and RemoveWatch. 48 static const Watch kInvalidWatch = -1; 50 // Watch directory |path| for changes. |watcher| will be notified on each 52 Watch AddWatch(const FilePath& path, FilePathWatcherImpl* watcher); 54 // Remove |watch| if it's valid. 55 void RemoveWatch(Watch watch, FilePathWatcherImpl* watcher); 69 hash_map<Watch, WatcherSet> watchers_; 94 // Called for each event coming from the watch. |fired_watch| identifies th 137 InotifyReader::Watch watch; member in struct:base::__anon6877::FilePathWatcherImpl::WatchEntry 295 Watch watch = inotify_add_watch(inotify_fd_, path.value().c_str(), local 577 InotifyReader::Watch watch = local 584 InotifyReader::Watch watch = local 639 InotifyReader::Watch watch = local [all...] |
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
CSSSelectorWatch.cpp | 57 CSSSelectorWatch* watch = static_cast<CSSSelectorWatch*>(DocumentSupplement::from(document, kSupplementName)); local 58 if (!watch) { 59 watch = new CSSSelectorWatch(document); 60 DocumentSupplement::provideTo(document, kSupplementName, adoptPtrWillBeNoop(watch)); 62 return *watch;
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
tag_watcher.js | 32 // Expose a function to watch the |tagName| introduction via mutation observer. 34 // We employee mutation observer to watch on any introduction of |tagName|
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-88858.js | 40 o.watch(0, (arguments-1901)('o')); 41 p.watch(0, make_watcher('p'));
|
/external/chromium_org/dbus/ |
bus.cc | 43 class Watch : public base::MessagePumpLibevent::Watcher { 45 explicit Watch(DBusWatch* watch) 46 : raw_watch_(watch) { 50 virtual ~Watch() { 74 const bool persistent = true; // Watch persistently. 105 // Unlike Watch, Timeout is a ref counted object, to ensure that |this| of 454 // Watch Disconnected signal. 1040 Watch* watch = new Watch(raw_watch); local 1051 Watch* watch = static_cast<Watch*>(dbus_watch_get_data(raw_watch)); local 1059 Watch* watch = static_cast<Watch*>(dbus_watch_get_data(raw_watch)); local [all...] |
/external/chromium_org/chrome/browser/extensions/api/media_galleries_private/ |
gallery_watch_manager.cc | 52 // This class does a recursive watch on the gallery file path and holds a list 77 // Sets up the watch operation for the specified |gallery_path_|. On 99 // Remove the watch references for the extension specified by the 118 // Map to keep track of the extension and its corresponding watch count. 166 return file_watcher_.Watch( 333 scoped_refptr<GalleryFilePathWatcher> watch( 339 if (!watch->SetupWatch()) 341 gallery_watchers_[watch_path] = watch.get(); 352 // Remove the renderer process for this watch.
|
/external/chromium_org/ui/file_manager/file_manager/audio_player/js/ |
audio_player_model.js | 73 // Installs observer to watch changes of the values.
|
/external/lldb/test/functionalities/thread/concurrent_events/ |
TestConcurrentEvents.py | 363 watch = self.inferior_target.FindWatchpointByID(watchid) 364 reason_str = "%s hit %d times" % (lldbutil.get_description(watch), watch.GetHitCount()) 442 # threads doing each action (break/crash/signal/watch)
|
/external/chromium_org/v8/test/mjsunit/compiler/ |
compare.js | 76 // Test non-primitive values and watch for valueOf call order.
|
/external/chromium_org/ui/file_manager/file_manager/foreground/js/ |
file_watcher.js | 117 * Changes the watched directory. In case of a fake entry, the watch is
|
/external/libvorbis/doc/ |
Vorbis_I_spec.tex | 87 % NOTE: Things to watch out for: Some chars are reserved in LaTeX. You need to translate them...
|
/external/chromium_org/third_party/skia/tools/skpdiff/ |
diff_viewer.js | 74 scope.$watch('updatedMaskSize', function(updatedSize) { 85 scope.$watch('magnifyCenter', function(magCenter) {
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
inspectorStyle.css | 1095 ol.watch-expressions > li.hovered { [all...] |
/external/chromium_org/native_client_sdk/src/doc/ |
faq.rst | 560 .. _`PNaCl SIMD: Speed on the Web`: https://www.youtube.com/watch?v=675znN6tntw&list=PLOU2XLYxmsIIwGK7v7jg3gQvIAWJzdat_ 564 .. _experimental development environment which runs within NaCl: https://www.youtube.com/watch?v=OzNuzBDEWzk&list=PLOU2XLYxmsIIwGK7v7jg3gQvIAWJzdat_
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/ |
chromevox_json.js | 151 // 'object', so watch out for that case.
|
/external/chromium_org/ui/webui/resources/js/ |
util.js | 359 * @param {!HTMLElement} el The element to watch for webkitTransitionEnd.
|
/external/chromium_org/v8/test/webkit/resources/ |
json2-es5-compat.js | 280 // so watch out for that case.
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.sat4j.core_2.2.0.v20100429.jar | |
org.apache.jasper_5.5.17.v201004212143.jar | |
/external/chromium_org/chrome/browser/resources/google_now/ |
utility.js | 958 // TODO(robliao): Use signed-in state change watch API when it's available. [all...] |
/external/blktrace/doc/ |
blktrace.tex | 138 Now to simply watch what is going on for a specific disk (to stop the [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant.jar | |
/external/jarjar/lib/ |
apache-ant-1.9.4.jar | |