Home
last modified time | relevance | path

Searched refs:bootclasspath (Results 1 – 19 of 19) sorted by relevance

/external/turbine/java/com/google/turbine/main/
DMain.java99 ClassPath bootclasspath = bootclasspath(options); in compile() local
107 Binder.bind(units, classpath, bootclasspath, /* moduleVersion=*/ Optional.empty()); in compile()
112 Map<String, byte[]> transitive = Transitive.collectDeps(bootclasspath, bound); in compile()
116 Dependencies.collectDeps(options.targetLabel(), bootclasspath, bound, lowered); in compile()
142 private static ClassPath bootclasspath(TurbineOptions options) throws IOException { in bootclasspath() method in Main
155 ClassPath bootclasspath = CtSymClassBinder.bind(release); in bootclasspath() local
156 if (bootclasspath == null) { in bootclasspath()
159 return bootclasspath; in bootclasspath()
/external/desugar/java/com/google/devtools/build/android/desugar/
DDefaultMethodClassFixer.java48 private final ClassReaderFactory bootclasspath; field in DefaultMethodClassFixer
66 ClassReaderFactory bootclasspath, in DefaultMethodClassFixer() argument
71 this.bootclasspath = bootclasspath; in DefaultMethodClassFixer()
247 if (bootclasspath.isKnown(implemented)) { in stubMissingDefaultAndBridgeMethods()
251 bytecode = checkNotNull(bootclasspath.readIfKnown(implemented), implemented); in stubMissingDefaultAndBridgeMethods()
294 ClassReader bytecode = bootclasspath.readIfKnown(internalName); in recordInheritedMethods()
341 if (bytecode == null || bootclasspath.isKnown(anInterface)) { in collectOrderedCompanionsToTriggerInterfaceClinit()
369 if (bootclasspath.isKnown(implemented)) { in defaultMethodsDefined()
376 bytecode = checkNotNull(bootclasspath.readIfKnown(implemented), implemented); in defaultMethodsDefined()
559 bootclasspath, in visitMethod()
DInterfaceDesugaring.java53 private final ClassReaderFactory bootclasspath; field in InterfaceDesugaring
70 ClassReaderFactory bootclasspath, in InterfaceDesugaring() argument
78 this.bootclasspath = bootclasspath; in InterfaceDesugaring()
252 bootclasspath, in visitMethod()
374 private final ClassReaderFactory bootclasspath; field in InterfaceDesugaring.InterfaceInvocationRewriter
383 ClassReaderFactory bootclasspath, in InterfaceInvocationRewriter() argument
389 this.bootclasspath = bootclasspath; in InterfaceInvocationRewriter()
398 if ((itf || owner.equals(interfaceName)) && !bootclasspath.isKnown(owner)) { in visitMethodInsn()
DDesugar.java115 public List<Path> bootclasspath; field in Desugar.DesugarOptions
361 new IndexedInputs(toRegisteredInputFileProvider(closer, options.bootclasspath)); in desugar()
365 options.bootclasspath.isEmpty() in desugar()
928 !options.bootclasspath.isEmpty() || options.allowEmptyBootclasspath, in parseCommandLineOptions()
930 for (Path path : options.bootclasspath) { in parseCommandLineOptions()
/external/turbine/javatests/com/google/turbine/bytecode/sig/
DSigIntegrationTest.java59 ImmutableList<Path> bootclasspath = in forEachBootclass() local
66 if (!bootclasspath.isEmpty()) { in forEachBootclass()
67 for (Path path : bootclasspath) { in forEachBootclass()
/external/vogar/
D.vogarconfig.example9 # use "--verbose", "--suggest-classpaths" and "--mode jvm" + "use-bootclasspath"
14 --use-bootclasspath
/external/desugar/java/com/google/devtools/build/android/desugar/scan/
DKeepScanner.java93 public List<Path> bootclasspath; field in KeepScanner.KeepScannerOptions
127 IndexedInputs bootclasspath = in main() local
128 new IndexedInputs(toRegisteredInputFileProvider(closer, options.bootclasspath)); in main()
135 new HeaderClassLoader(bootclasspath, noopRewriter, in main()
/external/turbine/java/com/google/turbine/deps/
DDependencies.java49 Optional<String> targetLabel, ClassPath bootclasspath, BindingResult bound, Lowered lowered) { in collectDeps() argument
61 if (bootclasspath.env().get(sym) != null) { in collectDeps()
/external/turbine/java/com/google/turbine/binder/
DBinder.java73 ClassPath bootclasspath, in bind() argument
85 bootclasspath.index(), in bind()
89 CompoundEnv.of(classpath.env()).append(bootclasspath.env()); in bind()
92 CompoundEnv.of(classpath.moduleEnv()).append(bootclasspath.moduleEnv()); in bind()
/external/jacoco/
DAndroid.bp35 // coverage on classes in the bootclasspath (frameworks, services, ...) or
47 // anything in the bootclasspath (or we would create dependency cycle).
DREADME.android6 when they are either in the bootclasspath (core, frameworks, ...) or system apps.
/external/smali/dexlib2/
DOatVersions.txt32 - bootclasspath list was added
/external/icu/icu4j/eclipse-build/pdebuild/
Dbuild.properties17 # bootclasspath - The base jars to compile against (typicaly rt.jar)
180 #bootclasspath=${java.home}/lib/rt.jar
/external/grpc-grpc-java/
DSECURITY.md224 *Jetty ALPN brings its own baggage in that the Java bootclasspath needs to be modified, which may n…
232 …etty-NPN](https://github.com/jetty-project/jetty-npn) if on Java < 8) bootclasspath extension for …
/external/guice/lib/build/
Dbnd-0.0.384.jarMETA-INF/MANIFEST.MF LICENSE OSGI-OPT/ OSGI-OPT/bnd.bnd ...
/external/guice/extensions/struts2/lib/
Dant-1.6.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/clang/include/clang/Driver/
DOptions.td1947 def _bootclasspath_EQ : Joined<["--"], "bootclasspath=">, Alias<fbootclasspath_EQ>;
1948 def _bootclasspath : Separate<["--"], "bootclasspath">, Alias<fbootclasspath_EQ>;
/external/owasp/sanitizer/tools/findbugs/lib/
Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/jarjar/lib/
Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...