/dalvik/dx/src/com/android/dx/cf/attrib/ |
D | AttAnnotationDefault.java | 33 private final int byteLength; field in AttAnnotationDefault 42 public AttAnnotationDefault(Constant value, int byteLength) { in AttAnnotationDefault() argument 50 this.byteLength = byteLength; in AttAnnotationDefault() 54 public int byteLength() { in byteLength() method in AttAnnotationDefault 56 return byteLength + 6; in byteLength()
|
D | BaseAnnotations.java | 31 private final int byteLength; field in BaseAnnotations 42 int byteLength) { in BaseAnnotations() argument 55 this.byteLength = byteLength; in BaseAnnotations() 59 public final int byteLength() { in byteLength() method in BaseAnnotations 61 return byteLength + 6; in byteLength()
|
D | BaseParameterAnnotations.java | 31 private final int byteLength; field in BaseParameterAnnotations 42 AnnotationsList parameterAnnotations, int byteLength) { in BaseParameterAnnotations() argument 56 this.byteLength = byteLength; in BaseParameterAnnotations() 60 public final int byteLength() { in byteLength() method in BaseParameterAnnotations 62 return byteLength + 6; in byteLength()
|
D | AttCode.java | 96 public int byteLength() { in byteLength() method in AttCode 97 return 10 + code.byteLength() + catches.byteLength() + in byteLength() 98 attributes.byteLength(); in byteLength()
|
D | AttRuntimeInvisibleAnnotations.java | 37 int byteLength) { in AttRuntimeInvisibleAnnotations() argument 38 super(ATTRIBUTE_NAME, annotations, byteLength); in AttRuntimeInvisibleAnnotations()
|
D | AttRuntimeVisibleAnnotations.java | 37 int byteLength) { in AttRuntimeVisibleAnnotations() argument 38 super(ATTRIBUTE_NAME, annotations, byteLength); in AttRuntimeVisibleAnnotations()
|
D | AttRuntimeVisibleParameterAnnotations.java | 39 AnnotationsList annotations, int byteLength) { in AttRuntimeVisibleParameterAnnotations() argument 40 super(ATTRIBUTE_NAME, annotations, byteLength); in AttRuntimeVisibleParameterAnnotations()
|
D | AttRuntimeInvisibleParameterAnnotations.java | 39 AnnotationsList parameterAnnotations, int byteLength) { in AttRuntimeInvisibleParameterAnnotations() argument 40 super(ATTRIBUTE_NAME, parameterAnnotations, byteLength); in AttRuntimeInvisibleParameterAnnotations()
|
D | AttSynthetic.java | 34 public int byteLength() { in byteLength() method in AttSynthetic
|
D | AttDeprecated.java | 34 public int byteLength() { in byteLength() method in AttDeprecated
|
D | AttSourceFile.java | 47 public int byteLength() { in byteLength() method in AttSourceFile
|
D | AttSignature.java | 47 public int byteLength() { in byteLength() method in AttSignature
|
D | AttInnerClasses.java | 52 public int byteLength() { in byteLength() method in AttInnerClasses
|
D | BaseLocalVariables.java | 53 public final int byteLength() { in byteLength() method in BaseLocalVariables
|
D | AttExceptions.java | 54 public int byteLength() { in byteLength() method in AttExceptions
|
D | AttLineNumberTable.java | 53 public int byteLength() { in byteLength() method in AttLineNumberTable
|
D | AttEnclosingMethod.java | 55 public int byteLength() { in byteLength() method in AttEnclosingMethod
|
D | RawAttribute.java | 77 public int byteLength() { in byteLength() method in RawAttribute
|
/dalvik/dexgen/src/com/android/dexgen/rop/ |
D | Attribute.java | 37 public int byteLength(); in byteLength() method
|
D | StdAttributeList.java | 42 public int byteLength() { in byteLength() method in StdAttributeList 47 result += get(i).byteLength(); in byteLength()
|
D | AttributeList.java | 55 public int byteLength(); in byteLength() method
|
D | AttConstantValue.java | 62 public int byteLength() { in byteLength() method in AttConstantValue
|
/dalvik/dx/src/com/android/dx/cf/iface/ |
D | StdAttributeList.java | 42 public int byteLength() { in byteLength() method in StdAttributeList 47 result += get(i).byteLength(); in byteLength()
|
D | Attribute.java | 37 public int byteLength(); in byteLength() method
|
D | AttributeList.java | 55 public int byteLength(); in byteLength() method
|