/build/make/core/ |
droiddoc.mk | 189 $(addprefix -bootclasspath ,$(PRIVATE_BOOTCLASSPATH)) \ 222 $(addprefix -bootclasspath ,$(PRIVATE_BOOTCLASSPATH)) \
|
dex_preopt_libart.mk | 84 # dex preopt on the bootclasspath produces multiple files. The first dex file
|
/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
|
/external/icu/icu4j/eclipse-build/pdebuild/ |
build.properties | 17 # bootclasspath - The base jars to compile against (typicaly rt.jar) 180 #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
|
/art/runtime/ |
oat.h | 45 static constexpr const char* kBootClassPathKey = "bootclasspath";
|
parsed_options_test.cc | 83 EXPECT_PARSED_EQ(class_path, Opt::BootClassPath);
|
runtime_options.def | 40 RUNTIME_OPTIONS_KEY (std::string, BootClassPath)
|
/development/build/ |
build_android_stubs.mk | 58 $(hide) $(TARGET_JAVAC) -source 1.8 -target 1.8 -encoding UTF-8 -bootclasspath "" \
|
/external/vogar/src/vogar/tasks/ |
BuildActionTask.java | 109 javac.bootClasspath(run.buildClasspath);
|
RunActionTask.java | 144 vmCommandBuilder.bootClasspath(runtimeClasspath);
|
/frameworks/base/tools/preload/ |
WritePreloadedClassFile.java | 71 * a) it's loaded in the bootclasspath (i.e., is a system class)
|
/system/core/rootdir/ |
Android.mk | 169 $(hide) sed -e 's?%BOOTCLASSPATH%?$(PRODUCT_BOOTCLASSPATH)?g' $< >$@
|
/prebuilts/tools/common/m2/repository/com/fasterxml/oss-parent/23/ |
oss-parent-23.pom | 379 <bootclasspath>${sun.boot.class.path}</bootclasspath>
|
/prebuilts/tools/common/m2/repository/com/fasterxml/oss-parent/24/ |
oss-parent-24.pom | 381 <bootclasspath>${sun.boot.class.path}</bootclasspath>
|
/prebuilts/tools/common/m2/repository/com/fasterxml/oss-parent/4/ |
oss-parent-4.pom | 364 <bootclasspath>${sun.boot.class.path}</bootclasspath>
|
/art/tools/ |
run-jdwp-tests.sh | 117 # Note: this isn't necessary for the device as the BOOTCLASSPATH environment variable is set there
|
/external/caliper/caliper/src/main/java/com/google/caliper/runner/ |
AllocationInstrument.java | 225 // and adding itself to the bootclasspath, so we do it manually here.
|
/libcore/ojluni/src/main/java/sun/security/jca/ |
Providers.java | 92 // MUST NOT be on the bootclasspath and not in signed JAR files.
|
/external/icu/icu4j/ |
build.xml | 562 <isset property="java6.bootclasspath"/> 572 <condition property="disp.java6.bootclasspath" value="${java6.bootclasspath}" else="Not Defined!"> 573 <isset property="java6.bootclasspath"/> 582 <echo message="JRE 6 System Library Path: ${disp.java6.bootclasspath}"/> [all...] |
/art/dexoptanalyzer/ |
dexoptanalyzer.cc | 220 // Always treat elements of the bootclasspath as up-to-date.
|
/prebuilts/tools/common/m2/repository/com/google/errorprone/error_prone_core/2.0.18/ |
error_prone_core-2.0.18.pom | 319 <!-- put javac.jar on bootclasspath when executing tests -->
|
/prebuilts/tools/linux-x86_64/kythe/ |
RELEASES.md | 35 - javac-wrapper.sh: prepend bootclasspath jar to use packaged javac tools
|
/art/cmdline/ |
cmdline_parser_test.cc | 215 EXPECT_SINGLE_PARSE_VALUE_STR("/hello/world", "-Xbootclasspath:/hello/world", M::BootClassPath); 216 EXPECT_SINGLE_PARSE_VALUE("/hello/world", "-Xbootclasspath:/hello/world", M::BootClassPath);
|