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

/macosx-10.10/llvmCore-3425.0.34/utils/lit/lit/
H A DShUtil.py4 from ShCommands import Command, Pipeline, Seq
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
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.py70 assert isinstance(cmd, ShUtil.Pipeline)

Completed in 66 milliseconds