Searched refs:log_result (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/build/android/pylib/ |
D | android_commands.py | 713 def RunShellCommand(self, command, timeout_time=20, log_result=False): argument 738 if log_result: 743 log_result=False): argument 750 command + '; echo %$?', timeout_time, log_result) 1147 def GetFileContents(self, filename, log_result=False): argument 1150 log_result=log_result) 1159 def RunShellCommandWithSU(self, command, timeout_time=20, log_result=False): argument 1160 return self.RunShellCommand('su -c %s' % command, timeout_time, log_result) 1594 for line in self.RunShellCommand('ps', log_result=False): 1629 for line in self.GetFileContents('/proc/diskstats', log_result=False): [all …]
|
/external/chromium_org/build/android/pylib/perf/ |
D | perf_control.py | 25 PerfControl._KERNEL_MAX, log_result=False)
|
/external/chromium_org/tools/telemetry/telemetry/core/platform/ |
D | android_platform_backend.py | 136 log_result=True)
|