/dalvik/dx/src/com/android/dx/cf/code/ |
D | BaseMachine.java | 144 ", expected type " + types.getType(i).toHuman() + in popArgs() 145 " but found " + args[i].getType().toHuman()); in popArgs() 156 throw new SimException("expected type " + type.toHuman() + in popArgs() 157 " but found " + args[0].getType().toHuman()); in popArgs() 169 throw new SimException("expected type " + type1.toHuman() + in popArgs() 170 " but found " + args[0].getType().toHuman()); in popArgs() 174 throw new SimException("expected type " + type2.toHuman() + in popArgs() 175 " but found " + args[1].getType().toHuman()); in popArgs() 188 throw new SimException("expected type " + type1.toHuman() + in popArgs() 189 " but found " + args[0].getType().toHuman()); in popArgs() [all …]
|
/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 | CstString.java | 76 return "string{" + toHuman() + '}'; in toString() 97 public String toHuman() { in toHuman() method in CstString
|
D | CstArray.java | 86 public String toHuman() { in toHuman() method in CstArray 87 return list.toHuman("{", ", ", "}"); in toHuman()
|
D | CstType.java | 182 return "type{" + toHuman() + '}'; in toString() 203 public String toHuman() { in toHuman() method in CstType 204 return type.toHuman(); in toHuman()
|
D | CstUtf8.java | 228 return "utf8{\"" + toHuman() + "\"}"; in toString() 244 public String toHuman() { in toHuman() method in CstUtf8 305 return '\"' + toHuman() + '\"'; in toQuoted() 317 String string = toHuman(); in toQuoted()
|
/dalvik/dx/src/com/android/dx/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()
|
D | AnnotationVisibility.java | 43 public String toHuman() { in toHuman() method in AnnotationVisibility
|
/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 | 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 | 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 | 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()
|
D | AnnotationSetRefItem.java | 65 public String toHuman() { in toHuman() method in AnnotationSetRefItem 66 return annotations.toHuman(); in toHuman()
|
D | CodeItem.java | 140 return "CodeItem{" + toHuman() + "}"; in toString() 145 public String toHuman() { in toHuman() method in CodeItem 146 return ref.toHuman(); in toHuman() 166 out.println(ref.toHuman() + ":"); in debugPrint() 244 out.annotate(0, offsetString() + ' ' + ref.toHuman()); in writeTo0() 255 out.annotate(0, " throws " + StdTypeList.toHuman(throwsList)); in writeTo0() 304 "instructions for " + ref.toHuman()); in writeCodes()
|
D | EncodedField.java | 111 public String toHuman() { in toHuman() method in EncodedField 112 return field.toHuman(); in toHuman() 141 field.toHuman())); in encode()
|
D | EncodedMethod.java | 128 public final String toHuman() { in toHuman() method in EncodedMethod 129 return method.toHuman(); in toHuman() 142 out.println(getRef().toHuman() + ": abstract or native"); in debugPrint() 180 method.toHuman())); in encode()
|
D | Item.java | 47 return itemType().toHuman(); in typeName()
|
D | ProtoIdItem.java | 136 sb.append(prototype.getReturnType().toHuman()); in writeTo() 146 sb.append(params.getType(i).toHuman()); in writeTo() 154 " // " + prototype.getReturnType().toHuman()); in writeTo()
|
D | EncodedArrayItem.java | 90 public String toHuman() { in toHuman() method in EncodedArrayItem 91 return array.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
|
D | FixedSizeList.java | 85 public String toHuman() { in toHuman() method in FixedSizeList 116 public String toHuman(String prefix, String separator, String suffix) { in toHuman() method in FixedSizeList 263 sb.append(((ToHuman) arr[i]).toHuman()); in toString0()
|
/dalvik/dx/src/com/android/dx/cf/direct/ |
D | AttributeFactory.java | 91 "name: " + name.toHuman()); in parse() 100 ((name != null) ? (name.toHuman() + " ") : "") + in parse()
|