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

1 2 3

  /dalvik/dexgen/src/com/android/dexgen/dex/file/
AnnotationSetItem.java 151 items[i].annotateTo(out, " ");
AnnotationItem.java 173 public void annotateTo(AnnotatedOutput out, String prefix) {
DebugInfoItem.java 100 public void annotateTo(DexFile file, AnnotatedOutput out, String prefix) {
CatchStructs.java 225 * Only one of {@code printTo} or {@code annotateTo} should
230 * @param annotateTo {@code null-ok;} where to consume bytes and annotate to
233 AnnotatedOutput annotateTo) {
236 boolean consume = (annotateTo != null);
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,
283 offset - lastOffset, subPrefix, printTo, annotateTo);
    [all...]
CodeItem.java 286 debugInfo.annotateTo(file, out, " ");
DebugInfoEncoder.java 82 private AnnotatedOutput annotateTo;
135 if (annotateTo != null) {
136 annotateTo.annotate(shouldConsume ? length : 0, message);
185 annotateTo = out;
202 if (annotateTo != null || debugPrint != null) {
371 boolean annotate = (annotateTo != null) || (debugPrint != null);
619 if (annotateTo != null || debugPrint != null) {
698 if (annotateTo != null || debugPrint != null) {
728 if (annotateTo != null || debugPrint != null) {
753 if (annotateTo != null || debugPrint != null)
    [all...]
  /dalvik/dx/src/com/android/dx/dex/file/
AnnotationSetItem.java 153 items[i].annotateTo(out, " ");
AnnotationItem.java 175 public void annotateTo(AnnotatedOutput out, String prefix) {
DebugInfoItem.java 97 public void annotateTo(DexFile file, AnnotatedOutput out, String prefix) {
CatchStructs.java 222 * Only one of {@code printTo} or {@code annotateTo} should
227 * @param annotateTo {@code null-ok;} where to consume bytes and annotate to
230 AnnotatedOutput annotateTo) {
233 boolean consume = (annotateTo != null);
240 annotateTo.annotate(0, prefix + "tries:");
253 annotateTo.annotate(amt1, s1);
254 annotateTo.annotate(amt2, s2);
266 annotateTo.annotate(0, prefix + "handlers:");
267 annotateTo.annotate(encodedHandlerHeaderSize,
280 offset - lastOffset, subPrefix, printTo, annotateTo);
    [all...]
CodeItem.java 279 debugInfo.annotateTo(file, out, " ");
DebugInfoEncoder.java 90 private AnnotatedOutput annotateTo;
143 if (annotateTo != null) {
144 annotateTo.annotate(shouldConsume ? length : 0, message);
193 annotateTo = out;
210 if (annotateTo != null || debugPrint != null) {
379 boolean annotate = (annotateTo != null) || (debugPrint != null);
631 if (annotateTo != null || debugPrint != null) {
710 if (annotateTo != null || debugPrint != null) {
740 if (annotateTo != null || debugPrint != null) {
765 if (annotateTo != null || debugPrint != null)
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
HeaderItem.java 211 out.annotateTo(headerSize, "header padding");
CodeItem.java 125 out.annotateTo(end, "truncated instruction");
196 out.annotateTo(reader.getOffset(), "size = %d", handlerListCount);
204 out.annotateTo(reader.getOffset(), "size = %d", handlerCount);
216 out.annotateTo(reader.getOffset(), TypeIdItem.getReferenceAnnotation(dexFile, typeIndex));
219 out.annotateTo(reader.getOffset(), "addr = 0x%x", handlerAddress);
230 out.annotateTo(reader.getOffset(), "catch_all_addr = 0x%x", catchAllAddress);
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
AnnotatedBytes.java 108 public void annotateTo(int offset, @Nonnull String msg, Object... formatArgs) {
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.2/
dexmaker-1.2.jar 
  /external/dexmaker/lib/
dalvik-dx-1.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /prebuilts/tools/common/m2/repository/com/jakewharton/android/repackaged/dalvik-dx/1/
dalvik-dx-1.jar 
  /prebuilts/tools/common/m2/repository/com/jakewharton/android/repackaged/dalvik-dx/7.1.0_r7/
dalvik-dx-7.1.0_r7.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0/
builder-2.1.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0-beta1/
builder-2.1.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0-beta3/
builder-2.1.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0-rc1/
builder-2.1.0-rc1.jar 

Completed in 96 milliseconds

1 2 3