HomeSort by relevance Sort by last modified time
    Searched refs:CoreLibrarySupport (Results 1 - 9 of 9) sorted by null

  /external/desugar/java/com/google/devtools/build/android/desugar/
CorePackageRenamer.java 21 * A visitor that renames packages so configured using {@link CoreLibrarySupport}..
25 public CorePackageRenamer(ClassVisitor cv, CoreLibrarySupport support) {
30 private final CoreLibrarySupport support;
32 private CorePackageRemapper(CoreLibrarySupport support) {
EmulatedInterfaceRewriter.java 32 private final CoreLibrarySupport support;
34 public EmulatedInterfaceRewriter(ClassVisitor dest, CoreLibrarySupport support) {
CoreLibraryInvocationRewriter.java 33 private final CoreLibrarySupport support;
35 public CoreLibraryInvocationRewriter(ClassVisitor cv, CoreLibrarySupport support) {
Desugar.java 420 CoreLibrarySupport coreLibrarySupport =
422 ? new CoreLibrarySupport(
438 coreLibrarySupport,
448 coreLibrarySupport,
454 outputFileProvider, loader, bootclasspathReader, coreLibrarySupport);
522 @Nullable CoreLibrarySupport coreLibrarySupport,
544 coreLibrarySupport,
556 (options.coreLibrary && coreLibrarySupport != null
    [all...]
CoreLibrarySupport.java 50 class CoreLibrarySupport {
69 public CoreLibrarySupport(
DefaultMethodClassFixer.java 51 @Nullable private final CoreLibrarySupport coreLibrarySupport;
65 @Nullable CoreLibrarySupport coreLibrarySupport,
70 this.coreLibrarySupport = coreLibrarySupport;
203 return coreLibrarySupport != null
204 && !coreLibrarySupport.isEmulatedCoreClassOrInterface(internalName)
205 && coreLibrarySupport.isEmulatedCoreClassOrInterface(superName);
248 if (coreLibrarySupport != nul
    [all...]
InterfaceDesugaring.java 52 private final CoreLibrarySupport coreLibrarySupport;
69 @Nullable CoreLibrarySupport coreLibrarySupport,
77 this.coreLibrarySupport = coreLibrarySupport;
222 if (coreLibrarySupport != null) {
223 coreLibrarySupport.registerIfEmulatedCoreInterface(
  /external/desugar/test/java/com/google/devtools/build/android/desugar/
CoreLibrarySupportTest.java 35 CoreLibrarySupport support =
36 new CoreLibrarySupport(
53 CoreLibrarySupport support =
54 new CoreLibrarySupport(
71 CoreLibrarySupport support =
72 new CoreLibrarySupport(
85 CoreLibrarySupport support =
86 new CoreLibrarySupport(
99 CoreLibrarySupport support =
100 new CoreLibrarySupport(
    [all...]
CorePackageRenamerTest.java 36 new CoreLibrarySupport(

Completed in 253 milliseconds