Searched refs:adb_cmd (Results 1 – 7 of 7) sorted by relevance
/external/autotest/client/site_tests/cheets_AppCompatTest/ |
D | cheets_AppCompatTest.py | 60 arc.adb_cmd('uninstall com.hcl.actframework') 61 arc.adb_cmd('uninstall com.hcl.actframework.test') 62 arc.adb_cmd('uninstall %s' % self._pkg_name, ignore_status=True) 101 arc.adb_cmd('push %s /data/local/tmp/com.hcl.actframework' % 106 arc.adb_cmd('push %s ' 112 arc.adb_cmd('push %s /sdcard/' % os.path.join( 120 arc.adb_cmd('bugreport > %s' % os.path.join(self.resultsdir, 129 arc.adb_cmd('pull %s %s' % (screenshot, self.resultsdir), 137 arc.adb_cmd('logcat -d > %s' % os.path.join(self.resultsdir, 182 arc.adb_cmd('logcat -G 16M') [all …]
|
/external/libcxx/utils/libcxx/android/ |
D | executors.py | 30 adb_cmd = ['adb', 'shell'] 32 adb_cmd.extend(['-s', self.serial]) 45 adb_cmd.append(remote_cmd) 51 out, err, exit_code = self.local_run(adb_cmd) 65 return adb_cmd, out, err, exit_code
|
/external/autotest/client/common_lib/cros/ |
D | adb_keepalive.py | 58 adb_cmd = 'adb %s %s' % (adb_option, cmd) 61 output = utils.system_output(adb_cmd, **kwargs) 65 logging.info('Retrying command %s', adb_cmd) 66 logging.debug('%s: %s', adb_cmd, output)
|
D | arc.py | 254 def adb_cmd(cmd, **kwargs): function 269 output = adb_cmd('shell %s' % pipes.quote(cmd), **kwargs) 287 return adb_cmd('install -r -t %s %s' % (flags, apk), 297 return adb_cmd('uninstall %s' % apk) 307 adb_cmd('reboot', ignore_status=True) 323 adb_cmd('root') 434 adb_cmd('pull %s %s' % (pipes.quote(filename), 452 adb_cmd('push %s %s' % (pipes.quote(tmpfile.name),
|
/external/autotest/client/cros/multimedia/ |
D | arc_resource.py | 154 arc.adb_cmd('pull %s %s' % (pipes.quote(self._MICROPHONE_RECORD_PATH), 194 arc.adb_cmd('push %s %s' % (pipes.quote(file_path), 302 arc.adb_cmd('push %s %s' % (pipes.quote(file_path),
|
/external/chromium-trace/catapult/devil/devil/android/ |
D | device_errors.py | 57 adb_cmd = ' '.join(cmd_helper.SingleQuote(arg) for arg in self.args) 58 segments = ['adb %s: failed ' % adb_cmd]
|
/external/autotest/client/site_tests/graphics_Gralloc/ |
D | graphics_Gralloc.py | 47 arc.adb_cmd('-e push %s %s' % (cros_path, sdcard_path))
|