Home
last modified time | relevance | path

Searched defs:recurse (Results 1 – 25 of 43) sorted by relevance

12

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DURLHandler.java163 public void guide(URLVisitor v, boolean recurse, boolean strip) { in guide()
171 … private void process(URLVisitor v, boolean recurse, boolean strip, String path, File[] files) { in process()
220 public void guide(URLVisitor v, boolean recurse, boolean strip) { in guide()
250 public void guide(URLVisitor visitor, boolean recurse) in guide()
255 public abstract void guide(URLVisitor visitor, boolean recurse, boolean strip); in guide()
/external/clang/test/SemaCXX/
Dconstexpr-backtrace-limit.cpp33 constexpr int recurse(int n) { return n ? recurse(n-1) : *(int*)n; } in recurse() function
Dscope-check.cpp194 bool recurse() { in recurse() function
/external/v8/test/mjsunit/regress/
Dregress-119429.js31 function recurse() { function
/external/selinux/policycoreutils/setfiles/
Drestore.c103 static int restore(FTSENT *ftsent, int recurse) in restore()
281 static int apply_spec(FTSENT *ftsent, int recurse) in apply_spec()
373 int process_glob(char *name, int recurse) { in process_glob()
396 int process_one_realpath(char *name, int recurse) in process_one_realpath()
Dsetfiles.c153 int recurse; /* Recursive descent. */ local
/external/valgrind/none/tests/amd64/
Dbug156404-amd64.c35 long recurse ( const char* path, long count ) in recurse() function
/external/jmonkeyengine/engine/src/test/jme3test/app/
DTestTempVars.java92 public static void recursiveMethod(int recurse) { in recursiveMethod()
/external/e2fsprogs/e2fsck/
Dmessage.c242 int *first, int recurse) in expand_at_expression()
524 int recurse) in print_e2fsck_message()
Dproblem.c1996 int recurse) in print_e2fsck_message()
/external/doclava/src/com/google/doclava/
DHierarchy.java94 private static void recurse(HashMap<String, TreeSet<String>> nodes, String name, Data hdf, in recurse() method in Hierarchy
/external/owasp/sanitizer/tools/
Dupdate_tree_in_svn.py65 def recurse(src, dst): function
/external/deqp/framework/delibs/depool/
DdeMemPool.c390 int deMemPool_getNumAllocatedBytes (const deMemPool* pool, deBool recurse) in deMemPool_getNumAllocatedBytes()
408 int deMemPool_getCapacity (const deMemPool* pool, deBool recurse) in deMemPool_getCapacity()
/external/llvm/utils/llvm-build/llvmbuild/
Dmain.py68 def recurse(subpath): function
/external/chromium-trace/trace-viewer/third_party/Paste/paste/debug/
Ddoctest_webapp.py77 def ls(dir=None, recurse=False, indent=0): argument
/external/skia/bench/
DAAClipBench.cpp118 void recurse(SkCanvas* canvas, in recurse() function in NestedAAClipBench
/external/e2fsprogs/util/
Dsymlinks.c34 static int verbose = 0, fix_links = 0, recurse = 0, delete = 0, shorten = 0, variable
/external/toybox/toys/posix/
Dfind.c183 int pcount = 0, print = 0, not = 0, active = !!new, test = active, recurse; in do_find() local
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DAbstractIteratorTester.java378 private void recurse(int level) { in recurse() method in AbstractIteratorTester
/external/v8/test/mjsunit/
Dstrict-mode.js1161 function recurse(n, then) { function in TestNonStrictFunctionCallerPill
1189 function recurse(n, then) { function in TestNonStrictFunctionCallerDescriptorPill
/external/skia/src/views/
DSkView.cpp799 static void dumpview(const SkView* view, int level, bool recurse) in dumpview()
/external/valgrind/coregrind/m_demangle/
Dcplus-dem.c3154 char * recurse = (char *)NULL; in recursively_demangle() local
4120 char * recurse; in do_hpacc_template_literal() local
/external/libselinux/src/
Dandroid.c1223 bool recurse = (flags & SELINUX_ANDROID_RESTORECON_RECURSE) ? true : false; in selinux_android_restorecon_common() local
/external/harfbuzz_ng/src/
Dhb-ot-layout-gsubgpos-private.hh65 return_t recurse (unsigned int lookup_index) in recurse() function
153 return_t recurse (unsigned int lookup_index) in recurse() function
271 return_t recurse (unsigned int lookup_index) in recurse() function
/external/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp539 void Filter::recurse() { in recurse() function in Filter

12