HomeSort by relevance Sort by last modified time
    Searched refs:annotate (Results 126 - 150 of 196) sorted by null

1 2 3 4 56 7 8

  /external/smali/dexlib/src/main/java/org/jf/dexlib/
CodeItem.java 225 out.annotate(0, parent.method.getMethodString());
226 out.annotate(2, "registers_size: 0x" + Integer.toHexString(registerCount) + " (" + registerCount + ")");
227 out.annotate(2, "ins_size: 0x" + Integer.toHexString(inWords) + " (" + inWords + ")");
228 out.annotate(2, "outs_size: 0x" + Integer.toHexString(outWords) + " (" + outWords + ")");
230 out.annotate(2, "tries_size: 0x" + Integer.toHexString(triesLength) + " (" + triesLength + ")");
232 out.annotate(4, "debug_info_off:");
234 out.annotate(4, "debug_info_off: 0x" + Integer.toHexString(debugInfo.getOffset()));
236 out.annotate(4, "insns_size: 0x" + Integer.toHexString(instructionsLength) + " (" +
264 out.annotate("padding");
270 out.annotate(0, "[0x" + Integer.toHexString(index++) + "] try_item")
    [all...]
MethodIdItem.java 110 out.annotate(2, "class_type: " + classType.getTypeDescriptor());
111 out.annotate(2, "method_prototype: " + methodPrototype.getPrototypeString());
112 out.annotate(4, "method_name: " + methodName.getStringValue());
AnnotationSetRefList.java 92 out.annotate(4, "size: 0x" + Integer.toHexString(annotationSets.length) + " (" + annotationSets.length +
95 out.annotate(4, "annotation_set_off: 0x" + Integer.toHexString(annotationSetItem.getOffset()));
StringDataItem.java 102 out.annotate("string_size: 0x" + Integer.toHexString(stringValue.length()) + " (" + stringValue.length() +
106 out.annotate(encodedValue.length + 1, "string_data: \"" + Utf8Utils.escapeString(stringValue) + "\"");
  /dalvik/dx/src/com/android/dx/cf/code/
ExecutionStack.java 79 * @param ex {@code non-null;} the exception to annotate
81 public void annotate(ExceptionWithContext ex) { method in class:ExecutionStack
311 this.annotate(ex);
313 other.annotate(ex);
OneLocalsArray.java 59 public void annotate(ExceptionWithContext ex) { method in class:OneLocalsArray
214 annotate(ex);
216 other.annotate(ex);
LocalsArray.java 56 * @param ex {@code non-null;} the exception to annotate
58 public abstract void annotate(ExceptionWithContext ex); method in class:LocalsArray
LocalsArraySet.java 125 public void annotate(ExceptionWithContext ex) { method in class:LocalsArraySet
127 primary.annotate(ex);
137 la.getPrimary().annotate(ex);
357 annotate(ex);
359 other.annotate(ex);
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
Statistics.java 77 out.annotate(0, "\nstatistics:\n");
169 out.annotate(toHuman());
StringIdsSection.java 91 out.annotate(4, "string_ids_size: " + Hex.u4(sz));
92 out.annotate(4, "string_ids_off: " + Hex.u4(offset));
TypeIdsSection.java 89 out.annotate(4, "type_ids_size: " + Hex.u4(sz));
90 out.annotate(4, "type_ids_off: " + Hex.u4(offset));
UniformListItem.java 193 out.annotate(0, offsetString() + " " + typeName());
194 out.annotate(4, " size: " + Hex.u4(size));
ValueEncoder.java 277 out.annotate(" size: " + Hex.u4(size));
285 out.annotate(" [" + Integer.toHexString(i) + "] " +
318 out.annotate(" type_idx: " + Hex.u4(typeIdx) + " // " +
328 out.annotate(" size: " + Hex.u4(size));
340 out.annotate(0, " elements[" + at + "]:");
342 out.annotate(" name_idx: " + Hex.u4(nameIdx) + " // " +
349 out.annotate(" value: " + constantToHuman(value));
  /dalvik/dx/src/com/android/dx/dex/file/
Statistics.java 77 out.annotate(0, "\nstatistics:\n");
169 out.annotate(toHuman());
StringIdsSection.java 86 out.annotate(4, "string_ids_size: " + Hex.u4(sz));
87 out.annotate(4, "string_ids_off: " + Hex.u4(offset));
TypeIdsSection.java 89 out.annotate(4, "type_ids_size: " + Hex.u4(sz));
90 out.annotate(4, "type_ids_off: " + Hex.u4(offset));
UniformListItem.java 193 out.annotate(0, offsetString() + " " + typeName());
194 out.annotate(4, " size: " + Hex.u4(size));
EncodedArrayItem.java 109 out.annotate(0, offsetString() + " encoded array");
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
Statistics.java 77 out.annotate(0, "\nstatistics:\n");
169 out.annotate(toHuman());
StringIdsSection.java 86 out.annotate(4, "string_ids_size: " + Hex.u4(sz));
87 out.annotate(4, "string_ids_off: " + Hex.u4(offset));
TypeIdsSection.java 89 out.annotate(4, "type_ids_size: " + Hex.u4(sz));
90 out.annotate(4, "type_ids_off: " + Hex.u4(offset));
UniformListItem.java 193 out.annotate(0, offsetString() + " " + typeName());
194 out.annotate(4, " size: " + Hex.u4(size));
EncodedArrayItem.java 109 out.annotate(0, offsetString() + " encoded array");
  /external/linux-tools-perf/
command-list.txt 5 perf-annotate mainporcelain common
  /external/srec/srec/include/
ann_util.h 37 annotate *tcp;

Completed in 399 milliseconds

1 2 3 4 56 7 8