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

1 2 34 5 6

  /prebuilts/clang/host/linux-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/linux-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/linux-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/linux-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/linux-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/linux-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/linux-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...]
  /device/linaro/bootloader/edk2/Nt32Pkg/WinNtSimpleFileSystemDxe/
WinNtSimpleFileSystem.c     [all...]
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
elementsetattributenomodificationallowederr.java 90 entElement.setAttribute("newAttr", "newValue");
elementsetattributenomodificationallowederrEE.java 85 entElement.setAttribute("newAttr", "newValue");
  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
PosixFileSystem.c 1074 mode_t NewAttr;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/
AndroidManifestDescriptors.java 371 private void insertAttribute(ElementDescriptor element, AttributeDescriptor newAttr) {
374 if (attr.getXmlLocalName().equals(newAttr.getXmlLocalName())) {
380 newArray[0] = newAttr;
  /external/clang/lib/Sema/
SemaDeclAttr.cpp     [all...]
SemaDecl.cpp     [all...]
SemaTemplateInstantiateDecl.cpp 396 Attr *NewAttr = sema::instantiateTemplateAttribute(TmplAttr, Context,
398 if (NewAttr)
399 New->addAttr(NewAttr);
    [all...]
SemaTemplateInstantiate.cpp     [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
UnImplNode.java 301 * @param newAttr Attribute node to be added to this node's list of attributes
307 public Attr setAttributeNode(Attr newAttr) throws DOMException
437 * @param newAttr Attribute to set
443 public Attr setAttributeNodeNS(Attr newAttr) throws DOMException
    [all...]
  /external/python/cpython3/Doc/faq/
library.rst 202 newattr = termios.tcgetattr(fd)
203 newattr[3] = newattr[3] & ~termios.ICANON & ~termios.ECHO
204 termios.tcsetattr(fd, termios.TCSANOW, newattr)
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeProxy.java 1142 * @param newAttr
1149 public final Attr setAttributeNode(Attr newAttr) throws DOMException
1250 * @param newAttr
1257 public final Attr setAttributeNodeNS(Attr newAttr) throws DOMException
    [all...]
  /external/python/cpython2/Doc/faq/
library.rst 199 newattr = termios.tcgetattr(fd)
200 newattr[3] = newattr[3] & ~termios.ICANON & ~termios.ECHO
201 termios.tcsetattr(fd, termios.TCSANOW, newattr)
    [all...]
  /external/python/cpython2/Doc/library/
xml.dom.rst 677 .. method:: Element.setAttributeNode(newAttr)
681 old attribute node will be returned. If *newAttr* is already in use,
685 .. method:: Element.setAttributeNodeNS(newAttr)
689 If a replacement occurs, the old attribute node will be returned. If *newAttr*
    [all...]
  /external/python/cpython3/Doc/library/
xml.dom.rst 662 .. method:: Element.setAttributeNode(newAttr)
666 old attribute node will be returned. If *newAttr* is already in use,
670 .. method:: Element.setAttributeNodeNS(newAttr)
674 If a replacement occurs, the old attribute node will be returned. If *newAttr*
    [all...]
  /external/libxml2/doc/tutorial/
xmltutorial.xml 498 xmlAttrPtr newattr;
512 <co id="addattributenode" /> newattr = xmlNewProp (newnode, "uri", uri);
  /external/autotest/site_utils/rpm_control_system/
BeautifulSoup.py     [all...]
  /external/python/cpython2/Doc/whatsnew/
2.2.rst 380 >>> obj.newattr = None
383 AttributeError: 'C' object has no attribute 'newattr'
    [all...]

Completed in 1412 milliseconds

1 2 34 5 6