Searched refs:recursive (Results 51 - 75 of 276) sorted by relevance

1234567891011>>

/external/chromium_org/storage/browser/fileapi/
H A Dwatcher_manager.h51 // Observes a directory entry. If the |recursive| mode is not supported then
57 bool recursive,
H A Dnative_file_util.cc79 bool recursive,
81 : file_enum_(root_path, recursive, file_type) {
168 bool recursive) {
170 if (!recursive && !base::PathExists(path.DirName()))
207 bool recursive) {
209 root_path, recursive,
78 NativeFileEnumerator(const base::FilePath& root_path, bool recursive, int file_type) argument
165 CreateDirectory( const base::FilePath& path, bool exclusive, bool recursive) argument
206 CreateFileEnumerator(const base::FilePath& root_path, bool recursive) argument
/external/chromium_org/third_party/WebKit/public/web/
H A DWebPageSerializer.h82 // The parameter recursive specifies whether we need to
94 bool recursive,
/external/llvm/utils/lit/lit/formats/
H A Dbase.py39 def __init__(self, command, dir, recursive=False,
48 self.recursive = bool(recursive)
59 if not self.recursive:
/external/oprofile/libutil++/
H A Dfile_manip.h59 * @param recursive if true lookup in sub-directory
68 bool recursive = false);
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
H A Ddirectory_tree.js22 * @param {boolean} recursive True if the all visible sub-directories are
26 DirectoryItemTreeBaseMethods.updateSubElementsFromList = function(recursive) {
40 if (recursive && this.expanded)
41 currentElement.updateSubDirectories(true /* recursive */);
154 * @param {boolean} recursive True if the all visible sub-directories are
158 DirectoryItem.prototype.updateSubElementsFromList = function(recursive) {
159 DirectoryItemTreeBaseMethods.updateSubElementsFromList.call(this, recursive);
212 this.updateSubDirectories(false /* recursive */);
246 true /* recursive */,
269 * @param {boolean} recursive Tru
[all...]
/external/e2fsprogs/misc/
H A Dlsattr.c59 static int recursive; variable
145 if (S_ISDIR(st.st_mode) && recursive &&
177 recursive = 1;
/external/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp165 bool recursive = false; local
169 recursive = true;
172 if (recursive) continue;
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
H A DSampleEntry.java87 public <T extends Box> List<T> getBoxes(Class<T> clazz, boolean recursive) { argument
94 if (recursive && boxe instanceof ContainerBox) {
95 boxesToBeReturned.addAll(((ContainerBox) boxe).getBoxes(clazz, recursive));
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/
H A DAbstractContainerBox.java71 public <T extends Box> List<T> getBoxes(Class<T> clazz, boolean recursive) { argument
81 if (recursive && boxe instanceof ContainerBox) {
82 boxesToBeReturned.addAll(((ContainerBox) boxe).getBoxes(clazz, recursive));
H A DFullContainerBox.java51 public <T extends Box> List<T> getBoxes(Class<T> clazz, boolean recursive) { argument
58 if (recursive && boxe instanceof ContainerBox) {
59 boxesToBeReturned.addAll((((ContainerBox) boxe).getBoxes(clazz, recursive)));
/external/lzma/CPP/Common/
H A DWildcard.cpp242 void CCensorNode::AddItem(bool include, const UString &path, bool recursive, bool forFile, bool forDir) argument
246 item.Recursive = recursive;
338 void CCensorNode::AddItem2(bool include, const UString &path, bool recursive) argument
350 AddItem(include, path2, recursive, forFile, forFolder);
374 void CCensor::AddItem(bool include, const UString &path, bool recursive) argument
428 item.Recursive = recursive;
/external/chromium_org/chrome/browser/chromeos/file_system_provider/
H A Dprovided_file_system.h65 bool recursive,
69 bool recursive,
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dgcs_file_system.py39 def _ListDir(dir_name, recursive=False):
44 # directly inside the directory, not all recursive content.
45 delimiter = None if recursive else '/'
/external/chromium_org/ppapi/api/private/finish_writing_these/
H A Dppb_flash_file.idl42 /* Deletes a module-local file or directory. If recursive is set and the path
50 [in] PP_Bool recursive);
/external/chromium_org/ppapi/thunk/
H A Dppb_flash_file_modulelocal_thunk.cc44 PP_Bool recursive) {
48 return enter.functions()->DeleteFileOrDir(instance, path, recursive);
42 DeleteFileOrDir(PP_Instance instance, const char* path, PP_Bool recursive) argument
H A Dppb_flash_file_api.h34 PP_Bool recursive) = 0;
/external/chromium_org/third_party/skia/src/pdf/
H A DSkPDFResourceDict.cpp83 bool recursive) const {
93 if (recursive) {
/external/skia/src/pdf/
H A DSkPDFResourceDict.cpp83 bool recursive) const {
93 if (recursive) {
/external/chromium_org/net/base/
H A Ddirectory_lister.cc97 bool recursive,
100 : core_(new Core(dir, recursive, sort, this)),
119 bool recursive,
123 recursive_(recursive),
96 DirectoryLister(const base::FilePath& dir, bool recursive, SortType sort, DirectoryListerDelegate* delegate) argument
118 Core(const base::FilePath& dir, bool recursive, SortType sort, DirectoryLister* lister) argument
/external/chromium_org/ppapi/c/private/
H A Dppb_flash_file.h53 // Deletes a file or directory. If recursive is set and the path points to a
59 PP_Bool recursive);
/external/chromium_org/ppapi/cpp/private/
H A Dflash_file.h36 bool recursive);
/external/proguard/src/proguard/optimize/
H A DTailRecursionSimplifier.java154 // Is it a recursive call?
175 // Isn't the recursive call inside a try/catch block?
236 * invocation can be treated as tail-recursive.
243 private boolean recursive; field in class:TailRecursionSimplifier.MyRecursionChecker
248 * tail-recursive.
252 return recursive;
259 recursive = targetMethod.equals(methodrefConstant.referencedMember);
267 recursive = false;
/external/valgrind/main/gdbserver_tests/
H A Dmssnapshot.stderrB.exp15 v.set merge-recursive-frames <num> : merge recursive calls in max <num> frames
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Ddescription_util.js95 * @param {boolean} recursive Whether or not the element's subtree should
101 ancestorsArray, recursive, verbosity) {
102 if (typeof(recursive) === 'undefined') {
103 recursive = true;
115 text = cvox.DomUtil.getName(ancestorsArray[len - 1], recursive);
182 * @param {boolean} recursive Whether or not the element's subtree should
189 function(prevNode, node, recursive, verbosity) {
212 ancestors, recursive, verbosity);
216 prevAncestors, recursive, verbosity);

Completed in 900 milliseconds

1234567891011>>