HomeSort by relevance Sort by last modified time
    Searched refs:attributes (Results 76 - 100 of 2439) sorted by null

1 2 34 5 6 7 8 91011>>

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_namednodemapnotfounderr.java 35 * Create a NamedNodeMap object from the attributes of the
71 NamedNodeMap attributes; local
76 attributes = testEmployee.getAttributes();
81 removedNode = attributes.removeNamedItem("lang");
hc_namednodemapnumberofnodes.java 31 * Retrieve the second "p" element and evaluate Node.attributes.length.
62 NamedNodeMap attributes; local
67 attributes = testEmployee.getAttributes();
68 length = (int) attributes.getLength();
hc_namednodemapreturnnull.java 35 * listing of the attributes of the last child. Once the
70 NamedNodeMap attributes; local
75 attributes = testEmployee.getAttributes();
76 districtNode = (Attr) attributes.getNamedItem("lang");
hc_namednodemapsetnameditemwithnewvalue.java 35 * object from the attributes of the last child.
74 NamedNodeMap attributes; local
80 attributes = testAddress.getAttributes();
81 newNode = attributes.setNamedItem(newAttribute);
namednodemapgetnameditem.java 35 * listing of the attributes of the last child. Once the
69 NamedNodeMap attributes; local
75 attributes = testEmployee.getAttributes();
76 domesticAttr = (Attr) attributes.getNamedItem("domestic");
namednodemapnotfounderr.java 35 * Create a NamedNodeMap object from the attributes of the
71 NamedNodeMap attributes; local
76 attributes = testEmployee.getAttributes();
81 removedNode = attributes.removeNamedItem("district");
namednodemapnumberofnodes.java 35 * listing of the attributes of the last child. Once the
68 NamedNodeMap attributes; local
73 attributes = testEmployee.getAttributes();
74 length = (int) attributes.getLength();
namednodemapremovenameditemreturnnodevalue.java 35 * object of the attributes of the last child. Once the
70 NamedNodeMap attributes; local
76 attributes = testAddress.getAttributes();
77 removedNode = attributes.removeNamedItem("street");
namednodemapreturnfirstitem.java 35 * listing of the attributes of the last child. Since the
69 NamedNodeMap attributes; local
75 attributes = testAddress.getAttributes();
76 child = attributes.item(0);
namednodemapreturnlastitem.java 35 * listing of the attributes of the last child. Since the
69 NamedNodeMap attributes; local
75 attributes = testEmployee.getAttributes();
76 child = attributes.item(1);
namednodemapreturnnull.java 35 * listing of the attributes of the last child. Once the
69 NamedNodeMap attributes; local
74 attributes = testEmployee.getAttributes();
75 districtNode = (Attr) attributes.getNamedItem("district");
namednodemapsetnameditemreturnvalue.java 36 * object from the attributes of the last child by
77 NamedNodeMap attributes; local
84 attributes = testAddress.getAttributes();
85 newNode = attributes.setNamedItem(newAttribute);
namednodemapsetnameditemwithnewvalue.java 35 * object from the attributes of the last child.
74 NamedNodeMap attributes; local
80 attributes = testAddress.getAttributes();
81 newNode = attributes.setNamedItem(newAttribute);
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
getNamedItemNS02.java 39 * Access the second element from the list and get its attributes.
75 NamedNodeMap attributes; local
80 attributes = testEmployee.getAttributes();
81 newAttr = (Attr) attributes.getNamedItemNS(namespaceURI, localName);
hc_namednodemapinvalidtype1.java 61 NamedNodeMap attributes; local
67 attributes = docElem.getAttributes();
73 retval = attributes.setNamedItem(newElem);
ownerElement01.java 68 NamedNodeMap attributes; local
75 attributes = testNode.getAttributes();
76 domesticAttr = (Attr) attributes.getNamedItem("domestic");
  /external/deqp/modules/glshared/
glsAttributeLocationTests.cpp 73 bool hasAttributeAliasing (const vector<Attribute>& attributes, const map<string, deUint32>& bindings)
77 for (int attribNdx = 0; attribNdx < (int)attributes.size(); attribNdx++)
79 const deInt32 location = getBoundLocation(bindings, attributes[attribNdx].getName());
80 const deUint32 size = attributes[attribNdx].getType().getLocationSize();
111 string generateAttributeDefinitions (const vector<Attribute>& attributes)
115 for (vector<Attribute>::const_iterator iter = attributes.begin(); iter != attributes.end(); ++iter)
129 string generateConditionUniformDefinitions (const vector<Attribute>& attributes)
134 for (vector<Attribute>::const_iterator iter = attributes.begin(); iter != attributes.end(); ++iter
819 vector<Attribute> attributes; local
846 vector<Attribute> attributes; local
881 vector<Attribute> attributes; local
910 vector<Attribute> attributes; local
948 vector<Attribute> attributes; local
988 vector<Attribute> attributes; local
1019 vector<Attribute> attributes; local
1040 vector<Attribute> attributes; local
1061 vector<Attribute> attributes; local
1086 vector<Attribute> attributes; local
1111 vector<Attribute> attributes; local
1144 vector<Attribute> attributes; local
1178 vector<Attribute> attributes; local
1205 vector<Attribute> attributes; local
1246 vector<Attribute> attributes; local
1284 vector<Attribute> attributes; local
1318 vector<Attribute> attributes; local
1363 vector<Attribute> attributes; local
1405 vector<Attribute> attributes; local
1429 vector<Attribute> attributes; local
1450 vector<Attribute> attributes; local
1471 vector<Attribute> attributes; local
1495 vector<Attribute> attributes; local
1520 vector<Attribute> attributes; local
    [all...]
  /libcore/luni/src/test/java/tests/org/w3c/dom/
GetNamedItemNS.java 16 * element from the list and get its attributes. Try to retrieve the attribute
58 NamedNodeMap attributes; local
64 attributes = testEmployee.getAttributes();
65 domesticAttr = (Attr) attributes.getNamedItemNS("http://www.usa.com",
76 NamedNodeMap attributes; local
81 attributes = testEmployee.getAttributes();
82 newAttr = (Attr) attributes.getNamedItemNS(namespaceURI, localName);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
PrivateKeyInfo.java 27 private ASN1Set attributes; field in class:PrivateKeyInfo
62 ASN1Set attributes)
67 this.attributes = attributes;
90 attributes = ASN1Set.getInstance((ASN1TaggedObject)e.nextElement(), false);
129 return attributes;
140 * attributes [0] IMPLICIT Attributes OPTIONAL
146 * Attributes ::= SET OF Attribute
157 if (attributes != null
    [all...]
  /external/libpng/scripts/
def.dfn 26 #define PNG_EXPORTA(ordinal, type, name, args, attributes)\
  /external/mesa3d/src/glx/
clientattrib.c 74 __GLXattribute **spp = gc->attributes.stackPointer, *sp;
76 if (spp < &gc->attributes.stack[__GL_CLIENT_ATTRIB_STACK_DEPTH]) {
82 gc->attributes.stackPointer = spp + 1;
102 __GLXattribute **spp = gc->attributes.stackPointer, *sp;
105 if (spp > &gc->attributes.stack[0]) {
110 gc->attributes.stackPointer = spp;
134 for (spp = &gc->attributes.stack[0];
135 spp < &gc->attributes.stack[__GL_CLIENT_ATTRIB_STACK_DEPTH]; spp++) {
  /frameworks/base/drm/java/android/drm/
DrmErrorEvent.java 93 * @param attributes Attributes for extensible information. Could be any
97 HashMap<String, Object> attributes) {
98 super(uniqueId, type, message, attributes);
DrmInfoEvent.java 84 * @param attributes Attributes for extensible information. Could be any
88 HashMap<String, Object> attributes) {
89 super(uniqueId, type, message, attributes);
  /libcore/luni/src/main/java/org/apache/harmony/security/pkcs8/
PrivateKeyInfo.java 40 * attributes [0] IMPLICIT Attributes OPTIONAL }
48 * Attributes ::= SET OF Attribute
54 private final List<?> attributes; field in class:PrivateKeyInfo
58 byte[] privateKey, List attributes) {
62 this.attributes = attributes;
67 List attributes, byte[] encoding) {
68 this(version, privateKeyAlgorithm, privateKey, attributes);
81 return attributes;
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
GraphReader.java 30 import org.xml.sax.Attributes;
245 public void startElement(String uri, String localName, String qName, Attributes attr)
278 private void addImportCommand(Attributes attributes) throws SAXException {
279 String packageName = getRequiredAttribute(attributes, "package");
283 private void addLibraryCommand(Attributes attributes) throws SAXException {
284 String libraryName = getRequiredAttribute(attributes, "name");
288 private void addConnectCommand(Attributes attributes) {
    [all...]

Completed in 228 milliseconds

1 2 34 5 6 7 8 91011>>