Home
last modified time | relevance | path

Searched refs:adb (Results 1 – 10 of 10) sorted by relevance

/sdk/bash_completion/
Dadb.bash67 … local devices=$(command adb devices 2> /dev/null | grep -v "List of devices" | awk '{ print $1 }')
197 paths=$(command adb ${args[@]} shell echo '$'PATH 2> /dev/null | tr -d '\r' | tr : '\n')
198 COMMAND=$(command adb ${args[@]} shell ls $paths '2>' /dev/null | tr -d '\r' | {
253 …candidates=$(command adb ${args[@]} shell dumpsys -l 2> /dev/null | sed -e '1d;s/^ *//' | tr -d '…
406 if [[ $( command adb ${args[@]} shell ls -dF / '2>/dev/null' | tr -d '\r' ) == "d /" ]] ; then
408 … command adb ${args[@]} shell ls -dF ${file}"*" '2>' /dev/null 2> /dev/null | tr -d '\r' | {
422 command adb ${args[@]} shell ls -dp ${file}"*" '2>/dev/null' 2> /dev/null | tr -d '\r'
485 complete -F _adb adb
487 complete -o nospace -F _adb adb
DREADME9 source sdk/bash_completion/adb
13 . sdk/bash_completion/adb
/sdk/files/
Dadb_has_moved.txt1 The adb tool has moved to platform-tools/
9 execute adb from any location.
/sdk/hierarchyviewer/etc/
Dhierarchyviewer163 exec java -Xmx512M -Djava.ext.dirs="$frameworkdir" -Dhierarchyviewer.adb="$progdir" -jar "$jarpath"…
Dhierarchyviewer1.bat46 call "%java_exe%" -Xmx512m "-Djava.ext.dirs=%frameworkdir%" -Dhierarchyviewer.adb= -jar %jarpath% %*
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/i18n/
Dmessages.properties36 DeviceView_Reset_ADB=Reset adb
37 DeviceView_Reset_ADB_Host_Deamon=Reset the adb host daemon
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
DDdmsPlugin.java511 File adb = new File(adbLocation); in setToolsLocation() local
516 if (adb.isFile() == false) { in setToolsLocation()
517 missing += adb.getAbsolutePath() + " "; in setToolsLocation()
/sdk/eclipse/
Ddictionary.txt5 adb
Dchanges.txt655 - Fixed some issue in the "Restart adb" feature in the device view of
/sdk/docs/
Dhowto_build_SDK.txt169 out/host/windows-x86/bin/adb.exe