Searched refs:recursive (Results 176 - 200 of 276) sorted by relevance

1234567891011>>

/external/chromium_org/storage/browser/fileapi/
H A Dobfuscated_file_util.cc116 bool recursive)
121 recursive_(recursive),
333 bool recursive) {
365 if (!recursive && components.size() - index > 1)
413 return CreateFileEnumerator(context, root_url, false /* recursive */);
800 bool recursive) {
806 new ObfuscatedFileEnumerator(db, context, this, root_url, recursive));
873 if (!base::DeleteFile(origin_type_path, true /* recursive */))
903 if (!base::DeleteFile(origin_path, true /* recursive */))
1045 if (!base::DeleteFile(dest_local_path, true /* recursive */))
111 ObfuscatedFileEnumerator( SandboxDirectoryDatabase* db, FileSystemOperationContext* context, ObfuscatedFileUtil* obfuscated_file_util, const FileSystemURL& root_url, bool recursive) argument
329 CreateDirectory( FileSystemOperationContext* context, const FileSystemURL& url, bool exclusive, bool recursive) argument
797 CreateFileEnumerator( FileSystemOperationContext* context, const FileSystemURL& root_url, bool recursive) argument
[all...]
/external/chromium_org/tools/gyp/pylib/gyp/
H A Dxcodeproj_file.py398 def ComputeIDs(self, recursive=True, overwrite=True, seed_hash=None):
406 If recursive is True, recurse into all descendant objects and update their
435 if recursive:
446 child.ComputeIDs(recursive, overwrite, child_hash)
2641 # is recursive.
2838 def ComputeIDs(self, recursive=True, overwrite=True, hash=None):
2842 if recursive:
2843 self._properties['rootObject'].ComputeIDs(recursive, overwrite, hash)
/external/chromium_org/chrome/browser/chromeos/drive/fileapi/
H A Dasync_file_util.cc181 bool recursive,
194 file_path, exclusive, recursive,
376 file_path, false /* not recursive */,
396 file_path, false /* not recursive */,
416 file_path, true /* recursive */,
177 CreateDirectory( scoped_ptr<storage::FileSystemOperationContext> context, const storage::FileSystemURL& url, bool exclusive, bool recursive, const StatusCallback& callback) argument
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_browsertest.cc445 const bool recursive = false; local
447 idb_data_path, recursive, base::FileEnumerator::FILES);
/external/chromium_org/third_party/devscripts/
H A Dlicensecheck.pl.vanilla32 [B<-m>|B<--machine>] [B<-r>|B<--recursive>]
66 =item B<-r>, B<--recursive>
228 "recursive|r" => \$opt_recursive,
378 --recursive, -r Add the contents of directories recursively
H A Dlicensecheck.pl32 [B<-m>|B<--machine>] [B<-r>|B<--recursive>]
66 =item B<-r>, B<--recursive>
232 "recursive|r" => \$opt_recursive,
405 --recursive, -r Add the contents of directories recursively
/external/chromium_org/chrome/browser/extensions/
H A Dmenu_manager.h225 MenuItem* ReleaseChild(const Id& child_id, bool recursive);
H A Dmenu_manager.cc139 bool recursive) {
146 } else if (recursive) {
147 child = (*i)->ReleaseChild(child_id, recursive);
427 old_parent->ReleaseChild(child_id, false /* non-recursive search*/);
491 MenuItem* child = (*j)->ReleaseChild(id, true /* recursive */);
138 ReleaseChild(const Id& child_id, bool recursive) argument
/external/chromium_org/content/browser/fileapi/
H A Dfile_system_operation_impl_unittest.cc263 EXPECT_EQ(base::File::FILE_OK, Remove(url, false /* recursive */));
363 base::File::Error Remove(const FileSystemURL& url, bool recursive) { argument
368 url, recursive, RecordStatusCallback(run_loop.QuitClosure(), &status));
376 bool recursive) {
383 recursive,
792 // For recursive copy we may record multiple read access.
1022 Remove(URLForPath("nonexistent"), false /* recursive */));
1024 // It's an error to try to remove a non-empty directory if recursive flag
1035 Remove(parent_dir, false /* recursive */));
1042 EXPECT_EQ(base::File::FILE_OK, Remove(empty_dir, false /* recursive */));
374 CreateDirectory(const FileSystemURL& url, bool exclusive, bool recursive) argument
[all...]
/external/chromium_org/chrome/browser/extensions/api/bookmarks/
H A Dbookmarks_api.cc580 bool recursive = false;
582 recursive = true;
586 if (!bookmark_api_helpers::RemoveNode(model, client, id, recursive, &error_))
/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dtree.h777 int recursive);
841 int recursive);
845 int recursive);
/external/libxml2/include/libxml/
H A Dtree.h816 int recursive);
880 int recursive);
884 int recursive);
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli705 in order. Tail recursive. *)
709 [u1,...,uN] are the users of the value [v]. Tail recursive. *)
713 [u1,...,uN] are the users of the value [v]. Not tail recursive. *)
1294 module [m] in order. Tail recursive. *)
1298 [g1,...,gN] are the global variables of module [m]. Tail recursive. *)
1313 of module [m] in reverse order. Tail recursive. *)
1317 [g1,...,gN] are the global variables of module [m]. Tail recursive. *)
1418 [m] in order. Tail recursive. *)
1422 [f1,...,fN] are the functions of module [m]. Tail recursive. *)
1436 module [m] in reverse order. Tail recursive
[all...]
/external/pcre/dist/
H A Dpcre_exec.c102 /* Maximum number of ints of offset to save on the stack for recursive calls.
270 The match() function is highly recursive, though not every recursive call
271 increases the recursive depth. Nevertheless, some regular expressions can cause
274 saved for a recursive call. On Unix, the stack can be large, and this works
282 There is a fudge, triggered by defining NO_RECURSE, which avoids recursive
288 The original heap-recursive code used longjmp(). However, it seems that this
521 register int rrc; /* Returns from recursive calls */
619 below are for variables that do not have to be preserved over a recursive call
680 still need to be preserved over recursive call
[all...]
H A Dpcre_dfa_exec.c764 using recursive calls. Thus, it never adds any new states.
2752 if (md->recursive != NULL)
2805 for (ri = md->recursive; ri != NULL; ri = ri->prevrec)
2814 new_recursive.prevrec = md->recursive;
2815 md->recursive = &new_recursive;
2828 md->recursive = new_recursive.prevrec; /* Done this recursion */
3613 md->recursive = NULL;
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_mutex.cc70 bool rw, bool recursive, bool linker_init) {
81 s->is_recursive = recursive;
69 MutexCreate(ThreadState *thr, uptr pc, uptr addr, bool rw, bool recursive, bool linker_init) argument
H A Dtsan_rtl.h646 bool rw, bool recursive, bool linker_init);
/external/valgrind/main/none/tests/
H A Dcmdline1.stdout.exp91 --merge-recursive-frames=<number> merge frames between identical
H A Dcmdline2.stdout.exp91 --merge-recursive-frames=<number> merge frames between identical
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
H A Dautopep8.py3159 parser.add_argument('-r', '--recursive', action='store_true',
3223 if args.recursive:
3224 parser.error('--recursive cannot be used with standard input')
3231 if args.recursive and not (args.in_place or args.diff):
3232 parser.error('--recursive must be used with --in-place or --diff')
3234 if args.exclude and not args.recursive:
3235 parser.error('--exclude is only relevant when used with --recursive')
3527 def find_files(filenames, recursive, exclude):
3531 if recursive and os.path.isdir(name):
3559 filenames = find_files(filenames, options.recursive, option
[all...]
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Ddevice_media_async_file_util.cc296 bool recursive,
292 CreateDirectory( scoped_ptr<FileSystemOperationContext> context, const FileSystemURL& url, bool exclusive, bool recursive, const StatusCallback& callback) argument
/external/chromium_org/third_party/jinja2/
H A Dparser.py182 extra_end_rules=('name:recursive',))
186 recursive = self.stream.skip_if('name:recursive')
193 recursive, lineno=lineno)
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DthingsToDo.txt155 recursive search for the end points?
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-starteam.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/skia/experimental/Intersection/
H A DthingsToDo.txt155 recursive search for the end points?

Completed in 1035 milliseconds

1234567891011>>