OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ANDROID_SWT
(Results
1 - 12
of
12
) sorted by null
/prebuilts/devtools/tools/
android
87
# if
ANDROID_SWT
is defined, then just use this.
91
if [ -n "$
ANDROID_SWT
" ]; then
92
swtpath="$
ANDROID_SWT
"
105
echo "Please export
ANDROID_SWT
to point to the folder containing swt.jar for your platform."
ddms
81
# if
ANDROID_SWT
is defined, then just use this.
85
if [ -n "$
ANDROID_SWT
" ]; then
86
swtpath="$
ANDROID_SWT
"
99
echo "Please export
ANDROID_SWT
to point to the folder containing swt.jar for your platform."
hierarchyviewer
82
# if
ANDROID_SWT
is defined, then just use this.
86
if [ -n "$
ANDROID_SWT
" ]; then
87
swtpath="$
ANDROID_SWT
"
100
echo "Please export
ANDROID_SWT
to point to the folder containing swt.jar for your platform."
monkeyrunner
73
# if
ANDROID_SWT
is defined, then just use this.
77
if [ -n "$
ANDROID_SWT
" ]; then
78
swtpath="$
ANDROID_SWT
"
93
echo "Please export
ANDROID_SWT
to point to the folder containing swt.jar for your platform."
traceview
79
# if
ANDROID_SWT
is defined, then just use this.
83
if [ -n "$
ANDROID_SWT
" ]; then
84
swtpath="$
ANDROID_SWT
"
100
echo "Please export
ANDROID_SWT
to point to the folder containing swt.jar for your platform."
uiautomatorviewer
79
# if
ANDROID_SWT
is defined, then just use this.
83
if [ -n "$
ANDROID_SWT
" ]; then
84
swtpath="$
ANDROID_SWT
"
100
echo "Please export
ANDROID_SWT
to point to the folder containing swt.jar for your platform."
monkeyrunner.bat
46
if not defined
ANDROID_SWT
goto QueryArch
47
set swt_path=%
ANDROID_SWT
%
58
echo Please set
ANDROID_SWT
to point to the folder containing swt.jar for your platform.
traceview.bat
45
if not defined
ANDROID_SWT
goto QueryArch
46
set swt_path=%
ANDROID_SWT
%
57
echo Please set
ANDROID_SWT
to point to the folder containing swt.jar for your platform.
uiautomatorviewer.bat
48
if not defined
ANDROID_SWT
goto QueryArch
49
set swt_path=%
ANDROID_SWT
%
60
echo Please set
ANDROID_SWT
to point to the folder containing swt.jar for your platform.
ddms.bat
53
if not defined
ANDROID_SWT
goto QueryArch
54
set swt_path=%
ANDROID_SWT
%
65
echo Please set
ANDROID_SWT
to point to the folder containing swt.jar for your platform.
hierarchyviewer.bat
54
if not defined
ANDROID_SWT
goto QueryArch
55
set swt_path=%
ANDROID_SWT
%
66
echo Please set
ANDROID_SWT
to point to the folder containing swt.jar for your platform.
android.bat
71
rem The global
ANDROID_SWT
always override the SWT.Jar path
72
if defined
ANDROID_SWT
set swt_path=%
ANDROID_SWT
%
76
echo Please set
ANDROID_SWT
to point to the folder containing swt.jar for your platform.
Completed in 2667 milliseconds