/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
D | AnnotationsDirectoryItem.java | 53 private ArrayList<ParameterAnnotationStruct> parameterAnnotations; field in AnnotationsDirectoryItem 64 parameterAnnotations = null; in AnnotationsDirectoryItem() 83 (parameterAnnotations == null); in isEmpty() 98 (parameterAnnotations == null); in isInternable() 190 if (parameterAnnotations == null) { in addParameterAnnotations() 191 parameterAnnotations = new ArrayList<ParameterAnnotationStruct>(); in addParameterAnnotations() 194 parameterAnnotations.add(new ParameterAnnotationStruct(method, list)); in addParameterAnnotations() 226 if (parameterAnnotations == null) { in getParameterAnnotations() 230 for (ParameterAnnotationStruct item : parameterAnnotations) { in getParameterAnnotations() 259 if (parameterAnnotations != null) { in addContents() [all …]
|
/external/proguard/src/proguard/classfile/attribute/annotation/ |
D | ParameterAnnotationsAttribute.java | 36 public Annotation[][] parameterAnnotations; field in ParameterAnnotationsAttribute 53 Annotation[][] parameterAnnotations) in ParameterAnnotationsAttribute() argument 59 this.parameterAnnotations = parameterAnnotations; in ParameterAnnotationsAttribute() 72 Annotation[] annotations = parameterAnnotations[parameterIndex]; in annotationsAccept()
|
D | RuntimeInvisibleParameterAnnotationsAttribute.java | 47 Annotation[][] parameterAnnotations) in RuntimeInvisibleParameterAnnotationsAttribute() argument 52 parameterAnnotations); in RuntimeInvisibleParameterAnnotationsAttribute()
|
D | RuntimeVisibleParameterAnnotationsAttribute.java | 47 Annotation[][] parameterAnnotations) in RuntimeVisibleParameterAnnotationsAttribute() argument 52 parameterAnnotations); in RuntimeVisibleParameterAnnotationsAttribute()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/util/ |
D | ParameterIterator.java | 47 private final Iterator<? extends Set<? extends Annotation>> parameterAnnotations; field in ParameterIterator 51 … @Nonnull List<? extends Set<? extends Annotation>> parameterAnnotations, in ParameterIterator() argument 54 this.parameterAnnotations = parameterAnnotations.iterator(); in ParameterIterator() 67 if (parameterAnnotations.hasNext()) { in next() 68 annotations = parameterAnnotations.next(); in next()
|
/external/guice/extensions/persist/src/com/google/inject/persist/jpa/ |
D | JpaFinderProxy.java | 112 Object annotation = descriptor.parameterAnnotations[i]; in bindQueryNamedParameters() 136 Object annotation = descriptor.parameterAnnotations[i]; in bindQueryRawParameters() 174 Annotation[][] parameterAnnotations = method.getParameterAnnotations(); in getFinderDescriptor() local 175 Object[] discoveredAnnotations = new Object[parameterAnnotations.length]; in getFinderDescriptor() 176 for (int i = 0; i < parameterAnnotations.length; i++) { in getFinderDescriptor() 177 Annotation[] annotations = parameterAnnotations[i]; in getFinderDescriptor() 197 finderDescriptor.parameterAnnotations = discoveredAnnotations; in getFinderDescriptor() 252 volatile Object[] parameterAnnotations; field in JpaFinderProxy.FinderDescriptor
|
/external/proguard/src/proguard/classfile/editor/ |
D | AttributeAdder.java | 424 Annotation[][] parameterAnnotations = in visitRuntimeVisibleParameterAnnotationsAttribute() local 427 Arrays.fill(parameterAnnotations, EMPTY_ANNOTATIONS); in visitRuntimeVisibleParameterAnnotationsAttribute() 433 parameterAnnotations); in visitRuntimeVisibleParameterAnnotationsAttribute() 449 Annotation[][] parameterAnnotations = in visitRuntimeInvisibleParameterAnnotationsAttribute() local 452 Arrays.fill(parameterAnnotations, EMPTY_ANNOTATIONS); in visitRuntimeInvisibleParameterAnnotationsAttribute() 458 parameterAnnotations); in visitRuntimeInvisibleParameterAnnotationsAttribute()
|
D | ParameterAnnotationsAttributeEditor.java | 52 ArrayUtil.add(targetParameterAnnotationsAttribute.parameterAnnotations[parameterIndex], in addAnnotation()
|
/external/junit/src/org/junit/experimental/theories/ |
D | ParameterSignature.java | 25 Class<?>[] parameterTypes, Annotation[][] parameterAnnotations) { in signatures() argument 29 parameterAnnotations[i])); in signatures()
|
/external/proguard/src/proguard/optimize/ |
D | DuplicateInitializerFixer.java | 205 System.arraycopy(parameterAnnotationsAttribute.parameterAnnotations, in visitAnyParameterAnnotationsAttribute() 212 parameterAnnotationsAttribute.parameterAnnotations = annotations; in visitAnyParameterAnnotationsAttribute()
|
D | MethodDescriptorShrinker.java | 175 Annotation[][] annotations = parameterAnnotationsAttribute.parameterAnnotations; in visitAnyParameterAnnotationsAttribute()
|
/external/guice/extensions/throwingproviders/src/com/google/inject/throwingproviders/ |
D | CheckedProviderMethodsModule.java | 100 Annotation[][] parameterAnnotations = method.getParameterAnnotations(); in createProviderMethod() local 102 Key<?> key = getKey(errors, parameterTypes.get(i), method, parameterAnnotations[i]); in createProviderMethod()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/ |
D | DexWriter.java | 631 …List<? extends AnnotationSetKey> parameterAnnotations = classSection.getParameterAnnotations(metho… 632 if (parameterAnnotations != null) { 633 Integer prev = internedItems.get(parameterAnnotations); 640 internedItems.put(parameterAnnotations, position); 644 writer.writeInt(parameterAnnotations.size()); 645 for (AnnotationSetKey annotationSetKey: parameterAnnotations) { 686 int parameterAnnotations = 0; 709 parameterAnnotations++; 718 if (fieldAnnotations == 0 && methodAnnotations == 0 && parameterAnnotations == 0) { 740 writer.writeInt(parameterAnnotations);
|
/external/guice/extensions/assistedinject/src/com/google/inject/assistedinject/ |
D | FactoryProvider.java | 305 for (Annotation[] parameterAnnotations : method.getParameterAnnotations()) { in createMethodMapping() 306 for (Annotation parameterAnnotation : parameterAnnotations) { in createMethodMapping()
|
/external/guice/core/src/com/google/inject/spi/ |
D | InjectionPoint.java | 116 Annotation[] parameterAnnotations = annotationsIterator.next(); in forMember() local 117 Key<?> key = Annotations.getKey(parameterType, member, parameterAnnotations, errors); in forMember() 118 dependencies.add(newDependency(key, Nullability.allowsNull(parameterAnnotations), index)); in forMember()
|
/external/proguard/src/proguard/shrink/ |
D | ClassShrinker.java | 252 shrinkArray(parameterAnnotationsAttribute.parameterAnnotations[parameterIndex], in visitAnyParameterAnnotationsAttribute()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/proguard/src/proguard/classfile/io/ |
D | ProgramClassReader.java | 557 …parameterAnnotationsAttribute.parameterAnnotations = new Annotation[parameterAnnotationsAtt… in visitAnyParameterAnnotationsAttribute() 574 parameterAnnotationsAttribute.parameterAnnotations[parameterIndex] = annotations; in visitAnyParameterAnnotationsAttribute()
|
D | ProgramClassWriter.java | 481 …Annotation[] annotations = parameterAnnotationsAttribute.parameterAnnotations[parameterInde… in visitAnyParameterAnnotationsAttribute()
|
/external/owasp/sanitizer/lib/junit/ |
D | junit-dep.jar | META-INF/
META-INF/MANIFEST.MF
junit/
junit/extensions/
junit/ ... |
D | junit.jar | META-INF/
META-INF/MANIFEST.MF
junit/
junit/extensions/
junit/ ... |
/external/libphonenumber/lib/ |
D | junit-4.8.1.jar | META-INF/
META-INF/MANIFEST.MF
junit/
junit/extensions/
junit/ ... |
/external/icu/tools/srcgen/currysrc/libs/ |
D | org.eclipse.jdt.core_3.11.0.v20150602-1242.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSE_.SF
META-INF/ECLIPSE_ ... |
/external/opencv3/modules/java/pure_test/lib/ |
D | junit-4.11.jar | META-INF/
META-INF/MANIFEST.MF
junit/
junit/extensions/
junit/ ... |