Home
last modified time | relevance | path

Searched defs:pipe_err (Results 1 – 3 of 3) sorted by relevance

/external/llvm/utils/lit/lit/
DShCommands.py39 def __init__(self, commands, negate=False, pipe_err=False): argument
/external/swiftshader/third_party/LLVM/utils/lit/lit/
DShCommands.py39 def __init__(self, commands, negate=False, pipe_err=False): argument
/external/python/cpython2/Modules/
Dposixmodule.c4761 int file_count, i, pipe_err; in _PyPopen() local