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

1 2 34 5 6 7 8 91011>>

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_attrspecifiedvalue.java 31 * The "getSpecified()" method for an Attr node should
68 Attr domesticAttr;
74 domesticAttr = (Attr) attributes.getNamedItem("title");
hc_attrspecifiedvaluechanged.java 31 * The "getSpecified()" method for an Attr node should return true if the
69 Attr streetAttr;
76 streetAttr = (Attr) attributes.getNamedItem("class");
hc_elementassociatedattribute.java 66 Attr domesticAttr;
72 domesticAttr = (Attr) attributes.getNamedItem("title");
hc_elementgetelementempty.java 69 Attr newAttribute;
72 Attr domesticAttr;
hc_elementnotfounderr.java 69 Attr oldAttribute;
72 Attr attrAddress;
hc_elementremoveattributenode.java 35 * remove its "class" Attr node. The method should
65 Attr streetAttr;
66 Attr removedAttr;
hc_elementreplaceattributewithself.java 65 Attr streetAttr;
66 Attr replacedAttr;
hc_elementreplaceexistingattribute.java 32 * attribute to the Element. If the "newAttr" Attr node is
38 * Attr)" method. The new attribute node to be added is
40 * method should replace the existing Attr node with the
70 Attr newAttribute;
72 Attr setAttr;
hc_elementreplaceexistingattributegevalue.java 32 * existing Attr node with the same name, then it should
33 * return the previously existing Attr node.
37 * should return the existing Attr node(old "class" Attr).
68 Attr newAttribute;
69 Attr streetAttr;
hc_elementsetattributenodenull.java 32 * null value if no previously existing Attr node with the
70 Attr newAttribute;
71 Attr districtAttr;
hc_namednodemapgetnameditem.java 35 * in the title Attr node being returned.
68 Attr domesticAttr;
74 domesticAttr = (Attr) attributes.getNamedItem("title");
hc_namednodemapreturnnull.java 71 Attr districtNode;
76 districtNode = (Attr) attributes.getNamedItem("lang");
namednodemapgetnameditem.java 38 * in the domestic Attr node being returned.
70 Attr domesticAttr;
76 domesticAttr = (Attr) attributes.getNamedItem("domestic");
namednodemapreturnnull.java 70 Attr districtNode;
75 districtNode = (Attr) attributes.getNamedItem("district");
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
elementhasattribute03.java 69 Attr attribute;
70 Attr newAttribute;
elementhasattribute04.java 68 Attr attribute;
69 Attr newAttribute;
getNamedItemNS02.java 76 Attr newAttr;
81 newAttr = (Attr) attributes.getNamedItemNS(namespaceURI, localName);
ownerElement01.java 69 Attr domesticAttr;
76 domesticAttr = (Attr) attributes.getNamedItem("domestic");
setAttributeNodeNS03.java 75 Attr newAttr;
76 Attr newAddrAttr;
  /libcore/luni/src/test/java/tests/org/w3c/dom/
ElementRemoveAttributeNS.java 4 import org.w3c.dom.Attr;
54 Attr attribute;
59 "http://www.w3.org/DOM/Test/createAttributeNS", "attr");
62 "http://www.w3.org/DOM/Test/createAttributeNS", "attr");
64 "http://www.w3.org/DOM/Test/createAttributeNS", "attr");
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_sys_exc.py 12 from ..fixer_util import Attr, Call, Name, Number, Subscript, Node, syms
27 attr = Attr(Name(u"sys"), call)
28 attr[1].children[0].prefix = results["dot"].prefix
29 attr.append(Subscript(index))
30 return Node(syms.power, attr, prefix=node.prefix)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_sys_exc.py 12 from ..fixer_util import Attr, Call, Name, Number, Subscript, Node, syms
27 attr = Attr(Name(u"sys"), call)
28 attr[1].children[0].prefix = results["dot"].prefix
29 attr.append(Subscript(index))
30 return Node(syms.power, attr, prefix=node.prefix)
  /external/clang/include/clang/Parse/
Makefile 9 $(ObjDir)/AttrParserStringSwitches.inc.tmp : $(TD_SRC_DIR)/Attr.td $(CLANG_TBLGEN) \
12 $(Verb) $(ClangTableGen) -gen-clang-attr-parser-string-switches -o $(call SYSPATH, $@) \
  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
mucinviterecvtask.cc 97 tmp.label = atoi(entry->Attr(QN_LABEL).c_str());
113 SignalInviteReceived(Jid(invite->Attr(QN_FROM)), Jid(stanza->Attr(QN_FROM)),
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
discoitemsquerytask.cc 73 item->jid = element->Attr(QN_JID);
74 item->name = element->Attr(QN_NAME);
75 item->node = element->Attr(QN_NODE);

Completed in 822 milliseconds

1 2 34 5 6 7 8 91011>>