OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ADB
(Results
1 - 14
of
14
) sorted by null
/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/
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
73
$
ADB
push $DATA_DIR/$1 $WORK_DIR/package.zip
/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
...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/
testit_android
118
- The '
adb
' tool in your path.
119
- An Android device connected to
ADB
.
223
if [ -z "$
ADB
" ]
225
ADB
=
adb
229
# Statically link to ensure the executable can be run easily through
ADB
232
run2 $
ADB
push $LIBCXX_LIBS/libc++_shared.so /data/local/tmp 2>/dev/null
257
# Run a shell command through
ADB
, return its status.
265
echo "COMMAND: $
ADB
shell $@"
267
$
ADB
shell "$@ ; echo \$?" | sed -e 's![[:cntrl:]]!!g' > $CMD_OUT 2>&
[
all
...]
/pdk/apps/CameraITS/pymodules/its/
device.py
29
"""Controls a device over
adb
to run ITS scripts.
36
forwarded over
adb
is the transport mechanism used.
45
# The
adb
program is used for communication with the device. Need to handle
47
# to
adb
, which causes it to fail if there is more than one device.
48
ADB
= "
adb
-d"
65
_run('%s shell am force-stop --user 0 %s' % (self.
ADB
, self.PACKAGE))
67
'-a %s') % (self.
ADB
, self.INTENT_START))
68
_run('%s forward tcp:%d tcp:%d' % (self.
ADB
,self.PORT,self.PORT))
276
state. Will disconnect any other
adb
sessions, so this function is no
[
all
...]
/external/chromium_org/build/android/
adb_gdb
39
"$
ADB
" shell rm "$TARGET_GDBSERVER" >/dev/null 2>&1
67
DEFAULT_PULL_LIBS_DIR=/tmp/$USER-
adb
-gdb-libs
86
ADB
=
114
--
adb
=*)
115
ADB
=$optarg
280
You will also need the '
adb
' tool in your path. Otherwise, use the --
adb
323
--
adb
=<file> Specify host
ADB
binary.
325
--su-prefix=<prefix> Prepend <prefix> to '
adb
shell' commands that ar
[
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
89
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
...]
/prebuilts/devtools/tools/lib/
ddmlib.jar
/prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.2.0/
ddmlib-22.2.0.jar
/prebuilts/misc/common/ddmlib/
ddmlib-prebuilt.jar
/external/chromium_org/third_party/usb_ids/
usb.ids
[
all
...]
Completed in 198 milliseconds