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

  /system/core/adb/
adb_client.h 16 int adb_command(const char *service);
adb_client.c 295 int adb_command(const char *service) function
commandline.c     [all...]
  /development/tools/labpretest/
labpretest.sh 255 adb_command() function
419 adb_command wait-for-device
520 adb_command root
533 adb_command root
535 adb_command shell setprop ro.test_harness 1
563 adb_command shell svc power stayon true
  /external/chromium_org/tools/gyp/test/lib/
TestGyp.py 567 adb_command = [self._adb_path]
569 adb_command += ['-s', self._device_serial]
573 adb_command += command
574 if subprocess.call(adb_command, stdout=adb_out, stderr=adb_err) != 0:
575 self._adb_failure(adb_command, None, adb_out, adb_err)
585 self._adb_failure(adb_command, 'unexpected output format',
588 self._adb_failure(adb_command, 'exited with %d' % rc, adb_out,
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
android.py 257 result = self._executive.run_command(self.adb_command() + command, error_handler=error_handler, debug_logging=self._debug_logging)
266 def adb_command(self): member in class:AndroidCommands
725 cmd = self._android_commands.adb_command() + ['shell', 'perf', 'record', '-g', '-p', pid, 'sleep', 30]
    [all...]
android_unittest.py 136 self.assertEquals(['adb', '-s', '123456789ABCDEF0'], android_commands.adb_command())

Completed in 244 milliseconds