Home
last modified time | relevance | path

Searched refs:attributes (Results 1 – 25 of 50) sorted by relevance

12

/dalvik/dx/tests/014-field-attrib-ConstantValue/
Dexpected.txt50 attributes[0]:
54 end attributes[0]
63 attributes[0]:
67 end attributes[0]
76 attributes[0]:
80 end attributes[0]
89 attributes[0]:
93 end attributes[0]
102 attributes[0]:
106 end attributes[0]
[all …]
Dsmall-class.txt54 # attributes[0]
64 # attributes[0]
74 # attributes[0]
84 # attributes[0]
94 # attributes[0]
104 # attributes[0]
114 # attributes[0]
124 # attributes[0]
134 # attributes[0]
/dalvik/dx/src/com/android/dx/cf/attrib/
DAttCode.java44 private final AttributeList attributes; field in AttCode
56 ByteCatchList catches, AttributeList attributes) { in AttCode() argument
81 if (attributes.isMutable()) { in AttCode()
93 this.attributes = attributes; in AttCode()
98 attributes.byteLength(); in byteLength()
143 return attributes; in getAttributes()
/dalvik/dexgen/src/com/android/dexgen/rop/
DStdMember.java38 private final AttributeList attributes; field in StdMember
49 AttributeList attributes) { in StdMember() argument
58 if (attributes == null) { in StdMember()
65 this.attributes = attributes; in StdMember()
108 return attributes; in getAttributes()
/dalvik/dx/src/com/android/dx/cf/iface/
DStdMember.java38 private final AttributeList attributes; field in StdMember
49 AttributeList attributes) { in StdMember() argument
58 if (attributes == null) { in StdMember()
65 this.attributes = attributes; in StdMember()
108 return attributes; in getAttributes()
DStdField.java38 AttributeList attributes) { in StdField() argument
39 super(definingClass, accessFlags, nat, attributes); in StdField()
DStdMethod.java41 AttributeList attributes) { in StdMethod() argument
42 super(definingClass, accessFlags, nat, attributes); in StdMethod()
/dalvik/dx/tests/021-code-attrib-LineNumberTable/
Dexpected.txt31 attributes[0]:
42 attributes[0]:
48 end attributes[0]
49 end attributes[0]
Dsmall-class.txt34 # attributes[0]
44 # attributes[0]
/dalvik/dx/tests/022-code-attrib-LocalVariableTable/
Dexpected.txt35 attributes[0]:
46 attributes[0]:
53 end attributes[0]
54 end attributes[0]
/dalvik/dx/tests/028-class-attrib-EnclosingMethod/
Dexpected.txt23 attributes[0]:
28 end attributes[0]
55 attributes[0]:
60 end attributes[0]
/dalvik/dx/src/com/android/dx/command/annotool/
DAnnotationLister.java75 AttributeList attributes = cf.getAttributes(); in process()
82 att = attributes.findFirst( in process()
85 for (;att != null; att = attributes.findNext(att)) { in process()
90 att = attributes.findFirst( in process()
93 for (;att != null; att = attributes.findNext(att)) { in process()
101 att = attributes.findFirst( in process()
104 for (;att != null; att = attributes.findNext(att)) { in process()
109 att = attributes.findFirst( in process()
112 for (;att != null; att = attributes.findNext(att)) { in process()
/dalvik/dx/tests/011-class-attrib-Synthetic/
Dexpected.txt23 attributes[0]:
26 end attributes[0]
/dalvik/dx/tests/013-class-attrib-Deprecated/
Dexpected.txt23 attributes[0]:
26 end attributes[0]
/dalvik/dx/tests/012-class-attrib-SourceFile/
Dexpected.txt24 attributes[0]:
28 end attributes[0]
/dalvik/dx/tests/025-class-attrib-Signature/
Dexpected.txt24 attributes[0]:
28 end attributes[0]
/dalvik/dx/tests/016-field-attrib-Deprecated/
Dexpected.txt29 attributes[0]:
32 end attributes[0]
/dalvik/dx/tests/015-field-attrib-Synthetic/
Dexpected.txt29 attributes[0]:
32 end attributes[0]
/dalvik/dx/tests/020-method-attrib-Deprecated/
Dexpected.txt30 attributes[0]:
33 end attributes[0]
/dalvik/dx/tests/019-method-attrib-Synthetic/
Dexpected.txt30 attributes[0]:
33 end attributes[0]
/dalvik/dx/tests/027-method-attrib-Signature/
Dexpected.txt31 attributes[0]:
35 end attributes[0]
/dalvik/dx/tests/026-field-attrib-Signature/
Dexpected.txt30 attributes[0]:
34 end attributes[0]
/dalvik/dx/tests/017-method-attrib-Code/
Dexpected.txt30 attributes[0]:
39 end attributes[0]
/dalvik/dx/tests/018-method-attrib-Exceptions/
Dexpected.txt32 attributes[0]:
37 end attributes[0]
/dalvik/dx/tests/002-minimal-valid/
Dexpected.txt32 attributes[0]:
43 end attributes[0]

12