HomeSort by relevance Sort by last modified time
    Searched defs:annotate (Results 1 - 25 of 43) sorted by null

1 2

  /dalvik/dexgen/src/com/android/dexgen/util/
AnnotatedOutput.java 49 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/
AnnotatedOutput.java 49 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}.
  /external/dexmaker/src/dx/java/com/android/dx/util/
AnnotatedOutput.java 49 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}.
  /external/smali/dexlib/src/main/java/org/jf/dexlib/EncodedValue/
DoubleEncodedValue.java 63 out.annotate(1, "value_type=" + ValueType.VALUE_DOUBLE.name() + ",value_arg=" + (bytes.length - 1));
64 out.annotate(bytes.length, "value: " + value);
EnumEncodedValue.java 66 out.annotate(1, "value_type=" + ValueType.VALUE_ENUM.name() + ",value_arg=" + (bytes.length - 1));
67 out.annotate(bytes.length, "value: " + value.getFieldString());
FieldEncodedValue.java 66 out.annotate(1, "value_type=" + ValueType.VALUE_FIELD.name() + ",value_arg=" + (bytes.length - 1));
67 out.annotate(bytes.length, "value: " + value.getFieldString());
FloatEncodedValue.java 63 out.annotate(1, "value_type=" + ValueType.VALUE_FLOAT.name() + ",value_arg=" + (bytes.length - 1));
64 out.annotate(bytes.length, "value: " + value);
IntEncodedValue.java 62 out.annotate(1, "value_type=" + ValueType.VALUE_INT.name() + ",value_arg=" + (bytes.length - 1));
63 out.annotate(bytes.length, "value: 0x" + Integer.toHexString(value) + " (" + value + ")");
LongEncodedValue.java 62 out.annotate(1, "value_type=" + ValueType.VALUE_LONG.name() + ",value_arg=" + (bytes.length - 1));
63 out.annotate(bytes.length, "value: 0x" + Long.toHexString(value) + " (" + value + ")");
MethodEncodedValue.java 66 out.annotate(1, "value_type=" + ValueType.VALUE_METHOD.name() + ",value_arg=" + (bytes.length - 1));
67 out.annotate(bytes.length, "value: " + value.getMethodString());
ShortEncodedValue.java 62 out.annotate(1, "value_type=" + ValueType.VALUE_SHORT.name() + ",value_arg=" + (bytes.length - 1));
63 out.annotate(bytes.length, "value: 0x" + Integer.toHexString(value) + " (" + value + ")");
StringEncodedValue.java 67 out.annotate(1, "value_type=" + ValueType.VALUE_STRING.name() + ",value_arg=" + (bytes.length - 1));
68 out.annotate(bytes.length, "value: \"" + Utf8Utils.escapeString(value.getStringValue()) + "\"");
TypeEncodedValue.java 66 out.annotate(1, "value_type=" + ValueType.VALUE_TYPE.name() + ",value_arg=" + (bytes.length - 1));
67 out.annotate(bytes.length, "value: " + value.getTypeDescriptor());
CharEncodedValue.java 62 out.annotate(1, "value_type=" + ValueType.VALUE_CHAR.name() + ",value_arg=" + (bytes.length - 1));
65 out.annotate(bytes.length, "value: 0x" + Integer.toHexString(value) + " '" + c[0] + "'");
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
AnnotatedOutput.java 57 public void annotate(String msg); method in interface:AnnotatedOutput
70 public void annotate(int amt, String msg); method in interface:AnnotatedOutput
74 * until the next call to {@link #annotate}.
  /dalvik/dx/src/com/android/dx/cf/code/
LocalsArray.java 56 * @param ex {@code non-null;} the exception to annotate
58 public abstract void annotate(ExceptionWithContext ex); method in class:LocalsArray
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);
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);
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
TypeListItem.java 97 out.annotate(0, offsetString() + " type_list");
98 out.annotate(HEADER_SIZE, " size: " + Hex.u4(sz));
102 out.annotate(ELEMENT_SIZE,
CatchStructs.java 224 * Helper method to annotate or simply print the exception handlers.
230 * @param annotateTo {@code null-ok;} where to consume bytes and annotate to
243 annotateTo.annotate(0, prefix + "tries:");
256 annotateTo.annotate(amt1, s1);
257 annotateTo.annotate(amt2, s2);
269 annotateTo.annotate(0, prefix + "handlers:");
270 annotateTo.annotate(encodedHandlerHeaderSize,
296 * Helper for {@link #annotateEntries} to annotate a catch handler list
299 * @param handlers {@code non-null;} handlers to annotate
304 * @param annotateTo {@code non-null;} where to annotate t
    [all...]
  /dalvik/dx/src/com/android/dx/dex/file/
TypeListItem.java 97 out.annotate(0, offsetString() + " type_list");
98 out.annotate(HEADER_SIZE, " size: " + Hex.u4(sz));
102 out.annotate(ELEMENT_SIZE,
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
TypeListItem.java 97 out.annotate(0, offsetString() + " type_list");
98 out.annotate(HEADER_SIZE, " size: " + Hex.u4(sz));
102 out.annotate(ELEMENT_SIZE,
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
DalvInsnList.java 144 out.annotate(codeBytes, s);
146 out.annotate(codeBytes, "");
  /dalvik/dx/src/com/android/dx/dex/code/
DalvInsnList.java 145 out.annotate(codeBytes, s);
147 out.annotate(codeBytes, "");

Completed in 717 milliseconds

1 2