Searched defs:methodAnnotations (Results 1 - 4 of 4) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DAnnotationsDirectoryItem.java50 private ArrayList<MethodAnnotationStruct> methodAnnotations; field in class:AnnotationsDirectoryItem
63 methodAnnotations = null;
82 (methodAnnotations == null) &&
97 (methodAnnotations == null) &&
174 if (methodAnnotations == null) {
175 methodAnnotations = new ArrayList<MethodAnnotationStruct>();
178 methodAnnotations.add(new MethodAnnotationStruct(method,
205 if (methodAnnotations == null) {
209 for (MethodAnnotationStruct item : methodAnnotations) {
253 if (methodAnnotations !
[all...]
/external/smali/smali/src/main/java/org/jf/smali/
H A DsmaliParser.java1604 List<CommonTree> methodAnnotations; field in class:smaliParser.statements_and_directives_scope
1644 statements_and_directives_stack.peek().methodAnnotations = new ArrayList<CommonTree>();
1796 statements_and_directives_stack.peek().methodAnnotations.add((annotation39!=null?((CommonTree)annotation39.getTree()):null));
1869 adaptor.addChild(root_0, buildTree(I_ANNOTATIONS, "I_ANNOTATIONS", statements_and_directives_stack.peek().methodAnnotations));
10494 statements_and_directives_stack.peek().methodAnnotations.addAll(annotations);
/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
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 ...

Completed in 154 milliseconds