HomeSort by relevance Sort by last modified time
    Searched refs:bootclasspath (Results 1 - 25 of 32) sorted by null

1 2

  /external/vogar/
.vogarconfig.example 9 # use "--verbose", "--suggest-classpaths" and "--mode jvm" + "use-bootclasspath"
14 --use-bootclasspath
  /art/tools/
javac-helper.sh 18 # Calls javac with the -bootclasspath values passed in automatically.
23 # --mode=[host|target]: Select between host or target bootclasspath (default target).
24 # --core-only: Use only "core" bootclasspath (e.g. do not include framework).
81 javac_args=(-bootclasspath "$bcp_arg")
  /external/desugar/java/com/google/devtools/build/android/desugar/
DefaultMethodClassFixer.java 38 private final ClassReaderFactory bootclasspath; field in class:DefaultMethodClassFixer
48 ClassReaderFactory bootclasspath, ClassLoader targetLoader) {
51 this.bootclasspath = bootclasspath;
112 // be similarly rewritten or comes from the bootclasspath; either way we don't need to and
143 ClassReader bytecode = bootclasspath.readIfKnown(internalName);
168 if (bytecode != null && !bootclasspath.isKnown(implemented)) {
169 // Class in classpath and bootclasspath is a bad idea but in any event, assume the
170 // bootclasspath will take precedence like in a classloader.
200 if (bootclasspath.isKnown(implemented))
    [all...]
InterfaceDesugaring.java 42 private final ClassReaderFactory bootclasspath; field in class:InterfaceDesugaring
50 public InterfaceDesugaring(ClassVisitor dest, ClassReaderFactory bootclasspath,
53 this.bootclasspath = bootclasspath;
169 * they're part of the bootclasspath, as well as all lambda body methods. Keeps calls to
170 * interface methods declared in the bootclasspath as-is (but note that these would presumably
187 checkArgument(!bootclasspath.isKnown(owner)); // must be in current input
202 && !bootclasspath.isKnown(owner)) {
Desugar.java 99 "Bootclasspath that was used to compile the --input Jar with, like javac's "
100 + "-bootclasspath flag (required)."
102 public List<Path> bootclasspath; field in class:Desugar.Options
239 new IndexedInputs(toRegisteredInputFileProvider(closer, options.bootclasspath));
240 // Use a classloader that as much as possible uses the provided bootclasspath instead of
243 options.bootclasspath.isEmpty()
613 !options.bootclasspath.isEmpty() || options.allowEmptyBootclasspath,
615 for (Path path : options.bootclasspath) {
616 checkArgument(!Files.isDirectory(path), "Bootclasspath entry must be a jar file: %s", path);
  /build/soong/java/
java_test.go 180 got := strings.TrimPrefix(javac.Args["bootClasspath"], "-bootclasspath ")
182 t.Errorf("module %q bootclasspath %q != %q", module, got, dep)
java.go 158 bootClasspathTag = dependencyTag{name: "bootclasspath"}
215 bootClasspath android.OptionalPath, classJarSpecs, resourceJarSpecs []jarSpec, aidlPreprocess android.OptionalPath,
234 bootClasspath = android.OptionalPathForPath(javaDep.ClasspathFile())
264 return classpath, bootClasspath, classJarSpecs, resourceJarSpecs, aidlPreprocess,
272 classpath, bootClasspath, classJarSpecs, resourceJarSpecs, aidlPreprocess,
291 if bootClasspath.Valid() {
292 flags.bootClasspath = "-bootclasspath " + bootClasspath.String()
293 javacDeps = append(javacDeps, bootClasspath.Path()
    [all...]
  /build/make/core/
droiddoc.mk 172 # keep -bootclasspath here since it works in combination with -source 1.8.
200 $(addprefix -bootclasspath ,$(PRIVATE_BOOTCLASSPATH)) \
226 # For OpenJDK 8 we can use -bootclasspath to define the core libraries code.
227 $(full_target): PRIVATE_BOOTCLASSPATH_ARG := $(addprefix -bootclasspath ,$(PRIVATE_BOOTCLASSPATH))
java_common.mk 193 # No bootclasspath. But we still need "" to prevent javac from using default host bootclasspath.
210 $(LOCAL_INTERMEDIATE_TARGETS): PRIVATE_BOOTCLASSPATH := -bootclasspath $(my_bootclasspath)
236 $(LOCAL_INTERMEDIATE_TARGETS): PRIVATE_BOOTCLASSPATH := -bootclasspath $(my_bootclasspath)
definitions.mk     [all...]
  /development/build/
build_android_stubs.mk 58 $(hide) $(TARGET_JAVAC) -source 1.8 -target 1.8 -encoding UTF-8 -bootclasspath "" \
  /libcore/
JavaLibrary.mk 318 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/devtools/tools/lib/
ant-tasks.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/ant-tasks/24.4.0-beta3/
ant-tasks-24.4.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/ant-tasks/24.4.0-beta6/
ant-tasks-24.4.0-beta6.jar 
  /external/guice/lib/build/
bnd-0.0.384.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar 
  /external/guice/extensions/struts2/lib/
ant-1.6.5.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.7.0/
ant-1.7.0.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar 
  /prebuilts/misc/common/robolectric/lib/
ant-1.8.0.jar 

Completed in 1654 milliseconds

1 2