/dalvik/dx/src/com/android/dx/cf/code/ |
D | BaseMachine.java | 149 ", expected type " + types.getType(i).toHuman() + in popArgs() 150 " but found " + args[i].getType().toHuman()); in popArgs() 161 throw new SimException("expected type " + type.toHuman() + in popArgs() 162 " but found " + args[0].getType().toHuman()); in popArgs() 174 throw new SimException("expected type " + type1.toHuman() + in popArgs() 175 " but found " + args[0].getType().toHuman()); in popArgs() 179 throw new SimException("expected type " + type2.toHuman() + in popArgs() 180 " but found " + args[1].getType().toHuman()); in popArgs() 193 throw new SimException("expected type " + type1.toHuman() + in popArgs() 194 " but found " + args[0].getType().toHuman()); in popArgs() [all …]
|
/dalvik/dexgen/src/com/android/dexgen/rop/cst/ |
D | CstMemberRef.java | 91 return typeName() + '{' + toHuman() + '}'; in toString() 101 public final String toHuman() { in toHuman() method in CstMemberRef 102 return definingClass.toHuman() + '.' + nat.toHuman(); in toHuman()
|
D | CstNat.java | 93 return "nat{" + toHuman() + '}'; in toString() 132 public String toHuman() { in toHuman() method in CstNat 133 return name.toHuman() + ':' + descriptor.toHuman(); in toHuman()
|
D | CstString.java | 76 return "string{" + toHuman() + '}'; in toString() 97 public String toHuman() { in toHuman() method in CstString
|
/dalvik/dx/src/com/android/dx/rop/cst/ |
D | CstMemberRef.java | 91 return typeName() + '{' + toHuman() + '}'; in toString() 101 public final String toHuman() { in toHuman() method in CstMemberRef 102 return definingClass.toHuman() + '.' + nat.toHuman(); in toHuman()
|
D | CstNat.java | 93 return "nat{" + toHuman() + '}'; in toString() 132 public String toHuman() { in toHuman() method in CstNat 133 return name.toHuman() + ':' + descriptor.toHuman(); in toHuman()
|
D | CstProtoRef.java | 68 public String toHuman() { in toHuman() method in CstProtoRef 75 return typeName() + "{" + toHuman() + '}'; in toString()
|
/dalvik/dx/src/com/android/dx/rop/annotation/ |
D | Annotation.java | 128 return toHuman(); in toString() 132 public String toHuman() { in toHuman() method in Annotation 135 sb.append(visibility.toHuman()); in toHuman() 137 sb.append(type.toHuman()); in toHuman() 147 sb.append(pair.getName().toHuman()); in toHuman() 149 sb.append(pair.getValue().toHuman()); in toHuman()
|
/dalvik/dexgen/src/com/android/dexgen/rop/annotation/ |
D | Annotation.java | 137 return toHuman(); in toString() 141 public String toHuman() { in toHuman() method in Annotation 144 sb.append(visibility.toHuman()); in toHuman() 146 sb.append(type.toHuman()); in toHuman() 156 sb.append(pair.getName().toHuman()); in toHuman() 158 sb.append(pair.getValue().toHuman()); in toHuman()
|
/dalvik/dx/src/com/android/dx/dex/file/ |
D | AnnotationItem.java | 140 public String toHuman() { in toHuman() method in AnnotationItem 141 return annotation.toHuman(); in toHuman() 175 annotation.getVisibility().toHuman()); in annotateTo() 176 out.annotate(0, prefix + "type: " + annotation.getType().toHuman()); in annotateTo() 182 out.annotate(0, prefix + name.toHuman() + ": " + in annotateTo()
|
D | AnnotationSetRefItem.java | 65 public String toHuman() { in toHuman() method in AnnotationSetRefItem 66 return annotations.toHuman(); in toHuman()
|
D | Statistics.java | 89 public String toHuman() { in toHuman() method in Statistics 101 sb.append(data.toHuman()); in toHuman() 168 out.annotate(toHuman()); in writeAnnotation() 176 public String toHuman() { in toHuman() method in Statistics.Data
|
D | ParameterAnnotationStruct.java | 115 out.annotate(0, " " + method.toHuman()); in writeTo() 126 public String toHuman() { in toHuman() method in ParameterAnnotationStruct 129 sb.append(method.toHuman()); in toHuman() 139 sb.append(item.toHuman()); in toHuman()
|
D | FieldAnnotationStruct.java | 90 out.annotate(0, " " + field.toHuman()); in writeTo() 101 public String toHuman() { in toHuman() method in FieldAnnotationStruct 102 return field.toHuman() + ": " + annotations; in toHuman()
|
D | MethodAnnotationStruct.java | 90 out.annotate(0, " " + method.toHuman()); in writeTo() 101 public String toHuman() { in toHuman() method in MethodAnnotationStruct 102 return method.toHuman() + ": " + annotations; in toHuman()
|
D | CodeItem.java | 131 return "CodeItem{" + toHuman() + "}"; in toString() 136 public String toHuman() { in toHuman() method in CodeItem 137 return ref.toHuman(); in toHuman() 157 out.println(ref.toHuman() + ":"); in debugPrint() 235 out.annotate(0, offsetString() + ' ' + ref.toHuman()); in writeTo0() 246 out.annotate(0, " throws " + StdTypeList.toHuman(throwsList)); in writeTo0() 295 "instructions for " + ref.toHuman()); in writeCodes()
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
D | AnnotationItem.java | 140 public String toHuman() { in toHuman() method in AnnotationItem 141 return annotation.toHuman(); in toHuman() 175 annotation.getVisibility().toHuman()); in annotateTo() 176 out.annotate(0, prefix + "type: " + annotation.getType().toHuman()); in annotateTo() 182 out.annotate(0, prefix + name.toHuman() + ": " + in annotateTo()
|
D | AnnotationSetRefItem.java | 65 public String toHuman() { in toHuman() method in AnnotationSetRefItem 66 return annotations.toHuman(); in toHuman()
|
D | ParameterAnnotationStruct.java | 114 out.annotate(0, " " + method.toHuman()); in writeTo() 125 public String toHuman() { in toHuman() method in ParameterAnnotationStruct 128 sb.append(method.toHuman()); in toHuman() 138 sb.append(item.toHuman()); in toHuman()
|
D | Statistics.java | 90 public String toHuman() { in toHuman() method in Statistics 102 sb.append(data.toHuman()); in toHuman() 169 out.annotate(toHuman()); in writeAnnotation() 177 public String toHuman() { in toHuman() method in Statistics.Data
|
D | MethodAnnotationStruct.java | 90 out.annotate(0, " " + method.toHuman()); in writeTo() 101 public String toHuman() { in toHuman() method in MethodAnnotationStruct 102 return method.toHuman() + ": " + annotations; in toHuman()
|
D | FieldAnnotationStruct.java | 90 out.annotate(0, " " + field.toHuman()); in writeTo() 101 public String toHuman() { in toHuman() method in FieldAnnotationStruct 102 return field.toHuman() + ": " + annotations; in toHuman()
|
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
D | CatchHandlerList.java | 53 public String toHuman() { in toHuman() method in CatchHandlerList 54 return toHuman("", ""); in toHuman() 66 public String toHuman(String prefix, String header) { in toHuman() method in CatchHandlerList 86 sb.append(entry.getExceptionType().toHuman()); in toHuman()
|
/dalvik/dx/src/com/android/dx/dex/code/ |
D | CatchHandlerList.java | 53 public String toHuman() { in toHuman() method in CatchHandlerList 54 return toHuman("", ""); in toHuman() 66 public String toHuman(String prefix, String header) { in toHuman() method in CatchHandlerList 86 sb.append(entry.getExceptionType().toHuman()); in toHuman()
|
/dalvik/dx/src/com/android/dx/util/ |
D | ToHuman.java | 30 public String toHuman(); in toHuman() method
|