OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ANDROID_SWT
(Results
1 - 10
of
10
) sorted by null
/sdk/ddms/app/etc/
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."
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.
/sdk/hierarchyviewer2/app/etc/
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."
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.
/sdk/monkeyrunner/etc/
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."
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.
/sdk/sdkmanager/app/etc/
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."
android.bat
76
rem The global
ANDROID_SWT
always override the SWT.Jar path
77
if defined
ANDROID_SWT
set swt_path=%
ANDROID_SWT
%
81
echo Please set
ANDROID_SWT
to point to the folder containing swt.jar for your platform.
/sdk/traceview/etc/
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."
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.
Completed in 1986 milliseconds