Home
last modified time | relevance | path

Searched refs:recursively (Results 1 – 25 of 352) sorted by relevance

12345678910>>...15

/external/truth/extensions/proto/src/main/java/com/google/common/truth/extensions/proto/
DFieldScopeResult.java60 public static FieldScopeResult of(boolean included, boolean recursively) { in of() argument
62 return recursively ? INCLUDED_RECURSIVELY : INCLUDED_NONRECURSIVELY; in of()
64 return recursively ? EXCLUDED_RECURSIVELY : EXCLUDED_NONRECURSIVELY; in of()
/external/rust/crates/walkdir/
DREADME.md3 A cross platform Rust library for efficiently walking a directory recursively.
29 The following code recursively iterates over the directory given and prints
114 # The directory you want to recursively walk:
/external/llvm/test/Linker/
D2003-08-23-RecursiveOpaqueTypeResolve.ll1 ; It's a bad idea to go recursively traipsing through types without a safety
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_WriteFile.pbtxt17 Creates the file and recursively creates directory if it does not exist.
Dapi_def_MergeV2Checkpoints.pbtxt35 If delete_old_dirs is true, attempts to delete recursively the dirname of each
/external/starlark-go/starlark/testdata/
Dfunction.star55 assert.fails(lambda: fib(10), "function fib called recursively")
67 assert.fails(lambda: [fib2(x) for x in range(10)], "function lambda called recursively")
79 'function map called recursively')
92 # functions may be recursively defined,
/external/python/cpython2/Doc/library/
Daepack.rst70 list elements are recursively unpacked. Object references (ex. ``line 3 of
75 and elements recursively unpacked.
Dfilecmp.rst98 (recursively).
183 recursively through two directories to show common different files::
Dtabnanny.rst28 If *file_or_dir* is a directory and not a symbolic link, then recursively
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typesolvers/
DJavaParserTypeSolver.java141 private List<CompilationUnit> parseDirectory(Path srcDirectory, boolean recursively) {
151 } else if (recursively && file.toFile().isDirectory()) {
/external/zstd/contrib/largeNbDicts/
DREADME.md18 -r : recursively load all files in subdirectories (default: off)
/external/proguard/src/proguard/obfuscate/
DClassObfuscator.java303 boolean recursively) in mapPackageName() argument
314 if (!recursively) in mapPackageName()
/external/tensorflow/tensorflow/core/profiler/g3doc/
Doptions.md108 `-start_name_regexes`: Show node starting from the node that matches the regexes, recursively. rege…
111 recursively, regexes are comma-separated.
119 …entually displayed. If False, account all op statistics matching -account_type_regexes recursively.
/external/ktfmt/core/src/test/java/com/facebook/ktfmt/cli/
DMainTest.kt66 …fun `expandArgsToFileNames - single arg which is a directory is resolved to its recursively contai… in expandArgsToFileNames - single arg which is a directory is resolved to its recursively contained kt files()
77 …fun `expandArgsToFileNames - multiple directory args are resolved to their recursively contained k… in expandArgsToFileNames - multiple directory args are resolved to their recursively contained kt files()
271 fun `expandArgsToFileNames - resolves 'kt' and 'kts' filenames only (recursively)`() { in expandArgsToFileNames - resolves 'kt' and 'kts' filenames only (recursively)()
/external/clang/test/SemaObjC/
Dundef-superclass-1.m29 @interface RecursiveClass : RecursiveClass // expected-error {{trying to recursively use 'Recursive…
/external/go-cmp/
DREADME.md21 equality is determined by recursively comparing the primitive kinds on both
/external/python/cpython3/Doc/library/
Dtabnanny.rst29 If *file_or_dir* is a directory and not a symbolic link, then recursively
Dfilecmp.rst97 (recursively).
195 recursively through two directories to show common different files::
/external/pigweed/pw_build/
Drelative_source_file_names.gni29 # deps (required): A list of targets to recursively extract file names from.
/external/tensorflow/tensorflow/python/autograph/g3doc/reference/
Dfunctions.md8 functions, the called function will be converted recursively, as described
/external/google-smali/baksmali/src/test/smali/deodex_test1/
Dmain.smali66 …#this additionally tests that the register types are propagated recursively, in the case that the …
/external/angle/build/rust/
Drust_unit_tests_group.gni18 # deps - Will be recursively traversed to discover all the Rust unit test
/external/smali/baksmali/src/test/smali/deodex_test1/
Dmain.smali66 …#this additionally tests that the register types are propagated recursively, in the case that the …
/external/deqp/doc/testspecs/GLES3/
Dfunctional.texture.mipmap.txt38 4x4 grid layout is used. For cube map textures the viewport is recursively
/external/cronet/build/rust/
Drust_unit_tests_group.gni18 # deps - Will be recursively traversed to discover all the Rust unit test

12345678910>>...15