Searched refs:recursively (Results 1 – 25 of 159) sorted by relevance
1234567
/external/swiftshader/third_party/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/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/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
|
D | copy.rst | 37 * A *deep copy* constructs a new compound object and then, recursively, inserts
|
D | mimewriter.rst | 77 used for creating recursively complex multipart messages. The message must first
|
D | ast.rst | 159 adds these attributes recursively where not already set, by setting them to 160 the values of the parent node. It works recursively starting at *node*.
|
D | repr.rst | 120 recursively format a value should call ``self.repr1(subobj, level - 1)``.
|
D | pydoc.rst | 27 and recursively of its documentable members. If there is no docstring,
|
D | compileall.rst | 31 source files, traversed recursively. If no argument is given, behave as if
|
/external/valgrind/drd/tests/ |
D | trylock.stderr.exp | 8 Attempt to lock for writing recursively (not allowed).
|
/external/proguard/src/proguard/obfuscate/ |
D | ClassObfuscator.java | 303 boolean recursively) in mapPackageName() argument 314 if (!recursively) in mapPackageName()
|
/external/clang/test/SemaObjC/ |
D | undef-superclass-1.m | 29 @interface RecursiveClass : RecursiveClass // expected-error {{trying to recursively use 'Recursive…
|
/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/swiftshader/third_party/LLVM/docs/CommandGuide/ |
D | lit.pod | 181 inputs adding tests for individual files and recursively searching for tests in 251 discovered by recursively searching up the directory hierarchy for all the input 316 Once test suites are located, B<lit> recursively traverses the source directory 319 directory. If so, it loads that test suite recursively, otherwise it
|
/external/squashfs-tools/RELEASE-READMEs/ |
D | README-4.3 | 179 as it recursively descended. This in hindsight had an obvious oversight, 182 by setting directory permissions as Unsquashfs recursively unwinds.
|
/external/llvm/docs/CommandGuide/ |
D | lit.rst | 197 list of inputs adding tests for individual files and recursively searching for 270 initially discovered by recursively searching up the directory hierarchy for 330 Once test suites are located, :program:`lit` recursively traverses the source 333 defined in that directory. If so, it loads that test suite recursively,
|
/external/lz4/programs/ |
D | README.md | 52 -r : operate recursively on directories (sets also -m)
|
/external/protobuf/src/google/protobuf/util/internal/testdata/ |
D | books.proto | 180 // A recursively defined message.
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
D | TreeNodeStream.as | 80 * walk recursively from start until stop. You can always return
|
/external/llvm/test/DebugInfo/X86/ |
D | sroasplit-4.ll | 3 ; Test that recursively splitting an alloca updates the debug info correctly.
|
/external/clang/docs/ |
D | IntroductionToTheClangAST.rst | 113 and then recursively traverses everything that can be reached from that
|
/external/openssh/ |
D | sftp.0 | 253 recursively. Note that sftp does not follow symbolic links when 342 recursively. Note that sftp does not follow symbolic links when
|
1234567