HomeSort by relevance Sort by last modified time
    Searched refs:adb (Results 51 - 75 of 178) sorted by null

1 23 4 5 6 7 8

  /external/chromium_org/build/android/pylib/instrumentation/
test_package.py 37 def Install(self, adb):
38 adb.ManagedInstall(self.GetApkPath(), package_name=self.GetPackageName())
test_runner.py 76 self.test_pkg.Install(self.adb)
90 self.adb.WaitForSdCardReady(20)
92 self.adb.PushIfNeeded(
94 os.path.join(self.adb.GetExternalStorage(), p))
104 self.adb.PushIfNeeded(host_test_files_path,
105 self.adb.GetExternalStorage() + '/' +
120 self.adb.TakeScreenshot(screenshot_name)
125 if not self.adb.IsRootEnabled():
129 if self.adb.SetJavaAssertsEnabled(True):
130 self.adb.Reboot(full_reboot=False
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
tcmalloc_heap_profiler.py 36 # This profiler requires adb root to set properties.
37 self._browser_backend.adb.Adb().EnableAdbRoot()
39 device_property = self._browser_backend.adb.RunShellCommand(
44 self._browser_backend.adb.RunShellCommand(
47 if not self._browser_backend.adb.Adb().FileExistsOnDevice(
49 self._browser_backend.adb.RunShellCommand(
51 self._browser_backend.adb.RunShellCommand(
58 self._browser_backend.adb.Adb().Adb().Pull
    [all...]
java_heap_profiler.py 42 self._browser_backend.adb.Adb().Adb().Pull(
44 self._browser_backend.adb.RunShellCommand(
63 self._browser_backend.adb.RunShellCommand('am dumpheap %s %s' %
71 f = self._browser_backend.adb.Adb().ListPathContents(file_name)
  /pdk/apps/CameraITS/build/
envsetup.sh 23 command -v adb >/dev/null 2>&1 || \
24 echo ">> Require adb executable to be in path" >&2
  /system/core/init/
grab-bootchart.sh 18 adb pull $LOGROOT/$f $TMPDIR/$f 2>&1 > /dev/null
  /external/chromium_org/build/android/pylib/monkey/
test_runner.py 39 return self.adb.RunShellCommand(' '.join(cmd), timeout_time=timeout_ms)
50 self.adb.StartActivity(self.options.package_name,
58 before_pids = self.adb.ExtractPid(self.options.package_name)
64 after_pids = self.adb.ExtractPid(self.options.package_name)
  /system/core/adb/
Android.mk 3 # Android.mk for adb
8 # adb host tool
54 adb.c \
79 LOCAL_MODULE := adb
104 adb.c \
137 # adb host tool for device-as-host
145 adb.c \
173 LOCAL_MODULE := adb
  /external/chromium_org/build/android/
adb_device_functions.sh 10 # Run an adb command on all connected device in parallel.
19 echo "Usage: adb_all <adb command>. Quoting is optional."
41 echo 'Usage: adb_device_loop "echo $DEVICE: $(adb root &&' \
42 'adb shell cat /data/local.prop)"'
51 DEV_TYPE=$(adb -s $DEVICE shell getprop ro.product.device | sed 's/\r//')
57 # Erases data from any devices visible on adb. To preserve a device,
59 # 1) Reboot it into fastboot with 'adb reboot bootloader'
66 if [[ -z $(which adb) || -z $(which fastboot) ]]; then
67 echo "aborting: adb and fastboot not in path"
105 echo "You can put a device in fastboot using adb reboot bootloader
    [all...]
adb_profile_chrome 13 # (e.g. 'adb' is on your path).
40 adb shell am broadcast -a $PACKAGE.$INTENT $*
44 TRACE_FILE=$(adb logcat -d | \
53 adb pull $TRACE_FILE 2> /dev/null
  /external/chromium_org/build/android/pylib/base/
base_test_runner.py 44 self.adb = android_commands.AndroidCommands(device=device)
45 self.tool = CreateTool(tool, self.adb)
50 self.flags = FlagChanger(self.adb)
64 self.adb.SetFileContents(self.adb.GetExternalStorage() + '/' +
92 push_size_before = self.adb.GetPushSizeInfo()
96 push_size_after = self.adb.GetPushSizeInfo()
110 self.adb.RemovePushedFiles()
133 Forwarder.Map(port_pairs, self.adb, self.build_type, self.tool)
138 Forwarder.UnmapDevicePort(device_port, self.adb)
    [all...]
  /external/chromium_org/build/android/pylib/gtest/
test_runner.py 55 self.test_package.Install(self.adb)
59 self.test_package.Install(self.adb)
60 return self.test_package.GetAllTests(self.adb)
64 self.adb.WaitForSdCardReady(20)
67 device_dir = self.adb.GetExternalStorage()
73 self.adb.PushIfNeeded(
131 if not self.adb.IsOnline():
148 ret_code = self.test_package.GetGTestReturnCode(self.adb)
163 self.test_package.ClearApplicationState(self.adb)
165 self.adb, test, self._test_arguments
    [all...]
  /external/chromium_org/build/android/pylib/uiautomator/
test_runner.py 49 self.test_pkg.Install(self.adb)
57 self.adb.ClearApplicationState(self.package_name)
62 return self.adb.RunUIAutomatorTest(
  /frameworks/compile/libbcc/gdb_plugin/
android-commands.py 42 # ADB - Basic ADB wrapper, far from complete
96 class ADB:
98 Python class implementing a basic ADB wrapper for useful commands.
99 Uses subprocess to invoke adb.
113 'out', 'host', 'linux-x86', 'bin', 'adb')
152 raise gdb.GdbError("Error starting background adb " + str(largs))
154 raise gdb.GdbError("Unknown error starting background adb " + str(largs))
166 raise gdb.GdbError("Error starting adb " + str(largs))
168 raise gdb.GdbError("Unknown error starting adb " + str(largs)
760 adb = ADB(verbose=be_verbose) variable
    [all...]
  /art/
Android.mk 66 adb remount
67 adb shell rm $(ART_NATIVETEST_DIR)/*.odex
68 adb shell rm $(ART_NATIVETEST_DIR)/*.oat
69 adb shell rm $(ART_NATIVETEST_DIR)/*.art
70 adb shell rm $(ART_TEST_DIR)/*.odex
71 adb shell rm $(ART_TEST_DIR)/*.oat
72 adb shell rm $(ART_TEST_DIR)/*.art
73 adb shell rm $(DALVIK_CACHE_DIR)/*.dex
74 adb shell rm $(DALVIK_CACHE_DIR)/*.oat
75 adb shell rm $(DALVIK_CACHE_DIR)/*.ar
    [all...]
  /prebuilts/devtools/tools/lib/
chimpchat.jar 
  /external/chromium_org/chrome/test/chromedriver/chrome/
device_manager_unittest.cc 10 #include "chrome/test/chromedriver/chrome/adb.h"
17 class FakeAdb : public Adb {
72 FakeAdb adb; local
73 DeviceManager device_manager(&adb);
86 FakeAdb adb; local
87 DeviceManager device_manager(&adb);
101 FakeAdb adb; local
102 DeviceManager device_manager(&adb);
device_manager.h 17 class Adb;
36 Adb* adb,
41 Adb* adb_;
49 explicit DeviceManager(Adb* adb);
68 Adb* adb_;
  /cts/apps/CtsVerifier/
Android.mk 43 cts-verifier: CtsVerifier adb
44 adb install -r $(PRODUCT_OUT)/data/app/CtsVerifier.apk \
45 && adb shell "am start -n com.android.cts.verifier/.CtsVerifierActivity"
  /system/extras/tests/bionic/libc/
run-test.sh 27 ADB_CMD=adb
43 --adb=*)
64 echo "Run one C library test on a device/emulator through ADB."
70 echo " --adb=<file> Specify adb executable for device tests"
121 # Run a command in ADB and return 0 in case of success, or 1 otherwise.
122 # This is needed because "adb shell" does not return the proper status
164 set_adb_cmd_log $TMPDIR/adb.log.txt
  /build/target/board/generic_x86/
device.mk 23 ro.adb.qemud=1
  /build/
envsetup.sh 808 adb shell ps \
825 local PID=`adb shell ps \
862 if adb shell ls -l /proc/$PID/exe | grep -q /system/bin/app_process ; then
869 adb shell mv $TRACES $ORIG
872 adb shell touch $TRACES
873 adb shell chmod 666 $TRACES
876 adb shell kill -3 $PID
877 adb shell notify $TRACES >/dev/null
880 adb shell mv $TRACES $TMP
881 adb shell mv $ORIG $TRACE
    [all...]
  /development/build/
product_sdk.mk 31 adb \
  /external/chromium_org/build/android/pylib/
fake_dns.py 17 def __init__(self, adb, build_type):
20 adb: the AndroidCommands to use.
23 self._adb = adb
39 ['adb', '-s', self._adb._adb.GetSerialNumber(),
  /external/chromium_org/v8/tools/
android-sync.sh 70 local ANDROID_HASH=$(adb shell "md5 \"$ANDROID_V8/$FILE\"")
73 adb push "$HOST_V8/$FILE" "$ANDROID_V8/$FILE" &> /dev/null

Completed in 976 milliseconds

1 23 4 5 6 7 8