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

  /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) &&
177 if (methodAnnotations == null) {
178 methodAnnotations = new ArrayList<MethodAnnotationStruct>();
181 methodAnnotations.add(new MethodAnnotationStruct(method,
209 if (methodAnnotations == null) {
213 for (MethodAnnotationStruct item : methodAnnotations) {
257 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/smali/src/main/antlr3/
smaliParser.g 513 List<CommonTree> methodAnnotations;
517 $statements_and_directives::methodAnnotations = new ArrayList<CommonTree>();
524 | annotation {$statements_and_directives::methodAnnotations.add($annotation.tree);}
530 {buildTree(I_ANNOTATIONS, "I_ANNOTATIONS", $statements_and_directives::methodAnnotations)};
745 add them to the $statements_and_directives::methodAnnotations list*/
753 | /*epsilon*/ {$statements_and_directives::methodAnnotations.addAll(annotations);}
    [all...]
  /dalvik/dx/src/com/android/dx/command/dexer/
Main.java     [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
DexWriter.java 641 int methodAnnotations = 0;
656 methodAnnotations++;
674 if (fieldAnnotations == 0 && methodAnnotations == 0 && parameterAnnotations == 0) {
695 writer.writeInt(methodAnnotations);
    [all...]
  /external/smali/smali/src/main/java/org/jf/smali/
smaliParser.java     [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/sdk/tools/darwin/lib/
dx.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 

Completed in 498 milliseconds