HomeSort by relevance Sort by last modified time
    Searched full:newattr (Results 51 - 75 of 140) sorted by null

1 23 4 5 6

  /external/ltp/testcases/misc/math/float/
main.c 108 pthread_attr_t newattr; local
216 retval = pthread_attr_init(&newattr);
218 sys_error("main : attr_init(&newattr) FAILED", __LINE__);
220 if (pthread_attr_setstacksize(&newattr, stacksize))
223 retval = pthread_attr_setdetachstate(&newattr, PTHREAD_CREATE_JOINABLE);
225 sys_error("main : attr_setdetachstate(&newattr) FAILED",
254 retval = pthread_create(&threads[indice], &newattr,
  /libcore/luni/src/main/java/org/w3c/dom/
Element.java 118 * @param newAttr The <code>Attr</code> node to add to the attribute list.
119 * @return If the <code>newAttr</code> attribute replaces an existing
123 * WRONG_DOCUMENT_ERR: Raised if <code>newAttr</code> was created from a
126 * <br>INUSE_ATTRIBUTE_ERR: Raised if <code>newAttr</code> is already an
131 public Attr setAttributeNode(Attr newAttr)
287 * @param newAttr The <code>Attr</code> node to add to the attribute list.
288 * @return If the <code>newAttr</code> attribute replaces an existing
293 * WRONG_DOCUMENT_ERR: Raised if <code>newAttr</code> was created from a
296 * <br>INUSE_ATTRIBUTE_ERR: Raised if <code>newAttr</code> is already an
305 public Attr setAttributeNodeNS(Attr newAttr)
    [all...]
  /external/libxml2/doc/tutorial/
ar01s07.html 12 xmlAttrPtr newattr;
25 <a name="addattributenode"></a><img src="images/callouts/2.png" alt="2" border="0"> newattr = xmlNewProp (newnode, "uri", uri);
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_elementinuseattributeerr.java 31 * The "setAttributeNode(newAttr)" method raises an
32 * "INUSE_ATTRIBUTE_ERR DOMException if the "newAttr"
hc_namednodemapsetnameditem.java 35 * method is done with arg=newAttr, where newAttr is a
elementgetelementempty.java 40 * "createAttribute(newAttr)" method from the Document
elementreplaceexistingattributegevalue.java 31 * If the "setAttributeNode(newAttr)" method replaces an
elementsetattributenodenull.java 31 * The "setAttributeNode(newAttr)" method returns the
hc_elementgetelementempty.java 40 * "createAttribute(newAttr)" method from the Document
hc_elementreplaceexistingattributegevalue.java 31 * If the "setAttributeNode(newAttr)" method replaces an
hc_elementsetattributenodenull.java 31 * The "setAttributeNode(newAttr)" method returns the
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
createAttributeNS03.java 72 Attr newAttr;
109 newAttr = doc.createAttributeNS(namespaceURI, qualifiedName);
elementsetattributenodens03.java 35 * INUSE_ATTRIBUTE_ERR exception if the newAttr is already an attribute of
elementsetattributenodens04.java 35 * if newAttr is already an attribute of another Element object.
elementsetattributenodens05.java 35 * an WRONG_DOCUMENT_ERR if newAttr was created from a different document
  /libcore/luni/src/test/java/tests/org/w3c/dom/
SetNamedItemNS.java 133 String qualifiedName = "prefix:newAttr";
149 retnode = attributes.getNamedItemNS(namespaceURI, "newAttr");
ImportNode.java 94 Attr newAttr;
112 newAttr = aNewDoc.createAttribute("elem:attr1");
114 aNode = newAttr.appendChild(importedChild);
115 aNode = doc.importNode(newAttr, false);
  /external/clang/include/clang/Sema/
AttributeList.h 730 void add(AttributeList *newAttr) {
731 assert(newAttr);
732 assert(newAttr->getNext() == nullptr);
733 newAttr->setNext(list);
734 list = newAttr;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
AttributeList.h 733 void add(AttributeList *newAttr) {
734 assert(newAttr);
735 assert(newAttr->getNext() == nullptr);
736 newAttr->setNext(list);
737 list = newAttr;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Sema/
AttributeList.h 739 void add(AttributeList *newAttr) {
740 assert(newAttr);
741 assert(newAttr->getNext() == nullptr);
742 newAttr->setNext(list);
743 list = newAttr;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Sema/
AttributeList.h 739 void add(AttributeList *newAttr) {
740 assert(newAttr);
741 assert(newAttr->getNext() == nullptr);
742 newAttr->setNext(list);
743 list = newAttr;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Sema/
AttributeList.h 746 void add(AttributeList *newAttr) {
747 assert(newAttr);
748 assert(newAttr->getNext() == nullptr);
749 newAttr->setNext(list);
750 list = newAttr;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Sema/
AttributeList.h 746 void add(AttributeList *newAttr) {
747 assert(newAttr);
748 assert(newAttr->getNext() == nullptr);
749 newAttr->setNext(list);
750 list = newAttr;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Sema/
AttributeList.h 746 void add(AttributeList *newAttr) {
747 assert(newAttr);
748 assert(newAttr->getNext() == nullptr);
749 newAttr->setNext(list);
750 list = newAttr;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Sema/
AttributeList.h 746 void add(AttributeList *newAttr) {
747 assert(newAttr);
748 assert(newAttr->getNext() == nullptr);
749 newAttr->setNext(list);
750 list = newAttr;
    [all...]

Completed in 1439 milliseconds

1 23 4 5 6