Searched refs:attributeName (Results 1 - 7 of 7) sorted by relevance

/libcore/dom/src/test/java/org/w3c/domts/level1/core/
H A Dhc_elementretrieveallattributes.java66 String attributeName;
82 attributeName = attribute.getNodeName();
83 actual.add(attributeName);
H A Dhc_nodecloneattributescopied.java68 String attributeName;
87 attributeName = attributeNode.getNodeName();
88 result.add(attributeName);
H A Dnodecloneattributescopied.java71 String attributeName;
85 attributeName = attributeNode.getNodeName();
86 result.add(attributeName);
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
H A DKSSecretKeyEntryTest.java93 final String attributeName = "theAttributeName";
97 return attributeName;
H A DKSTrustedCertificateEntryTest.java96 final String attributeName = "theAttributeName";
100 return attributeName;
H A DKSPrivateKeyEntryTest.java188 final String attributeName = "theAttributeName";
192 return attributeName;
/libcore/ojluni/src/main/java/java/security/
H A DProvider.java1018 String attributeName = attributeString.substring(i + 1);
1020 while (attributeName.startsWith(" ")) {
1021 attributeName = attributeName.substring(1);
1023 attributeName = attributeName.intern();
1032 s.addAttribute(attributeName, attributeValue);

Completed in 130 milliseconds