HomeSort by relevance Sort by last modified time
    Searched refs:swtpath (Results 1 - 6 of 6) sorted by null

  /sdk/monkeyrunner/etc/
monkeyrunner 76 swtpath=""
78 swtpath="$ANDROID_SWT"
83 swtpath="${ANDROID_BUILD_TOP}/prebuilts/tools/${osname}-${vmarch}/swt"
85 swtpath="${frameworkdir}/${vmarch}"
87 swtpath="${frameworkdir}"
91 if [ ! -d "$swtpath" ]; then
92 echo "SWT folder '${swtpath}' does not exist."
99 exec java -Xmx128M $os_opts $java_debug -Djava.ext.dirs="$frameworkdir:$swtpath" -Djava.library.path="$libdir" -Dcom.android.monkeyrunner.bindir="$progdir" -jar "$jarpath" "$@"
  /frameworks/testing/uiautomator/utils/uiautomatorviewer/etc/
uiautomatorviewer 76 swtpath=""
78 swtpath="$ANDROID_SWT"
83 swtpath="${ANDROID_BUILD_TOP}/prebuilts/tools/${osname}-${vmarch}/swt"
85 swtpath="${frameworkdir}/${vmarch}"
89 if [ ! -d "$swtpath" ]; then
90 echo "SWT folder '${swtpath}' does not exist."
99 -classpath "$jarpath:$swtpath/swt.jar" \
  /sdk/ddms/app/etc/
ddms 84 swtpath=""
86 swtpath="$ANDROID_SWT"
91 swtpath="${ANDROID_BUILD_TOP}/prebuilts/tools/${osname}-${vmarch}/swt"
93 swtpath="${frameworkdir}/${vmarch}"
97 if [ ! -d "$swtpath" ]; then
98 echo "SWT folder '${swtpath}' does not exist."
106 -classpath "$jarpath:$swtpath/swt.jar" \
  /sdk/hierarchyviewer2/app/etc/
hierarchyviewer 85 swtpath=""
87 swtpath="$ANDROID_SWT"
92 swtpath="${ANDROID_BUILD_TOP}/prebuilts/tools/${osname}-${vmarch}/swt"
94 swtpath="${frameworkdir}/${vmarch}"
98 if [ ! -d "$swtpath" ]; then
99 echo "SWT folder '${swtpath}' does not exist."
109 -classpath "$jarpath:$swtpath/swt.jar" \
  /sdk/sdkmanager/app/etc/
android 90 swtpath=""
92 swtpath="$ANDROID_SWT"
97 swtpath="${ANDROID_BUILD_TOP}/prebuilts/tools/${osname}-${vmarch}/swt"
99 swtpath="${frameworkdir}/${vmarch}"
103 if [ ! -d "$swtpath" ]; then
104 echo "SWT folder '${swtpath}' does not exist."
113 -classpath "$jarpath:$swtpath/swt.jar" \
  /sdk/traceview/etc/
traceview 82 swtpath=""
84 swtpath="$ANDROID_SWT"
89 swtpath="${ANDROID_BUILD_TOP}/prebuilts/tools/${osname}-${vmarch}/swt"
91 swtpath="${frameworkdir}/${vmarch}"
95 # Combine the swtpath and the framework dir path.
96 if [ -d "$swtpath" ]; then
97 frameworkdir="${swtpath}:${frameworkdir}"
99 echo "SWT folder '${swtpath}' does not exist."

Completed in 1019 milliseconds