Searched refs:piped (Results 1 – 25 of 28) sorted by relevance
12
/external/antlr/runtime/ObjC/Framework/test/runtime/tree/ |
D | CommonTreeTest.m | 39 …ANTLRStringStream *stream = [ANTLRStringStream newANTLRStringStream:@"this||is||a||double||piped||… 69 …ANTLRStringStream *stream = [ANTLRStringStream newANTLRStringStream:@"this||is||a||double||piped||… 89 …ANTLRStringStream *stream = [ANTLRStringStream newANTLRStringStream:@"this||is||a||double||piped||… 135 …ANTLRStringStream *stream = [ANTLRStringStream newANTLRStringStream:@"this||is||a||double||piped||… 149 …ANTLRStringStream *stream = [ANTLRStringStream newANTLRStringStream:@"this||is||a||double||piped||… 171 …ANTLRStringStream *stream = [ANTLRStringStream newANTLRStringStream:@"this||is||a||double||piped||… 201 …ANTLRStringStream *stream = [ANTLRStringStream newANTLRStringStream:@"this||is||a||double||piped||… 251 …ANTLRStringStream *stream = [ANTLRStringStream newANTLRStringStream:@"this||is||a||double||piped||… 277 …ANTLRStringStream *stream = [ANTLRStringStream newANTLRStringStream:@"this||is||a||double||piped||… 298 …ANTLRStringStream *stream = [ANTLRStringStream newANTLRStringStream:@"this||is||a||double||piped||… [all …]
|
/external/antlr/runtime/ObjC/Framework/test/runtime/token/ |
D | CommonTokenTest.m | 53 …ANTLRStringStream *stream = [[ANTLRStringStream newANTLRStringStream:@"this||is||a||double||piped|… 65 …ANTLRStringStream *stream = [[ANTLRStringStream newANTLRStringStream:@"this||is||a||double||piped|… 90 …ANTLRStringStream *stream = [[ANTLRStringStream newANTLRStringStream:@"this||is||a||double||piped|…
|
/external/v8/tools/turbolizer/ |
D | README.md | 28 The output of the above command is a json object that can be piped to a file 63 script command must be piped to a file for uploading to turbolizer.
|
/external/perf_data_converter/src/quipper/ |
D | perf_serializer_test.cc | 851 const auto& piped = perf_test_files::GetPerfPipedDataFiles(); in AllPerfData() local 854 ret.insert(std::end(ret), std::begin(piped), std::end(piped)); in AllPerfData()
|
/external/catch2/docs/ |
D | deprecations.md | 59 The various list operations will be piped through reporters. This means
|
/external/clang/tools/scan-build-py/ |
D | README.md | 5 intercepted and logged into a [compilation database][1] and/or piped to
|
/external/swiftshader/third_party/subzero/tests_lit/ |
D | lit.cfg | 23 # when the output is piped to another command on a RUN line. Executables
|
/external/u-boot/scripts/ |
D | Kbuild.include | 52 # - stdin is piped in from the first prerequisite ($<) so one has
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/tests/Inputs/shtest-shell/ |
D | valid-shell.txt | 117 # Check cat command with multiple files and piped output to FileCheck.
|
/external/swiftshader/third_party/LLVM/docs/CommandGuide/ |
D | FileCheck.pod | 89 how the file is piped into llvm-as, then llc, and the machine code output is
|
/external/bcc/tools/ |
D | stackcount_example.txt | 840 This folded output can be piped directly into flamegraph.pl (the Perl version).
|
/external/python/cpython2/Doc/library/ |
D | pdb.rst | 212 file is piped through that command instead. Since the *command* argument must
|
/external/llvm/docs/CommandGuide/ |
D | FileCheck.rst | 128 see how the file is piped into ``llvm-as``, then ``llc``, and the machine code
|
/external/yapf/ |
D | README.rst | 31 codebase of a project is simply piped through YAPF whenever modifications are
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/CommandGuide/ |
D | FileCheck.rst | 163 see how the file is piped into ``llvm-as``, then ``llc``, and the machine code
|
/external/scapy/doc/scapy/ |
D | usage.rst | 1041 >>> res.graph() # piped to ImageMagick's display program. Image below. 1042 >>> res.graph(type="ps",target="| lp") # piped to postscript printer
|
/external/archive-patcher/ |
D | README.md | 264 …the delta apply process (which creates the delta-friendly new blob) to be piped to an intelligent …
|
/external/libjpeg-turbo/ |
D | structure.txt | 897 Even if one wants piped input, buffering the first scan of the JPEG file needs
|
/external/strace/ |
D | NEWS | 1246 * output can be piped to a program
|
D | ChangeLog-CVS | 3114 * strace.c (main): Treat piped output more like file output. 3115 Disallow -ff with piped output. Fixes RH#105366.
|
/external/curl/docs/ |
D | FAQ | 218 very well at the side. Curl's output can be piped into another program or
|
/external/zlib/src/ |
D | ChangeLog | 562 - Add puff TEST command options, ability to read piped input
|
/external/python/cpython2/Modules/zlib/ |
D | ChangeLog | 562 - Add puff TEST command options, ability to read piped input
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|
/external/python/cpython3/Misc/ |
D | HISTORY | 9334 module: the piped streams can now be properly read from or written to.
|
12