Home
last modified time | relevance | path

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

/aosp_15_r20/external/toolchain-utils/cros_utils/
H A Dlogger.py106 def LogStartDots(self, print_to_console=True): argument
113 def LogAppendDot(self, print_to_console=True): argument
119 def LogEndDots(self, print_to_console=True): argument
131 def _GetStdout(self, print_to_console): argument
136 def _GetStderr(self, print_to_console): argument
150 def LogCmd(self, cmd, machine="", user=None, print_to_console=True): argument
162 def LogFatal(self, msg, print_to_console=True): argument
173 def LogError(self, msg, print_to_console=True): argument
178 def LogWarning(self, msg, print_to_console=True): argument
185 def LogOutput(self, msg, print_to_console=True): argument
[all …]
H A Dcommand_executer.py72 print_to_console=True, argument
292 print_to_console=True, argument
391 print_to_console=True, argument
510 print_to_console=True, argument
757 print_to_console=True, argument
/aosp_15_r20/external/toolchain-utils/crosperf/
H A Dbenchmark_run_unittest.py169 def MockLogOutput(msg, print_to_console=False): argument
174 def MockLogError(msg, print_to_console=False): argument