Searched defs:parameterAnnotations (Results 1 - 12 of 12) sorted by relevance

/external/proguard/src/proguard/classfile/attribute/annotation/
H A DParameterAnnotationsAttribute.java36 public Annotation[][] parameterAnnotations; field in class:ParameterAnnotationsAttribute
53 Annotation[][] parameterAnnotations)
59 this.parameterAnnotations = parameterAnnotations;
72 Annotation[] annotations = parameterAnnotations[parameterIndex];
50 ParameterAnnotationsAttribute(int u2attributeNameIndex, int u2parametersCount, int[] u2parameterAnnotationsCount, Annotation[][] parameterAnnotations) argument
H A DRuntimeInvisibleParameterAnnotationsAttribute.java47 Annotation[][] parameterAnnotations)
52 parameterAnnotations);
44 RuntimeInvisibleParameterAnnotationsAttribute(int u2attributeNameIndex, int u2parametersCount, int[] u2parameterAnnotationsCount, Annotation[][] parameterAnnotations) argument
H A DRuntimeVisibleParameterAnnotationsAttribute.java47 Annotation[][] parameterAnnotations)
52 parameterAnnotations);
44 RuntimeVisibleParameterAnnotationsAttribute(int u2attributeNameIndex, int u2parametersCount, int[] u2parameterAnnotationsCount, Annotation[][] parameterAnnotations) argument
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/util/
H A DParameterIterator.java47 private final Iterator<? extends Set<? extends Annotation>> parameterAnnotations; field in class:ParameterIterator
51 @Nonnull List<? extends Set<? extends Annotation>> parameterAnnotations,
54 this.parameterAnnotations = parameterAnnotations.iterator();
67 if (parameterAnnotations.hasNext()) {
68 annotations = parameterAnnotations.next();
50 ParameterIterator(@onnull List<? extends CharSequence> parameterTypes, @Nonnull List<? extends Set<? extends Annotation>> parameterAnnotations, @Nonnull Iterator<String> parameterNames) argument
/external/junit/src/org/junit/experimental/theories/
H A DParameterSignature.java25 Class<?>[] parameterTypes, Annotation[][] parameterAnnotations) {
29 parameterAnnotations[i]));
24 signatures( Class<?>[] parameterTypes, Annotation[][] parameterAnnotations) argument
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DAnnotationsDirectoryItem.java53 private ArrayList<ParameterAnnotationStruct> parameterAnnotations; field in class:AnnotationsDirectoryItem
64 parameterAnnotations = null;
83 (parameterAnnotations == null);
98 (parameterAnnotations == null);
190 if (parameterAnnotations == null) {
191 parameterAnnotations = new ArrayList<ParameterAnnotationStruct>();
194 parameterAnnotations.add(new ParameterAnnotationStruct(method, list));
226 if (parameterAnnotations == null) {
230 for (ParameterAnnotationStruct item : parameterAnnotations) {
259 if (parameterAnnotations !
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/owasp/sanitizer/lib/junit/
H A Djunit-dep.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/DataEntryWriterFactory.class DataEntryWriterFactory.java package proguard public ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 2497 milliseconds