HomeSort by relevance Sort by last modified time
    Searched defs:hasAttributes (Results 1 - 25 of 73) sorted by null

1 2 3

  /external/llvm/lib/IR/
AttributeImpl.h 187 bool hasAttributes() const { return NumAttrs != 0; }
Attributes.cpp 760 if (!B.hasAttributes())
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
ElementImpl.java 212 public boolean hasAttributes() {
NodeImpl.java 136 public boolean hasAttributes() {
508 if (!node.hasAttributes()) {
573 if (!node.hasAttributes()) {
  /libcore/luni/src/main/java/org/w3c/dom/
Node.java 569 public boolean hasAttributes();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/mock/
MockXmlNode.java 190 public boolean hasAttributes() {
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTMdefaultNamespaceDeclarationNode.java 79 public boolean hasAttributes() {return false;}
326 if (this.hasAttributes()) {
416 if (this.hasAttributes()) {
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemLiteralResult.java 935 public boolean hasAttributes()
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeProxy.java 1173 public boolean hasAttributes()
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
UnImplNode.java 409 public boolean hasAttributes()
412 error(XMLErrorResources.ER_FUNCTION_NOT_SUPPORTED); //"hasAttributes not supported!");
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/
minidom.py 823 def hasAttributes(self):
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/
minidom.py 819 def hasAttributes(self):
    [all...]
  /frameworks/av/media/libaudioclient/
IAudioPolicyService.cpp     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/dom/
minidom.py 826 def hasAttributes(self):
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/dom/
minidom.py 826 def hasAttributes(self):
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py 826 def hasAttributes(self):
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py 826 def hasAttributes(self):
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 747 bool hasAttributes() const { return !Attrs.empty(); }
    [all...]
  /external/guice/extensions/persist/lib/
dom4j-1.6.1.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
dom4j-1.6.1.jar 
  /prebuilts/tools/common/m2/repository/dom4j/dom4j/1.6.1/
dom4j-1.6.1.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /external/robolectric/v1/lib/main/
xpp3-1.1.4c.jar 
  /prebuilts/tools/common/m2/repository/xpp3/xpp3/1.1.4c/
xpp3-1.1.4c.jar 
  /prebuilts/tools/common/m2/repository/com/sun/xml/fastinfoset/FastInfoset/1.2.13/
FastInfoset-1.2.13.jar 

Completed in 2706 milliseconds

1 2 3