Home
last modified time | relevance | path

Searched refs:adb (Results 1 – 25 of 30) sorted by relevance

12

/development/scripts/
Dgdbclient17 local candidate=`adb shell getprop ro.hardware | tr -d '\r\n'`
20 candidate=`adb shell getprop ro.product.device | tr -d '\r\n'`
27 …echo `adb shell cat /proc/$1/status | grep -e "^TracerPid:" | sed "s/^TracerPid:\t//" | tr -d '\r\…
101 local ID=`adb shell id -u`
107 local EXE=`adb shell readlink /proc/$PID/exe | tr -d '\r\n'`
117 adb pull $EXE $LOCAL_EXE_PATH
132 adb pull /system/bin/linker$USE64BIT $SYMBOLS_DIR/system/bin/linker$USE64BIT
151 local CPU_ABI=`adb shell getprop ro.product.cpu.abilist | tr -d '\r\n'`
160 adb forward tcp:$PORT tcp:$PORT
162 adb shell gdbserver$USE64BIT :$PORT --attach $PID &
[all …]
Dacov71 adb pull /data/local/tmp/gcov
Dgdbclient.py18 import adb
145 except adb.ShellError:
/development/samples/UiAutomator/
DREADME9 # adb push uiautomator.samples.jar /data/local/tmp
10 …# adb shell uiautomator runtest uiautomator.samples.jar -c com.android.test.uiautomator.demos.Laun…
21 # adb push uiautomator.samples.jar /data/local/tmp
22 …# adb shell uiautomator runtest uiautomator.samples.jar -c com.android.test.uiautomator.demos.LogB…
30 # adb push uiautomator.samples.jar /data/local/tmp
31 …# adb shell uiautomator runtest uiautomator.samples.jar -c com.android.test.uiautomator.demos.SetT…
/development/python-packages/gdbrunner/
D__init__.py19 import adb
68 result.device = adb.get_device(adb_path=adb_path)
70 result.device = adb.get_usb_device(adb_path=adb_path)
72 result.device = adb.get_emulator_device(adb_path=adb_path)
74 result.device = adb.get_device(result.serial, adb_path=adb_path)
75 except (adb.DeviceNotFoundError, adb.NoUniqueDeviceError, RuntimeError):
221 except adb.ShellError:
232 except adb.ShellError:
/development/perftests/panorama/
DREADME.txt3 1) adb push $OUT/data/local/tmp/panorama_bench /data/local/tmp
4 2) adb push input /data/panorama_input
5 3) adb shell /data/local/tmp/panorama_bench /data/panorama_input/test /data/panorama.ppm
30 1) adb pull /data/panorama.ppm .
/development/samples/USB/AdbTest/
DREADME.txt1 AdbTest is a sample program that implements a subset of the adb USB protocol.
2 Currently it only implements the "adb logcat" command and displays the log
5 connecting to multiple devices and running multiple adb commands simultaneously.
/development/testrunner/test_defs/
Dinstrumentation_test.py91 def Run(self, options, adb): argument
137 adb_cmd = adb.PreviewInstrumentationCommand(
144 coverage_gen = coverage.CoverageGenerator(adb)
149 self._CheckInstrumentationInstalled(adb)
153 (test_results, status_map) = adb.StartInstrumentationForPackage(
174 self._CheckInstrumentationInstalled(adb)
175 adb.StartInstrumentationNoResults(package_name=self.GetPackageName(),
182 def _CheckInstrumentationInstalled(self, adb): argument
183 if not adb.IsInstrumentationInstalled(self.GetPackageName(),
Dnative_test.py34 def Run(self, options, adb): argument
88 output = adb.SendShellCommand("'%s 2>&1;echo -n exit code:$?'" %
100 adb.SendShellCommand("rm %s" % full_path)
Dgtest.py45 def Run(self, options, adb): argument
52 shell_cmd = adb.PreviewShellCommand(self.GetTargetExecPath())
Dtest_suite.py108 def Run(self, options, adb): argument
/development/samples/SupportVectorDrawable/animated/
Drundemo.sh3 adb install -r $OUT/data/app/SupportAnimatedVectorDrawable/SupportAnimatedVectorDrawable.apk && \
4 adb shell am start -n com.example.android.support.vectordrawable/com.example.android.support.vector…
/development/samples/SupportVectorDrawable/static/
Drundemo.sh3 adb install -r $OUT/data/app/SupportVectorDrawable/SupportVectorDrawable.apk && \
4 adb shell am start -n com.example.android.support.vectordrawable/com.example.android.support.vector…
/development/build/
Dproduct_sdk.mk32 adb \
Dsdk-windows-x86.atree33 rm platform-tools/adb
35 bin/adb.exe strip platform-tools/adb.exe
/development/samples/browseable/WearSpeakerSample/
D_index.jd12 on your watch (using "adb").
/development/tools/templates/
Djava_tests_file.template11 * adb shell am instrument -w \
/development/samples/USB/AdbTest/src/com/android/adb/
DAdbSocket.java17 package com.android.adb;
DAdbTestActivity.java17 package com.android.adb;
54 setContentView(R.layout.adb); in onCreate()
/development/build/tools/
Dpatch_windows_sdk.sh89 for i in fastboot.exe adb.exe AdbWinApi.dll AdbWinUsbApi.dll; do
Dwindows_sdk.mk33 adb \
/development/samples/browseable/AutoBackupForApps/
D_index.jd13 Executing "adb shell bmgr restore com.example.android.autobackup" from a terminal will cause the
/development/cmds/monkey/
DREADME.NETWORK.txt9 Monkey only binds to localhost, so you will need to use adb to setup
17 $ adb forward tcp:1080 tcp:1080
21 $ adb shell monkey --port 1080
/development/tools/labpretest/
DREADME30 The script uses included copies of adb and fastboot which are in in the tools/
32 sub directory and put adb and fastboot in it and make sure they are executable.
/development/ndk/platforms/android-18/samples/gles3jni/
DREADME15 $ adb install bin/GLES3JNIActivity-debug.apk

12