HomeSort by relevance Sort by last modified time
    Searched defs:recurse (Results 1 - 25 of 157) sorted by null

1 2 3 4 5 6 7

  /external/clang/test/SemaCXX/
constexpr-backtrace-limit.cpp 4 // TEST1-NEXT: in call to 'recurse(2)'
5 // TEST1-NEXT: in call to 'recurse(3)'
6 // TEST1-NEXT: in call to 'recurse(4)'
7 // TEST1-NEXT: in call to 'recurse(5)'
12 // TEST2-NEXT: in call to 'recurse(2)'
14 // TEST2-NEXT: in call to 'recurse(5)'
19 // TEST3-NEXT: in call to 'recurse(0)'
21 // TEST3-NEXT: in call to 'recurse(5)'
26 // TEST4-NEXT: in call to 'recurse(0)'
27 // TEST4-NEXT: in call to 'recurse(1)
33 constexpr int recurse(int n) { return n ? recurse(n-1) : *(int*)n; } function
    [all...]
scope-check.cpp 194 bool recurse() { function in namespace:PR10462
200 if (recurse()) {
  /external/compiler-rt/test/asan/TestCases/Linux/
stack-overflow-recovery-mode.cc 11 static volatile int *recurse(volatile int n, volatile int *p) { function
13 if (n >= 0) *recurse(n + 1, p) += n;
35 return *recurse(argc + 1, &res);
  /external/valgrind/none/tests/amd64/
bug156404-amd64.c 60 long recurse ( const char* path, long count ) function
65 long r = recurse(path, count-1);
75 r = recurse( "/proc/self", i );
  /prebuilts/go/darwin-x86/test/uintptrescapes.dir/
a.go 11 func recurse(i int, s []byte) byte { func
17 r := recurse(i-1, a[:])
25 recurse(4096, s[:])
32 recurse(4096, s[:])
45 recurse(4096, s[:])
52 recurse(4096, s[:])
  /prebuilts/go/linux-x86/test/uintptrescapes.dir/
a.go 11 func recurse(i int, s []byte) byte { func
17 r := recurse(i-1, a[:])
25 recurse(4096, s[:])
32 recurse(4096, s[:])
45 recurse(4096, s[:])
52 recurse(4096, s[:])
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/json/tests/
test_recursion.py 48 recurse = False variable in class:TestRecursion.test_defaultrecursion.RecursiveJSONEncoder
51 if self.recurse:
59 enc.recurse = True
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/json/tests/
test_recursion.py 48 recurse = False variable in class:TestRecursion.test_defaultrecursion.RecursiveJSONEncoder
51 if self.recurse:
59 enc.recurse = True
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
cleanfuture.py 6 -r Recurse. Search for all .py files in subdirectories too.
47 recurse = 0 variable
59 global verbose, recurse, dryrun
69 recurse += 1
85 if ((recurse and os.path.isdir(fullname) and
reindent.py 8 -r (--recurse) Recurse. Search for all .py files in subdirectories too.
49 recurse = 0 variable
67 global verbose, recurse, dryrun, makebackup
70 ["dryrun", "recurse", "nobackup", "verbose", "help"])
77 elif o in ('-r', '--recurse'):
78 recurse += 1
101 if ((recurse and os.path.isdir(fullname) and
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/tests/
test_recursion.py 48 recurse = False variable in class:TestRecursion.test_defaultrecursion.RecursiveJSONEncoder
51 if self.recurse:
59 enc.recurse = True
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/tests/
test_recursion.py 48 recurse = False variable in class:TestRecursion.test_defaultrecursion.RecursiveJSONEncoder
51 if self.recurse:
59 enc.recurse = True
  /build/make/tools/
java-layers.py 56 def recurse(obj, dep, visited): function in function:Dependencies.__init__
70 recurse(obj, deps[upper], visited)
75 recurse(dep, dep, [])
  /external/autotest/utils/
reindent.py 8 -r (--recurse) Recurse. Search for all .py files in subdirectories too.
49 recurse = 0 variable
67 global verbose, recurse, dryrun, makebackup
70 ["dryrun", "recurse", "nobackup", "verbose", "help"])
77 elif o in ('-r', '--recurse'):
78 recurse += 1
101 if ((recurse and os.path.isdir(fullname) and
  /external/owasp/sanitizer/tools/
update_tree_in_svn.py 65 def recurse(src, dst): function in function:sync
100 (NO_EXIST, DIR) : (recurse, remove, svn_delete,),
103 (FILE, DIR) : (recurse, remove, svn_delete, copy, svn_add, cnf),
104 (DIR, NO_EXIST): (mkdir, svn_add, recurse,),
105 (DIR, FILE) : (remove, svn_delete, mkdir, svn_add, recurse, cnf),
106 (DIR, DIR) : (recurse,),
109 # Walk the file tree (see recurse action above) and synchronize it at
  /external/doclava/src/com/google/doclava/
Hierarchy.java 62 recurse(nodes, "java.lang.Object", hdf.getChild("classes.0"), depth, depth); method
94 private static void recurse(HashMap<String, TreeSet<String>> nodes, String name, Data hdf, method in class:Hierarchy
135 recurse(nodes, s, children.getChild(index), totalDepth, remainingDepth); method
  /external/selinux/policycoreutils/setfiles/
restore.h 29 unsigned int recurse; member in struct:restore_opts
restorecon_xattr.c 38 unsigned int xattr_flags = 0, delete_digest = 0, recurse = 0; local
71 recurse = SELINUX_RESTORECON_XATTR_RECURSE;
164 ignore_mounts | recurse;
  /external/selinux/restorecond/
restore.h 35 unsigned int recurse; member in struct:restore_opts
  /external/skia/bench/
AAClipBench.cpp 119 void recurse(SkCanvas* canvas, function in class:NestedAAClipBench
144 this->recurse(canvas, depth+1, childOffset);
147 this->recurse(canvas, depth+1, childOffset);
151 this->recurse(canvas, depth+1, childOffset);
155 this->recurse(canvas, depth+1, childOffset);
165 this->recurse(canvas, 0, offset);
  /external/llvm/utils/llvm-build/llvmbuild/
main.py 68 def recurse(subpath): function in function:LLVMProjectInfo.load_infos_from_path
81 # Recurse into the specified subdirectories.
83 for item in recurse(os.path.join(subpath, subdir)):
86 return recurse("/")
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
rcvs.py 368 def recurse(self): member in class:rcvs
386 self.recurse()
415 self.recurse()
  /external/e2fsprogs/util/
symlinks.c 38 static int verbose = 0, fix_links = 0, recurse = 0, delete = 0, shorten = 0, variable
297 } else if (recurse && S_ISDIR(st.st_mode)) {
315 "\t-r == recurse into subdirs\n"
366 else if (c == 'r') recurse = 1;
  /external/toybox/toys/posix/
find.c 200 int pcount = 0, print = 0, not = 0, active = !!new, test = active, recurse; local
204 recurse = DIRTREE_COMEAGAIN|(DIRTREE_SYMFOLLOW*!!(toys.optflags&FLAG_L));
210 if (TT.xdev && new->st.st_dev != new->parent->st.st_dev) recurse = 0;
230 return recurse;
235 recurse = 0;
311 if (check && S_ISDIR(new->st.st_mode) && !TT.depth) recurse = 0;
387 if (i == d && not) recurse = 0;
390 if (i == d && !not) recurse = 0;
534 return recurse;
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
AbstractIteratorTester.java 372 recurse(0);
378 private void recurse(int level) { method in class:AbstractIteratorTester
388 recurse(level + 1);

Completed in 1120 milliseconds

1 2 3 4 5 6 7