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

1 2 3 4 56 7 8

  /dalvik/dx/src/com/android/dx/dex/file/
UniformListItem.java 191 out.annotate(0, offsetString() + " " + typeName());
192 out.annotate(4, " size: " + Hex.u4(size));
EncodedArrayItem.java 109 out.annotate(0, offsetString() + " encoded array");
ClassDefsSection.java 95 out.annotate(4, "class_defs_size: " + Hex.u4(sz));
96 out.annotate(4, "class_defs_off: " + Hex.u4(offset));
  /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");
ClassDefsSection.java 96 out.annotate(4, "class_defs_size: " + Hex.u4(sz));
97 out.annotate(4, "class_defs_off: " + Hex.u4(offset));
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
command-list.txt 5 perf-annotate mainporcelain common
  /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);
355 annotate(ex);
357 other.annotate(ex);
  /external/srec/srec/include/
ann_util.h 37 annotate *tcp;
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
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/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 144 out.annotate(codeBytes, s);
146 out.annotate(codeBytes, "");
  /external/chromium_org/tools/clang/blink_gc_plugin/tests/heap/
stubs.h 132 __attribute__((annotate("blink_stack_allocated"))) \
143 __attribute__((annotate("blink_gc_plugin_ignore")))
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
DalvInsnList.java 145 out.annotate(codeBytes, s);
147 out.annotate(codeBytes, "");
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
GraphicsContextAnnotator.cpp 81 void GraphicsContextAnnotator::annotate(const PaintInfo& paintInfo, const RenderObject* object) function in class:WebCore::GraphicsContextAnnotator
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_dircache.py 65 dircache.annotate(self.tempdir, lst)

Completed in 1199 milliseconds

1 2 3 4 56 7 8