Home
last modified time | relevance | path

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

12345678910>>...14

/external/llvm-project/mlir/test/Transforms/
Dtest-inlining.mlir21 // test.region is analyzed recursively, so it must not have an invalid op.
38 // test.functional_region_op is not analyzed recursively, so it may have an
Dtest-legalizer-full.mlir32 // Test that children of recursively legal operations are ignored.
39 /// applied to legalize the argument type before it becomes recursively legal.
Dcanonicalize-dce.mlir30 // Test case: Deleting recursively dead block arguments.
46 // Test case: Deleting recursively dead block arguments with pure ops in between.
/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/llvm-project/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.pbtxt15 summary: "Writes contents to the file at input filename. Creates file and recursively"
Dapi_def_MergeV2Checkpoints.pbtxt29 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/llvm-project/llvm/test/tools/llvm-ar/
Dflatten-thin-archive-recursive.test4 # This test ensures that flat archives are recursively flattened.
/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/clang/test/SemaObjC/
Dundef-superclass-1.m29 @interface RecursiveClass : RecursiveClass // expected-error {{trying to recursively use 'Recursive…
/external/llvm-project/clang/test/SemaObjC/
Dundef-superclass-1.m29 @interface RecursiveClass : RecursiveClass // expected-error {{trying to recursively use 'Recursive…
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dbugprone-signal-handler.rst10 User function calls with visible definition are checked recursively.
/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/python/cpython3/Doc/library/
Dfilecmp.rst94 (recursively).
186 recursively through two directories to show common different files::
Dtabnanny.rst29 If *file_or_dir* is a directory and not a symbolic link, then recursively
/external/tensorflow/tensorflow/python/autograph/g3doc/reference/
Dfunctions.md8 functions, the called function will be converted recursively, as described
/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

12345678910>>...14