Home
last modified time | relevance | path

Searched defs:methodAnnotations (Results 1 – 6 of 6) sorted by relevance

/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/
DAnnotationIdTest.java96 Annotation[] methodAnnotations = getMethodAnnotations(methodId); in addMethodAnnotationWithBooleanElement() local
112 Annotation[] methodAnnotations = getMethodAnnotations(methodId); in addMethodAnnotationWithByteElement() local
128 Annotation[] methodAnnotations = getMethodAnnotations(methodId); in addMethodAnnotationWithCharElement() local
144 Annotation[] methodAnnotations = getMethodAnnotations(methodId); in addMethodAnnotationWithDoubleElement() local
160 Annotation[] methodAnnotations = getMethodAnnotations(methodId); in addMethodAnnotationWithFloatElement() local
176 Annotation[] methodAnnotations = getMethodAnnotations(methodId); in addMethodAnnotationWithIntElement() local
192 Annotation[] methodAnnotations = getMethodAnnotations(methodId); in addMethodAnnotationWithLongElement() local
208 Annotation[] methodAnnotations = getMethodAnnotations(methodId); in addMethodAnnotationWithShortElement() local
224 Annotation[] methodAnnotations = getMethodAnnotations(methodId); in addMethodAnnotationWithStingElement() local
242 Annotation[] methodAnnotations = getMethodAnnotations(methodId); in addMethodAnnotationWithEnumElement() local
[all …]
/external/dagger2/java/dagger/internal/codegen/validation/
DAnyBindingMethodValidator.java55 ImmutableSet<Class<? extends Annotation>> methodAnnotations() { in methodAnnotations() method in AnyBindingMethodValidator
DComponentDescriptorValidator.java264 String methodAnnotations; in abstractModuleHasInstanceBindingMethodsError() local
/external/auto/value/src/main/java/com/google/auto/value/processor/
DAutoValueOrOneOfProcessor.java155 private final ImmutableList<String> methodAnnotations; field in AutoValueOrOneOfProcessor.Property
165 ImmutableList<String> methodAnnotations, in Property()
393 ImmutableList<String> methodAnnotations = annotationStrings(methodAnnotationMirrors); in propertySet() local
/external/auto/value/src/test/java/com/google/auto/value/processor/
DPropertyAnnotationsTest.java172 List<String> methodAnnotations = new ArrayList<>(); field in PropertyAnnotationsTest.OutputFileBuilder
/external/smali/smali/src/main/java/org/jf/smali/
DsmaliParser.java1602 List<CommonTree> methodAnnotations; field in smaliParser.statements_and_directives_scope