Searched refs:parse_pipeline (Results 1 - 5 of 5) sorted by relevance

/external/llvm/utils/lit/lit/
H A DShUtil.py223 def parse_pipeline(self): member in class:ShParser
233 lhs = self.parse_pipeline()
244 lhs = Seq(lhs, operator[0], self.parse_pipeline())
/external/swiftshader/third_party/LLVM/utils/lit/lit/
H A DShUtil.py220 def parse_pipeline(self): member in class:ShParser
233 lhs = self.parse_pipeline()
243 lhs = Seq(lhs, operator[0], self.parse_pipeline())
H A DTclUtil.py198 def parse_pipeline(self): member in class:TclExecCommand
247 return (ignoreStderr, keepNewline, self.parse_pipeline())
H A DTestRunner.py283 cmds.append(TclUtil.TclExecCommand(tokens).parse_pipeline())
/external/toybox/toys/pending/
H A Dsh.c151 static char *parse_pipeline(char *cmdline, struct pipeline *line) function
259 start = parse_pipeline(start, &line);

Completed in 866 milliseconds