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

  /bootable/recovery/
verifier_test.sh 22 ADB="adb -s emulator-$EMULATOR_PORT "
24 ADB="adb -d "
28 $ADB wait-for-device
33 $ADB shell "$@" \; echo \$? | awk '{if (b) {print a}; a=$0; b=1} END {exit a}'
61 $ADB push $ANDROID_PRODUCT_OUT/system/bin/verifier_test \
66 $ADB push $DATA_DIR/$1 $WORK_DIR/package.zip
72 $ADB push $DATA_DIR/$1 $WORK_DIR/package.zip
  /development/scripts/
reverse_tether.sh 27 # export ADB=/path/to/sdk/adb for custom adb
28 ADB="${ADB:-adb} ${SERIAL:+-s $SERIAL}"
76 echo " ADB=$ADB"
84 $ADB wait-for-device
85 $ADB shell "svc usb setFunction rndis
    [all...]
  /bootable/recovery/applypatch/
imgdiff_test.sh 27 ADB="adb -s emulator-$EMULATOR_PORT "
29 ADB="adb -d "
33 $ADB wait-for-device
38 $ADB shell "$@" \; echo \$? | awk '{if (b) {print a}; a=$0; b=1} END {exit a}'
78 $ADB push $ANDROID_PRODUCT_OUT/system/bin/applypatch $WORK_DIR/applypatch
90 $ADB push $tmpdir/source $WORK_DIR/source || fail "source push failed"
92 $ADB push $tmpdir/patch $WORK_DIR/patch || fail "patch push failed"
97 $ADB pull /data/local/tmp/target $tmpdir/resul
    [all...]
applypatch.sh 37 ADB="adb -s emulator-$EMULATOR_PORT "
39 ADB="adb -d "
43 $ADB wait-for-device
45 $ADB remount
47 $ADB shell rm -r /system/media
52 $ADB shell "$@" \; echo \$? | awk '{if (b) {print a}; a=$0; b=1} END {exit a}'
99 $ADB push $ANDROID_PRODUCT_OUT/system/bin/applypatch $WORK_DIR/applypatch
118 $ADB push $DATA_DIR/old.file $WORK_DI
    [all...]
  /development/tools/labpretest/
labpretest.sh 18 ADB="$ROOT/tools/adb"
65 # ADB
80 battery=`$ADB -s $device shell dumpsys battery | tr -d '\r' | awk '/level:/ {print $2}'`
86 battery=`$ADB -s $device shell dumpsys battery | tr -d '\r' | awk '/level:/ {print $2}'`
131 # ADB
140 $ADB -s $device reboot bootloader
163 # reboots device from fastboot to adb or
168 # ADB
176 log_print "rebooting and waiting for availability via adb"
    [all...]
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
AndroidDebugBridge.java 36 * A connection to the host-side android debug bridge (adb)
44 * Minimum and maximum version of adb supported. This correspond to
45 * ADB_SERVER_VERSION found in //device/tools/adb/adb.h
54 private final static String ADB = "adb"; //$NON-NLS-1$
58 // Where to find the ADB bridge.
69 /** Full path to adb. */
229 * Returns the socket address of the ADB server on the host.
237 * <p/>This bridge will expect adb to be running. It will not be able to start/stop/restar
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/i18n/
messages.properties 20 DeviceView_ADB_Error=Adb Error
21 DeviceView_ADB_Failed_Restart=Adb failed to restart\!\n\nMake sure the plugin is properly configured.
36 DeviceView_Reset_ADB=Reset adb
37 DeviceView_Reset_ADB_Host_Deamon=Reset the adb host daemon
88 PreferencePage_ADB_Connection_Time_Out=ADB connection time out (ms):
  /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...]
  /prebuilt/common/ddmlib/
ddmlib-prebuilt.jar 

Completed in 299 milliseconds