HomeSort by relevance Sort by last modified time
    Searched refs:term_stream (Results 1 - 2 of 2) sorted by null

  /external/llvm/utils/lit/lit/
ProgressBar.py 89 def __init__(self, term_stream=sys.stdout):
93 `term_stream` is the stream that will be used for terminal
102 if not term_stream.isatty(): return
  /external/swiftshader/third_party/LLVM/utils/lit/lit/
ProgressBar.py 85 def __init__(self, term_stream=sys.stdout):
89 `term_stream` is the stream that will be used for terminal
98 if not term_stream.isatty(): return

Completed in 189 milliseconds