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

1 2 3 4

  /libcore/luni/src/main/java/org/w3c/dom/
Attr.java 270 * <code>isId</code> will always return true.
273 public boolean isId();
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
AttrImpl.java 39 boolean isId;
119 public boolean isId() {
120 return isId;
  /external/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/
DynamicSymmetry.h 70 bool isId() const
216 while (!e.isId()) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/
expatbuilder.py 103 def isId(self, aname):
111 return self.isId((auri, aname))
    [all...]
minidom.py 433 return info.isId(self.nodeName)
449 defproperty(Attr, "isId", doc="True if this attribute is an ID.")
696 if attr.isId:
715 if attr.isId:
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/
expatbuilder.py 103 def isId(self, aname):
111 return self.isId((auri, aname))
    [all...]
minidom.py 435 return info.isId(self.nodeName)
451 defproperty(Attr, "isId", doc="True if this attribute is an ID.")
698 if attr.isId:
717 if attr.isId:
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTMdefaultNamespaceDeclarationNode.java 131 public boolean isId( ) { return false; }
  /external/python/cpython2/Lib/xml/dom/
expatbuilder.py 103 def isId(self, aname):
111 return self.isId((auri, aname))
    [all...]
minidom.py 433 return info.isId(self.nodeName)
449 defproperty(Attr, "isId", doc="True if this attribute is an ID.")
696 if attr.isId:
715 if attr.isId:
    [all...]
  /external/python/cpython3/Lib/xml/dom/
expatbuilder.py 101 def isId(self, aname):
109 return self.isId((auri, aname))
    [all...]
minidom.py 449 return info.isId(self.nodeName)
465 defproperty(Attr, "isId", doc="True if this attribute is an ID.")
745 if attr.isId:
759 if attr.isId:
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/dom/
expatbuilder.py 103 def isId(self, aname):
111 return self.isId((auri, aname))
    [all...]
minidom.py 436 return info.isId(self.nodeName)
452 defproperty(Attr, "isId", doc="True if this attribute is an ID.")
699 if attr.isId:
718 if attr.isId:
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/dom/
expatbuilder.py 103 def isId(self, aname):
111 return self.isId((auri, aname))
    [all...]
minidom.py 436 return info.isId(self.nodeName)
452 defproperty(Attr, "isId", doc="True if this attribute is an ID.")
699 if attr.isId:
718 if attr.isId:
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
expatbuilder.py 103 def isId(self, aname):
111 return self.isId((auri, aname))
    [all...]
minidom.py 436 return info.isId(self.nodeName)
452 defproperty(Attr, "isId", doc="True if this attribute is an ID.")
699 if attr.isId:
718 if attr.isId:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
expatbuilder.py 103 def isId(self, aname):
111 return self.isId((auri, aname))
    [all...]
minidom.py 436 return info.isId(self.nodeName)
452 defproperty(Attr, "isId", doc="True if this attribute is an ID.")
699 if attr.isId:
718 if attr.isId:
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
EntrySchema.java 305 if (!column.isId()) {
538 public boolean isId() {
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemLiteralResult.java 1089 public boolean isId( ) { return false; }
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeProxy.java     [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
UnImplNode.java     [all...]
  /frameworks/base/tools/aapt/
ResourceTable.h 160 bool isId = false);
172 bool isId = false,
298 Item() : isId(false), format(ResTable_map::TYPE_ANY), bagKeyId(0), evaluating(false)
306 isId(o.isId), value(o.value), style(o.style),
314 isId = o.isId;
324 mutable bool isId;
370 bool replace=false, bool isId = false,

Completed in 259 milliseconds

1 2 3 4