OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:swtpath
(Results
1 - 6
of
6
) sorted by null
/prebuilts/devtools/tools/
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" "$@"
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" \
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."
110
-classpath "$jarpath:$
swtpath
/swt.jar" \
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."
113
-classpath "$jarpath:$
swtpath
/swt.jar" \
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."
uiautomatorviewer
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 42 milliseconds