Home
last modified time | relevance | path

Searched refs:log_result (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/build/android/pylib/
Dandroid_commands.py713 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/
Dperf_control.py25 PerfControl._KERNEL_MAX, log_result=False)
/external/chromium_org/tools/telemetry/telemetry/core/platform/
Dandroid_platform_backend.py136 log_result=True)