/external/chromium_org/build/android/pylib/ |
D | valgrind_tools.py | 36 adb.RunShellCommand('rm %s' % path) 128 self._adb.RunShellCommand('setprop %s "logwrapper %s"' % ( 134 self._adb.RunShellCommand('setprop %s ""' % (prop,)) 156 self._adb.RunShellCommand('rm -r %s; mkdir %s' % 158 self._adb.RunShellCommand('rm -r %s; mkdir %s' % 169 self._adb.RunShellCommand('chmod 777 /data/local/tmp') 171 self._adb.RunShellCommand('setprop %s "logwrapper %s"' % ( 178 self._adb.RunShellCommand('setprop %s ""' % (prop,))
|
D | android_commands.py | 303 root_test_output = self.RunShellCommand('ls /root') or [''] 326 return self.RunShellCommand('date +%Y')[0] 330 self._external_storage = self.RunShellCommand('echo $EXTERNAL_STORAGE')[0] 358 self.RunShellCommand('stop') 359 self.RunShellCommand('start') 584 output = self.RunShellCommand('ls ' + external_storage) 626 def RunShellCommand(self, command, timeout_time=20, log_result=False): member in AndroidCommands 658 lines = self.RunShellCommand( 687 self.RunShellCommand(cmd) 778 self.RunShellCommand(cmd) [all …]
|
D | screenshot.py | 34 adb.RunShellCommand('/system/bin/screencap -p %s' % device_file) 36 adb.RunShellCommand('rm -f "%s"' % device_file) 99 self._adb.RunShellCommand('kill -SIGINT ' + ' '.join(self._recorder_pids)) 109 self._adb.RunShellCommand('rm -f "%s"' % self._device_file)
|
D | flag_changer.py | 113 self._adb.RunShellCommand('rm ' + self._cmdline_file)
|
/external/chromium_org/build/android/gyp/util/ |
D | build_device.py | 31 def RunShellCommand(self, *args, **kwargs): member in BuildDevice 32 return self.adb.RunShellCommand(*args, **kwargs) 62 cmd_output = adb.RunShellCommand(cmd) 69 cmd_output = adb.RunShellCommand(cmd)
|
/external/chromium_org/build/android/gyp/ |
D | create_device_library_links.py | 29 def RunShellCommand(device, cmd): function 30 output = device.RunShellCommand(cmd) 68 RunShellCommand(device, mkdir_cmd) 80 RunShellCommand(device, trigger_cmd)
|
D | push_libraries.py | 42 device.RunShellCommand('mkdir -p ' + options.device_dir)
|
D | apk_install.py | 29 output = device.RunShellCommand('ls -l /data/app/')
|
/external/chromium_org/tools/telemetry/telemetry/core/backends/ |
D | android_rndis.py | 71 self._adb.RunShellCommand('route add default gw %s dev %s' % 85 config = self._adb.RunShellCommand('netcfg') 157 self._adb.RunShellCommand('rm %s.log' % script_prefix) 158 self._adb.RunShellCommand('. %s.sh' % script_prefix) 215 addresses += [line.split()[2] for line in adb.RunShellCommand('netcfg') 296 self._adb.RunShellCommand('ifconfig %s %s netmask %s up' % 324 routes = self._adb.RunShellCommand('cat /proc/net/route')[1:] 351 self._adb.RunShellCommand('ndc netd resolver setifdns %s %s %s' % 354 self._adb.RunShellCommand('ndc netd resolver setdefaultif %s' % iface)
|
D | adb_commands.py | 77 def RunShellCommand(self, command, timeout_time=20, log_result=False): member in AdbCommands 91 return self._adb.RunShellCommand(command, timeout_time, log_result)
|
/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/ |
D | java_heap_profiler.py | 44 self._browser_backend.adb.RunShellCommand( 61 self._browser_backend.adb.RunShellCommand( 63 self._browser_backend.adb.RunShellCommand( 70 self._browser_backend.adb.RunShellCommand('am dumpheap %s %s' %
|
D | tcmalloc_heap_profiler.py | 45 self._browser_backend.adb.RunShellCommand( 47 self._browser_backend.adb.RunShellCommand( 56 self._browser_backend.adb.RunShellCommand(
|
D | perf_profiler.py | 40 browser_backend.adb.RunShellCommand( 58 self._browser_backend.adb.Adb().RunShellCommand( 95 self._browser_backend.adb.Adb().RunShellCommand('ls /data/app-lib'))
|
D | tcpdump_profiler.py | 30 self._adb.RunShellCommand('mkdir -p ' + 44 self._adb.RunShellCommand('kill -term ' + tcpdump_pid[0])
|
D | android_prebuilt_profiler_helper.py | 39 adb.Adb().RunShellCommand('chmod 777 ' + GetDevicePath(profiler_binary))
|
D | netlog_profiler.py | 40 self._browser_backend.adb.Adb().RunShellCommand('rm %s' % output_file)
|
D | v8_profiler.py | 42 self._browser_backend.adb.Adb().RunShellCommand('rm %s' % output_file)
|
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/ |
D | android_browser_backend.py | 91 self.adb.RunShellCommand('cp -r %s/* %s' % (saved_profile_location, 95 dumpsys = self.adb.RunShellCommand('dumpsys package %s' % self.package) 103 self.adb.RunShellCommand('chown %s.%s %s' % 262 self._adb.RunShellCommand('logcat -c') 378 return '\n'.join(self._adb.RunShellCommand('logcat -d -t 500'))
|
/external/chromium_org/build/android/pylib/perf/ |
D | thermal_throttle.py | 91 log = self._adb.RunShellCommand('dmesg -c') 117 dumpsys_log = self._adb.RunShellCommand('dumpsys battery')
|
D | surface_stats_collector.py | 212 results = self._adb.RunShellCommand( 255 results = self._adb.RunShellCommand( 293 results = self._adb.RunShellCommand('service call SurfaceFlinger 1013')
|
/external/chromium_org/build/android/ |
D | tombstones.py | 32 lines = adb.RunShellCommand('TZ=UTC su -c ls -a -l /data/tombstones') 50 device_now_string = adb.RunShellCommand('TZ=UTC date')
|
D | host_heartbeat.py | 25 android_cmd.RunShellCommand('touch /sdcard/host_heartbeat')
|
/external/chromium_org/build/android/pylib/gtest/ |
D | test_package_apk.py | 58 adb.RunShellCommand('rm -f ' + self._GetFifo()) 87 adb.RunShellCommand(
|
/external/chromium_org/tools/telemetry/telemetry/core/platform/ |
D | android_platform_backend.py | 95 for line in self._adb.RunShellCommand('dumpsys meminfo', log_result=False): 164 self._adb.RunShellCommand('am start ' + parameters + ' ' + application) 270 ps = self._adb.RunShellCommand(command, log_result=False)[1:]
|
/external/chromium_org/build/android/pylib/monkey/ |
D | test_runner.py | 43 return self.adb.RunShellCommand(' '.join(cmd), timeout_time=timeout_ms)
|