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

1 2 3 4

  /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/chromium_org/v8/test/mjsunit/regress/
regress-119429.js 31 function recurse() { function
35 recurse();
37 assertThrows(function() { recurse();} );
  /external/valgrind/main/none/tests/amd64/
bug156404-amd64.c 35 long recurse ( const char* path, long count ) function
40 long r = recurse(path, count-1);
50 r = recurse( "/proc/self", i );
  /external/elfutils/0.153/libdw/
libdw_visit_scopes.c 112 inline int recurse (void) function
137 int result = recurse ();
147 Recurse to search the referenced unit, but without
156 int result = recurse ();
  /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/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/chromium_org/third_party/skia/bench/
AAClipBench.cpp 118 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/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/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/skia/bench/
AAClipBench.cpp 118 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);
  /system/core/libcutils/
dir_hash.c 129 static int recurse(HashAlgorithm algorithm, const char *directory_path, function
237 if (recurse(algorithm, name, out) < 0) {
277 if (recurse(algorithm, directory_path, &out) < 0) {
  /external/e2fsprogs/util/
symlinks.c 34 static int verbose = 0, fix_links = 0, recurse = 0, delete = 0, shorten = 0, variable
293 } else if (recurse && S_ISDIR(st.st_mode)) {
311 "\t-r == recurse into subdirs\n"
362 else if (c == 'r') recurse = 1;
  /external/llvm/utils/llvm-build/llvmbuild/
main.py 67 def recurse(subpath): function in function:LLVMProjectInfo.load_infos_from_path
80 # Recurse into the specified subdirectories.
82 for item in recurse(os.path.join(subpath, subdir)):
85 return recurse("/")
    [all...]
  /build/tools/releasetools/
ota_from_target_files 310 def recurse(item, current): function in function:Item.SetPermissions
327 recurse(i, current)
335 recurse(self, (-1, -1, -1, -1, None, None))
    [all...]
  /external/chromium_org/v8/test/mjsunit/
strict-mode.js 1161 function recurse(n, then) { function
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
AbstractIteratorTester.java 371 recurse(0);
377 private void recurse(int level) { method in class:AbstractIteratorTester
387 recurse(level + 1);
  /external/llvm/utils/TableGen/
FixedLenDecoderEmitter.cpp 266 void recurse();
419 // Called from Filter::recurse() when singleton exists. For debug purpose.
551 void Filter::recurse() { function in class:Filter
574 // No need to recurse for a singleton filtered instruction.
649 // See also recurse().
    [all...]
  /external/libselinux/src/
android.c 1187 bool recurse = (flags & SELINUX_ANDROID_RESTORECON_RECURSE) ? true : false; local
1209 if (!recurse) {
    [all...]
  /external/qemu/distrib/libselinux/src/
android.c 1158 bool recurse = (flags & SELINUX_ANDROID_RESTORECON_RECURSE) ? true : false; local
1180 if (!recurse) {
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gsubgpos-private.hh 65 return_t recurse (unsigned int lookup_index) function in struct:OT::hb_closure_context_t
153 return_t recurse (unsigned int lookup_index) function in struct:OT::hb_collect_glyphs_context_t
164 * not how most fonts are built. It's possible to relax that and recurse
252 return_t recurse (unsigned int lookup_index) function in struct:OT::hb_apply_context_t
949 c->recurse (lookupRecord[i].lookupListIndex);
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gsubgpos-private.hh 65 return_t recurse (unsigned int lookup_index) function in struct:OT::hb_closure_context_t
153 return_t recurse (unsigned int lookup_index) function in struct:OT::hb_collect_glyphs_context_t
164 * not how most fonts are built. It's possible to relax that and recurse
252 return_t recurse (unsigned int lookup_index) function in struct:OT::hb_apply_context_t
949 c->recurse (lookupRecord[i].lookupListIndex);
    [all...]
  /external/valgrind/main/coregrind/m_demangle/
cplus-dem.c 3147 char * recurse = (char *)NULL; local
4110 char * recurse; local
    [all...]
  /external/chromium_org/third_party/libxml/src/include/libxml/
schemasInternals.h 623 int recurse; /* Obsolete */ member in struct:_xmlSchemaType

Completed in 2299 milliseconds

1 2 3 4