HomeSort by relevance Sort by last modified time
    Searched refs:Element (Results 176 - 200 of 1539) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/clang/lib/Tooling/
FileMatchTrie.cpp 69 StringRef Element(llvm::sys::path::filename(
71 Children[Element].Path = Path;
73 StringRef Element(llvm::sys::path::filename(
75 Children[Element].insert(NewPath, ConsumedLength + Element.size() + 1);
108 StringRef Element(llvm::sys::path::filename(FileName.drop_back(
111 Children.find(Element);
115 ConsumedLength + Element.size() + 1);
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
documentcreateelementcasesensitive.java 36 * Each call should create a distinct Element node. The
66 Element newElement1;
67 Element newElement2;
elementaddnewattribute.java 32 * to the Element
67 Element testEmployee;
71 testEmployee = (Element) elementList.item(4);
elementchangeattributevalue.java 32 * to the Element. If the "name" is already present, then
40 * element, then its value should be changed to the new one
70 Element testEmployee;
74 testEmployee = (Element) elementList.item(3);
elementgetattributenode.java 66 Element testEmployee;
71 testEmployee = (Element) elementList.item(0);
elementgetattributenodenull.java 67 Element testEmployee;
71 testEmployee = (Element) elementList.item(0);
elementgetelementempty.java 71 Element testEmployee;
77 testEmployee = (Element) elementList.item(3);
elementinvalidcharacterexception.java 69 Element testAddress;
72 testAddress = (Element) elementList.item(0);
elementnotfounderr.java 33 * is not an attribute of the element.
72 Element testAddress;
76 testAddress = (Element) addressElementList.item(4);
elementremoveattributenode.java 65 Element testEmployee;
71 testEmployee = (Element) elementList.item(2);
elementreplaceattributewithself.java 32 * Since the node is not an attribute of another Element, it would
64 Element testEmployee;
69 testEmployee = (Element) elementList.item(2);
elementreplaceexistingattribute.java 32 * attribute to the Element. If the "newAttr" Attr node is
33 * already present in this element, it should replace the
39 * "street", which is already present in this element. The
70 Element testEmployee;
76 testEmployee = (Element) elementList.item(2);
elementreplaceexistingattributegevalue.java 36 * which is already present in this Element. The method
68 Element testEmployee;
74 testEmployee = (Element) elementList.item(2);
elementretrieveattrvalue.java 34 * Retrieve the second address element, then
65 Element testAddress;
69 testAddress = (Element) elementList.item(2);
elementsetattributenodenull.java 37 * "district", which is not part of this Element. The
69 Element testEmployee;
74 testEmployee = (Element) elementList.item(2);
hc_elementaddnewattribute.java 32 * to the Element
67 Element testEmployee;
71 testEmployee = (Element) elementList.item(4);
hc_elementchangeattributevalue.java 32 * to the Element. If the "strong" is already present, then
40 * element, then its value should be changed to the new one
69 Element testEmployee;
73 testEmployee = (Element) elementList.item(3);
hc_elementgetattributenode.java 32 * of the first "p" element and check its node name.
62 Element testEmployee;
67 testEmployee = (Element) elementList.item(0);
hc_elementgetattributenodenull.java 66 Element testEmployee;
70 testEmployee = (Element) elementList.item(0);
hc_elementgetelementempty.java 71 Element testEmployee;
77 testEmployee = (Element) elementList.item(3);
hc_elementinvalidcharacterexception.java 67 Element testAddress;
70 testAddress = (Element) elementList.item(0);
hc_elementinvalidcharacterexception1.java 31 * Calling Element.setAttribute with an empty name will cause an INVALID_CHARACTER_ERR.
62 Element testAddress;
65 testAddress = (Element) elementList.item(0);
hc_elementnotfounderr.java 33 * is not an attribute of the element.
71 Element testAddress;
75 testAddress = (Element) addressElementList.item(4);
hc_elementremoveattribute.java 63 Element testEmployee;
67 testEmployee = (Element) elementList.item(3);
hc_elementremoveattributenode.java 64 Element testEmployee;
70 testEmployee = (Element) elementList.item(2);

Completed in 3717 milliseconds

1 2 3 4 5 6 78 91011>>