Home
last modified time | relevance | path

Searched refs:byteLength (Results 1 – 25 of 31) sorted by relevance

12

/dalvik/dx/src/com/android/dx/cf/attrib/
DAttAnnotationDefault.java33 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()
DBaseAnnotations.java31 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()
DBaseParameterAnnotations.java31 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()
DAttCode.java96 public int byteLength() { in byteLength() method in AttCode
97 return 10 + code.byteLength() + catches.byteLength() + in byteLength()
98 attributes.byteLength(); in byteLength()
DAttRuntimeInvisibleAnnotations.java37 int byteLength) { in AttRuntimeInvisibleAnnotations() argument
38 super(ATTRIBUTE_NAME, annotations, byteLength); in AttRuntimeInvisibleAnnotations()
DAttRuntimeVisibleAnnotations.java37 int byteLength) { in AttRuntimeVisibleAnnotations() argument
38 super(ATTRIBUTE_NAME, annotations, byteLength); in AttRuntimeVisibleAnnotations()
DAttRuntimeVisibleParameterAnnotations.java39 AnnotationsList annotations, int byteLength) { in AttRuntimeVisibleParameterAnnotations() argument
40 super(ATTRIBUTE_NAME, annotations, byteLength); in AttRuntimeVisibleParameterAnnotations()
DAttRuntimeInvisibleParameterAnnotations.java39 AnnotationsList parameterAnnotations, int byteLength) { in AttRuntimeInvisibleParameterAnnotations() argument
40 super(ATTRIBUTE_NAME, parameterAnnotations, byteLength); in AttRuntimeInvisibleParameterAnnotations()
DAttSynthetic.java34 public int byteLength() { in byteLength() method in AttSynthetic
DAttDeprecated.java34 public int byteLength() { in byteLength() method in AttDeprecated
DAttSourceFile.java47 public int byteLength() { in byteLength() method in AttSourceFile
DAttSignature.java47 public int byteLength() { in byteLength() method in AttSignature
DAttInnerClasses.java52 public int byteLength() { in byteLength() method in AttInnerClasses
DBaseLocalVariables.java53 public final int byteLength() { in byteLength() method in BaseLocalVariables
DAttExceptions.java54 public int byteLength() { in byteLength() method in AttExceptions
DAttLineNumberTable.java53 public int byteLength() { in byteLength() method in AttLineNumberTable
DAttEnclosingMethod.java55 public int byteLength() { in byteLength() method in AttEnclosingMethod
DRawAttribute.java77 public int byteLength() { in byteLength() method in RawAttribute
/dalvik/dexgen/src/com/android/dexgen/rop/
DAttribute.java37 public int byteLength(); in byteLength() method
DStdAttributeList.java42 public int byteLength() { in byteLength() method in StdAttributeList
47 result += get(i).byteLength(); in byteLength()
DAttributeList.java55 public int byteLength(); in byteLength() method
DAttConstantValue.java62 public int byteLength() { in byteLength() method in AttConstantValue
/dalvik/dx/src/com/android/dx/cf/iface/
DStdAttributeList.java42 public int byteLength() { in byteLength() method in StdAttributeList
47 result += get(i).byteLength(); in byteLength()
DAttribute.java37 public int byteLength(); in byteLength() method
DAttributeList.java55 public int byteLength(); in byteLength() method

12