/external/truth/extensions/proto/src/main/java/com/google/common/truth/extensions/proto/ |
D | FieldScopeResult.java | 60 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/ |
D | README.md | 3 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/ |
D | 2003-08-23-RecursiveOpaqueTypeResolve.ll | 1 ; It's a bad idea to go recursively traipsing through types without a safety
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_WriteFile.pbtxt | 17 Creates the file and recursively creates directory if it does not exist.
|
D | api_def_MergeV2Checkpoints.pbtxt | 35 If delete_old_dirs is true, attempts to delete recursively the dirname of each
|
/external/starlark-go/starlark/testdata/ |
D | function.star | 55 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/ |
D | aepack.rst | 70 list elements are recursively unpacked. Object references (ex. ``line 3 of 75 and elements recursively unpacked.
|
D | filecmp.rst | 98 (recursively). 183 recursively through two directories to show common different files::
|
D | tabnanny.rst | 28 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/ |
D | JavaParserTypeSolver.java | 141 private List<CompilationUnit> parseDirectory(Path srcDirectory, boolean recursively) { 151 } else if (recursively && file.toFile().isDirectory()) {
|
/external/zstd/contrib/largeNbDicts/ |
D | README.md | 18 -r : recursively load all files in subdirectories (default: off)
|
/external/proguard/src/proguard/obfuscate/ |
D | ClassObfuscator.java | 303 boolean recursively) in mapPackageName() argument 314 if (!recursively) in mapPackageName()
|
/external/tensorflow/tensorflow/core/profiler/g3doc/ |
D | options.md | 108 `-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/ |
D | MainTest.kt | 66 …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/ |
D | undef-superclass-1.m | 29 @interface RecursiveClass : RecursiveClass // expected-error {{trying to recursively use 'Recursive…
|
/external/go-cmp/ |
D | README.md | 21 equality is determined by recursively comparing the primitive kinds on both
|
/external/python/cpython3/Doc/library/ |
D | tabnanny.rst | 29 If *file_or_dir* is a directory and not a symbolic link, then recursively
|
D | filecmp.rst | 97 (recursively). 195 recursively through two directories to show common different files::
|
/external/pigweed/pw_build/ |
D | relative_source_file_names.gni | 29 # deps (required): A list of targets to recursively extract file names from.
|
/external/tensorflow/tensorflow/python/autograph/g3doc/reference/ |
D | functions.md | 8 functions, the called function will be converted recursively, as described
|
/external/google-smali/baksmali/src/test/smali/deodex_test1/ |
D | main.smali | 66 …#this additionally tests that the register types are propagated recursively, in the case that the …
|
/external/angle/build/rust/ |
D | rust_unit_tests_group.gni | 18 # deps - Will be recursively traversed to discover all the Rust unit test
|
/external/smali/baksmali/src/test/smali/deodex_test1/ |
D | main.smali | 66 …#this additionally tests that the register types are propagated recursively, in the case that the …
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.texture.mipmap.txt | 38 4x4 grid layout is used. For cube map textures the viewport is recursively
|
/external/cronet/build/rust/ |
D | rust_unit_tests_group.gni | 18 # deps - Will be recursively traversed to discover all the Rust unit test
|