OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bootclasspath
(Results
51 - 75
of
127
) sorted by null
1
2
3
4
5
6
/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
46
static constexpr const char* kBootClassPathKey = "
bootclasspath
";
parsed_options_test.cc
84
EXPECT_PARSED_EQ(class_path, Opt::
BootClassPath
);
runtime_options.def
40
RUNTIME_OPTIONS_KEY (std::string,
BootClassPath
)
/build/core/
dex_preopt_libart.mk
89
# dex preopt on the
bootclasspath
produces multiple files. The first dex file
/development/build/
build_android_stubs.mk
58
$(hide) $(TARGET_JAVAC) -source 1.8 -target 1.8 -encoding ascii -
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
162
$(hide) sed -e 's?%
BOOTCLASSPATH
%?$(PRODUCT_BOOTCLASSPATH)?g' $< >$@
/prebuilts/tools/common/m2/repository/com/fasterxml/oss-parent/4/
oss-parent-4.pom
364
<
bootclasspath
>${sun.boot.class.path}</
bootclasspath
>
/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
95
// MUST NOT be on the
bootclasspath
and not in signed JAR files.
ProviderList.java
199
*
bootclasspath
and cannot be in signed JAR files. This is to avoid
/libcore/libart/src/main/java/dalvik/system/
VMRuntime.java
80
public native String
bootClassPath
();
/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
218
EXPECT_SINGLE_PARSE_VALUE_STR("/hello/world", "-Xbootclasspath:/hello/world", M::
BootClassPath
);
219
EXPECT_SINGLE_PARSE_VALUE("/hello/world", "-Xbootclasspath:/hello/world", M::
BootClassPath
);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/
readme.html
55
<tr> <td>
bootclasspath
</td><td>Sets the value for the attribute "
bootclasspath
"
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/59/1/.cp/
jdtCompilerAdapter.jar
/frameworks/native/cmds/installd/
otapreopt.cpp
296
environ_.push_back(StringPrintf("
BOOTCLASSPATH
=%s", boot_classpath_.c_str()));
700
static constexpr const char* kBootClassPathPropertyName = "
BOOTCLASSPATH
";
/external/icu/icu4j/
build.xml
438
<isset property="java5.
bootclasspath
"/>
439
<isset property="java6.
bootclasspath
"/>
449
<condition property="disp.java5.
bootclasspath
" value="${java5.
bootclasspath
}" else="Not Defined!">
450
<isset property="java5.
bootclasspath
"/>
452
<condition property="disp.java6.
bootclasspath
" value="${java5.
bootclasspath
}" else="Not Defined!">
453
<isset property="java6.
bootclasspath
"/>
462
<echo message="JRE 5 System Library Path: ${disp.java5.
bootclasspath
}"/>
463
<echo message="JRE 6 System Library Path: ${disp.java6.
bootclasspath
}"/>
[
all
...]
/art/runtime/native/
dalvik_system_DexFile.cc
384
// Always treat elements of the
bootclasspath
as up-to-date.
/libcore/
JavaLibrary.mk
253
LOCAL_SRC_FILES := $(filter-out %/DeserializeMethodTest.java %/SerializedLambdaTest.java ojluni/src/test/java/util/stream/boot%,$(ojtest_src_files)) # Do not include anything from the boot* directories. Those directories need a custom
bootclasspath
to run.
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-compiler-plugin/0.20.0/
tycho-compiler-plugin-0.20.0.jar
/external/testng/src/main/java/org/testng/
TestNGAntTask.java
307
* Adds a path to the
bootclasspath
.
308
* @return reference to the
bootclasspath
in the embedded java command line
[
all
...]
Completed in 1283 milliseconds
1
2
3
4
5
6