Home
last modified time | relevance | path

Searched defs:methodAnnotations (Results 1 – 9 of 9) 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/nullaway/jar-infer/jar-infer-lib/src/main/java/com/uber/nullaway/jarinfer/
DMethodAnnotationsRecord.java8 private final ImmutableSet<String> methodAnnotations; field in MethodAnnotationsRecord
13 ImmutableSet<String> methodAnnotations, in MethodAnnotationsRecord()
/external/dagger2/java/dagger/internal/codegen/validation/
DAnyBindingMethodValidator.java54 ImmutableSet<ClassName> methodAnnotations() { in methodAnnotations() method in AnyBindingMethodValidator
DComponentDescriptorValidator.java259 String methodAnnotations; in abstractModuleHasInstanceBindingMethodsError() local
/external/TestParameterInjector/src/main/java/com/google/testing/junit/testparameterinjector/
DTestParameterAnnotationMethodProcessor.java340 List<AnnotationTypeOrigin> methodAnnotations = in getAnnotationTypeOrigins() local
385 methodAnnotations); in getAnnotationTypeOrigins() local
423 List<AnnotationTypeOrigin> methodAnnotations, List<AnnotationTypeOrigin> fieldAnnotations) { in checkDuplicatedFieldsAnnotations()
/external/auto/value/src/main/java/com/google/auto/value/processor/
DAutoValueishProcessor.java294 private final ImmutableList<String> methodAnnotations; field in AutoValueishProcessor.GetterProperty
302 ImmutableList<String> methodAnnotations, in GetterProperty()
502 ImmutableList<String> methodAnnotations = annotationStrings(methodAnnotationMirrors); in propertySet() local
/external/nullaway/nullaway/src/main/java/com/uber/nullaway/handlers/
DInferredJARModelsHandler.java200 Set<String> methodAnnotations = methodArgAnnotations.get(RETURN); in isReturnAnnotatedNullable() 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