HomeSort by relevance Sort by last modified time
    Searched full:recursive (Results 251 - 275 of 2183) sorted by null

<<11121314151617181920>>

  /external/chromium_org/tools/gn/
pattern.cc 81 // We assume the number of ranges is small so recursive is always reasonable.
82 // Could be optimized to only be recursive for *.
137 // than doing a full recursive call for each character.
  /external/chromium_org/webkit/browser/fileapi/
async_file_test_helper.cc 118 bool recursive) {
122 url, recursive, AssignAndQuitCallback(&run_loop, &result));
149 false /* recursive */,
  /external/e2fsprogs/misc/
lsattr.c 59 static int recursive; variable
145 if (S_ISDIR(st.st_mode) && recursive &&
176 recursive = 1;
  /external/llvm/lib/Transforms/IPO/
PartialInlining.cpp 164 bool recursive = false; local
169 recursive = true;
172 if (recursive) continue;
  /external/llvm/test/Transforms/Inline/
noinline-recursive-fn.ll 1 ; The inliner should never inline recursive functions into other functions.
76 ; Check that a recursive function, when called with a constant that makes the
77 ; recursive path dead code can actually be inlined.
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/
AbstractContainerBox.java 71 public <T extends Box> List<T> getBoxes(Class<T> clazz, boolean recursive) {
81 if (recursive && boxe instanceof ContainerBox) {
82 boxesToBeReturned.addAll(((ContainerBox) boxe).getBoxes(clazz, recursive));
  /external/chromium_org/content/child/fileapi/
file_system_dispatcher.cc 206 bool recursive,
210 new FileSystemMsg_Remove(request_id, path, recursive));
230 false /* is_directory */, false /* recursive */));
236 bool recursive,
240 request_id, path, exclusive, true /* is_directory */, recursive));
  /external/jmonkeyengine/engine/src/test/jme3test/
TestChooser.java 95 protected Vector<Class> find(String pckgname, boolean recursive,
122 addAllFilesInDirectory(directory, classes, pckgname, recursive);
144 "find(pckgname, recursive, classes)", "Exception", e);
147 "find(pckgname, recursive, classes)", "Exception", e);
205 * @param recursive
209 Collection<Class> allClasses, String packageName, boolean recursive) {
216 if (recursive) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
libc-lock.h 31 locks, maybe recursive. This can be easily and cheaply implemented
110 /* Define an initialized recursive lock variable NAME with storage
185 /* Same as last but this time we initialize a recursive mutex. */
231 /* Finalize recursive named lock. */
252 /* Lock the recursive named lock variable. */
282 /* Try to lock the recursive named lock variable. */
321 /* Unlock the recursive named lock variable. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
libc-lock.h 31 locks, maybe recursive. This can be easily and cheaply implemented
110 /* Define an initialized recursive lock variable NAME with storage
185 /* Same as last but this time we initialize a recursive mutex. */
231 /* Finalize recursive named lock. */
252 /* Lock the recursive named lock variable. */
282 /* Try to lock the recursive named lock variable. */
321 /* Unlock the recursive named lock variable. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
libc-lock.h 31 locks, maybe recursive. This can be easily and cheaply implemented
110 /* Define an initialized recursive lock variable NAME with storage
185 /* Same as last but this time we initialize a recursive mutex. */
231 /* Finalize recursive named lock. */
252 /* Lock the recursive named lock variable. */
282 /* Try to lock the recursive named lock variable. */
321 /* Unlock the recursive named lock variable. */
  /external/chromium_org/third_party/opus/src/
Makefile.in 418 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
419 html-recursive info-recursive install-data-recursive \
420 install-dvi-recursive install-exec-recursive \
421 install-html-recursive install-info-recursive \
    [all...]
  /external/valgrind/main/cachegrind/
Makefile.in 146 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
147 html-recursive info-recursive install-data-recursive \
148 install-dvi-recursive install-exec-recursive \
149 install-html-recursive install-info-recursive \
    [all...]
  /external/valgrind/main/helgrind/
Makefile.in 137 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
138 html-recursive info-recursive install-data-recursive \
139 install-dvi-recursive install-exec-recursive \
140 install-html-recursive install-info-recursive \
    [all...]
  /external/valgrind/main/memcheck/
Makefile.in 137 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
138 html-recursive info-recursive install-data-recursive \
139 install-dvi-recursive install-exec-recursive \
140 install-html-recursive install-info-recursive \
    [all...]
  /external/chromium/base/
file_util_proxy.cc 60 if (!file_util::Delete(dest_file_path, false /* recursive */)) {
305 bool recursive,
309 recursive_(recursive) {
349 true /* recursive */))
388 bool recursive,
393 recursive_(recursive) {
800 bool recursive,
803 file_path, exclusive, recursive, callback));
827 bool recursive,
830 new RelayDelete(file_path, recursive, callback))
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/
file_cache.cc 41 false, // not recursive
200 false, // not recursive
207 base::DeleteFile(current, false /* recursive */);
451 if (!base::DeleteFile(path, false /* recursive */))
623 false, // not recursive
627 base::DeleteFile(file, false /* recursive */);
668 base::DeleteFile(old_db_path, true /* recursive */ );
676 false, // not recursive
681 base::DeleteFile(current, false /* recursive */);
687 false, // not recursive
    [all...]
  /external/chromium_org/chrome/common/extensions/
extension_file_util.cc 127 base::DeleteFile(extensions_dir.AppendASCII(id), true); // recursive.
206 base::FileEnumerator traversal(extension_dir, /*recursive=*/true,
336 false, // Not recursive.
347 base::DeleteFile(extension_path, true); // Recursive
364 base::DeleteFile(extension_path, true); // Recursive.
377 base::DeleteFile(extension_path, true); // Recursive.
384 false, // Not recursive.
398 base::DeleteFile(version_dir, true); // Recursive.
571 void DeleteFile(const base::FilePath& path, bool recursive) {
572 base::DeleteFile(path, recursive);
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
memory_region_map.h 116 // The lock is recursive.
150 // This usually happens in recursive calls, when the stack-unwinder
272 // (which are permitted due to recursive locking)
301 // Hence we protect the non-recursive lock used inside of arena_
302 // with our recursive Lock(). This lets a user prevent deadlocks
304 // simply by acquiring our recursive Lock() before that.
309 // Lock to protect the recursive lock itself.
312 // Recursion count for the recursive lock.
314 // The thread id of the thread that's inside the recursive lock.
368 // that handles the case of recursive allocator calls
    [all...]
  /bionic/libc/bionic/
pthread.c 158 * 31-16 tid owner thread's tid (recursive and errorcheck only)
161 * 12-2 counter counter of recursive mutexes
241 * We support normal, recursive and errorcheck mutexes.
267 * This is only used for recursive and errorcheck mutexes. It holds the
430 * Lock a non-recursive mutex.
437 * Non-recursive mutexes don't use the thread-id or counter fields, and the
478 * Release a non-recursive mutex. The caller is responsible for determining
534 * errorcheck or recursive mutex.
553 /* Detect recursive lock overflow and return EAGAIN.
598 /* Do we already own this recursive or error-check mutex ? *
    [all...]
  /external/chromium/webkit/glue/
webkit_glue.cc 103 string16 DumpFramesAsText(WebFrame* web_frame, bool recursive) {
117 if (recursive) {
120 result.append(DumpFramesAsText(child, recursive));
160 string16 DumpFrameScrollPosition(WebFrame* web_frame, bool recursive) {
175 if (recursive) {
178 result.append(DumpFrameScrollPosition(child, recursive));
  /external/chromium_org/third_party/icu/source/test/testdata/
Makefile.in 29 .PHONY : all all-local all-recursive install install-local \
30 install-recursive clean clean-local clean-recursive distclean \
31 distclean-local distclean-recursive doc dist dist-local dist-recursive \
32 check check-local check-recursive build-dir testdata.jar xcheck
  /external/chromium_org/third_party/re2/doc/
syntax.txt 348 (?n) recursive call to regexp capturing group «n» NOT SUPPORTED
349 (?+n) recursive call to relative group «+n» NOT SUPPORTED
350 (?-n) recursive call to relative group «-n» NOT SUPPORTED
352 (?R) recursive call to entire regexp (== (?0)) NOT SUPPORTED
353 (?&name) recursive call to named group NOT SUPPORTED
355 (?P>name) recursive call to named group NOT SUPPORTED
  /external/icu4c/test/testdata/
Makefile.in 29 .PHONY : all all-local all-recursive install install-local \
30 install-recursive clean clean-local clean-recursive distclean \
31 distclean-local distclean-recursive doc dist dist-local dist-recursive \
32 check check-local check-recursive build-dir testdata.jar xcheck check-exhaustive
  /external/llvm/unittests/Support/
Path.cpp 298 + "/recursive/a0/aa1", existed));
300 + "/recursive/a0/ab1", existed));
302 + "/recursive/dontlookhere/da1", existed));
304 + "/recursive/z0/za1", existed));
306 + "/recursive/pop/p1", existed));
310 + "/recursive", ec), e; i != e; i.increment(ec)){

Completed in 1662 milliseconds

<<11121314151617181920>>