Lines Matching refs:flush
94 def _WriteTo(self, fd, msg, flush): argument
97 if flush:
98 fd.flush()
103 term_fd.flush()
105 term_fd.flush()
111 term_fd.flush()
117 term_fd.flush()
119 def LogMsg(self, file_fd, term_fd, msg, flush=True): argument
121 self._WriteTo(file_fd, msg, flush)
123 self._WriteTo(term_fd, msg, flush)
140 flush = True
142 self._WriteTo(self.cmdfd, cmd_string, flush)
188 flush=False)
194 flush=False)
197 self.cmdfd.flush()
198 self.stdout.flush()
199 self.stderr.flush()
325 flush=False)
331 flush=False)