Lines Matching refs:ADB
81 ADB=""
99 ADB="adb -s $deviceName shell "
126 ADB=${ADB:=""}
135 AM_FORCE_START="${ADB}am start -W -S"
136 AM_START="${ADB}am start -W"
137 AM_START_NOWAIT="${ADB}am start"
138 AM_STOP="${ADB}am force-stop"
139 AM_LIST="${ADB}am stack list"
140 WHO="${ADB}whoami"
141 INPUT="${ADB}input"
142 PS="${ADB}ps"
226 pid=$(${ADB}pidof /system/bin/surfaceflinger | tr "[
239 ${ADB}dumpsys gfxinfo $_gfxapp reset 2>&1 >/dev/null
251 ${ADB}dumpsys gfxinfo $_gfxapp | tr "\r" " " | egrep "9[059]th| frames" | while read line
294 ${ADB}cat /proc/meminfo 2>&1 >> $output
295 ${ADB}dumpsys meminfo 2>&1 >> $output
297 ${ADB}cat /d/nvmap/iovmm/procrank 2>&1 >> $output
300 vout ${ADB}atrace -b 32768 --async_start $tracecategories
301 ${ADB}atrace -b 32768 --async_start $tracecategories >> $output
310 vout ${ADB}atrace --async_stop
311 ${ADB}atrace --async_stop > /dev/null
320 ${ADB}cat /proc/meminfo 2>&1 >> $output
321 ${ADB}dumpsys meminfo 2>&1 >> $output
333 ${ADB}atrace -z -b 32768 --async_dump >> $tmpTrace
337 ${ADB}atrace -b 32768 --async_dump > $traceout
339 vout ${ADB}atrace $zarg -b 32768 --async_dump
340 vout ${ADB}atrace --async_stop
341 ${ADB}atrace --async_stop > /dev/null
411 vout ${ADB}input swipe $*
412 ${ADB}nice input swipe $*
417 vout ${ADB}input text \"$*\"
418 ${ADB}input text "$(cat ./tmpOutput)"
423 vout ${ADB}input tap $*
424 ${ADB}input tap $*
464 if ${ADB}ls /data 2>/dev/null | grep -q "Permission denied"; then
478 act=$(${ADB}am stack list | grep $(getPackageName $app) | sed -e 's/