/external/qemu/docs/ |
ANDROID-ADB-QEMU.TXT | 0 ADB COMMUNICATION OVER QEMUD SERVICE 6 In certain cases ADB communication over TCP port forwarding might be unreliable. 8 network connections, in which case connection between the ADB host, and ADB 9 daemon running in the guest will be broken, and will not be reestablish until ADB 10 host is killed, and then restarted. To address this issue ADB communication has 12 ADB daemon running in the guest. 18 There are two major components implemented in the emulator to support ADB 21 1. ADB server. 22 2. ADB QEMUD service (or ADB client) [all...] |
/external/srec/config/en.us/ |
adb_pull_system_usr_srec_bothtags5.sh | 5 adb pull $TESTDIR/config/en.us/out_SHIP_bothtags5.txt out_SHIP_bothtags5.txt 6 adb pull $TESTDIR/config/en.us/recog4_SHIP_bothtags5.res recog4_SHIP_bothtags5.res 8 adb pull $TESTDIR/config/en.us/linux_ship_a1__VCE_Pete_Gonzalez.raw linux_ship_a1__VCE_Pete_Gonzalez.raw 9 adb pull $TESTDIR/config/en.us/linux_ship_a2__VCE_Andrew_Evans.raw linux_ship_a2__VCE_Andrew_Evans.raw 10 adb pull $TESTDIR/config/en.us/linux_ship_a3__VCE_Peter_Wilson.raw linux_ship_a3__VCE_Peter_Wilson.raw 11 adb pull $TESTDIR/config/en.us/linux_ship_a4__VCE_Edgar_Young.raw linux_ship_a4__VCE_Edgar_Young.raw 12 adb pull $TESTDIR/config/en.us/linux_ship_a5__VCE_John_Martinez.raw linux_ship_a5__VCE_John_Martinez.raw
|
adb_pull_system_usr_srec_bothtags5_from_saved.sh | 5 adb pull $TESTDIR/config/en.us/out_SHIP_bothtags5_from_saved.txt out_SHIP_bothtags5_from_saved.txt 6 adb pull $TESTDIR/config/en.us/recog4_SHIP_bothtags5_from_saved.res recog4_SHIP_bothtags5_from_saved.res 8 adb pull $TESTDIR/config/en.us/linux_ship_a1__VCE_Pete_Gonzalez_from_saved.raw linux_ship_a1__VCE_Pete_Gonzalez_from_saved.raw 9 adb pull $TESTDIR/config/en.us/linux_ship_a2__VCE_Andrew_Evans_from_saved.raw linux_ship_a2__VCE_Andrew_Evans_from_saved.raw 10 adb pull $TESTDIR/config/en.us/linux_ship_a3__VCE_Peter_Wilson_from_saved.raw linux_ship_a3__VCE_Peter_Wilson_from_saved.raw 11 adb pull $TESTDIR/config/en.us/linux_ship_a4__VCE_Edgar_Young_from_saved.raw linux_ship_a4__VCE_Edgar_Young_from_saved.raw 12 adb pull $TESTDIR/config/en.us/linux_ship_a5__VCE_John_Martinez_from_saved.raw linux_ship_a5__VCE_John_Martinez_from_saved.raw 14 adb pull $TESTDIR/config/en.us/bothtags5_saved.g2g bothtags5_saved.g2g
|
adb_pull_system_usr_srec_change_sample_rate2.sh | 5 adb pull $TESTDIR/config/en.us/out_SHIP_change_sample_rate2.txt out_SHIP_change_sample_rate2.txt 6 adb pull $TESTDIR/config/en.us/recog4_SHIP_change_sample_rate2.res recog4_SHIP_change_sample_rate2.res
|
adb_pull_system_usr_srec_set_get_param.sh | 5 adb pull $TESTDIR/config/en.us/out_SHIP_set_get_param.txt out_SHIP_set_get_param.txt 6 adb pull $TESTDIR/config/en.us/recog4_SHIP_set_get_param.res recog4_SHIP_set_get_param.res
|
/frameworks/native/opengl/libs/GLES_trace/ |
dev.make | 10 adb root 11 adb remount 12 adb shell stop 13 adb sync 14 adb shell start
|
/development/host/windows/prebuilt/usb/ |
Android.mk | 12 .PHONY : kill-adb 14 $(LOCAL_PATH)/AdbWinApi.dll : kill-adb 16 kill-adb: 17 @echo "Killing adb server so we can replace AdbWinApi.dll" 18 @adb kill-server || echo "adb appears to be missing"
|
/frameworks/base/packages/Keyguard/scripts/ |
copy_profile_icons.sh | 3 for user in `adb $* shell ls /data/system/users | grep -v xml` 6 adb shell mkdir /data/user/${user}/users 7 for photo in `adb $* shell ls /data/system/users | grep -v xml` 10 adb shell mkdir /data/user/${user}/users/${photo} 11 adb pull /data/system/users/${photo}/photo.png 12 adb push photo.png /data/user/${user}/users/${photo}
|
/external/chromium_org/build/android/pylib/gtest/ |
test_package_apk.py | 42 def _CreateCommandLineFileOnDevice(self, adb, options): 47 adb.PushIfNeeded(command_line_file.name, 57 def _ClearFifo(self, adb): 58 adb.RunShellCommand('rm -f ' + self._GetFifo()) 60 def _WatchFifo(self, adb, timeout, logfile=None): 62 if adb.FileExistsOnDevice(self._GetFifo()): 69 args = shlex.split(adb.Adb()._target_arg) 71 return pexpect.spawn('adb', args, timeout=timeout, logfile=logfile) 73 def _StartActivity(self, adb) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
adb.h | 2 * Definitions for ADB (Apple Desktop Bus) support. 7 /* ADB commands */ 13 /* ADB default device IDs (upper 4 bits of ADB command byte) */ 24 /* The kind of ADB request. The controller may emulate some 35 /* ADB queries */ 38 * Query ADB slot for device presence
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
adb.h | 2 * Definitions for ADB (Apple Desktop Bus) support. 7 /* ADB commands */ 13 /* ADB default device IDs (upper 4 bits of ADB command byte) */ 24 /* The kind of ADB request. The controller may emulate some 35 /* ADB queries */ 38 * Query ADB slot for device presence
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
adb.h | 2 * Definitions for ADB (Apple Desktop Bus) support. 7 /* ADB commands */ 13 /* ADB default device IDs (upper 4 bits of ADB command byte) */ 24 /* The kind of ADB request. The controller may emulate some 35 /* ADB queries */ 38 * Query ADB slot for device presence
|
/cts/suite/audio_quality/lib/src/ |
Adb.cpp | 19 #include "Adb.h" 21 Adb::Adb(const android::String8& device) 27 Adb::~Adb() 32 bool Adb::setPortForwarding(int hostPort, int devicePort) 44 bool Adb::launchClient(const android::String8& clientBinary, const android::String8& component) 63 /** @param command ADB command except adb -s XYZW */ 64 int Adb::executeCommand(const android::String8& command [all...] |
/external/zlib/src/contrib/ada/ |
zlib.gpr | 6 for Main use ("test.adb", "mtest.adb", "read.adb", "buffer_demo");
|
/frameworks/base/tests/CoreTests/ |
run_junit.sh | 1 # runs unit tests over adb shell using dalvikvm. The value added is setting the classpath for you 6 # $ adb sync 9 adb shell exec dalvikvm -cp system/app/MoreTests.apk junit.textui.TestRunner $*
|
/external/sepolicy/ |
runas.te | 6 # ndk-gdb invokes adb shell run-as.
|
shell.te | 1 # Domain for shell processes spawned by ADB
|
/packages/apps/ContactsCommon/tests/bin/ |
test.sh | 3 adb shell am instrument -w com.android.contacts.common.unittest/android.test.InstrumentationTestRunner
|
/external/qemu/android/ |
adb-qemud.c | 23 #include "android/adb-server.h" 24 #include "android/adb-qemud.h" 29 #define DD(...) VERBOSE_PRINT(adb,__VA_ARGS__) 31 #define DD_ACTIVE VERBOSE_CHECK(adb) 34 #define SERVICE_NAME "adb" 35 #define DEBUG_SERVICE_NAME "adb-debug" 38 /* Enumerates ADB client state values. */ 40 /* Waiting on a connection from ADB host. */ 42 /* ADB host is connected. Waiting on the transport initialization completion 45 /* Connection between ADB host and ADB guest is fully established. * [all...] |
adb-server.c | 24 #include "android/adb-server.h" 36 /* ADB guest connection descriptor. */ 38 /* Entry in the list of pending or connected ADB guests. 43 /* ADB server for this guest. */ 45 /* ADB host connected with this ADB guest. */ 47 /* Callback routines for the ADB guest. */ 49 /* ADB guest connection status. If 0 indicates that ADB guest is not yet 54 /* ADB host connection descriptor. * [all...] |
/system/extras/tests/ext4/ |
android_emmc_perf_tests.sh | 22 if ! adb shell true >/dev/null 2>&1 24 echo "No device detected over adb" 27 HARDWARE=`adb shell getprop ro.hardware | tr -d "\r"` 84 adb root 85 adb wait-for-device 86 adb push "$PERF" /dev 87 adb shell stop 88 adb shell stop sdcard 89 adb shell stop ril-daemon 90 adb shell stop medi [all...] |
/frameworks/base/media/tests/ |
README.txt | 7 adb shell mkdir /sdcard/media_api 8 adb push contents/media_api/ /sdcard/media_api/
|
/frameworks/opt/calendar/ |
README | 4 adb install -r $OUT/data/app/CalendarCommonTests.apk 5 adb shell am instrument -w com.android.calendarcommon2.tests/android.test.InstrumentationTestRunner
|
/sdk/files/ |
adb_has_moved.txt | 1 The adb tool has moved to platform-tools/ 9 execute adb from any location.
|
/system/core/adb/ |
OVERVIEW.TXT | 1 Implementation notes regarding ADB. 5 The Android Debug Bridge (ADB) is used to: 10 - implement various control commands (e.g. "adb shell", "adb pull", etc..) 12 DDMS). These commands are what is called a 'service' in ADB. 16 1. The ADB server 26 The ADB server is really one giant multiplexing loop whose purpose is 31 2. The ADB daemon (adbd) 34 or emulated system. Its purpose is to connect to the ADB server 38 The ADB server considers that a device is ONLINE when it has successfull [all...] |