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

1 2 3

  /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...]
  /external/tensorflow/tensorflow/python/ops/ragged/
ragged_functional_ops.py 106 def recurse(v): function in function:_replace_ragged_with_flat_values
110 return [recurse(v) for v in value]
112 return tuple(recurse(v) for v in value)
114 return dict((k, recurse(v)) for (k, v) in value.items())
  /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);
  /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
  /external/python/cpython2/Lib/json/tests/
test_recursion.py 48 recurse = False variable in class:TestRecursion.test_defaultrecursion.RecursiveJSONEncoder
51 if self.recurse:
59 enc.recurse = True
  /external/python/cpython2/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.
50 recurse = 0 variable
68 global verbose, recurse, dryrun, makebackup
71 ["dryrun", "recurse", "nobackup", "verbose", "help"])
78 elif o in ('-r', '--recurse'):
79 recurse += 1
102 if ((recurse and os.path.isdir(fullname) and
  /external/python/cpython3/Lib/test/test_json/
test_recursion.py 48 recurse = False variable in class:TestRecursion.test_defaultrecursion.RecursiveJSONEncoder
51 if self.recurse:
59 enc.recurse = True
  /external/python/cpython3/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.
52 recurse = False variable
71 global verbose, recurse, dryrun, makebackup, spec_newline
74 ["dryrun", "recurse", "nobackup", "verbose", "newline=", "help"])
81 elif o in ('-r', '--recurse'):
82 recurse = True
111 if ((recurse and os.path.isdir(fullname) and
  /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/skqp/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/swiftshader/third_party/llvm-7.0/llvm/utils/llvm-build/llvmbuild/
main.py 56 def recurse(subpath): function in function:LLVMProjectInfo.load_infos_from_path
69 # Recurse into the specified subdirectories.
71 for item in recurse(os.path.join(subpath, subdir)):
74 return recurse("/")
    [all...]
  /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()

Completed in 1258 milliseconds

1 2 3