Searched defs:parameterAnnotations (Results 1 - 24 of 24) 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 u1parametersCount, int[] u2parameterAnnotationsCount, Annotation[][] parameterAnnotations) argument
H A DRuntimeInvisibleParameterAnnotationsAttribute.java47 Annotation[][] parameterAnnotations)
52 parameterAnnotations);
44 RuntimeInvisibleParameterAnnotationsAttribute(int u2attributeNameIndex, int u1parametersCount, int[] u2parameterAnnotationsCount, Annotation[][] parameterAnnotations) argument
H A DRuntimeVisibleParameterAnnotationsAttribute.java47 Annotation[][] parameterAnnotations)
52 parameterAnnotations);
44 RuntimeVisibleParameterAnnotationsAttribute(int u2attributeNameIndex, int u1parametersCount, 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/guice/extensions/persist/src/com/google/inject/persist/jpa/
H A DJpaFinderProxy.java112 Object annotation = descriptor.parameterAnnotations[i];
136 Object annotation = descriptor.parameterAnnotations[i];
174 Annotation[][] parameterAnnotations = method.getParameterAnnotations();
175 Object[] discoveredAnnotations = new Object[parameterAnnotations.length];
176 for (int i = 0; i < parameterAnnotations.length; i++) {
177 Annotation[] annotations = parameterAnnotations[i];
197 finderDescriptor.parameterAnnotations = discoveredAnnotations;
252 volatile Object[] parameterAnnotations; field in class:JpaFinderProxy.FinderDescriptor
/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/libphonenumber/lib/
H A Djunit-4.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/opencv3/modules/java/pure_test/lib/
H A Djunit-4.11.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/testng/lib-supplied/
H A Dguice-2.0.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE NOTICE org/ org/testng/ org/testng/guice/ org/testng/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/caliper/lib/
H A Djersey-core-1.11.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/jersey-module-version META- ...
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/ proguard/DuplicateClassPrinter.class DuplicateClassPrinter.java package proguard ...
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
H A Dxwork-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF xwork-validator-definition-1.0.dtd xwork ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 536 milliseconds