Home
last modified time | relevance | path

Searched defs:recursive (Results 1 – 25 of 100) sorted by relevance

1234

/external/chromium_org/tools/telemetry/telemetry/timeline/
Devent_container.py49 recursive=True, argument
86 def IterAllEventsOfName(self, name, recursive=True): argument
92 def IterAllSlices(self, recursive=True): argument
97 def IterAllSlicesInRange(self, start, end, recursive=True): argument
103 def IterAllSlicesOfName(self, name, recursive=True): argument
109 def IterAllToplevelSlicesOfName(self, name, recursive=True): argument
115 def IterAllAsyncSlicesOfName(self, name, recursive=True): argument
123 def IterAllFlowEvents(self, recursive=True): argument
130 def GetAllEvents(self, recursive=True): argument
133 def GetAllEventsOfName(self, name, recursive=True): argument
[all …]
/external/chromium_org/chrome/browser/extensions/api/file_system/
Dentry_watcher_service_unittest.cc88 const bool recursive = false; in TEST_F() local
114 const bool recursive = false; in TEST_F() local
151 const bool recursive = false; in TEST_F() local
189 const bool recursive = true; in TEST_F() local
210 const bool recursive = false; in TEST_F() local
Dentry_watcher_service.cc67 bool recursive, in WatchDirectory()
192 bool recursive, in OnWatchDirectoryCompleted()
246 bool recursive) in EntryWatcher()
Dentry_watcher_service.h88 bool recursive; member
/external/chromium_org/base/files/
Dfile_enumerator_win.cc44 bool recursive, in FileEnumerator()
57 bool recursive, in FileEnumerator()
Dfile_enumerator_posix.cc41 bool recursive, in FileEnumerator()
53 bool recursive, in FileEnumerator()
Dfile_util_proxy.cc50 File::Error DeleteAdapter(const FilePath& file_path, bool recursive) { in DeleteAdapter()
82 bool recursive, in DeleteFile()
Dfile_path_watcher_win.cc90 bool recursive, in Watch()
207 bool recursive, in SetupWatchHandle()
Dfile_path_watcher.cc50 bool recursive, in Watch()
Dfile_path_watcher_stub.cc17 bool recursive, in Watch()
Dfile_path_watcher_mac.cc19 bool recursive, in Watch()
/external/llvm/lib/Support/
DMutex.cpp26 MutexImpl::MutexImpl( bool recursive) { } in MutexImpl()
44 MutexImpl::MutexImpl( bool recursive) in MutexImpl()
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
Ddirectory_tree.js26 DirectoryItemTreeBaseMethods.updateSubElementsFromList = function(recursive) { argument
158 DirectoryItem.prototype.updateSubElementsFromList = function(recursive) { argument
274 recursive, opt_successCallback, opt_errorCallback) { argument
355 DirectoryItem.prototype.redrawSubDirectoryList_ = function(recursive) { argument
513 VolumeItem.prototype.updateSubDirectories = function(recursive) { argument
883 DirectoryTree.prototype.updateSubElementsFromList = function(recursive) { argument
1052 recursive, opt_callback) { argument
1063 DirectoryTree.prototype.redraw = function(recursive) { argument
/external/chromium_org/storage/browser/fileapi/
Dnative_file_util.cc79 bool recursive, in NativeFileEnumerator()
168 bool recursive) { in CreateDirectory()
207 bool recursive) { in CreateFileEnumerator()
/external/chromium_org/third_party/tcmalloc/vendor/src/
Dstacktrace_libunwind-inl.h58 static __thread int recursive; variable
/external/chromium_org/third_party/tcmalloc/chromium/src/
Dstacktrace_libunwind-inl.h58 static __thread int recursive; variable
/external/clang/test/Analysis/inlining/
Dtest-always-inline-size-option.c30 int recursive() { in recursive() function
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
DContainerBox.java56 <T extends Box> List<T> getBoxes(Class<T> clazz, boolean recursive); in getBoxes()
/external/chromium_org/net/base/
Ddirectory_lister.cc97 bool recursive, in DirectoryLister()
119 bool recursive, in Core()
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
Ddescription_util.js101 ancestorsArray, recursive, verbosity) { argument
189 function(prevNode, node, recursive, verbosity) { argument
/external/chromium_org/tools/export_tarball/
Dexport_tarball.py89 def add(self, name, arcname=None, recursive=True, exclude=None, filter=None): argument
/external/qemu/distrib/sdl-1.2.15/src/thread/dc/
DSDL_sysmutex.c32 int recursive; member
/external/llvm/include/llvm/Support/
DMutex.h91 bool recursive; variable
/external/qemu/distrib/sdl-1.2.15/src/thread/generic/
DSDL_sysmutex.c31 int recursive; member
/external/qemu/distrib/sdl-1.2.15/src/thread/riscos/
DSDL_sysmutex.c37 int recursive; member

1234