Home
last modified time | relevance | path

Searched refs:recurse (Results 1 – 25 of 216) sorted by relevance

123456789

/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() argument
168 process(v, recurse, strip, "/", file.listFiles()); in guide()
174 … private void process(URLVisitor v, boolean recurse, boolean strip, String path, File[] files) { in process() argument
180 if (recurse) { in process()
181 process(v, recurse, strip, path + f.getName()+ '/', f.listFiles()); in process()
226 public void guide(URLVisitor v, boolean recurse, boolean strip) { in guide() argument
239 if (ix > 0 && !recurse) { in guide()
256 public void guide(URLVisitor visitor, boolean recurse) in guide() argument
258 guide(visitor, recurse, true); in guide()
261 public abstract void guide(URLVisitor visitor, boolean recurse, boolean strip); in guide() argument
/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() argument
172 process(v, recurse, strip, "/", file.listFiles()); in guide()
178 … private void process(URLVisitor v, boolean recurse, boolean strip, String path, File[] files) { in process() argument
184 if (recurse) { in process()
185 process(v, recurse, strip, path + f.getName()+ '/', f.listFiles()); in process()
230 public void guide(URLVisitor v, boolean recurse, boolean strip) { in guide() argument
243 if (ix > 0 && !recurse) { in guide()
260 public void guide(URLVisitor visitor, boolean recurse) in guide() argument
262 guide(visitor, recurse, true); in guide()
265 public abstract void guide(URLVisitor visitor, boolean recurse, boolean strip); in guide() argument
/third_party/node/test/parallel/
Dtest-fs-readdir-stack-overflow.js8 function recurse() { function
10 recurse();
14 () => recurse(),
Dtest-async-hooks-recursive-stack-runInAsyncScope.js8 function recurse(n) { function
14 recurse(n - 1);
20 recurse(1000);
/third_party/vk-gl-cts/framework/delibs/decpp/
DdeMemPool.hpp48 …deUintptr getNumAllocatedBytes (bool recurse) const { return deMemPool_getNumAllocatedBytes(m_poo… in getNumAllocatedBytes()
49 …deUintptr getCapacity (bool recurse) const { return deMemPool_getCapacity(m_pool, recurse ? DE… in getCapacity()
/third_party/skia/bench/
DAAClipBench.cpp116 void recurse(SkCanvas* canvas, in recurse() function in NestedAAClipBench
139 this->recurse(canvas, depth+1, childOffset); in recurse()
142 this->recurse(canvas, depth+1, childOffset); in recurse()
146 this->recurse(canvas, depth+1, childOffset); in recurse()
150 this->recurse(canvas, depth+1, childOffset); in recurse()
160 this->recurse(canvas, 0, offset); in onDraw()
/third_party/flutter/skia/bench/
DAAClipBench.cpp119 void recurse(SkCanvas* canvas, in recurse() function in NestedAAClipBench
144 this->recurse(canvas, depth+1, childOffset); in recurse()
147 this->recurse(canvas, depth+1, childOffset); in recurse()
151 this->recurse(canvas, depth+1, childOffset); in recurse()
155 this->recurse(canvas, depth+1, childOffset); in recurse()
165 this->recurse(canvas, 0, offset); in onDraw()
/third_party/flutter/skia/third_party/externals/harfbuzz/
Dgit.mk381 all: $(srcdir)/.gitignore gitignore-recurse-maybe
382 gitignore: $(srcdir)/.gitignore gitignore-recurse
384 gitignore-recurse-maybe:
391 gitignore-recurse:
400 .PHONY: gitignore-clean gitignore gitignore-recurse gitignore-recurse-maybe
/third_party/skia/third_party/externals/harfbuzz/
Dgit.mk381 all: $(srcdir)/.gitignore gitignore-recurse-maybe
382 gitignore: $(srcdir)/.gitignore gitignore-recurse
384 gitignore-recurse-maybe:
391 gitignore-recurse:
400 .PHONY: gitignore-clean gitignore gitignore-recurse gitignore-recurse-maybe
/third_party/harfbuzz/
Dgit.mk381 all: $(srcdir)/.gitignore gitignore-recurse-maybe
382 gitignore: $(srcdir)/.gitignore gitignore-recurse
384 gitignore-recurse-maybe:
391 gitignore-recurse:
400 .PHONY: gitignore-clean gitignore gitignore-recurse gitignore-recurse-maybe
/third_party/boost/boost/regex/v4/
Dcregex.hpp275 …unsigned int GrepFiles(GrepFileCallback cb, const char* files, bool recurse = false, match_flag_ty…
276 … std::string& files, bool recurse = false, match_flag_type flags = match_default) { return GrepFil… in GrepFiles() argument
277 …unsigned int FindFiles(FindFilesCallback cb, const char* files, bool recurse = false, match_flag_t…
278 … std::string& files, bool recurse = false, match_flag_type flags = match_default) { return FindFil… in FindFiles() argument
/third_party/python/Lib/test/test_json/
Dtest_recursion.py48 recurse = False variable in TestRecursion.test_defaultrecursion.RecursiveJSONEncoder
51 if self.recurse:
59 enc.recurse = True
/third_party/boost/boost/fusion/view/iterator_range/detail/
Dsegmented_iterator_range.hpp145 recurse; typedef
151 , typename recurse::type
166 , recurse::call(stack.cdr))); in call()
291 recurse; typedef
297 , typename recurse::type
312 , recurse::call(stack.cdr))); in call()
/third_party/selinux/libselinux/utils/
Dselabel_get_digests_all_partial_matches.c33 bool status, recurse = false; in main() local
57 recurse = true; in main()
163 if (!recurse) in main()
/third_party/python/PC/layout/support/
Dfilesets.py72 recurse = pattern[:3] in {"**/", "**\\"}
73 if recurse:
78 if recurse:
/third_party/icu/docs/userguide/format_parse/numbers/
Drbnf-examples.md58 If the number is negative, output the string 'minus ' and recurse using the
62 If the number is not an integer, recurse using the integral part, emit the
77 recurse using the integral part, emit the string ' ' (space), then recurse
83 to recurse by matching the value against all the ranges to find the rule,
84 '>>>' means to recurse using the previous rule. We must force the previous
/third_party/python/Tools/scripts/
Dcleanfuture.py47 recurse = 0 variable
59 global verbose, recurse, dryrun
69 recurse += 1
85 if ((recurse and os.path.isdir(fullname) and
Dreindent.py52 recurse = False variable
71 global verbose, recurse, dryrun, makebackup, spec_newline
82 recurse = True
111 if ((recurse and os.path.isdir(fullname) and
/third_party/vk-gl-cts/framework/delibs/depool/
DdeMemPool.h69 int deMemPool_getNumAllocatedBytes (const deMemPool* pool, deBool recurse);
70 int deMemPool_getCapacity (const deMemPool* pool, deBool recurse);
/third_party/skia/src/effects/imagefilters/
DSkCropImageFilter.cpp41 VisitChildren recurse) const override;
117 VisitChildren recurse) const { in onGetInputLayerBounds()
128 if (recurse == VisitChildren::kNo) { in onGetInputLayerBounds()
/third_party/toybox/toys/posix/
Dfind.c211 int pcount = 0, print = 0, not = 0, active = !!new, test = active, recurse; in do_find() local
215 recurse = DIRTREE_STATLESS|DIRTREE_COMEAGAIN| in do_find()
230 if (TT.xdev && new->st.st_dev != new->parent->st.st_dev) recurse = 0; in do_find()
250 return recurse; in do_find()
255 recurse = 0; in do_find()
352 if (check && S_ISDIR(new->st.st_mode) && !TT.depth) recurse = 0; in do_find()
438 if (i == d && not) recurse = 0; in do_find()
441 if (i == d && !not) recurse = 0; in do_find()
675 return recurse; in do_find()
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/
DRangeTreeFactorizer.java167 new MergingVisitor(path).recurse(srcTarget, extraMask); in visit()
180 void recurse(DfaNode node, int mask) { in recurse() method in RangeTreeFactorizer.MergingVisitor
191 recurse(target, edge.getDigitMask()); in visit()
/third_party/node/tools/inspector_protocol/jinja2/
Dasyncsupport.py192 def __init__(self, async_iterator, undefined, after, length, recurse=None, argument
194 LoopContextBase.__init__(self, undefined, recurse, depth0)
233 async def make_async_loop_context(iterable, undefined, recurse=None, depth0=0): argument
255 return AsyncLoopContext(async_iterator, undefined, after, length, recurse,
/third_party/icu/tools/unicodetools/com/ibm/rbm/
DRBReporterScanner.java110 boolean recurse = dir_elem.getAttribute("recurse_directories").equalsIgnoreCase("true"); in performScan()
130 scanDirectory(directory, frule, prules_v, recurse); in performScan()
137 …private void scanDirectory(File directory, FileRule frule, Vector prules, boolean recurse) throws … in scanDirectory() argument
140 if (recurse) { in scanDirectory()
152 scanDirectory(new_directory, frule, prules, recurse); in scanDirectory()
/third_party/e2fsprogs/e2fsck/
Dmessage.c247 int *first, int recurse) in expand_at_expression() argument
256 if (*cpp && recurse < 10) { in expand_at_expression()
262 print_e2fsck_message(f, ctx, str, pctx, *first, recurse+1); in expand_at_expression()
518 int recurse) in print_e2fsck_message() argument
529 recurse); in print_e2fsck_message()

123456789