/external/turbine/java/com/google/turbine/bytecode/sig/ |
D | Sig.java | 63 private final ImmutableList<TySig> interfaceBounds; field in Sig.TyParamSig 65 public TyParamSig(String name, TySig classBound, ImmutableList<TySig> interfaceBounds) { in TyParamSig() argument 68 this.interfaceBounds = interfaceBounds; in TyParamSig() 78 public ImmutableList<TySig> interfaceBounds() { in interfaceBounds() method in Sig.TyParamSig 79 return interfaceBounds; in interfaceBounds()
|
D | SigParser.java | 136 ImmutableList.Builder<TySig> interfaceBounds = ImmutableList.builder(); in parseTyParams() local 139 interfaceBounds.add(parseFieldSig()); in parseTyParams() 141 tyParams.add(new TyParamSig(identifier.toString(), classBound, interfaceBounds.build())); in parseTyParams()
|
D | SigWriter.java | 69 for (Sig.TySig f : tyParamSig.interfaceBounds()) { in writeFormalTyParamSig()
|
/external/mockito/src/main/java/org/mockito/internal/util/reflection/ |
D | GenericMetadataSupport.java | 418 return Arrays.asList(((BoundedType) type).interfaceBounds()); in extraInterfaces() 523 Type[] interfaceBounds(); in interfaceBounds() method 567 public Type[] interfaceBounds() { in interfaceBounds() method in GenericMetadataSupport.TypeVarBoundedType 568 Type[] interfaceBounds = new Type[typeVariable.getBounds().length - 1]; in interfaceBounds() local 569 …System.arraycopy(typeVariable.getBounds(), 1, interfaceBounds, 0, typeVariable.getBounds().length … in interfaceBounds() local 570 return interfaceBounds; in interfaceBounds() 589 …{firstBound=" + firstBound() + ", interfaceBounds=" + Arrays.deepToString(interfaceBounds()) + '}'; in toString() 626 public Type[] interfaceBounds() { in interfaceBounds() method in GenericMetadataSupport.WildCardBoundedType
|
/external/mockito/src/test/java/org/mockito/internal/util/reflection/ |
D | GenericMetadataSupportTest.java | 178 assertThat(boundedType.interfaceBounds()).isEmpty(); in paramType_with_wildcard_return_type_of____returning_wildcard_with_class_lower_bound____resolved_to_List_and_type_argument_to_Integer() 189 assertThat(boundedType.interfaceBounds()).contains(Cloneable.class); } in paramType_with_wildcard_return_type_of____returning_wildcard_with_typeVar_lower_bound____resolved_to_List_and_type_argument_to_Integer() 199 assertThat(boundedType.interfaceBounds()).contains(Cloneable.class); in paramType_with_wildcard_return_type_of____returning_wildcard_with_typeVar_upper_bound____resolved_to_List_and_type_argument_to_Integer()
|
/external/turbine/java/com/google/turbine/binder/bytecode/ |
D | BytecodeBoundClass.java | 332 for (Sig.TySig t : sig.interfaceBounds()) { in bindTyParam()
|
/external/kotlinc/lib/ |
D | kotlin-annotation-processing.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/jetbrains/
org/ ... |
/external/guice/extensions/struts2/lib/ |
D | core-3.1.1.jar | META-INF/
org/
org/eclipse/
org/eclipse/jdt/
org/eclipse ... |
/external/icu/tools/srcgen/currysrc/libs/ |
D | org.eclipse.jdt.core_3.14.0.v20180528-0519.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSE_.SF
META-INF/ECLIPSE_ ... |
/external/dagger2/lib/ |
D | google-java-format-0.1-20151017.042846-2.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |