/external/llvm/utils/lit/lit/ |
D | ShUtil.py | 4 from ShCommands import Command, Pipeline, Seq 227 return Pipeline(commands, negate) 287 Pipeline([Command(['echo', 'hello'], [])], False)) 289 Pipeline([Command(['echo', ''], [])], False)) 291 Pipeline([Command(['echo', '-DFOO=a'], [])], False)) 293 Pipeline([Command(['echo', '-DFOO=a'], [])], False)) 297 Pipeline([Command(['echo', 'hello'], 300 Pipeline([Command(['echo', 'hello'], [(('>',), 'c'), 303 Pipeline([Command(['a'], [(('>&',2), '1')])], False)) 307 Pipeline([Command(['a'], []), [all …]
|
D | ShCommands.py | 38 class Pipeline: class 49 if not isinstance(other, Pipeline):
|
D | TestRunner.py | 71 assert isinstance(cmd, ShUtil.Pipeline)
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
D | PipelinedMsgParser.java | 74 private Pipeline rawInputStream; 106 Pipeline in, boolean debug, int maxMessageSize) { in PipelinedMsgParser() 126 public PipelinedMsgParser(SIPMessageListener mhandler, Pipeline in, in PipelinedMsgParser() 138 public PipelinedMsgParser(Pipeline in) { in PipelinedMsgParser() 213 Pipeline inputStream = this.rawInputStream; in run()
|
D | Pipeline.java | 43 public class Pipeline extends InputStream { class 59 Pipeline pipeline; 63 protected MyTimer(Pipeline pipeline) { in MyTimer() 122 public Pipeline(InputStream pipe, int readTimeout, Timer timer) { in Pipeline() method in Pipeline
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
D | TLSMessageChannel.java | 572 Pipeline hispipe = null; in run() 574 hispipe = new Pipeline(myClientInputStream, sipStack.readTimeout, in run()
|
D | TCPMessageChannel.java | 592 Pipeline hispipe = null; in run() 594 hispipe = new Pipeline(myClientInputStream, sipStack.readTimeout, in run()
|
/external/chromium/webkit/glue/ |
D | webmediaplayer_impl.h | 302 scoped_refptr<media::Pipeline> pipeline_;
|
/external/oprofile/events/mips/sb1/ |
D | events | 13 # Explaining Sub-Peak Performance: Pipeline Traps
|
/external/clang/docs/ |
D | DriverInternals.rst | 158 #. **Pipeline: Compilation Job Construction** 370 during the *Pipeline* phase. The tool chain specific argument 388 control the compilation pipeline are generally part of the *Pipeline*
|
/external/llvm/include/llvm/Target/ |
D | TargetItinerary.td | 29 // Pipeline bypass / forwarding - These values specifies the symbolic names of
|
/external/ppp/pppd/plugins/radius/etc/ |
D | dictionary.ascend | 11 # Used by ASCEND MAX/Pipeline products 166 # Used by ASCEND MAX/Pipeline products (see above)
|
/external/oprofile/events/x86-64/family11h/ |
D | events | 70 …ero minimum:500 name:PIPELINE_RESTART_DUE_TO_INSTRUCTION_STREAM_PROBE : Pipeline restart due to in…
|
/external/oprofile/events/x86-64/hammer/ |
D | events | 70 …ero minimum:500 name:PIPELINE_RESTART_DUE_TO_INSTRUCTION_STREAM_PROBE : Pipeline restart due to in…
|
/external/llvm/lib/Target/ARM/ |
D | ARMScheduleA8.td | 151 // Load multiple, def is the 5th operand. Pipeline 0 only. 229 // Store multiple. Pipeline 0 only.
|
/external/oprofile/events/x86-64/family10/ |
D | events | 89 …ero minimum:500 name:PIPELINE_RESTART_DUE_TO_INSTRUCTION_STREAM_PROBE : Pipeline restart due to in…
|
/external/oprofile/events/ppc64/cell-be/ |
D | events | 117 …:0 um:SPU_02_cycles minimum:10000 name:ppln0_instrctn_commit : Pipeline 0 instruction com… 118 …:0 um:SPU_02_cycles minimum:10000 name:ppln1_instrctn_commit : Pipeline 1 instruction com…
|
/external/llvm/docs/ |
D | WritingAnLLVMPass.rst | 1061 #. **Pipeline the execution of passes on the program.** The ``PassManager``
|
D | WritingAnLLVMBackend.rst | 223 // Pass Pipeline Configuration
|