Searched defs:recursive (Results 26 - 50 of 91) sorted by relevance

1234

/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/oprofile/libutil++/
H A Dfile_manip.cpp121 string const & filter, bool recursive)
125 recursive ? MATCH_ANY_ENTRY_RECURSION :
120 create_file_list(list<string> & file_list, string const & base_dir, string const & filter, bool recursive) argument
/external/chromium_org/base/files/
H A Dfile_path_watcher_fsevents.cc141 bool recursive,
147 // This class could support non-recursive watches, but that is currently
149 if (!recursive)
140 Watch(const FilePath& path, bool recursive, const FilePathWatcher::Callback& callback) argument
H A Dfile_path_watcher_kqueue.cc313 bool recursive,
320 if (recursive) {
312 Watch(const FilePath& path, bool recursive, const FilePathWatcher::Callback& callback) argument
H A Dfile_path_watcher_linux.cc114 bool recursive,
148 // - This is a no-op if the watch is not recursive.
149 // - If |target_| does not exist, then clear all the recursive watches.
151 // addition of recursive watches for |target_|.
163 // Remove all the recursive watches.
368 // Used below to avoid multiple recursive updates.
427 bool recursive,
435 recursive_ = recursive;
568 true /* recursive enumeration */,
426 Watch(const FilePath& path, bool recursive, const FilePathWatcher::Callback& callback) argument
/external/chromium_org/chrome/browser/chromeos/drive/fileapi/
H A Dasync_file_util.cc183 bool recursive,
196 file_path, exclusive, recursive,
377 file_path, false /* not recursive */,
397 file_path, false /* not recursive */,
417 file_path, true /* recursive */,
179 CreateDirectory( scoped_ptr<fileapi::FileSystemOperationContext> context, const fileapi::FileSystemURL& url, bool exclusive, bool recursive, const StatusCallback& callback) argument
/external/chromium_org/chrome/browser/chromeos/file_system_provider/fileapi/
H A Dprovider_async_file_util.cc112 bool recursive,
108 CreateDirectory( scoped_ptr<fileapi::FileSystemOperationContext> context, const fileapi::FileSystemURL& url, bool exclusive, bool recursive, const StatusCallback& callback) argument
/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dsyncable_file_system_operation.cc100 bool recursive,
118 url, exclusive, recursive,
201 const FileSystemURL& url, bool recursive,
215 url, recursive,
97 CreateDirectory( const FileSystemURL& url, bool exclusive, bool recursive, const StatusCallback& callback) argument
200 Remove( const FileSystemURL& url, bool recursive, const StatusCallback& callback) argument
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_flash_file_message_filter.cc166 bool recursive) {
173 bool result = base::DeleteFile(full_path, recursive);
163 OnDeleteFileOrDir( ppapi::host::HostMessageContext* context, const ppapi::PepperFilePath& path, bool recursive) argument
/external/chromium_org/content/public/test/
H A Dasync_file_test_helper.cc130 bool recursive) {
134 url, recursive, AssignAndQuitCallback(&run_loop, &result));
161 false /* recursive */,
127 Remove( fileapi::FileSystemContext* context, const fileapi::FileSystemURL& url, bool recursive) argument
/external/chromium_org/extensions/common/
H A Dfile_util.cc119 base::DeleteFile(extensions_dir.AppendASCII(id), true); // recursive.
237 extension_dir, /*recursive=*/true, base::FileEnumerator::FILES);
327 void DeleteFile(const base::FilePath& path, bool recursive) { argument
328 base::DeleteFile(path, recursive);
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebPageSerializer.cpp198 bool recursive,
205 frame, recursive, client, links, localPaths, localDirectoryName);
197 serialize(WebLocalFrame* frame, bool recursive, WebPageSerializerClient* client, const WebVector<WebURL>& links, const WebVector<WebString>& localPaths, const WebString& localDirectoryName) argument
/external/chromium_org/webkit/browser/fileapi/
H A Dasync_file_util_adapter.cc185 bool recursive,
192 base::Owned(context_ptr), url, exclusive, recursive),
181 CreateDirectory( scoped_ptr<FileSystemOperationContext> context, const FileSystemURL& url, bool exclusive, bool recursive, const StatusCallback& callback) argument
H A Dlocal_file_util.cc30 : file_enum_(platform_root_path, false /* recursive */, file_type),
108 bool recursive) {
113 return NativeFileUtil::CreateDirectory(file_path, exclusive, recursive);
104 CreateDirectory( FileSystemOperationContext* context, const FileSystemURL& url, bool exclusive, bool recursive) argument
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/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
/external/e2fsprogs/misc/
H A Dchattr.c66 static int recursive; variable
136 recursive = 1;
250 if (S_ISDIR(st.st_mode) && recursive)
/external/javassist/src/main/javassist/expr/
H A DExpr.java276 * @param recursive if not null, the substituted bytecode
281 public void replace(String statement, ExprEditor recursive) argument
285 if (recursive != null)
286 runEditor(recursive, iterator);
/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/wpa_supplicant_8/hostapd/src/l2_packet/
H A Dl2_packet_ndis.c250 static int l2_ndisuio_start_read(struct l2_packet_data *l2, int recursive) argument
270 if (!recursive)
/external/wpa_supplicant_8/src/l2_packet/
H A Dl2_packet_ndis.c250 static int l2_ndisuio_start_read(struct l2_packet_data *l2, int recursive) argument
270 if (!recursive)
/external/wpa_supplicant_8/wpa_supplicant/src/l2_packet/
H A Dl2_packet_ndis.c250 static int l2_ndisuio_start_read(struct l2_packet_data *l2, int recursive) argument
270 if (!recursive)

Completed in 752 milliseconds

1234