/external/libchrome/base/files/ |
D | file_path_watcher_linux.cc | 50 typedef int Watch; // Watch descriptor used by AddWatch and RemoveWatch. typedef in base::__anonbe0313890111::InotifyReader 51 static const Watch kInvalidWatch = -1; 55 Watch AddWatch(const FilePath& path, FilePathWatcherImpl* watcher); 58 void RemoveWatch(Watch watch, FilePathWatcherImpl* watcher); 72 hash_map<Watch, WatcherSet> watchers_; 104 void OnFilePathChanged(InotifyReader::Watch fired_watch, 116 bool Watch(const FilePath& path, 143 InotifyReader::Watch watch; 160 void UpdateRecursiveWatches(InotifyReader::Watch fired_watch, bool is_dir); 167 void TrackWatchForRecursion(InotifyReader::Watch watch, const FilePath& path); [all …]
|
D | file_path_watcher.cc | 50 bool FilePathWatcher::Watch(const FilePath& path, in Watch() function in base::FilePathWatcher 54 return impl_->Watch(path, recursive, callback); in Watch()
|
D | file_path_watcher_mac.cc | 19 bool Watch(const FilePath& path, in Watch() function in base::__anonf1753d8a0111::FilePathWatcherImpl 34 return impl_->Watch(path, recursive, callback); in Watch()
|
D | file_path_watcher.h | 41 virtual bool Watch(const FilePath& path, 101 bool Watch(const FilePath& path, bool recursive, const Callback& callback);
|
D | file_path_watcher_fsevents.h | 30 bool Watch(const FilePath& path,
|
D | file_path_watcher_kqueue.h | 44 bool Watch(const FilePath& path,
|
D | file_path_watcher_fsevents.cc | 85 bool FilePathWatcherFSEvents::Watch(const FilePath& path, in Watch() function in base::FilePathWatcherFSEvents
|
D | file_path_watcher_kqueue.cc | 314 bool FilePathWatcherKQueue::Watch(const FilePath& path, in Watch() function in base::FilePathWatcherKQueue
|
D | file_path_watcher_unittest.cc | 140 *result = watcher->Watch(target, recursive_watch, in SetupWatchCallback()
|
/external/opencv3/doc/tutorials/introduction/windows_visual_studio_image_watch/ |
D | windows_visual_studio_image_watch.markdown | 1 Image Watch: viewing in-memory images in the Visual Studio debugger {#tutorial_windows_visual_studi… 4 Image Watch is a plug-in for Microsoft Visual Studio that lets you to visualize in-memory images 21 [Download](http://go.microsoft.com/fwlink/?LinkId=285460) the Image Watch installer. The installer 29 Image Watch works with any existing project that uses OpenCV image objects (for example, *cv::Mat*). 34 // Test application for the Visual Studio Image Watch Debugger extension 48 << "This is a test program for the Image Watch Debugger " << endl 109 Note that the built-in *Locals* window will display text only. This is where the Image Watch plug-in 110 comes in. Image Watch is like another *Locals* window, but with an image viewer built into it. To 111 bring up Image Watch, select View --\> Other Windows --\> Image Watch. Like Visual Studio's *Locals* 112 window, Image Watch can dock to the Visual Studio IDE. Also, Visual Studio will remember whether you [all …]
|
/external/libchrome/dbus/ |
D | bus.cc | 39 class Watch : public base::MessagePumpLibevent::Watcher { class 41 explicit Watch(DBusWatch* watch) in Watch() function in dbus::__anonc250a59c0111::Watch 46 ~Watch() override { dbus_watch_set_data(raw_watch_, NULL, NULL); } in ~Watch() 1022 Watch* watch = new Watch(raw_watch); in OnAddWatch() 1033 Watch* watch = static_cast<Watch*>(dbus_watch_get_data(raw_watch)); in OnRemoveWatch() 1041 Watch* watch = static_cast<Watch*>(dbus_watch_get_data(raw_watch)); in OnToggleWatch()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/ |
D | feedWatch.uml2.properties | 22 # Feed Watch Actions - must be defined as triplets of [xpath0]; [script0]; [commandline0]; [xpath1]…
|
D | feedWatch.emf.properties | 22 # Feed Watch Actions - must be defined as triplets of [xpath0]; [script0]; [commandline0]; [xpath1]…
|
/external/opencv3/doc/tutorials/ml/non_linear_svms/ |
D | non_linear_svms.markdown | 137 We call the method @ref cv::ml::SVM::train to build the SVM model. Watch out that the training
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors_format.inc | 243 // Watch for %a[h-j%d], if % appears in the
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64CallingConvention.td | 257 // end up saving LR as part of a call frame). Watch this space...
|
/external/opencv3/doc/tutorials/introduction/windows_install/ |
D | windows_install.markdown | 72 of color conversion, Haar training and DFT functions of the OpenCV library. Watch out, since
|
/external/ImageMagick/ |
D | Install-unix.txt | 29 Watch the configure script output to verify that it finds everything that
|
/external/libevent/ |
D | whatsnew-2.0.txt | 362 EVBUFFER_DATA() function still works. Watch out, though: it needs to copy
|
/external/curl/docs/ |
D | INTERNALS | 789 Run your program as usual. Watch the specified memory trace file grow.
|
/external/libxml2/result/HTML/ |
D | wired.html.sax | 1976 SAX.characters(Y2K Watch, 9)
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/bench/ |
D | wikipedia.css | 801 /* Watch/Unwatch Icon Styling */
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/ |
D | ChangeLog.24 | 4560 (FTC_CACHE_LOOKUP_CMP): Watch the change of the cached nodes by 4583 (FTC_Cache_Lookup): Watch the change of the cache nodes by
|
/external/valgrind/ |
D | NEWS | 121 uninitialised-value errors in optimised code. Watch out for
|