Searched refs:adb (Results 1 – 10 of 10) sorted by relevance
69 … local devices=$(command adb devices 2> /dev/null | grep -v "List of devices" | awk '{ print $1 }')199 paths=$(command adb ${args[@]} shell echo '$'PATH 2> /dev/null | tr -d '\r' | tr : '\n')200 COMMAND=$(command adb ${args[@]} shell ls $paths '2>' /dev/null | tr -d '\r' | {321 command adb ${args[@]} shell ls -dF ${file}"*" '2>' /dev/null 2> /dev/null | tr -d '\r' | {393 complete -F _adb adb395 complete -o nospace -F _adb adb
9 source sdk/bash_completion/adb13 . sdk/bash_completion/adb
1 The adb tool has moved to platform-tools/9 execute adb from any location.
63 exec java -Xmx512M -Djava.ext.dirs="$frameworkdir" -Dhierarchyviewer.adb="$progdir" -jar "$jarpath"…
46 call "%java_exe%" -Xmx512m "-Djava.ext.dirs=%frameworkdir%" -Dhierarchyviewer.adb= -jar %jarpath% %*
157 However sometimes you need to develop one specific tools, e.g. adb.exe or192 Example, to build adb:197 $ make adb204 $ gdb --args out/host/windows-x86/bin/adb.exe <adb arguments>228 $ USE_MINGW=1 make adb
36 DeviceView_Reset_ADB=Reset adb37 DeviceView_Reset_ADB_Host_Deamon=Reset the adb host daemon
511 File adb = new File(adbLocation); in setToolsLocation() local516 if (adb.isFile() == false) { in setToolsLocation()517 missing += adb.getAbsolutePath() + " "; in setToolsLocation()
5 adb
655 - Fixed some issue in the "Restart adb" feature in the device view of