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

1 2 3 45 6 7 8

  /external/smali/dexlib/src/main/java/org/jf/dexlib/
ProtoIdItem.java 110 out.annotate(4, "shorty_descriptor: " + shortyDescriptor.getStringValue());
111 out.annotate(4, "return_type: " + returnType.getTypeDescriptor());
114 out.annotate(4, "parameters:");
116 out.annotate(4, "parameters: " + parameters.getTypeListString(""));
ClassDefItem.java 150 out.annotate(4, "class_type: " + classType.getTypeDescriptor());
151 out.annotate(4, "access_flags: " + AccessFlags.formatAccessFlagsForClass(accessFlags));
152 out.annotate(4, "superclass_type: " + (superType==null?"":superType.getTypeDescriptor()));
153 out.annotate(4, "interfaces: " +
155 out.annotate(4, "source_file: " + (sourceFile==null?"":sourceFile.getStringValue()));
156 out.annotate(4, "annotations_off: " +
158 out.annotate(4, "class_data_off:" +
160 out.annotate(4, "static_values_off: " +
DexFile.java 50 * <li><p><b>Annotate an existing dex file</b> - In this case, the intent is to document the structure of
128 * 1. Annotate an existing dex file - In this case, preserveSignedRegisters should be false, so that we keep
697 out.annotate(0, "-----------------------------");
698 out.annotate(0, "header item");
699 out.annotate(0, "-----------------------------");
700 out.annotate(0, " ");
703 out.annotate(0, " ");
722 out.annotate(0, " ");
723 out.annotate(0, "-----------------------------");
724 out.annotate(0, "map item")
    [all...]
ClassDataItem.java 269 out.annotate("static_fields_size: 0x" + Integer.toHexString(staticFieldCount) + " (" +
274 out.annotate("instance_fields_size: 0x" + Integer.toHexString(instanceFieldCount) + " (" +
279 out.annotate("direct_methods_size: 0x" + Integer.toHexString(directMethodCount) + " (" +
284 out.annotate("virtual_methods_size: 0x" + Integer.toHexString(virtualMethodCount) + " (" +
293 out.annotate("[" + index++ + "] static_field");
305 out.annotate("[" + index++ + "] instance_field");
317 out.annotate("[" + index++ + "] direct_method");
329 out.annotate("[" + index++ + "] virtual_method");
651 out.annotate("field: " + field.getFieldString());
653 out.annotate("access_flags: " + AccessFlags.formatAccessFlagsForField(accessFlags))
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
FieldIdsSection.java 84 out.annotate(4, "field_ids_size: " + Hex.u4(sz));
85 out.annotate(4, "field_ids_off: " + Hex.u4(offset));
MethodIdsSection.java 84 out.annotate(4, "method_ids_size: " + Hex.u4(sz));
85 out.annotate(4, "method_ids_off: " + Hex.u4(offset));
ProtoIdsSection.java 76 out.annotate(4, "proto_ids_size: " + Hex.u4(sz));
77 out.annotate(4, "proto_ids_off: " + Hex.u4(offset));
Section.java 162 out.annotate(0, "\n" + name + ":");
164 out.annotate(0, "\n");
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...]
MixedItemSection.java 153 out.annotate(4, name + "_size:" + spaces + Hex.u4(sz));
154 out.annotate(4, name + "_off: " + spaces + Hex.u4(offset));
252 out.annotate(0, intro);
257 out.annotate(0, item.offsetString() + ' ' + label + '\n');
342 out.annotate(0, "\n");
  /dalvik/dx/src/com/android/dx/dex/file/
FieldIdsSection.java 84 out.annotate(4, "field_ids_size: " + Hex.u4(sz));
85 out.annotate(4, "field_ids_off: " + Hex.u4(offset));
MethodIdsSection.java 84 out.annotate(4, "method_ids_size: " + Hex.u4(sz));
85 out.annotate(4, "method_ids_off: " + Hex.u4(offset));
ProtoIdsSection.java 76 out.annotate(4, "proto_ids_size: " + Hex.u4(sz));
77 out.annotate(4, "proto_ids_off: " + Hex.u4(offset));
Section.java 162 out.annotate(0, "\n" + name + ":");
164 out.annotate(0, "\n");
CatchStructs.java 222 * Helper method to annotate or simply print the exception handlers.
228 * @param annotateTo {@code null-ok;} where to consume bytes and annotate to
241 annotateTo.annotate(0, prefix + "tries:");
254 annotateTo.annotate(amt1, s1);
255 annotateTo.annotate(amt2, s2);
267 annotateTo.annotate(0, prefix + "handlers:");
268 annotateTo.annotate(encodedHandlerHeaderSize,
294 * Helper for {@link #annotateEntries} to annotate a catch handler list
297 * @param handlers {@code non-null;} handlers to annotate
302 * @param annotateTo {@code non-null;} where to annotate t
    [all...]
ValueEncoder.java 275 out.annotate(" size: " + Hex.u4(size));
283 out.annotate(" [" + Integer.toHexString(i) + "] " +
316 out.annotate(" type_idx: " + Hex.u4(typeIdx) + " // " +
326 out.annotate(" size: " + Hex.u4(size));
338 out.annotate(0, " elements[" + at + "]:");
340 out.annotate(" name_idx: " + Hex.u4(nameIdx) + " // " +
347 out.annotate(" value: " + constantToHuman(value));
MixedItemSection.java 153 out.annotate(4, name + "_size:" + spaces + Hex.u4(sz));
154 out.annotate(4, name + "_off: " + spaces + Hex.u4(offset));
252 out.annotate(0, intro);
257 out.annotate(0, item.offsetString() + ' ' + label + '\n');
342 out.annotate(0, "\n");
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
FieldIdsSection.java 84 out.annotate(4, "field_ids_size: " + Hex.u4(sz));
85 out.annotate(4, "field_ids_off: " + Hex.u4(offset));
MethodIdsSection.java 84 out.annotate(4, "method_ids_size: " + Hex.u4(sz));
85 out.annotate(4, "method_ids_off: " + Hex.u4(offset));
ProtoIdsSection.java 76 out.annotate(4, "proto_ids_size: " + Hex.u4(sz));
77 out.annotate(4, "proto_ids_off: " + Hex.u4(offset));
Section.java 162 out.annotate(0, "\n" + name + ":");
164 out.annotate(0, "\n");
CatchStructs.java 222 * Helper method to annotate or simply print the exception handlers.
228 * @param annotateTo {@code null-ok;} where to consume bytes and annotate to
241 annotateTo.annotate(0, prefix + "tries:");
254 annotateTo.annotate(amt1, s1);
255 annotateTo.annotate(amt2, s2);
267 annotateTo.annotate(0, prefix + "handlers:");
268 annotateTo.annotate(encodedHandlerHeaderSize,
294 * Helper for {@link #annotateEntries} to annotate a catch handler list
297 * @param handlers {@code non-null;} handlers to annotate
302 * @param annotateTo {@code non-null;} where to annotate t
    [all...]
ValueEncoder.java 275 out.annotate(" size: " + Hex.u4(size));
283 out.annotate(" [" + Integer.toHexString(i) + "] " +
316 out.annotate(" type_idx: " + Hex.u4(typeIdx) + " // " +
326 out.annotate(" size: " + Hex.u4(size));
338 out.annotate(0, " elements[" + at + "]:");
340 out.annotate(" name_idx: " + Hex.u4(nameIdx) + " // " +
347 out.annotate(" value: " + constantToHuman(value));
MixedItemSection.java 153 out.annotate(4, name + "_size:" + spaces + Hex.u4(sz));
154 out.annotate(4, name + "_off: " + spaces + Hex.u4(offset));
252 out.annotate(0, intro);
257 out.annotate(0, item.offsetString() + ' ' + label + '\n');
342 out.annotate(0, "\n");
  /external/smali/dexlib/src/main/java/org/jf/dexlib/EncodedValue/
ArrayEncodedSubValue.java 71 out.annotate("array_size: 0x" + Integer.toHexString(values.length) + " (" + values.length + ")");
75 out.annotate(0, "[" + index++ + "] array_element");

Completed in 352 milliseconds

1 2 3 45 6 7 8