| /dalvik/dexgen/src/com/android/dexgen/dex/code/ |
| DalvInsnList.java | 144 out.annotate(codeBytes, s); 146 out.annotate(codeBytes, "");
|
| /dalvik/dexgen/src/com/android/dexgen/dex/file/ |
| ClassDefsSection.java | 96 out.annotate(4, "class_defs_size: " + Hex.u4(sz)); 97 out.annotate(4, "class_defs_off: " + Hex.u4(offset));
|
| EncodedArrayItem.java | 118 out.annotate(0, offsetString() + " encoded array");
|
| ClassDataItem.java | 347 out.annotate(0, offsetString() + " class data for " + 378 out.annotate(String.format(" %-21s %08x", label + "_size:", 405 out.annotate(0, " " + label + ":");
|
| DebugInfoItem.java | 97 * @param out {@code non-null;} where to annotate to 123 out.annotate(offsetString() + " debug info");
|
| /dalvik/dx/src/com/android/dx/dex/code/ |
| DalvInsnList.java | 145 out.annotate(codeBytes, s); 147 out.annotate(codeBytes, "");
|
| /dalvik/dx/src/com/android/dx/dex/file/ |
| ClassDefsSection.java | 96 out.annotate(4, "class_defs_size: " + Hex.u4(sz)); 97 out.annotate(4, "class_defs_off: " + Hex.u4(offset));
|
| ClassDataItem.java | 344 out.annotate(0, offsetString() + " class data for " + 375 out.annotate(String.format(" %-21s %08x", label + "_size:", 402 out.annotate(0, " " + label + ":");
|
| DebugInfoItem.java | 95 * @param out {@code non-null;} where to annotate to 121 out.annotate(offsetString() + " debug info");
|
| /external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
| DalvInsnList.java | 145 out.annotate(codeBytes, s); 147 out.annotate(codeBytes, "");
|
| /external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
| ClassDefsSection.java | 96 out.annotate(4, "class_defs_size: " + Hex.u4(sz)); 97 out.annotate(4, "class_defs_off: " + Hex.u4(offset));
|
| ClassDataItem.java | 344 out.annotate(0, offsetString() + " class data for " + 375 out.annotate(String.format(" %-21s %08x", label + "_size:", 402 out.annotate(0, " " + label + ":");
|
| DebugInfoItem.java | 95 * @param out {@code non-null;} where to annotate to 121 out.annotate(offsetString() + " debug info");
|
| /external/smali/dexlib/src/main/java/org/jf/dexlib/ |
| AnnotationSetItem.java | 112 out.annotate(4, "size: 0x" + Integer.toHexString(annotations.length) + " (" + annotations.length + ")"); 114 out.annotate(4, "annotation_off: 0x" + Integer.toHexString(annotationItem.getOffset()) + " - " +
|
| Item.java | 103 * Write and annotate this item to the output stream 104 * @param out The output stream to write and annotate to 113 out.annotate(0, "[" + index + "] " + this.getItemType().TypeName); 165 * @param out The <code>AnnotatedOutput</code> object to write/annotate to
|
| FieldIdItem.java | 115 out.annotate(2, "class_type: " + classType.getTypeDescriptor()); 116 out.annotate(2, "field_type: " + fieldType.getTypeDescriptor()); 117 out.annotate(4, "field_name: " + fieldName.getStringValue());
|
| AnnotationItem.java | 91 out.annotate("visibility: " + visibility.name());
|
| StringIdItem.java | 108 out.annotate(4, stringDataItem.getConciseIdentity());
|
| TypeIdItem.java | 121 out.annotate(4, typeDescriptor.getConciseIdentity());
|
| TypeListItem.java | 111 out.annotate(4, "size: 0x" + Integer.toHexString(typeList.length) + " (" + typeList.length +")"); 114 out.annotate(2, "type_id_item: " + typeIdItem.getTypeDescriptor());
|
| /dalvik/dx/src/com/android/dx/cf/code/ |
| Frame.java | 409 * @param ex {@code non-null;} the exception to annotate 411 public void annotate(ExceptionWithContext ex) { method in class:Frame 412 locals.annotate(ex); 413 stack.annotate(ex);
|
| /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/ |
| ArrayDataPseudoInstruction.java | 95 out.annotate(getSize(currentCodeAddress)*2, "[0x" + Integer.toHexString(currentCodeAddress) + "] " +
|
| PackedSwitchDataPseudoInstruction.java | 97 out.annotate(getSize(currentCodeAddress)*2, "[0x" + Integer.toHexString(currentCodeAddress) + "] " +
|
| /external/smali/dexlib/src/main/java/org/jf/dexlib/Util/ |
| ByteArrayOutput.java | 361 public void annotate(String msg) { method in class:ByteArrayOutput 371 public void annotate(int amt, String msg) { method in class:ByteArrayOutput
|
| /external/harfbuzz_ng/util/ |
| view-cairo.cc | 95 if (view_options.annotate) {
|