Searched refs:Pipeline (Results 1 - 11 of 11) sorted by relevance

/external/llvm/utils/lit/lit/
H A DShUtil.py4 from ShCommands import Command, Pipeline, Seq namespace
230 return Pipeline(commands, negate)
290 Pipeline([Command(['echo', 'hello'], [])], False))
292 Pipeline([Command(['echo', ''], [])], False))
294 Pipeline([Command(['echo', '-DFOO=a'], [])], False))
296 Pipeline([Command(['echo', '-DFOO=a'], [])], False))
300 Pipeline([Command(['echo', 'hello'],
303 Pipeline([Command(['echo', 'hello'], [(('>',), 'c'),
306 Pipeline([Command(['a'], [(('>&',2), '1')])], False))
310 Pipeline([Comman
[all...]
H A DTclUtil.py3 from ShCommands import Command, Pipeline namespace
225 return Pipeline(commands, False, pipe_err=True)
301 Pipeline([Command(['echo', 'hello'], [])],
305 Pipeline([Command(['echo', 'hello'], []),
312 Pipeline([Command(['echo', 'hello'],
H A DShCommands.py38 class Pipeline: class in inherits:
45 return 'Pipeline(%r, %r, %r)' % (self.commands, self.negate,
49 if not isinstance(other, Pipeline):
H A DTestRunner.py116 assert isinstance(cmd, ShUtil.Pipeline)
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DPipeline.java43 public class Pipeline extends InputStream { class in inherits:InputStream
59 Pipeline pipeline;
63 protected MyTimer(Pipeline pipeline) {
122 public Pipeline(InputStream pipe, int readTimeout, Timer timer) { method in class:Pipeline
H A DPipelinedMsgParser.java74 private Pipeline rawInputStream;
106 Pipeline in, boolean debug, int maxMessageSize) {
126 public PipelinedMsgParser(SIPMessageListener mhandler, Pipeline in,
138 public PipelinedMsgParser(Pipeline in) {
213 Pipeline inputStream = this.rawInputStream;
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DTCPMessageChannel.java592 Pipeline hispipe = null;
594 hispipe = new Pipeline(myClientInputStream, sipStack.readTimeout,
H A DTLSMessageChannel.java572 Pipeline hispipe = null;
574 hispipe = new Pipeline(myClientInputStream, sipStack.readTimeout,
/external/chromium/webkit/glue/
H A Dwebmediaplayer_impl.h302 scoped_refptr<media::Pipeline> pipeline_;
308 // TODO(scherkus): we have these because Pipeline favours the simplicity of a
/external/oprofile/events/x86-64/family11h/
H A Devents70 event:0x86 counters:0,1,2,3 um:zero minimum:500 name:PIPELINE_RESTART_DUE_TO_INSTRUCTION_STREAM_PROBE : Pipeline restart due to instruction stream probe
/external/oprofile/events/x86-64/hammer/
H A Devents70 event:0x86 counters:0,1,2,3 um:zero minimum:500 name:PIPELINE_RESTART_DUE_TO_INSTRUCTION_STREAM_PROBE : Pipeline restart due to instruction stream probe

Completed in 1445 milliseconds