HomeSort by relevance Sort by last modified time
    Searched refs:createAttribute (Results 1 - 25 of 172) sorted by null

1 2 3 4 5 6 7

  /external/robolectric-shadows/resources/src/test/java/org/robolectric/res/
ThemeStyleSetTest.java 25 createAttribute("string1", "string1 value from style1"),
26 createAttribute("string2", "string2 value from style1")
28 themeStyleSet.apply(createStyle("style2", createAttribute("string2", "string2 value from style2")), false);
36 createAttribute("string1", "string1 value from style1"),
37 createAttribute("string2", "string2 value from style1")
39 themeStyleSet.apply(createStyle("style2", createAttribute("string1", "string1 value from style2")), true);
48 private AttributeResource createAttribute(String attrName, String value) {
  /libcore/luni/src/test/java/tests/org/w3c/dom/
ElementHasAttribute.java 79 attribute = doc.createAttribute("domestic");
94 attribute = doc.createAttribute("domestic");
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
documentcreateattribute.java 31 * The "createAttribute(name)" method creates an Attribute
35 * "createAttribute(name)" method. It should create a
71 newAttrNode = doc.createAttribute("district");
documentinvalidcharacterexceptioncreateattribute.java 31 * The "createAttribute(tagName)" method raises an
36 * "createAttribute(tagName)" method with the tagName equal
76 createdAttr = doc.createAttribute("invalid^Name");
elementgetelementempty.java 40 * "createAttribute(newAttr)" method from the Document
75 newAttribute = doc.createAttribute("district");
elementnotfounderr.java 38 * of the "createAttribute(name)" method from the Document
77 oldAttribute = doc.createAttribute("oldAttribute");
elementreplaceexistingattribute.java 41 * new one. This test uses the "createAttribute(name)"
77 newAttribute = doc.createAttribute("street");
elementreplaceexistingattributegevalue.java 38 * This test uses the "createAttribute(name)" method
75 newAttribute = doc.createAttribute("street");
elementsetattributenodenull.java 39 * This test uses the "createAttribute(name)"
75 newAttribute = doc.createAttribute("district");
hc_documentcreateattribute.java 32 * "createAttribute(name)" method. It should create a
70 newAttrNode = doc.createAttribute("title");
hc_documentinvalidcharacterexceptioncreateattribute.java 31 * The "createAttribute(tagName)" method raises an
36 * "createAttribute(tagName)" method with the tagName equal
75 createdAttr = doc.createAttribute("invalid^Name");
hc_documentinvalidcharacterexceptioncreateattribute1.java 68 createdAttr = doc.createAttribute("");
hc_elementgetelementempty.java 40 * "createAttribute(newAttr)" method from the Document
75 newAttribute = doc.createAttribute("lang");
hc_elementnotfounderr.java 38 * of the "createAttribute(name)" method from the Document
76 oldAttribute = doc.createAttribute("title");
hc_elementreplaceexistingattribute.java 41 * new one. This test uses the "createAttribute(name)"
76 newAttribute = doc.createAttribute("class");
hc_elementreplaceexistingattributegevalue.java 38 * This test uses the "createAttribute(name)" method
74 newAttribute = doc.createAttribute("class");
hc_elementsetattributenodenull.java 39 * This test uses the "createAttribute(name)"
75 newAttribute = doc.createAttribute("lang");
hc_namednodemapsetnameditemwithnewvalue.java 41 * This test uses the "createAttribute(name)" method from
79 newAttribute = doc.createAttribute("lang");
hc_nodeappendchildinvalidnodetype.java 75 newChild = doc.createAttribute("newAttribute");
namednodemapsetnameditemreturnvalue.java 44 * This test uses the "createAttribute(name)" method from
83 newAttribute = doc.createAttribute("street");
namednodemapsetnameditemwithnewvalue.java 41 * This test uses the "createAttribute(name)" method from
79 newAttribute = doc.createAttribute("district");
nodeappendchildinvalidnodetype.java 76 newChild = doc.createAttribute("newAttribute");
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
elementhasattribute03.java 73 attribute = doc.createAttribute("domestic");
elementhasattribute04.java 72 attribute = doc.createAttribute("domestic");
ownerElement02.java 70 newAttr = doc.createAttribute("newAttribute");

Completed in 218 milliseconds

1 2 3 4 5 6 7