Home
last modified time | relevance | path

Searched refs:Pipeline (Results 1 – 19 of 19) sorted by relevance

/external/llvm/utils/lit/lit/
DShUtil.py4 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 …]
DShCommands.py38 class Pipeline: class
49 if not isinstance(other, Pipeline):
DTestRunner.py71 assert isinstance(cmd, ShUtil.Pipeline)
/external/nist-sip/java/gov/nist/javax/sip/parser/
DPipelinedMsgParser.java74 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()
DPipeline.java43 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/
DTLSMessageChannel.java572 Pipeline hispipe = null; in run()
574 hispipe = new Pipeline(myClientInputStream, sipStack.readTimeout, in run()
DTCPMessageChannel.java592 Pipeline hispipe = null; in run()
594 hispipe = new Pipeline(myClientInputStream, sipStack.readTimeout, in run()
/external/chromium/webkit/glue/
Dwebmediaplayer_impl.h302 scoped_refptr<media::Pipeline> pipeline_;
/external/oprofile/events/mips/sb1/
Devents13 # Explaining Sub-Peak Performance: Pipeline Traps
/external/clang/docs/
DDriverInternals.rst158 #. **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/
DTargetItinerary.td29 // Pipeline bypass / forwarding - These values specifies the symbolic names of
/external/ppp/pppd/plugins/radius/etc/
Ddictionary.ascend11 # Used by ASCEND MAX/Pipeline products
166 # Used by ASCEND MAX/Pipeline products (see above)
/external/oprofile/events/x86-64/family11h/
Devents70 …ero minimum:500 name:PIPELINE_RESTART_DUE_TO_INSTRUCTION_STREAM_PROBE : Pipeline restart due to in…
/external/oprofile/events/x86-64/hammer/
Devents70 …ero minimum:500 name:PIPELINE_RESTART_DUE_TO_INSTRUCTION_STREAM_PROBE : Pipeline restart due to in…
/external/llvm/lib/Target/ARM/
DARMScheduleA8.td151 // Load multiple, def is the 5th operand. Pipeline 0 only.
229 // Store multiple. Pipeline 0 only.
/external/oprofile/events/x86-64/family10/
Devents89 …ero minimum:500 name:PIPELINE_RESTART_DUE_TO_INSTRUCTION_STREAM_PROBE : Pipeline restart due to in…
/external/oprofile/events/ppc64/cell-be/
Devents117 …: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/
DWritingAnLLVMPass.rst1061 #. **Pipeline the execution of passes on the program.** The ``PassManager``
DWritingAnLLVMBackend.rst223 // Pass Pipeline Configuration