Searched refs:recursive (Results 1 - 25 of 249) sorted by relevance

12345678910

/external/icu4c/test/
H A DMakefile.in24 .PHONY : everything all all-local all-recursive install install-local \
25 install-recursive clean clean-local clean-recursive distclean \
26 distclean-local distclean-recursive dist dist-recursive dist-local \
27 check check-recursive check-local xcheck xcheck-recursive xcheck-local \
28 check-exhaustive check-exhaustive-recursive
34 everything: all-recursive all-local
40 install: install-recursive instal
[all...]
/external/chromium_org/third_party/icu/source/tools/
H A DMakefile.in21 .PHONY : all all-local all-recursive install install-local \
22 install-recursive clean clean-local clean-recursive distclean \
23 distclean-local distclean-recursive dist dist-local dist-recursive \
24 check check-local check-recursive build-local
30 all: all-recursive
31 install: install-recursive
32 clean: clean-local clean-recursive
33 distclean : distclean-recursive
[all...]
/external/icu4c/tools/
H A DMakefile.in21 .PHONY : all all-local all-recursive install install-local \
22 install-recursive clean clean-local clean-recursive distclean \
23 distclean-local distclean-recursive dist dist-local dist-recursive \
24 check check-local check-recursive build-local check-exhaustive
30 all: all-recursive
31 install: install-recursive
32 clean: clean-local clean-recursive
33 distclean : distclean-recursive
[all...]
/external/chromium_org/third_party/icu/source/test/
H A DMakefile.in24 .PHONY : everything all all-local all-recursive install install-local \
25 install-recursive clean clean-local clean-recursive distclean \
26 distclean-local distclean-recursive dist dist-recursive dist-local \
27 check check-recursive check-local xcheck xcheck-recursive xcheck-local
33 everything: all-recursive all-local
39 install: install-recursive install-local
40 clean: clean-recursive clea
[all...]
/external/icu4c/samples/
H A DMakefile.in26 .PHONY : all all-local all-recursive install install-local \
27 install-recursive clean clean-local clean-recursive distclean \
28 distclean-local distclean-recursive dist dist-recursive dist-local \
29 check check-recursive check-local check-exhaustive
35 all: all-recursive all-local
36 install: install-recursive install-local
37 clean: clean-recursive clean-local
38 distclean : distclean-recursive distclea
[all...]
/external/clang/test/Analysis/inlining/
H A Dtest-always-inline-size-option.c29 // Make sure we terminate a recursive path.
30 int recursive() { function
31 return recursive();
34 return recursive();
/external/chromium_org/third_party/icu/source/test/perf/
H A DMakefile.in27 .PHONY : everything all all-local all-recursive install install-local \
28 install-recursive clean clean-local clean-recursive distclean \
29 distclean-local distclean-recursive dist dist-recursive dist-local \
30 check check-recursive check-local xperf xperf-recursive
36 everything: all-recursive all-local
42 install: install-recursive install-local
43 clean: clean-recursive clea
[all...]
/external/icu4c/test/perf/
H A DMakefile.in27 .PHONY : everything all all-local all-recursive install install-local \
28 install-recursive clean clean-local clean-recursive distclean \
29 distclean-local distclean-recursive dist dist-recursive dist-local \
30 check check-recursive check-local xperf xperf-recursive
36 everything: all-recursive all-local
42 install: install-recursive install-local
43 clean: clean-recursive clea
[all...]
/external/qemu/distrib/sdl-1.2.15/src/thread/dc/
H A DSDL_sysmutex.c32 int recursive; member in struct:SDL_mutex
46 mutex->recursive = 0;
77 ++mutex->recursive;
85 mutex->recursive = 0;
109 if ( mutex->recursive ) {
110 --mutex->recursive;
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dstacktrace_libunwind-inl.h55 // recursive request, we'd end up with infinite recursion or deadlock.
58 static __thread int recursive; variable
85 if (recursive) {
88 ++recursive;
126 --recursive;
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dstacktrace_libunwind-inl.h55 // recursive request, we'd end up with infinite recursion or deadlock.
58 static __thread int recursive; variable
85 if (recursive) {
88 ++recursive;
126 --recursive;
/external/chromium_org/base/files/
H A Dfile_path_watcher.cc33 bool recursive,
36 return impl_->Watch(path, recursive, callback);
32 Watch(const FilePath& path, bool recursive, const Callback& callback) argument
H A Dfile_path_watcher_stub.cc17 bool recursive,
H A Dfile_enumerator_win.cc43 bool recursive,
45 : recursive_(recursive),
49 // INCLUDE_DOT_DOT must not be specified if recursive.
50 DCHECK(!(recursive && (INCLUDE_DOT_DOT & file_type_)));
56 bool recursive,
59 : recursive_(recursive),
64 // INCLUDE_DOT_DOT must not be specified if recursive.
65 DCHECK(!(recursive && (INCLUDE_DOT_DOT & file_type_)));
134 // If |cur_file| is a directory, and we are doing recursive searching,
42 FileEnumerator(const FilePath& root_path, bool recursive, int file_type) argument
55 FileEnumerator(const FilePath& root_path, bool recursive, int file_type, const FilePath::StringType& pattern) argument
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.cc30 bool recursive,
45 // Setup a watch handle for directory |dir|. Set |recursive| to true to watch
50 bool recursive,
89 bool recursive,
96 recursive_watch_ = recursive;
191 bool recursive,
195 recursive,
88 Watch(const FilePath& path, bool recursive, const FilePathWatcher::Callback& callback) argument
190 SetupWatchHandle(const FilePath& dir, bool recursive, HANDLE* handle) argument
/external/qemu/distrib/sdl-1.2.15/src/thread/generic/
H A DSDL_sysmutex.c31 int recursive; member in struct:SDL_mutex
46 mutex->recursive = 0;
84 ++mutex->recursive;
92 mutex->recursive = 0;
116 if ( mutex->recursive ) {
117 --mutex->recursive;
/external/llvm/include/llvm/Support/
H A DMutex.h32 /// Initializes the lock but doesn't acquire it. if \p recursive is set
33 /// to false, the lock will not be recursive which makes it cheaper but
37 explicit MutexImpl(bool recursive = true);
91 bool recursive; member in class:llvm::sys::SmartMutex
94 MutexImpl(rec), acquired(0), recursive(rec) { }
103 assert((recursive || acquired == 0) && "Lock already acquired!!");
116 assert(((recursive && acquired) || (acquired == 1)) &&
/external/qemu/distrib/sdl-1.2.15/src/thread/pthread/
H A DSDL_sysmutex.c36 int recursive; member in struct:SDL_mutex
93 ++mutex->recursive;
101 mutex->recursive = 0;
129 if ( mutex->recursive ) {
130 --mutex->recursive;
/external/qemu/distrib/sdl-1.2.15/src/thread/riscos/
H A DSDL_sysmutex.c37 int recursive; member in struct:SDL_mutex
92 ++mutex->recursive;
100 mutex->recursive = 0;
128 if ( mutex->recursive ) {
129 --mutex->recursive;
/external/chromium/base/
H A Dfile_util_deprecated.h39 BASE_API bool Delete(const std::wstring& path, bool recursive);
42 bool recursive);
/external/chromium/chrome/browser/extensions/
H A Dextension_bookmark_helpers.h34 bool recursive,
/external/chromium_org/tools/export_tarball/
H A Dexport_tarball.py93 def add(self, name, arcname=None, recursive=True, exclude=None, filter=None):
113 tarfile.TarFile.add(self, name, arcname=arcname, recursive=recursive)
H A Dexport_v8_tarball.py66 def add(self, name, arcname=None, recursive=True, exclude=None, filter=None):
71 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 );

Completed in 857 milliseconds

12345678910