| /external/srec/srec/include/ |
| utteranc.h | 63 annotate; typedef in typeref:struct:__anon34884 102 annotate *utb_table; /* utb file header information */ 241 int init_utb_file(file_utterance_info *utt, annotate **table); 242 int position_utb_file(file_utterance_info *utt, long position, annotate *table); 253 int read_tcp(char *filename, annotate **tag_base); 254 int read_lst(char *filename, annotate *tag_base, int ntags); 255 int read_utb_table(char *filename, annotate **tag_base); 256 void save_tcp(char *tcpnam, annotate *tag, int ntags);
|
| /dalvik/dexgen/src/com/android/dexgen/dex/file/ |
| MemberIdItem.java | 72 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));
|
| CodeItem.java | 244 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(0, " debug info") [all...] |
| FieldAnnotationStruct.java | 90 out.annotate(0, " " + field.toHuman()); 91 out.annotate(4, " field_idx: " + Hex.u4(fieldIdx)); 92 out.annotate(4, " annotations_off: " +
|
| MethodAnnotationStruct.java | 90 out.annotate(0, " " + method.toHuman()); 91 out.annotate(4, " method_idx: " + Hex.u4(methodIdx)); 92 out.annotate(4, " annotations_off: " +
|
| TypeListItem.java | 97 out.annotate(0, offsetString() + " type_list"); 98 out.annotate(HEADER_SIZE, " size: " + Hex.u4(sz)); 102 out.annotate(ELEMENT_SIZE,
|
| AnnotationsDirectoryItem.java | 292 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:");
|
| StringDataItem.java | 76 out.annotate(Leb128Utils.unsignedLeb128Size(utf16Size), 78 out.annotate(bytes.size() + 1, value.toQuoted());
|
| StringIdItem.java | 103 out.annotate(0, indexString() + ' ' + value.toQuoted(100)); 104 out.annotate(4, " string_data_off: " + Hex.u4(dataOff));
|
| TypeIdItem.java | 66 out.annotate(0, indexString() + ' ' + descriptor.toHuman()); 67 out.annotate(4, " descriptor_idx: " + Hex.u4(idx));
|
| /dalvik/dx/src/com/android/dx/dex/file/ |
| MemberIdItem.java | 70 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));
|
| CodeItem.java | 235 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(0, " debug info") [all...] |
| FieldAnnotationStruct.java | 90 out.annotate(0, " " + field.toHuman()); 91 out.annotate(4, " field_idx: " + Hex.u4(fieldIdx)); 92 out.annotate(4, " annotations_off: " +
|
| MethodAnnotationStruct.java | 90 out.annotate(0, " " + method.toHuman()); 91 out.annotate(4, " method_idx: " + Hex.u4(methodIdx)); 92 out.annotate(4, " annotations_off: " +
|
| TypeListItem.java | 96 out.annotate(0, offsetString() + " type_list"); 97 out.annotate(HEADER_SIZE, " size: " + Hex.u4(sz)); 101 out.annotate(ELEMENT_SIZE,
|
| AnnotationsDirectoryItem.java | 296 out.annotate(0, offsetString() + " annotations directory"); 297 out.annotate(4, " class_annotations_off: " + Hex.u4(classOff)); 298 out.annotate(4, " fields_size: " + 300 out.annotate(4, " methods_size: " + 302 out.annotate(4, " parameters_size: " + 314 out.annotate(0, " fields:"); 324 out.annotate(0, " methods:"); 334 out.annotate(0, " parameters:");
|
| StringDataItem.java | 76 out.annotate(Leb128.unsignedLeb128Size(utf16Size), 78 out.annotate(bytes.size() + 1, value.toQuoted());
|
| StringIdItem.java | 101 out.annotate(0, indexString() + ' ' + value.toQuoted(100)); 102 out.annotate(4, " string_data_off: " + Hex.u4(dataOff));
|
| TypeIdItem.java | 64 out.annotate(0, indexString() + ' ' + descriptor.toHuman()); 65 out.annotate(4, " descriptor_idx: " + Hex.u4(idx));
|
| /external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
| MemberIdItem.java | 70 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));
|
| CodeItem.java | 244 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(0, " debug info") [all...] |
| FieldAnnotationStruct.java | 90 out.annotate(0, " " + field.toHuman()); 91 out.annotate(4, " field_idx: " + Hex.u4(fieldIdx)); 92 out.annotate(4, " annotations_off: " +
|
| MethodAnnotationStruct.java | 90 out.annotate(0, " " + method.toHuman()); 91 out.annotate(4, " method_idx: " + Hex.u4(methodIdx)); 92 out.annotate(4, " annotations_off: " +
|
| TypeListItem.java | 97 out.annotate(0, offsetString() + " type_list"); 98 out.annotate(HEADER_SIZE, " size: " + Hex.u4(sz)); 102 out.annotate(ELEMENT_SIZE,
|
| AnnotationsDirectoryItem.java | 292 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:");
|