Home
last modified time | relevance | path

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

12345678910

/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/libcore/xml/src/test/java/tests/org/w3c/dom/
DNamedNodeMapRemoveNamedItemNS.java89 NamedNodeMap attributes; in testRemoveNamedItemNS1() local
97 attributes = element.getAttributes(); in testRemoveNamedItemNS1()
98 attribute = (Attr) attributes.removeNamedItemNS("http://www.nist.gov", in testRemoveNamedItemNS1()
100 attribute = (Attr) attributes.getNamedItemNS("http://www.nist.gov", in testRemoveNamedItemNS1()
135 NamedNodeMap attributes; in testRemoveNamedItemNS3() local
150 attributes = element.getAttributes(); in testRemoveNamedItemNS3()
151 attribute = (Attr) attributes.removeNamedItemNS( in testRemoveNamedItemNS3()
153 attribute = (Attr) attributes.getNamedItemNS( in testRemoveNamedItemNS3()
166 NamedNodeMap attributes; in _testRemoveNamedItemNS4() local
174 attributes = element.getAttributes(); in _testRemoveNamedItemNS4()
[all …]
DNamedNodeMapSetNamedItemNS.java97 NamedNodeMap attributes; in testSetNamedItemNS1() local
108 attributes = element.getAttributes(); in testSetNamedItemNS1()
111 attribute = (Attr) attributes.getNamedItemNS( in testSetNamedItemNS1()
124 NamedNodeMap attributes; in testSetNamedItemNS2() local
134 attributes = element.getAttributes(); in testSetNamedItemNS2()
135 attributes.setNamedItemNS(attribute1); in testSetNamedItemNS2()
136 attribute = (Attr) attributes.getNamedItemNS( in testSetNamedItemNS2()
151 NamedNodeMap attributes; in testSetNamedItemNS3() local
164 attributes = element.getAttributes(); in testSetNamedItemNS3()
175 attributes.setNamedItemNS(attr); in testSetNamedItemNS3()
[all …]
DNamedNodeMapGetNamedItemNS.java114 NamedNodeMap attributes; in testGetNamedItemNS2() local
123 attributes = element.getAttributes(); in testGetNamedItemNS2()
124 attribute = (Attr) attributes.getNamedItemNS("http://www.nist.gov", in testGetNamedItemNS2()
137 NamedNodeMap attributes; in testGetNamedItemNS3() local
150 attributes = element.getAttributes(); in testGetNamedItemNS3()
151 attribute = (Attr) attributes.getNamedItemNS( in testGetNamedItemNS3()
164 NamedNodeMap attributes; in testGetNamedItemNS4() local
175 attributes = element.getAttributes(); in testGetNamedItemNS4()
176 attribute = (Attr) attributes.getNamedItemNS( in testGetNamedItemNS4()
189 NamedNodeMap attributes; in testGetNamedItemNS5() local
[all …]
DRemoveNamedItemNS.java93 NamedNodeMap attributes; in testRemoveNamedItemNS1() local
99 attributes = testAddress.getAttributes(); in testRemoveNamedItemNS1()
100 removedNode = attributes.removeNamedItemNS("http://www.usa.com", in testRemoveNamedItemNS1()
103 newAttr = (Attr) attributes.getNamedItem("dmstc:domestic"); in testRemoveNamedItemNS1()
118 NamedNodeMap attributes; in testRemoveNamedItemNS2() local
123 attributes = testAddress.getAttributes(); in testRemoveNamedItemNS2()
128 attributes.removeNamedItemNS(namespaceURI, in testRemoveNamedItemNS2()
DGetNamedItemNS.java70 NamedNodeMap attributes; in testGetNamedItemNS1() local
76 attributes = testEmployee.getAttributes(); in testGetNamedItemNS1()
77 domesticAttr = (Attr) attributes.getNamedItemNS("http://www.usa.com", in testGetNamedItemNS1()
94 NamedNodeMap attributes; in testGetNamedItemNS2() local
99 attributes = testEmployee.getAttributes(); in testGetNamedItemNS2()
100 newAttr = (Attr) attributes.getNamedItemNS(namespaceURI, localName); in testGetNamedItemNS2()
/dalvik/libcore/dom/src/test/java/org/w3c/domts/level1/core/
Dhc_namednodemapchildnoderange.java66 NamedNodeMap attributes; in runTest() local
73 attributes = testEmployee.getAttributes(); in runTest()
74 length = (int) attributes.getLength(); in runTest()
80 child = attributes.item(2); in runTest()
84 child = attributes.item(0); in runTest()
86 child = attributes.item(1); in runTest()
88 child = attributes.item(3); in runTest()
Dnamednodemapchildnoderange.java68 NamedNodeMap attributes; in runTest() local
74 attributes = testEmployee.getAttributes(); in runTest()
75 length = (int) attributes.getLength(); in runTest()
77 child = attributes.item(0); in runTest()
78 child = attributes.item(1); in runTest()
Dnamednodemapremovenameditem.java77 NamedNodeMap attributes; in runTest() local
84 attributes = testAddress.getAttributes(); in runTest()
85 assertNotNull("attributesNotNull", attributes); in runTest()
86 removedNode = attributes.removeNamedItem("street"); in runTest()
87 streetAttr = (Attr) attributes.getNamedItem("street"); in runTest()
Dnamednodemapremovenameditemgetvalue.java79 NamedNodeMap attributes; in runTest() local
86 attributes = testEmployee.getAttributes(); in runTest()
87 assertNotNull("attributesNotNull", attributes); in runTest()
88 removedNode = attributes.removeNamedItem("street"); in runTest()
89 streetAttr = (Attr) attributes.getNamedItem("street"); in runTest()
/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/libcore/security/src/main/java/org/bouncycastle/asn1/x509/
DSubjectDirectoryAttributes.java34 private Vector attributes = new Vector(); field in SubjectDirectoryAttributes
80 attributes.addElement(new Attribute(s)); in SubjectDirectoryAttributes()
93 public SubjectDirectoryAttributes(Vector attributes) in SubjectDirectoryAttributes() argument
95 Enumeration e = attributes.elements(); in SubjectDirectoryAttributes()
99 this.attributes.addElement(e.nextElement()); in SubjectDirectoryAttributes()
126 Enumeration e = attributes.elements(); in toASN1Object()
142 return attributes; in getAttributes()
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/pkcs/
DCertificationRequestInfo.java38 ASN1Set attributes = null; field in CertificationRequestInfo
58 ASN1Set attributes) in CertificationRequestInfo() argument
62 this.attributes = attributes; in CertificationRequestInfo()
85 attributes = ASN1Set.getInstance(tagobj, false); in CertificationRequestInfo()
111 return attributes; in getAttributes()
122 if (attributes != null) in toASN1Object()
124 v.add(new DERTaggedObject(false, 0, attributes)); in toASN1Object()
/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()
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/pkcs10/
DCertificationRequestInfo.java57 private List attributes; field in CertificationRequestInfo
63 SubjectPublicKeyInfo subjectPublicKeyInfo, List attributes) { in CertificationRequestInfo() argument
67 this.attributes = attributes; in CertificationRequestInfo()
72 SubjectPublicKeyInfo subjectPublicKeyInfo, List attributes, byte [] encoding) { in CertificationRequestInfo() argument
73 this(version, subject, subjectPublicKeyInfo, attributes); in CertificationRequestInfo()
81 return attributes; in getAttributes()
129 if (attributes != null) { in toString()
130 res.append(attributes.toString()); in toString()
162 values[3] = certReqInfo.attributes;
/dalvik/libcore/xml/src/main/java/org/kxml2/kdom/
DElement.java37 protected Vector attributes; field in Element
59 attributes = null; in clear()
80 return attributes == null ? 0 : attributes.size(); in getAttributeCount()
84 return ((String []) attributes.elementAt (index)) [0]; in getAttributeNamespace()
92 return ((String []) attributes.elementAt (index)) [1]; in getAttributeName()
97 return ((String []) attributes.elementAt (index)) [2]; in getAttributeValue()
240 if (attributes == null) in setAttribute()
241 attributes = new Vector (); in setAttribute()
246 for (int i = attributes.size()-1; i >=0; i--){ in setAttribute()
247 String[] attribut = (String[]) attributes.elementAt(i); in setAttribute()
[all …]
/dalvik/libcore/dom/src/test/java/org/w3c/domts/level2/core/
Dnamednodemapremovenameditemns04.java71 NamedNodeMap attributes; in runTest() local
79 attributes = element.getAttributes(); in runTest()
80 … attributeRemoved = (Attr) attributes.removeNamedItemNS("http://www.w3.org/2000/xmlns/", "xmlns"); in runTest()
81 attribute = (Attr) attributes.getNamedItemNS("http://www.w3.org/2000/xmlns/", "xmlns"); in runTest()
83 … attributeRemoved = (Attr) attributes.removeNamedItemNS("http://www.w3.org/2000/xmlns/", "dmstc"); in runTest()
84 attribute = (Attr) attributes.getNamedItemNS("http://www.w3.org/2000/xmlns/", "dmstc"); in runTest()
Dnamednodemapsetnameditemns07.java78 NamedNodeMap attributes; in runTest() local
86 attributes = element.getAttributes(); in runTest()
87 attr = (Attr) attributes.getNamedItemNS("http://www.usa.com", "domestic"); in runTest()
89 attributes = element.getAttributes(); in runTest()
94 newNode = attributes.setNamedItemNS(attr); in runTest()
Dnamednodemapsetnameditemns06.java72 NamedNodeMap attributes; in runTest() local
80 attributes = element.getAttributes(); in runTest()
81 attr = (Attr) attributes.getNamedItemNS("http://www.usa.com", "domestic"); in runTest()
83 attributes = element.getAttributes(); in runTest()
88 newNode = attributes.setNamedItemNS(attr); in runTest()
Dnamednodemapsetnameditemns08.java74 NamedNodeMap attributes; in runTest() local
82 attributes = element.getAttributes(); in runTest()
83 attr = (Attr) attributes.getNamedItemNS("http://www.usa.com", "domestic"); in runTest()
85 attributes = element.getAttributes(); in runTest()
90 newNode = attributes.setNamedItemNS(attr); in runTest()
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/pkcs8/
DPrivateKeyInfo.java62 private List attributes; field in PrivateKeyInfo
67 byte[] privateKey, List attributes) { in PrivateKeyInfo() argument
72 this.attributes = attributes; in PrivateKeyInfo()
77 List attributes, byte[] encoding) { in PrivateKeyInfo() argument
78 this(version, privateKeyAlgorithm, privateKey, attributes); in PrivateKeyInfo()
100 return attributes; in getAttributes()
150 values[3] = privateKeyInfo.attributes;
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/cms/
DAttributeTable.java14 private Hashtable attributes = new Hashtable(); field in AttributeTable
19 attributes = copyTable(attrs); in AttributeTable()
48 Object value = attributes.get(oid); in addAttribute()
52 attributes.put(oid, a); in addAttribute()
72 attributes.put(oid, v); in addAttribute()
85 Object value = attributes.get(oid); in get()
107 Object value = attributes.get(oid); in getAll()
128 return copyTable(attributes); in toHashtable()
134 Enumeration e = attributes.elements(); in toASN1EncodableVector()
/dalvik/libcore/xml/src/main/java/org/apache/harmony/xml/dom/
DElementImpl.java50 private List<AttrImpl> attributes = new ArrayList<AttrImpl>(); field in ElementImpl
98 for (int i = 0; i < attributes.size(); i++) { in indexOfAttribute()
99 AttrImpl attr = attributes.get(i); in indexOfAttribute()
109 for (int i = 0; i < attributes.size(); i++) { in indexOfAttributeNS()
110 AttrImpl attr = attributes.get(i); in indexOfAttributeNS()
146 return attributes.get(i); in getAttributeNode()
156 return attributes.get(i); in getAttributeNodeNS()
257 return !attributes.isEmpty(); in hasAttributes()
264 attributes.remove(i); in removeAttribute()
273 attributes.remove(i); in removeAttributeNS()
[all …]
/dalvik/libcore/xml/src/main/java/org/xml/sax/helpers/
DXMLReaderAdapter.java456 void setAttributes (Attributes attributes) in setAttributes() argument
458 this.attributes = attributes; in setAttributes()
470 return attributes.getLength(); in getLength()
482 return attributes.getQName(i); in getName()
494 return attributes.getType(i); in getType()
506 return attributes.getValue(i); in getValue()
518 return attributes.getType(qName); in getType()
530 return attributes.getValue(qName); in getValue()
533 private Attributes attributes; field in XMLReaderAdapter.AttributesAdapter

12345678910