Home
last modified time | relevance | path

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

123

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DURLHandler.java170 public void guide(URLVisitor v, boolean recurse, boolean strip) { in guide()
178 … private void process(URLVisitor v, boolean recurse, boolean strip, String path, File[] files) { in process()
230 public void guide(URLVisitor v, boolean recurse, boolean strip) { in guide()
260 public void guide(URLVisitor visitor, boolean recurse) in guide()
265 public abstract void guide(URLVisitor visitor, boolean recurse, boolean strip); in guide()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DURLHandler.java166 public void guide(URLVisitor v, boolean recurse, boolean strip) { in guide()
174 … private void process(URLVisitor v, boolean recurse, boolean strip, String path, File[] files) { in process()
226 public void guide(URLVisitor v, boolean recurse, boolean strip) { in guide()
256 public void guide(URLVisitor visitor, boolean recurse) in guide()
261 public abstract void guide(URLVisitor visitor, boolean recurse, boolean strip); in guide()
/third_party/rust/crates/syn/examples/heapsize/heapsize_derive/src/
Dlib.rs64 let recurse = fields.named.iter().map(|f| { in heap_size_sum() localVariable
78 let recurse = fields.unnamed.iter().enumerate().map(|(i, f)| { in heap_size_sum() localVariable
/third_party/node/test/parallel/
Dtest-async-hooks-recursive-stack-runInAsyncScope.js8 function recurse(n) { function
Dtest-fs-readdir-stack-overflow.js8 function recurse() { function
/third_party/node/deps/npm/node_modules/JSONStream/test/
Ddoubledot2.js8 , parser = JSONStream.parse(['docs', {recurse: true}, 'value']) property
/third_party/selinux/libselinux/utils/
Dselabel_get_digests_all_partial_matches.c33 bool status, recurse = false; in main() local
/third_party/python/Tools/scripts/
Dcleanfuture.py47 recurse = 0 variable
Dreindent.py52 recurse = False variable
/third_party/node/deps/npm/node_modules/require-directory/
Dindex.js9 recurse: true, property
/third_party/python/Lib/test/test_json/
Dtest_recursion.py48 recurse = False variable in TestRecursion.test_defaultrecursion.RecursiveJSONEncoder
/third_party/typescript/tests/cases/conformance/statements/VariableStatements/
DeveryTypeWithInitializer.ts11 recurse: D<T>; property in D
DeveryTypeWithAnnotationAndInitializer.ts11 recurse: D<T>; property in D
DeveryTypeWithAnnotationAndInvalidInitializer.ts11 recurse: D<T>; property in D
DinvalidMultipleVariableDeclarations.ts16 recurse: D<T>; property in D
/third_party/typescript/tests/cases/conformance/statements/throwStatements/
DthrowStatements.ts15 recurse: D<T>; property in D
/third_party/node/tools/inspector_protocol/jinja2/
Dasyncsupport.py192 def __init__(self, async_iterator, undefined, after, length, recurse=None, argument
233 async def make_async_loop_context(iterable, undefined, recurse=None, depth0=0): argument
/third_party/typescript/tests/cases/conformance/statements/forStatements/
DforStatements.ts13 recurse: D<T>; property in D
DforStatementsMultipleInvalidDecl.ts18 recurse: D<T>; property in D
/third_party/typescript/tests/cases/conformance/statements/ifDoWhileStatements/
DifDoWhileStatements.ts18 recurse: D<T>; property in D
/third_party/flutter/skia/third_party/externals/angle2/scripts/
Dexport_targets.py81 def recurse(key): function
/third_party/skia/third_party/externals/angle2/scripts/
Dexport_targets.py90 def recurse(key): function
/third_party/vk-gl-cts/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()
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/
DRangeTreeFactorizer.java180 void recurse(DfaNode node, int mask) { in recurse() method in RangeTreeFactorizer.MergingVisitor
/third_party/skia/bench/
DAAClipBench.cpp116 void recurse(SkCanvas* canvas, in recurse() function in NestedAAClipBench

123