Home
last modified time | relevance | path

Searched defs:recurse (Results 1 – 25 of 59) 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/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/e2fsprogs/e2fsck/
Dmessage.c247 int *first, int recurse) in expand_at_expression()
518 int recurse) in print_e2fsck_message()
/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/boost/boost/fusion/view/iterator_range/detail/
Dsegmented_iterator_range.hpp145 recurse; typedef
291 recurse; typedef
/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/boost/tools/bcp/
Dadd_dependent_lib.cpp33 …library_scanner(const fs::path& p, bool cvs_mode, const std::string& libname, bool recurse = false) in init_library_scanner()
/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/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/boost/libs/regex/test/regress/
Dtest_regex_search.hpp32 …nalIterator>& sub, BidirectionalIterator base, const int* answer_table, int i, bool recurse = true) in test_sub_match()
79 …erator, Allocator>& what, BidirectionalIterator base, const int* answer_table, bool recurse = true) in test_result()
/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/boost/libs/regex/src/
Dcregex.cpp340 void BuildFileList(std::list<std::string>* pl, const char* files, bool recurse) in BuildFileList()
401 unsigned int RegEx::GrepFiles(GrepFileCallback cb, const char* files, bool recurse, match_flag_type… in GrepFiles()
428 unsigned int RegEx::FindFiles(FindFilesCallback cb, const char* files, bool recurse, match_flag_typ… in FindFiles()

123