/external/turbine/java/com/google/turbine/main/ |
D | Main.java | 99 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/ |
D | DefaultMethodClassFixer.java | 48 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()
|
D | InterfaceDesugaring.java | 53 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()
|
D | Desugar.java | 115 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/ |
D | SigIntegrationTest.java | 59 ImmutableList<Path> bootclasspath = in forEachBootclass() local 66 if (!bootclasspath.isEmpty()) { in forEachBootclass() 67 for (Path path : bootclasspath) { in forEachBootclass()
|
/external/vogar/ |
D | .vogarconfig.example | 9 # use "--verbose", "--suggest-classpaths" and "--mode jvm" + "use-bootclasspath" 14 --use-bootclasspath
|
/external/desugar/java/com/google/devtools/build/android/desugar/scan/ |
D | KeepScanner.java | 93 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/ |
D | Dependencies.java | 49 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/ |
D | Binder.java | 73 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/ |
D | Android.bp | 35 // coverage on classes in the bootclasspath (frameworks, services, ...) or 47 // anything in the bootclasspath (or we would create dependency cycle).
|
D | README.android | 6 when they are either in the bootclasspath (core, frameworks, ...) or system apps.
|
/external/smali/dexlib2/ |
D | OatVersions.txt | 32 - bootclasspath list was added
|
/external/icu/icu4j/eclipse-build/pdebuild/ |
D | build.properties | 17 # bootclasspath - The base jars to compile against (typicaly rt.jar) 180 #bootclasspath=${java.home}/lib/rt.jar
|
/external/grpc-grpc-java/ |
D | SECURITY.md | 224 *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/ |
D | bnd-0.0.384.jar | META-INF/MANIFEST.MF
LICENSE
OSGI-OPT/
OSGI-OPT/bnd.bnd
... |
/external/guice/extensions/struts2/lib/ |
D | ant-1.6.5.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/clang/include/clang/Driver/ |
D | Options.td | 1947 def _bootclasspath_EQ : Joined<["--"], "bootclasspath=">, Alias<fbootclasspath_EQ>; 1948 def _bootclasspath : Separate<["--"], "bootclasspath">, Alias<fbootclasspath_EQ>;
|
/external/owasp/sanitizer/tools/findbugs/lib/ |
D | ant.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/jarjar/lib/ |
D | apache-ant-1.9.4.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |