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

1 2 3 45 6 7 8 91011>>

  /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));
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");
  /dalvik/dx/src/com/android/dx/dex/file/
Statistics.java 76 out.annotate(0, "\nstatistics:\n");
168 out.annotate(toHuman());
StringIdsSection.java 85 out.annotate(4, "string_ids_size: " + Hex.u4(sz));
86 out.annotate(4, "string_ids_off: " + Hex.u4(offset));
TypeIdsSection.java 94 out.annotate(4, "type_ids_size: " + Hex.u4(sz));
95 out.annotate(4, "type_ids_off: " + Hex.u4(offset));
UniformListItem.java 191 out.annotate(0, offsetString() + " " + typeName());
192 out.annotate(4, " size: " + Hex.u4(size));
CallSiteItem.java 83 out.annotate(0, offsetString() + " call site");
EncodedArrayItem.java 110 out.annotate(0, offsetString() + " encoded array");
ValueEncoder.java 298 out.annotate(" size: " + Hex.u4(size));
306 out.annotate(" [" + Integer.toHexString(i) + "] " +
339 out.annotate(" type_idx: " + Hex.u4(typeIdx) + " // " +
349 out.annotate(" size: " + Hex.u4(size));
361 out.annotate(0, " elements[" + at + "]:");
363 out.annotate(" name_idx: " + Hex.u4(nameIdx) + " // " +
370 out.annotate(" value: " + constantToHuman(value));
ClassDefsSection.java 95 out.annotate(4, "class_defs_size: " + Hex.u4(sz));
96 out.annotate(4, "class_defs_off: " + Hex.u4(offset));
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
StringIdItem.java 57 out.annotate(4, "string_data_item[0x%x]: \"%s\"", stringDataOffset,
66 out.annotate(4, "string_id_item[0x%x]", stringDataOffset);
AnnotationItem.java 56 out.annotate(1, "visibility = %d: %s", visibility, getAnnotationVisibility(visibility));
TypeIdItem.java 54 out.annotate(4, StringIdItem.getReferenceAnnotation(dexFile, stringIndex));
  /dalvik/dx/src/com/android/dx/cf/code/
LocalsArray.java 55 * @param ex {@code non-null;} the exception to annotate
57 public abstract void annotate(ExceptionWithContext ex); method in class:LocalsArray
LocalsArraySet.java 123 public void annotate(ExceptionWithContext ex) { method in class:LocalsArraySet
125 primary.annotate(ex);
135 la.getPrimary().annotate(ex);
356 annotate(ex);
358 other.annotate(ex);
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
DalvInsnList.java 144 out.annotate(codeBytes, s);
146 out.annotate(codeBytes, "");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_dircache.py 65 dircache.annotate(self.tempdir, lst)
  /external/python/cpython2/Lib/test/
test_dircache.py 65 dircache.annotate(self.tempdir, lst)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_dircache.py 65 dircache.annotate(self.tempdir, lst)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_dircache.py 65 dircache.annotate(self.tempdir, lst)

Completed in 1023 milliseconds

1 2 3 45 6 7 8 91011>>