HomeSort by relevance Sort by last modified time
    Searched refs:methodAnnotations (Results 1 - 13 of 13) sorted by null

  /external/smali/dexlib/src/main/java/org/jf/dexlib/
AnnotationDirectoryItem.java 47 private MethodAnnotation[] methodAnnotations;
65 * @param methodAnnotations A list of <code>MethodAnnotation</code> objects that contain the method annotations for
72 @Nullable List<MethodAnnotation> methodAnnotations,
85 if (methodAnnotations == null || methodAnnotations.size() == 0) {
86 this.methodAnnotations = null;
88 this.methodAnnotations = new MethodAnnotation[methodAnnotations.size()];
89 this.methodAnnotations = methodAnnotations.toArray(this.methodAnnotations)
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
AnnotationsDirectoryItem.java 50 private ArrayList<MethodAnnotationStruct> methodAnnotations;
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 != null)
    [all...]
  /dalvik/dx/src/com/android/dx/dex/file/
AnnotationsDirectoryItem.java 50 private ArrayList<MethodAnnotationStruct> methodAnnotations;
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 != null)
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
AnnotationsDirectoryItem.java 50 private ArrayList<MethodAnnotationStruct> methodAnnotations;
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 != null)
    [all...]
  /cts/tools/dex-tools/src/dex/reader/
DexClassImpl.java 91 MethodAnnotation[] methodAnnotations;
142 annotationDir.methodAnnotations =
145 annotationDir.methodAnnotations[i] = new MethodAnnotation();
146 annotationDir.methodAnnotations[i].methodIdx = buffer
148 annotationDir.methodAnnotations[i].annotationsOff = buffer
151 annotationDir.methodAnnotations[i].methodIdx,
152 annotationDir.methodAnnotations[i]);
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
ClassDefinition.java 320 AnnotationSetItem methodAnnotations = null;
324 methodAnnotations = annotations.getMethodAnnotations(method.method);
338 methodDefinition.writeTo(methodWriter, methodAnnotations, parameterAnnotations);
  /external/smali/smali/src/main/antlr3/
smaliParser.g 529 List<CommonTree> methodAnnotations;
536 $statements_and_directives::methodAnnotations = new ArrayList<CommonTree>();
545 | annotation {$statements_and_directives::methodAnnotations.add($annotation.tree);}
555 {buildTree(I_ANNOTATIONS, "I_ANNOTATIONS", $statements_and_directives::methodAnnotations)};
763 add them to the $statements_and_directives::methodAnnotations list*/
772 | /*epsilon*/ {$statements_and_directives::methodAnnotations.addAll(annotations);}
    [all...]
smaliTreeWalker.g 127 if ($methods.methodAnnotations != null ||
135 $methods.methodAnnotations,
252 List<AnnotationDirectoryItem.MethodAnnotation> methodAnnotations,
268 if ($methodAnnotations == null) {
269 $methodAnnotations = new LinkedList<AnnotationDirectoryItem.MethodAnnotation>();
273 $methodAnnotations.add(methodAnnotation);
    [all...]
  /dalvik/dx/src/com/android/dx/command/dexer/
Main.java 841 Annotations methodAnnotations =
846 if (methodAnnotations != null) {
848 for (Annotation a : methodAnnotations.getAnnotations()) {
    [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 

Completed in 917 milliseconds