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

  /external/devlib/devlib/
host.py 58 def execute(self, command, timeout=None, check_exit_code=True,
66 ignore = None if check_exit_code else 'all'
target.py 312 def execute(self, command, timeout=None, check_exit_code=True, as_root=False):
313 return self.conn.execute(command, timeout, check_exit_code, as_root)
404 self.execute('echo {} > \'{}\''.format(value, path), check_exit_code=False, as_root=True)
617 def read_tree_values_flat(self, path, depth=1, check_exit_code=True):
620 check_exit_code=check_exit_code)
629 def read_tree_values(self, path, depth=1, dictcls=dict, check_exit_code=True):
630 value_map = self.read_tree_values_flat(path, depth, check_exit_code)
650 def _execute_util(self, command, timeout=None, check_exit_code=True, as_root=False):
652 return self.conn.execute(command, timeout, check_exit_code, as_root
    [all...]
  /external/devlib/devlib/utils/
ssh.py 186 def execute(self, command, timeout=None, check_exit_code=True,
198 if check_exit_code:
459 check_exit_code=False):
481 def execute(self, command, timeout=1000, check_exit_code=True,
490 check_exit_code=check_exit_code,
680 def _gem5_shell(self, command, as_root=False, timeout=None, check_exit_code=True, sync=True): # pylint: disable=R0912
736 if check_exit_code:
738 timeout=timeout, check_exit_code=False,
    [all...]
android.py 250 def execute(self, command, timeout=None, check_exit_code=False,
252 return adb_shell(self.device, command, timeout, check_exit_code,
369 def adb_shell(device, command, timeout=None, check_exit_code=False,
398 if check_exit_code:
  /external/lisa/libs/utils/android/
system.py 73 target.target.execute(cmd, as_root=True, check_exit_code=False)
190 target.execute('logcat -c', check_exit_code=False)
  /external/devlib/devlib/module/
cpuidle.py 100 values_tree = self.target.read_tree_values(basepath, depth=4, check_exit_code=False)
  /external/lisa/libs/utils/android/workloads/
jankbench.py 235 while (db_adb not in self._target.execute('ls {}'.format(db_adb), check_exit_code=False)):
  /external/devlib/devlib/platform/
gem5.py 275 target.execute('reset', check_exit_code=False)

Completed in 215 milliseconds