HomeSort by relevance Sort by last modified time
    Searched refs:annotate (Results 76 - 100 of 192) sorted by null

1 2 34 5 6 7 8

  /dalvik/dx/src/com/android/dx/dex/file/
ParameterAnnotationStruct.java 115 out.annotate(0, " " + method.toHuman());
116 out.annotate(4, " method_idx: " + Hex.u4(methodIdx));
117 out.annotate(4, " annotations_off: " +
AnnotationSetRefItem.java 75 out.annotate(4, " annotations_off: " + Hex.u4(annotationsOff));
EncodedMethod.java 178 out.annotate(0, String.format(" [%x] %s", dumpSeq,
180 out.annotate(Leb128.unsignedLeb128Size(diff),
182 out.annotate(Leb128.unsignedLeb128Size(accessFlags),
185 out.annotate(Leb128.unsignedLeb128Size(codeOff),
ProtoIdItem.java 147 out.annotate(0, indexString() + ' ' + sb.toString());
148 out.annotate(4, " shorty_idx: " + Hex.u4(shortyIdx) +
150 out.annotate(4, " return_type_idx: " + Hex.u4(returnIdx) +
152 out.annotate(4, " parameters_off: " + Hex.u4(paramsOff));
FieldIdsSection.java 84 out.annotate(4, "field_ids_size: " + Hex.u4(sz));
85 out.annotate(4, "field_ids_off: " + Hex.u4(offset));
MethodIdsSection.java 84 out.annotate(4, "method_ids_size: " + Hex.u4(sz));
85 out.annotate(4, "method_ids_off: " + Hex.u4(offset));
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
AnnotationSetItem.java 138 out.annotate(0, offsetString() + " annotation set");
139 out.annotate(4, " size: " + Hex.u4(size));
149 out.annotate(4, " entries[" + Integer.toHexString(i) + "]: " +
EncodedField.java 140 out.annotate(0, String.format(" [%x] %s", dumpSeq,
142 out.annotate(Leb128Utils.unsignedLeb128Size(diff),
144 out.annotate(Leb128Utils.unsignedLeb128Size(accessFlags),
ParameterAnnotationStruct.java 114 out.annotate(0, " " + method.toHuman());
115 out.annotate(4, " method_idx: " + Hex.u4(methodIdx));
116 out.annotate(4, " annotations_off: " +
AnnotationSetRefItem.java 75 out.annotate(4, " annotations_off: " + Hex.u4(annotationsOff));
EncodedMethod.java 179 out.annotate(0, String.format(" [%x] %s", dumpSeq,
181 out.annotate(Leb128Utils.unsignedLeb128Size(diff),
183 out.annotate(Leb128Utils.unsignedLeb128Size(accessFlags),
186 out.annotate(Leb128Utils.unsignedLeb128Size(codeOff),
ProtoIdItem.java 147 out.annotate(0, indexString() + ' ' + sb.toString());
148 out.annotate(4, " shorty_idx: " + Hex.u4(shortyIdx) +
150 out.annotate(4, " return_type_idx: " + Hex.u4(returnIdx) +
152 out.annotate(4, " parameters_off: " + Hex.u4(paramsOff));
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
FieldIdItem.java 58 out.annotate(2, "class_idx = %s", TypeIdItem.getReferenceAnnotation(dexFile, classIndex));
61 out.annotate(2, "return_type_idx = %s", TypeIdItem.getReferenceAnnotation(dexFile, typeIndex));
64 out.annotate(4, "name_idx = %s", StringIdItem.getReferenceAnnotation(dexFile, nameIndex));
MethodIdItem.java 58 out.annotate(2, "class_idx = %s", TypeIdItem.getReferenceAnnotation(dexFile, classIndex));
61 out.annotate(2, "proto_idx = %s", ProtoIdItem.getReferenceAnnotation(dexFile, protoIndex));
64 out.annotate(4, "name_idx = %s", StringIdItem.getReferenceAnnotation(dexFile, nameIndex));
ProtoIdItem.java 58 out.annotate(4, "shorty_idx = %s", StringIdItem.getReferenceAnnotation(dexFile, shortyIndex));
61 out.annotate(4, "return_type_idx = %s", TypeIdItem.getReferenceAnnotation(dexFile, returnTypeIndex));
64 out.annotate(4, "parameters_off = %s", TypeListItem.getReferenceAnnotation(dexFile, parametersOffset));
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
AnnotationSetRefItem.java 75 out.annotate(4, " annotations_off: " + Hex.u4(annotationsOff));
EncodedMethod.java 179 out.annotate(0, String.format(" [%x] %s", dumpSeq,
181 out.annotate(Leb128Utils.unsignedLeb128Size(diff),
183 out.annotate(Leb128Utils.unsignedLeb128Size(accessFlags),
186 out.annotate(Leb128Utils.unsignedLeb128Size(codeOff),
ProtoIdItem.java 150 out.annotate(0, indexString() + ' ' + sb.toString());
151 out.annotate(4, " shorty_idx: " + Hex.u4(shortyIdx) +
153 out.annotate(4, " return_type_idx: " + Hex.u4(returnIdx) +
155 out.annotate(4, " parameters_off: " + Hex.u4(paramsOff));
FieldIdsSection.java 84 out.annotate(4, "field_ids_size: " + Hex.u4(sz));
85 out.annotate(4, "field_ids_off: " + Hex.u4(offset));
MethodIdsSection.java 84 out.annotate(4, "method_ids_size: " + Hex.u4(sz));
85 out.annotate(4, "method_ids_off: " + Hex.u4(offset));
ProtoIdsSection.java 76 out.annotate(4, "proto_ids_size: " + Hex.u4(sz));
77 out.annotate(4, "proto_ids_off: " + Hex.u4(offset));
Section.java 162 out.annotate(0, "\n" + name + ":");
164 out.annotate(0, "\n");
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
__init__.py 57 annotate = _singleton_method('annotate') variable
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
dircache.py 5 The annotate() routine appends slashes to directories."""
12 __all__ = ["listdir", "opendir", "annotate", "reset"]
37 def annotate(head, list): function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
dircache.py 5 The annotate() routine appends slashes to directories."""
12 __all__ = ["listdir", "opendir", "annotate", "reset"]
37 def annotate(head, list): function

Completed in 842 milliseconds

1 2 34 5 6 7 8