Searched refs:recursive (Results 151 - 175 of 276) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/yasm/source/config/mac/
H A DMakefile469 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
470 html-recursive info-recursive install-data-recursive \
471 install-dvi-recursive install-exec-recursive \
472 install-html-recursive install-info-recursive \
[all...]
/external/chromium_org/third_party/yasm/source/config/openbsd/
H A DMakefile469 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
470 html-recursive info-recursive install-data-recursive \
471 install-dvi-recursive install-exec-recursive \
472 install-html-recursive install-info-recursive \
[all...]
/external/chromium_org/third_party/yasm/source/config/win/
H A DMakefile469 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
470 html-recursive info-recursive install-data-recursive \
471 install-dvi-recursive install-exec-recursive \
472 install-html-recursive install-info-recursive \
[all...]
/external/opencv/cv/src/
H A Dcvapprox.cpp418 int recursive )
478 if( !recursive )
617 /* 3. run recursive process */
822 /* 3. run recursive process */
935 int recursive = 0; local
947 recursive = parameter2;
1033 if( !recursive )
/external/chromium_org/base/files/
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/third_party/icu/source/data/
H A DMakefile.in109 .PHONY : all all-local all-recursive install install-local install-files \
110 install-recursive clean clean-local clean-recursive distclean \
111 distclean-local distclean-recursive dist dist-local dist-recursive \
112 check check-local check-recursive build-local clean-resindex build-dir icudata.jar \
/external/icu/icu4c/source/data/
H A DMakefile.in113 .PHONY : all all-local all-recursive install install-local install-files \
114 install-recursive clean clean-local clean-recursive distclean \
115 distclean-local distclean-recursive dist dist-local dist-recursive \
116 check check-local check-recursive clean-resindex icudata.jar \
/external/chromium_org/chrome/browser/chromeos/file_system_provider/
H A Dfake_provided_file_system.cc238 bool recursive,
246 bool recursive,
236 CreateDirectory( const base::FilePath& directory_path, bool recursive, const storage::AsyncFileUtil::StatusCallback& callback) argument
244 DeleteEntry( const base::FilePath& entry_path, bool recursive, const storage::AsyncFileUtil::StatusCallback& callback) 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/storage/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 Dfile_system_operation_runner.cc67 bool recursive,
80 url, exclusive, recursive,
219 const FileSystemURL& url, bool recursive,
232 url, recursive,
64 CreateDirectory( const FileSystemURL& url, bool exclusive, bool recursive, const StatusCallback& callback) argument
218 Remove( const FileSystemURL& url, bool recursive, const StatusCallback& callback) argument
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dpystate.pxd65 # though recursive calls are allowed, these handles can *not* be shared -
/external/chromium_org/third_party/jinja2/
H A Dcompiler.py642 the future also recursive loops. As there is currently
1040 if node.recursive:
1048 # is necessary if the loop is in recursive mode if the special loop
1050 extended_loop = node.recursive or 'loop' in \
1054 # if we don't have an recursive loop we have to find the shadowed
1057 if not node.recursive:
1106 if node.recursive:
1115 elif node.recursive:
1120 if node.recursive:
1148 if not node.recursive
[all...]
/external/compiler-rt/test/tsan/
H A Ddeadlock_detector_stress_test.cc28 explicit PthreadMutex(bool recursive = false) {
29 if (recursive) {
423 fprintf(stderr, "Starting Test15: recursive rlock\n");
/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)
/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dcanned_syncable_file_system.cc401 const FileSystemURL& url, bool recursive) {
408 recursive));
579 url, false /* exclusive */, false /* recursive */, callback);
634 const FileSystemURL& url, bool recursive,
638 operation_runner()->Remove(url, recursive, callback);
400 Remove( const FileSystemURL& url, bool recursive) argument
633 DoRemove( const FileSystemURL& url, bool recursive, const StatusCallback& callback) argument
/external/chromium_org/content/browser/fileapi/
H A Dfileapi_message_filter.cc293 int request_id, const GURL& path, bool recursive) {
305 url, recursive,
327 bool is_directory, bool recursive) {
340 url, exclusive, recursive,
292 OnRemove( int request_id, const GURL& path, bool recursive) argument
325 OnCreate( int request_id, const GURL& path, bool exclusive, bool is_directory, bool recursive) argument
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DThreadingWin.cpp158 MutexBase::MutexBase(bool recursive) argument
194 // false since this is a non-recursive mutex. This is to mimic the
212 // CRITICAL_SECTION is recursive/reentrant so TryEnterCriticalSection will
/external/chromium_org/third_party/webrtc/base/
H A Dwin32regkey.h259 static HRESULT DeleteKey(const wchar_t* full_key_name, bool recursive);
/external/chromium_org/tools/telemetry/telemetry/timeline/
H A Dmodel.py200 recursive=True,
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/apple/
H A DAbstractAppleMetaDataBox.java41 public <T extends Box> List<T> getBoxes(Class<T> clazz, boolean recursive) { argument
42 //todo recursive?
/external/qemu/distrib/sdl-1.2.15/acinclude/
H A Dltdl.m4203 [recursive], [],
240 m4_if([-1], [m4_bregexp(_LTDL_MODE, [\(subproject\|\(non\)?recursive\)])],
/external/valgrind/main/nightly/bin/
H A Dnightly22 svn co -r "{$1}" --non-recursive "$2" infodir > /dev/null

Completed in 2173 milliseconds

1234567891011>>