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

1 2

  /external/chromium_org/third_party/WebKit/Source/core/dom/
ElementData.h 87 bool hasAttributes() const { return !!attributeCount(); }
  /external/llvm/lib/IR/
AttributeImpl.h 160 bool hasAttributes() const { return NumAttrs != 0; }
Attributes.cpp 607 if (!B.hasAttributes())
804 return pImpl && hasAttributes(Index) ?
812 return pImpl && hasAttributes(ReturnIndex) ?
821 return pImpl && hasAttributes(FunctionIndex) ?
839 bool AttributeSet::hasAttributes(unsigned Index) const {
841 return ASN ? ASN->hasAttributes() : false;
    [all...]
  /packages/apps/Mms/src/com/android/mms/dom/
ElementImpl.java 151 public boolean hasAttributes() {
NodeImpl.java 147 public boolean hasAttributes() {
  /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...]
  /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/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
DOMModel.js 158 hasAttributes: function()
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 713 bool hasAttributes() const { return !Attrs.empty(); }
    [all...]
  /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/lib/main/
xpp3-1.1.4c.jar 
  /external/smack/asmack-master/lib/
xpp3-1.1.4c.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
sisu-guice-3.1.3-no_aop.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar 

Completed in 1248 milliseconds

1 2