Home
last modified time | relevance | path

Searched defs:methodAnnotations (Results 1 – 2 of 2) 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/smali/smali/src/main/java/org/jf/smali/
DsmaliParser.java1583 List<CommonTree> methodAnnotations; field in smaliParser.statements_and_directives_scope