Searched refs:annotate (Results 1 - 25 of 84) sorted by relevance

1234

/dalvik/dexgen/src/com/android/dexgen/util/
H A DAnnotatedOutput.java49 public void annotate(String msg); method in interface:AnnotatedOutput
62 public void annotate(int amt, String msg); method in interface:AnnotatedOutput
66 * until the next call to {@link #annotate}.
/dalvik/dx/src/com/android/dx/util/
H A DAnnotatedOutput.java49 public void annotate(String msg); method in interface:AnnotatedOutput
62 public void annotate(int amt, String msg); method in interface:AnnotatedOutput
66 * until the next call to {@link #annotate}.
/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DHeaderItem.java75 out.annotate(8, "magic: " + new CstUtf8(MAGIC).toQuoted());
76 out.annotate(4, "checksum");
77 out.annotate(20, "signature");
78 out.annotate(4, "file_size: " +
80 out.annotate(4, "header_size: " + Hex.u4(HEADER_SIZE));
81 out.annotate(4, "endian_tag: " + Hex.u4(ENDIAN_TAG));
82 out.annotate(4, "link_size: 0");
83 out.annotate(4, "link_off: 0");
84 out.annotate(4, "map_off: " + Hex.u4(mapOff));
116 out.annotate(
[all...]
H A DMemberIdItem.java72 out.annotate(0, indexString() + ' ' + cst.toHuman());
73 out.annotate(2, " class_idx: " + Hex.u2(classIdx));
74 out.annotate(2, String.format(" %-10s %s", getTypoidName() + ':',
76 out.annotate(4, " name_idx: " + Hex.u4(nameIdx));
H A DCodeItem.java244 out.annotate(0, offsetString() + ' ' + ref.toHuman());
245 out.annotate(2, " registers_size: " + Hex.u2(regSz));
246 out.annotate(2, " ins_size: " + Hex.u2(insSz));
247 out.annotate(2, " outs_size: " + Hex.u2(outsSz));
248 out.annotate(2, " tries_size: " + Hex.u2(triesSz));
249 out.annotate(4, " debug_off: " + Hex.u4(debugOff));
250 out.annotate(4, " insns_size: " + Hex.u4(insnsSz));
255 out.annotate(0, " throws " + StdTypeList.toHuman(throwsList));
271 out.annotate(2, " padding: 0");
285 out.annotate(
[all...]
H A DFieldAnnotationStruct.java90 out.annotate(0, " " + field.toHuman());
91 out.annotate(4, " field_idx: " + Hex.u4(fieldIdx));
92 out.annotate(4, " annotations_off: " +
H A DMethodAnnotationStruct.java90 out.annotate(0, " " + method.toHuman());
91 out.annotate(4, " method_idx: " + Hex.u4(methodIdx));
92 out.annotate(4, " annotations_off: " +
H A DTypeListItem.java97 out.annotate(0, offsetString() + " type_list");
98 out.annotate(HEADER_SIZE, " size: " + Hex.u4(sz));
102 out.annotate(ELEMENT_SIZE,
H A DAnnotationsDirectoryItem.java292 out.annotate(0, offsetString() + " annotations directory");
293 out.annotate(4, " class_annotations_off: " + Hex.u4(classOff));
294 out.annotate(4, " fields_size: " +
296 out.annotate(4, " methods_size: " +
298 out.annotate(4, " parameters_size: " +
310 out.annotate(0, " fields:");
320 out.annotate(0, " methods:");
330 out.annotate(0, " parameters:");
H A DStringDataItem.java76 out.annotate(Leb128Utils.unsignedLeb128Size(utf16Size),
78 out.annotate(bytes.size() + 1, value.toQuoted());
H A DStringIdItem.java103 out.annotate(0, indexString() + ' ' + value.toQuoted(100));
104 out.annotate(4, " string_data_off: " + Hex.u4(dataOff));
H A DTypeIdItem.java66 out.annotate(0, indexString() + ' ' + descriptor.toHuman());
67 out.annotate(4, " descriptor_idx: " + Hex.u4(idx));
H A DAnnotationItem.java174 out.annotate(0, prefix + "visibility: " +
176 out.annotate(0, prefix + "type: " + annotation.getType().toHuman());
182 out.annotate(0, prefix + name.toHuman() + ": " +
194 out.annotate(0, offsetString() + " annotation");
195 out.annotate(1, " visibility: VISBILITY_" + visibility);
H A DMapItem.java221 out.annotate(0, offsetString() + ' ' + type.getTypeName() +
223 out.annotate(2, " type: " + Hex.u2(value) + " // " +
225 out.annotate(2, " unused: 0");
226 out.annotate(4, " size: " + Hex.u4(itemCount));
227 out.annotate(4, " offset: " + Hex.u4(offset));
/dalvik/dx/src/com/android/dx/dex/file/
H A DHeaderItem.java67 out.annotate(8, "magic: " + new CstString(magic).toQuoted());
68 out.annotate(4, "checksum");
69 out.annotate(20, "signature");
70 out.annotate(4, "file_size: " +
72 out.annotate(4, "header_size: " + Hex.u4(SizeOf.HEADER_ITEM));
73 out.annotate(4, "endian_tag: " + Hex.u4(DexFormat.ENDIAN_TAG));
74 out.annotate(4, "link_size: 0");
75 out.annotate(4, "link_off: 0");
76 out.annotate(4, "map_off: " + Hex.u4(mapOff));
108 out.annotate(
[all...]
H A DMemberIdItem.java70 out.annotate(0, indexString() + ' ' + cst.toHuman());
71 out.annotate(2, " class_idx: " + Hex.u2(classIdx));
72 out.annotate(2, String.format(" %-10s %s", getTypoidName() + ':',
74 out.annotate(4, " name_idx: " + Hex.u4(nameIdx));
H A DCodeItem.java235 out.annotate(0, offsetString() + ' ' + ref.toHuman());
236 out.annotate(2, " registers_size: " + Hex.u2(regSz));
237 out.annotate(2, " ins_size: " + Hex.u2(insSz));
238 out.annotate(2, " outs_size: " + Hex.u2(outsSz));
239 out.annotate(2, " tries_size: " + Hex.u2(triesSz));
240 out.annotate(4, " debug_off: " + Hex.u4(debugOff));
241 out.annotate(4, " insns_size: " + Hex.u4(insnsSz));
246 out.annotate(0, " throws " + StdTypeList.toHuman(throwsList));
262 out.annotate(2, " padding: 0");
276 out.annotate(
[all...]
H A DFieldAnnotationStruct.java90 out.annotate(0, " " + field.toHuman());
91 out.annotate(4, " field_idx: " + Hex.u4(fieldIdx));
92 out.annotate(4, " annotations_off: " +
H A DMethodAnnotationStruct.java90 out.annotate(0, " " + method.toHuman());
91 out.annotate(4, " method_idx: " + Hex.u4(methodIdx));
92 out.annotate(4, " annotations_off: " +
H A DTypeListItem.java96 out.annotate(0, offsetString() + " type_list");
97 out.annotate(HEADER_SIZE, " size: " + Hex.u4(sz));
101 out.annotate(ELEMENT_SIZE,
H A DAnnotationsDirectoryItem.java291 out.annotate(0, offsetString() + " annotations directory");
292 out.annotate(4, " class_annotations_off: " + Hex.u4(classOff));
293 out.annotate(4, " fields_size: " +
295 out.annotate(4, " methods_size: " +
297 out.annotate(4, " parameters_size: " +
309 out.annotate(0, " fields:");
319 out.annotate(0, " methods:");
329 out.annotate(0, " parameters:");
H A DStringDataItem.java76 out.annotate(Leb128.unsignedLeb128Size(utf16Size),
78 out.annotate(bytes.size() + 1, value.toQuoted());
H A DStringIdItem.java101 out.annotate(0, indexString() + ' ' + value.toQuoted(100));
102 out.annotate(4, " string_data_off: " + Hex.u4(dataOff));
H A DTypeIdItem.java64 out.annotate(0, indexString() + ' ' + descriptor.toHuman());
65 out.annotate(4, " descriptor_idx: " + Hex.u4(idx));
H A DAnnotationItem.java171 out.annotate(0, prefix + "visibility: " +
173 out.annotate(0, prefix + "type: " + annotation.getType().toHuman());
179 out.annotate(0, prefix + name.toHuman() + ": " +
191 out.annotate(0, offsetString() + " annotation");
192 out.annotate(1, " visibility: VISBILITY_" + visibility);

Completed in 205 milliseconds

1234