OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bootclasspath
(Results
1 - 25
of
74
) sorted by null
1
2
3
/art/test/118-noimage-dex2oat/
expected.txt
2
Has image is false, is image dex2oat enabled is false, is
BOOTCLASSPATH
on disk is false.
4
Has image is true, is image dex2oat enabled is true, is
BOOTCLASSPATH
on disk is true.
6
Has image is true, is image dex2oat enabled is true, is
BOOTCLASSPATH
on disk is true.
/system/core/rootdir/
init.environ.rc.in
11
export
BOOTCLASSPATH
%
BOOTCLASSPATH
%
Android.mk
42
$(hide) sed -e 's?%
BOOTCLASSPATH
%?$(PRODUCT_BOOTCLASSPATH)?g' $< >$@
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/
buildAll.bat
14
REM default
bootclasspath
15
set
bootclasspath
=
variable
39
if x%1==x-bc set
bootclasspath
=-Dbootclasspath=%2 && shift && shift && goto processcmdlineargs
variable
48
%vm% -cp ..\org.eclipse.releng.basebuilder\startup.jar org.eclipse.core.launcher.Main -application org.eclipse.ant.core.antRunner -f buildAll.xml %target% %
bootclasspath
% -DmapVersionTag=%mapVersionTag% -DbuildType=%buildType% %buildID% %ftpUser% %ftpPassword%
52
echo "usage: buildAll [-mapVersionTag HEAD|<branch name>] [-vm <url to java executable to run build>] [-bc <
bootclasspath
>] [-target <buildall target to execute>] [-buildID <buildID, e.g. 2.1.2>] [-ftp <userid> <password>] I|M"
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/
build.properties
25
bootclasspath
=${java.home}/lib/rt.jar
/cts/tests/tests/calendarcommon/src/android/calendarcommon2/cts/
Calendarcommon2Test.java
30
* included in the
BOOTCLASSPATH
. If it is, apps that include (via static
32
*
BOOTCLASSPATH
instead of the copy that is statically linked.
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
SystemTest.java
189
String
bootClassPath
= System.getProperty("org.apache.harmony.boot.class.path");
191
if (
bootClassPath
== null) {
192
bootClassPath
= System.getProperty("sun.boot.class.path");
195
if (
bootClassPath
!= null
196
&& (
bootClassPath
.indexOf(File.pathSeparator + File.pathSeparator) >= 0)) {
197
fail("Boot class path contains extra path separator: " +
bootClassPath
);
/external/jarjar/
build.xml
10
<property name="compile.
bootclasspath
" value=""/>
45
<echo>
bootclasspath
${compile.
bootclasspath
}</echo>
63
<attribute name="
bootclasspath
" default=""/>
71
target="${compile.target}"
bootclasspath
="@{
bootclasspath
}" extdirs="${compile.extdirs}"
80
<compile module="main" refid="path.build"
bootclasspath
="${compile.
bootclasspath
}"/>
/external/smali/baksmali/src/main/java/org/jf/baksmali/
baksmaliOptions.java
81
public void setBootClassPath(String
bootClassPath
) {
82
bootClassPathEntries = Lists.newArrayList(
bootClassPath
.split(":"));
main.java
379
Option classPathOption = OptionBuilder.withLongOpt("
bootclasspath
")
380
.withDescription("the
bootclasspath
jars to use, for analysis. Defaults to " +
382
":, it will be appended to the default
bootclasspath
instead of replacing it")
384
.withArgName("
BOOTCLASSPATH
")
387
Option classPathDirOption = OptionBuilder.withLongOpt("
bootclasspath
-dir")
388
.withDescription("the base folder to look for the
bootclasspath
files in. Defaults to the current " +
/art/test/118-noimage-dex2oat/src/
Main.java
26
+ isImageDex2OatEnabled() + ", is
BOOTCLASSPATH
on disk is "
/libcore/libart/src/main/java/java/lang/
VMClassLoader.java
32
* We assume that the
bootclasspath
can't change once the VM has
/development/build/
build_android_stubs.mk
37
$(hide) $(TARGET_JAVAC) -encoding ascii -
bootclasspath
"" \
/external/doclava/
build.xml
94
-
bootclasspath
"${javahome}/jre/lib/rt.jar"
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/componentScripts/
build.properties
15
#
bootclasspath
- The base jars to compile against (typicaly rt.jar)
109
bootclasspath
=d:/ibm1.3.1/jre/lib/rt.jar
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DumpFields.java
146
Option classPathDirOption = OptionBuilder.withLongOpt("
bootclasspath
-dir")
147
.withDescription("the base folder to look for the
bootclasspath
files in. Defaults to the current " +
DumpVtables.java
150
Option classPathDirOption = OptionBuilder.withLongOpt("
bootclasspath
-dir")
151
.withDescription("the base folder to look for the
bootclasspath
files in. Defaults to the current " +
/dalvik/docs/
hello-world.html
149
E/dalvikvm(19521): ERROR: must specify non-'.'
bootclasspath
169
# configure
bootclasspath
171
export
BOOTCLASSPATH
=$bootpath/core.jar:$bootpath/ext.jar:$bootpath/framework.jar:$bootpath/android.policy.jar:$bootpath/services.jar
/external/smack/asmack-master/
build.xml
51
bootclasspath
="${sdk-location}/platforms/${android.version}/android.jar:${jingle}"
/packages/providers/CalendarProvider/tests/
EMMA_README
10
# /system/framework/emma.jar in
BOOTCLASSPATH
. Basic steps:
/build/core/
droiddoc.mk
175
$(addprefix -
bootclasspath
,$(PRIVATE_BOOTCLASSPATH)) \
206
$(addprefix -
bootclasspath
,$(PRIVATE_BOOTCLASSPATH)) \
base_rules.mk
392
$(LOCAL_INTERMEDIATE_TARGETS): PRIVATE_BOOTCLASSPATH := -
bootclasspath
$(call java-lib-files,core-libart)
396
$(LOCAL_INTERMEDIATE_TARGETS): PRIVATE_BOOTCLASSPATH := -
bootclasspath
$(call java-lib-files,android_stubs_current)
398
$(LOCAL_INTERMEDIATE_TARGETS): PRIVATE_BOOTCLASSPATH := -
bootclasspath
$(call java-lib-files,android_system_stubs_current)
400
$(LOCAL_INTERMEDIATE_TARGETS): PRIVATE_BOOTCLASSPATH := -
bootclasspath
$(call java-lib-files,sdk_v$(LOCAL_SDK_VERSION))
415
$(LOCAL_INTERMEDIATE_TARGETS): PRIVATE_BOOTCLASSPATH := -
bootclasspath
$(call java-lib-deps,core-libart-hostdex,$(LOCAL_IS_HOST_MODULE))
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/templates/headless-build/
build.properties
15
#
bootclasspath
- The base jars to compile against (typicaly rt.jar)
213
#
bootclasspath
=${java.home}/lib/rt.jar
/prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.pom
305
<
bootclasspath
>${sun.boot.class.path}</
bootclasspath
>
/sdk/eclipse/buildConfig/
build.properties
21
#
bootclasspath
- The base jars to compile against (typicaly rt.jar)
190
#
bootclasspath
=${java.home}/lib/rt.jar
Completed in 976 milliseconds
1
2
3