Home
last modified time | relevance | path

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

1234

/external/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()
/external/icu/android_icu4j/src/main/java/android/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()
/external/llvm-project/clang/test/SemaCXX/
Dconstexpr-backtrace-limit.cpp33 constexpr int recurse(int n) { return n ? recurse(n-1) : *(int*)n; } in recurse() function
/external/clang/test/SemaCXX/
Dconstexpr-backtrace-limit.cpp33 constexpr int recurse(int n) { return n ? recurse(n-1) : *(int*)n; } in recurse() function
/external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/
Dsanitizer_coverage_stack_depth.cpp16 void foo(int recurse) { in foo()
/external/llvm-project/lldb/test/API/tools/lldb-vscode/stackTrace/
Dmain.c4 int recurse(int x) { in recurse() function
/external/apache-commons-bcel/src/examples/
Dlistclass.java88 boolean recurse; field in listclass
161 boolean nocontents, boolean recurse, List<String> exclude_name) { in listclass()
/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_functional_ops.py169 def recurse(v): function
/external/compiler-rt/test/asan/TestCases/Linux/
Dstack-overflow-recovery-mode.cc11 static volatile int *recurse(volatile int n, volatile int *p) { in recurse() function
/external/llvm-project/compiler-rt/test/asan/TestCases/Linux/
Dstack-overflow-recovery-mode.cpp11 static volatile int *recurse(volatile int n, volatile int *p) { in recurse() function
/external/e2fsprogs/e2fsck/
Dmessage.c247 int *first, int recurse) in expand_at_expression()
518 int recurse) in print_e2fsck_message()
/external/selinux/libselinux/utils/
Dselabel_get_digests_all_partial_matches.c33 bool status, recurse = false; in main() local
/external/python/cpython2/Tools/scripts/
Dcleanfuture.py47 recurse = 0 variable
/external/python/cpython3/Tools/scripts/
Dcleanfuture.py47 recurse = 0 variable
Dreindent.py52 recurse = False variable
/external/python/cpython3/Lib/test/test_json/
Dtest_recursion.py48 recurse = False variable in TestRecursion.test_defaultrecursion.RecursiveJSONEncoder
/external/python/cpython2/Lib/json/tests/
Dtest_recursion.py48 recurse = False variable in TestRecursion.test_defaultrecursion.RecursiveJSONEncoder
/external/guava/android/guava-tests/benchmark/com/google/common/base/
DLazyStackTraceBenchmark.java90 private boolean timeFindCaller(int reps, int recurse) { in timeFindCaller()
/external/guava/guava-tests/benchmark/com/google/common/base/
DLazyStackTraceBenchmark.java90 private boolean timeFindCaller(int reps, int recurse) { in timeFindCaller()
/external/selinux/policycoreutils/setfiles/
Drestorecon_xattr.c38 unsigned int xattr_flags = 0, delete_digest = 0, recurse = 0; in main() local
/external/libchrome/third_party/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
/external/libchrome/base/test/
Dtest_file_util_posix.cc76 bool DieFileDie(const FilePath& file, bool recurse) { in DieFileDie()
/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/llvm-project/mlir/lib/Transforms/
DBufferUtils.cpp131 std::function<bool(Region *)> recurse = [&](Region *current) { in isLoop() local
/external/autotest/utils/
Dreindent.py49 recurse = 0 variable

1234