HomeSort by relevance Sort by last modified time
    Searched full:bootclasspath (Results 26 - 50 of 144) sorted by null

12 3 4 5 6

  /frameworks/opt/setupwizard/tools/gradle/
docs.gradle 27 bootClasspath = files(android.getBootClasspath()).asType(List)
  /external/objenesis/main/src/main/java/org/objenesis/strategy/
PlatformDescription.java 133 String bootClasspath = System.getProperty("java.boot.class.path");
134 return bootClasspath != null && bootClasspath.toLowerCase().contains("core-oj.jar");
  /art/runtime/
parsed_options.cc 77 .IntoKey(M::BootClassPath)
337 if (option == "bootclasspath") {
484 } else if (args.Exists(M::BootClassPath)) {
485 LOG(INFO) << "setting boot class path to " << *args.Get(M::BootClassPath);
494 if (getenv("BOOTCLASSPATH") != nullptr) {
495 args.SetIfMissing(M::BootClassPath, std::string(getenv("BOOTCLASSPATH")));
556 // value of BOOTCLASSPATH.
565 auto boot_class_path_string = args.GetOrDefault(M::BootClassPath);
570 args.Set(M::BootClassPath, boot_class_path_string)
    [all...]
  /art/test/118-noimage-dex2oat/src/
Main.java 28 + isImageDex2OatEnabled() + ", is BOOTCLASSPATH on disk is "
  /external/doclava/
build.xml 94 -bootclasspath "${javahome}/jre/lib/rt.jar"
  /frameworks/base/tools/preload2/src/com/android/preload/actions/
ShowDataAction.java 54 // First bootclasspath.
  /libcore/libart/src/main/java/java/lang/
VMClassLoader.java 62 * We assume that the bootclasspath can't change once the VM has started.
  /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/icu/icu4j/main/shared/build/
common-targets.xml 28 <!-- set java 6 bootclasspath to empty if not set -->
29 <property name="java6.bootclasspath" value=""/>
31 <condition property="javac.bootclasspath" value="${java6.bootclasspath}" else="">
38 <echo message="bootclasspath: ${javac.bootclasspath}"/>
51 bootclasspath="${javac.bootclasspath}"
  /external/smali/
build.gradle 91 options.bootClasspath = "$System.env.JDK6_HOME/jre/lib/rt.jar"
92 options.bootClasspath += "$File.pathSeparator$System.env.JDK6_HOME/jre/lib/jsse.jar"
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DumpFields.java 150 Option classPathDirOption = OptionBuilder.withLongOpt("bootclasspath-dir")
151 .withDescription("the base folder to look for the bootclasspath files in. Defaults to the current " +
DumpVtables.java 154 Option classPathDirOption = OptionBuilder.withLongOpt("bootclasspath-dir")
155 .withDescription("the base folder to look for the bootclasspath files in. Defaults to the current " +
  /external/vogar/src/vogar/android/
HostRuntime.java 105 Classpath bootClasspath = Classpath.of(jars);
132 .vmArgs("-Xbootclasspath:" + bootClasspath.toString())
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.1.3/
jackson-core-2.1.3.pom 131 <bootclasspath>${sun.boot.class.path}</bootclasspath>
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.2.2/
jackson-core-2.2.2.pom 138 <bootclasspath>${sun.boot.class.path}</bootclasspath>
  /prebuilts/tools/common/m2/repository/com/google/guava/guava-parent-jdk5/17.0/
guava-parent-jdk5-17.0.pom 109 <bootclasspath>${bootstrap.classes}</bootclasspath>
  /prebuilts/tools/common/m2/repository/org/eclipse/sisu/sisu-inject/0.0.0.M5/
sisu-inject-0.0.0.M5.pom 277 | bootclasspath required by Sun's JVM
279 <bootclasspath>${sun.boot.class.path}</bootclasspath>
  /prebuilts/tools/common/m2/repository/org/eclipse/sisu/sisu-plexus/0.0.0.M5/
sisu-plexus-0.0.0.M5.pom 270 | bootclasspath required by Sun's JVM
272 <bootclasspath>${sun.boot.class.path}</bootclasspath>
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/inject/guice-parent/3.1.0/
guice-parent-3.1.0.pom 276 | bootclasspath required by Sun's JVM
278 <bootclasspath>${sun.boot.class.path}</bootclasspath>
  /build/make/core/
java_common.mk 183 # No bootclasspath. But we still need "" to prevent javac from using default host bootclasspath.
200 $(LOCAL_INTERMEDIATE_TARGETS): PRIVATE_BOOTCLASSPATH := -bootclasspath $(my_bootclasspath)
226 $(LOCAL_INTERMEDIATE_TARGETS): PRIVATE_BOOTCLASSPATH := -bootclasspath $(my_bootclasspath)
  /external/okhttp/benchmarks/
pom.xml 89 <commandlineArgs>-Xbootclasspath/p:${bootclasspath}</commandlineArgs>
  /external/vogar/src/vogar/
ModeId.java 35 // $BOOTCLASSPATH defined by system/core/rootdir/init.rc
  /packages/providers/CalendarProvider/tests/
EMMA_README 10 # /system/framework/emma.jar in BOOTCLASSPATH. Basic steps:
  /external/smali/smalidea/
build.gradle 81 options.bootClasspath = "$System.env.JDK7_HOME/jre/lib/rt.jar"
82 options.bootClasspath += "$File.pathSeparator$System.env.JDK7_HOME/jre/lib/jsse.jar"
  /external/smali/baksmali/src/main/java/org/jf/baksmali/
main.java 419 Option classPathOption = OptionBuilder.withLongOpt("bootclasspath")
420 .withDescription("A colon-separated list of bootclasspath jar/oat files to use for analysis. Add an " +
421 "initial colon to specify that the jars/oats should be appended to the default bootclasspath " +
424 .withArgName("BOOTCLASSPATH")
427 Option classPathDirOption = OptionBuilder.withLongOpt("bootclasspath-dir")
428 .withDescription("the base folder to look for the bootclasspath files in. Defaults to the current " +

Completed in 1157 milliseconds

12 3 4 5 6