Searched refs:recursive (Results 26 - 50 of 276) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/chromeos/file_system_provider/operations/
H A Dcreate_directory.cc20 bool recursive,
24 recursive_(recursive),
41 options.recursive = recursive_;
16 CreateDirectory( extensions::EventRouter* event_router, const ProvidedFileSystemInfo& file_system_info, const base::FilePath& directory_path, bool recursive, const storage::AsyncFileUtil::StatusCallback& callback) argument
H A Ddelete_entry.cc19 bool recursive,
23 recursive_(recursive),
40 options.recursive = recursive_;
16 DeleteEntry(extensions::EventRouter* event_router, const ProvidedFileSystemInfo& file_system_info, const base::FilePath& entry_path, bool recursive, const storage::AsyncFileUtil::StatusCallback& callback) argument
H A Dcreate_directory.h28 // Creates a directory. If |recursive| is set to true, then creates also all
36 bool recursive,
H A Ddelete_entry.h28 // Deletes an entry. If |recursive| is passed and the entry is a directory, then
35 bool recursive,
/external/chromium_org/chrome/browser/extensions/api/file_system/
H A Dentry_watcher_service.cc67 bool recursive,
69 // TODO(mtomasz): Add support for recursive watchers.
70 if (recursive) {
99 recursive,
105 recursive,
192 bool recursive,
209 EntryWatcher(url, true /* directory */, recursive);
240 : directory(false), recursive(false) {
246 bool recursive)
247 : url(url), directory(directory), recursive(recursiv
64 WatchDirectory( const std::string& extension_id, const storage::FileSystemURL& url, bool recursive, const storage::WatcherManager::StatusCallback& callback) argument
188 OnWatchDirectoryCompleted( storage::WatcherManager* watcher_manager, const std::string& extension_id, const storage::FileSystemURL& url, bool recursive, const storage::WatcherManager::StatusCallback& callback, base::File::Error result) argument
243 EntryWatcher( const storage::FileSystemURL& url, bool directory, bool recursive) argument
[all...]
H A Dentry_watcher_service.h52 bool recursive,
83 bool recursive);
88 bool recursive; member in struct:extensions::EntryWatcherService::EntryWatcher
103 bool recursive,
H A Dentry_watcher_service_unittest.cc88 const bool recursive = false; local
90 kExtensionId, testing_url_, recursive, base::Bind(&LogStatus, &log));
114 const bool recursive = false; local
116 kExtensionId, testing_url_, recursive, base::Bind(&LogStatus, &log));
151 const bool recursive = false; local
153 kExtensionId, testing_url_, recursive, base::Bind(&LogStatus, &log));
169 kExtensionId, testing_url_, recursive, base::Bind(&LogStatus, &log));
189 const bool recursive = true; local
191 kExtensionId, testing_url_, recursive, base::Bind(&LogStatus, &log));
210 const bool recursive local
[all...]
/external/chromium_org/base/files/
H A Dfile_enumerator_posix.cc41 bool recursive,
45 recursive_(recursive),
47 // INCLUDE_DOT_DOT must not be specified if recursive.
48 DCHECK(!(recursive && (INCLUDE_DOT_DOT & file_type_)));
53 bool recursive,
58 recursive_(recursive),
61 // INCLUDE_DOT_DOT must not be specified if recursive.
62 DCHECK(!(recursive && (INCLUDE_DOT_DOT & file_type_)));
40 FileEnumerator(const FilePath& root_path, bool recursive, int file_type) argument
52 FileEnumerator(const FilePath& root_path, bool recursive, int file_type, const FilePath::StringType& pattern) argument
H A Dfile_path_watcher_win.cc31 bool recursive,
46 // Setup a watch handle for directory |dir|. Set |recursive| to true to watch
51 bool recursive,
90 bool recursive,
97 recursive_watch_ = recursive;
162 // Only the mtime of |target_| is tracked but in a recursive watch,
207 bool recursive,
211 recursive,
89 Watch(const FilePath& path, bool recursive, const FilePathWatcher::Callback& callback) argument
206 SetupWatchHandle(const FilePath& dir, bool recursive, HANDLE* handle) argument
H A Dfile_util_proxy.h38 // It is an error to delete a non-empty directory with recursive=false.
42 bool recursive,
H A Dfile_enumerator.h87 // If |recursive| is true, this will enumerate all matches in any
102 // recursive subdirectories.
105 bool recursive,
108 bool recursive,
H A Dfile_path_watcher.h42 bool recursive,
91 // Returns true if the platform and OS version support recursive watches.
95 // called at most once, and from a MessageLoop of TYPE_IO. Set |recursive| to
101 bool Watch(const FilePath& path, bool recursive, const Callback& callback);
H A Dfile_path_watcher_fsevents.h40 bool recursive,
/external/chromium_org/tools/export_tarball/
H A Dexport_tarball.py89 def add(self, name, arcname=None, recursive=True, exclude=None, filter=None):
109 tarfile.TarFile.add(self, name, arcname=arcname, recursive=recursive)
H A Dexport_v8_tarball.py73 def add(self, name, arcname=None, recursive=True, exclude=None, filter=None):
88 tarfile.TarFile.add(self, name, arcname=arcname, recursive=recursive)
/external/llvm/lib/Support/
H A DMutex.cpp26 MutexImpl::MutexImpl( bool recursive) { } argument
44 MutexImpl::MutexImpl( bool recursive)
56 // Initialize the mutex as a recursive mutex, if requested, or normal
58 int kind = ( recursive ? PTHREAD_MUTEX_RECURSIVE : PTHREAD_MUTEX_NORMAL );
/external/lzma/CPP/Common/
H A DWildcard.h45 void AddItem(bool include, const UString &path, bool recursive, bool forFile, bool forDir);
46 void AddItem2(bool include, const UString &path, bool recursive);
73 void AddItem(bool include, const UString &path, bool recursive);
/external/chromium_org/third_party/skia/src/pdf/
H A DSkPDFResourceDict.h64 * @param recursive Whether or not to add resources of resources.
69 bool recursive) const;
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
H A DContainerBox.java53 * @param recursive step down the tree
56 <T extends Box> List<T> getBoxes(Class<T> clazz, boolean recursive); argument
/external/skia/src/pdf/
H A DSkPDFResourceDict.h64 * @param recursive Whether or not to add resources of resources.
69 bool recursive) const;
/external/chromium_org/net/base/
H A Ddirectory_lister.h62 bool recursive,
80 bool recursive,
/external/chromium_org/storage/browser/fileapi/
H A Dnative_file_util.h46 bool recursive);
51 bool recursive);
/external/eigen/bench/
H A Dbench_unrolling3 # gcc : CXX="g++ -finline-limit=10000 -ftemplate-depth-2000 --param max-inline-recursive-depth=2000"
5 CXX=${CXX-g++ -finline-limit=10000 -ftemplate-depth-2000 --param max-inline-recursive-depth=2000} # default value
/external/chromium_org/tools/
H A Dmulti_process_rss.py61 recursive = True
64 recursive = False
70 if recursive:
/external/chromium_org/chrome/browser/extensions/api/bookmarks/
H A Dbookmark_api_helpers.h44 bool recursive,

Completed in 380 milliseconds

1234567891011>>