/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/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/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/ |
D | DexWriter.java | 599 …List<? extends AnnotationSetKey> parameterAnnotations = classSection.getParameterAnnotations(metho… 600 if (parameterAnnotations != null) { 601 Integer prev = internedItems.get(parameterAnnotations); 608 internedItems.put(parameterAnnotations, position); 612 writer.writeInt(parameterAnnotations.size()); 613 for (AnnotationSetKey annotationSetKey: parameterAnnotations) { 652 int parameterAnnotations = 0; 675 parameterAnnotations++; 684 if (fieldAnnotations == 0 && methodAnnotations == 0 && parameterAnnotations == 0) { 706 writer.writeInt(parameterAnnotations);
|
/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/proguard/lib/ |
D | proguard.jar | META-INF/
META-INF/MANIFEST.MF
proguard/optimize/WriteOnlyFieldFilter.class
WriteOnlyFieldFilter ... |
/external/owasp/sanitizer/tools/findbugs/lib/ |
D | findbugs.jar | META-INF/
META-INF/MANIFEST.MF
default.xsl
edu/
edu/umd ... |