Lines Matching refs:adb

13 IP_ADDR=$(adb shell ip route get 0.0.0.0 oif wlan0 | sed -En -e 's/.*src (\S+)\s.*/\1/p')
16 LOCAL_SERIAL=$(adb shell getprop ro.serialno)
19 adb disconnect
21 TRANSPORT_ID=$(adb transport-id)
22 adb tcpip $REMOTE_PORT
23 adb -t $TRANSPORT_ID wait-for-disconnect
25 adb connect $REMOTE
27 REMOTE_FETCHED_SERIAL=$(adb -s $REMOTE shell getprop ro.serialno)
35 adb -s $REMOTE usb
36 adb disconnect $REMOTE
38 adb wait-for-device root
39 adb root
40 adb wait-for-device
42 TRANSPORT_ID=$(adb transport-id)
43 adb usb
44 adb -t $TRANSPORT_ID wait-for-disconnect
46 adb wait-for-device
50 adb shell rm -rf /data/local/tmp/adb_coverage
51 adb shell mkdir /data/local/tmp/adb_coverage
54adb shell LLVM_PROFILE_FILE=/data/local/tmp/adb_coverage/$TEST.profraw /data/nativetest64/$TEST/$T…
55 adb pull /data/local/tmp/adb_coverage/$TEST.profraw "$TRACEDIR"/test_traces/
58 adb pull /data/local/tmp/adb_coverage "$TRACEDIR"/test_traces
61 adb shell logcat -c -G128M
64 adb shell setprop persist.adb.trace_mask 1
67 TRANSPORT_ID=$(adb transport-id)
68 adb shell killall adbd
69 adb -t $TRANSPORT_ID wait-for-disconnect
71 adb wait-for-device shell rm -rf "/data/misc/trace/*" /data/local/tmp/adb_coverage/
76 adb wait-for-device
79 adb shell killall -37 adbd
85 TRANSPORT_ID=$(adb transport-id)
86 adb tcpip $REMOTE_PORT
87 adb -t $TRANSPORT_ID wait-for-disconnect
89 adb connect $REMOTE
90 adb -s $REMOTE wait-for-device
93 dd if=/dev/zero bs=1024 count=10240 | adb -s $REMOTE raw sink:10485760
94 adb -s $REMOTE raw source:10485760 | dd of=/dev/null bs=1024 count=10240
97 adb disconnect $REMOTE
98 adb shell killall -37 adbd
103 adb pull /data/misc/trace "$TRACEDIR"/
107 ADBD_PIDS=$(adb shell "logcat -d -s adbd --format=process | grep 'adbd started' | cut -c 3-7 | tr -…
110 adb shell 'setprop persist.adb.trace_mask 0; killall adbd'