Searched defs:getLength (Results 1 - 25 of 59) sorted by relevance

123

/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMNodeListBase.java78 public int getLength() { method in class:DTMNodeListBase
H A DDTMAxisIterNodeList.java132 public int getLength() { method in class:DTMAxisIterNodeList
H A DDTMChildIterNodeList.java110 public int getLength() { method in class:DTMChildIterNodeList
H A DDTMNodeList.java124 public int getLength() { method in class:DTMNodeList
125 return (m_iter != null) ? m_iter.getLength() : 0;
H A DDTMNamedNodeMap.java73 public int getLength() method in class:DTMNamedNodeMap
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
H A DDOMStringListImpl.java76 * @see org.apache.xerces.dom3.DOMStringList#getLength()
78 public int getLength() { method in class:DOMStringListImpl
/external/apache-xml/src/main/java/org/apache/xml/utils/res/
H A DCharArrayWrapper.java39 public int getLength(){ method in class:CharArrayWrapper
H A DIntArrayWrapper.java39 public int getLength(){ method in class:IntArrayWrapper
H A DLongArrayWrapper.java39 public int getLength(){ method in class:LongArrayWrapper
H A DStringArrayWrapper.java39 public int getLength(){ method in class:StringArrayWrapper
/external/llvm/include/llvm/CodeGen/PBQP/
H A DMath.h55 unsigned getLength() const { function in class:PBQP::Vector
99 assert((v.getLength() != 0) && "Zero-length vector badness.");
102 for (unsigned i = 1; i < v.getLength(); ++i) {
/external/webkit/Source/WebCore/bridge/
H A Druntime_array.h50 unsigned getLength() const { return getConcreteArray()->getLength(); } function in class:JSC::RuntimeArray
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DStringToIntTable.java82 public final int getLength() method in class:StringToIntTable
H A DAttList.java58 // m_lastIndex = m_attrs.getLength() - 1;
73 m_lastIndex = m_attrs.getLength() - 1;
83 public int getLength() method in class:AttList
85 return m_attrs.getLength();
225 for(int i=m_attrs.getLength()-1;i>=0;--i)
246 for(int i=m_attrs.getLength()-1;i>=0;--i)
H A DStringVector.java74 public int getLength() method in class:StringVector
/external/replicaisland/src/com/replica/replicaisland/
H A DSpriteAnimation.java89 public float getLength() { method in class:SpriteAnimation
/external/apache-harmony/crypto/src/test/support/common/java/org/apache/harmony/crypto/tests/support/
H A DMyExemptionMechanismSpi.java44 public static final int getLength() { method in class:MyExemptionMechanismSpi
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DStackTest.java173 public int getLength() method in class:StackTest.BugStack
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
H A DAttList.java67 // m_lastIndex = m_attrs.getLength() - 1;
82 m_lastIndex = m_attrs.getLength() - 1;
92 public int getLength() method in class:AttList
94 return m_attrs.getLength();
234 for(int i=m_attrs.getLength()-1;i>=0;--i)
255 for(int i=m_attrs.getLength()-1;i>=0;--i)
H A DStringToIntTable.java89 public final int getLength() method in class:StringToIntTable
/external/chromium/chrome/common/extensions/docs/examples/extensions/imageinfo/imageinfo/
H A Dbinaryajax.js32 this.getLength = function() {
/external/collada/include/1.4/dom/
H A DdomCg_setarray_type.h63 xsPositiveInteger getLength() const { return attrLength; } function in class:domCg_setarray_type_complexType
141 xsPositiveInteger getLength() const { return attrLength; } function in class:domCg_setarray_type
H A DdomGlsl_newarray_type.h59 xsPositiveInteger getLength() const { return attrLength; } function in class:domGlsl_newarray_type_complexType
127 xsPositiveInteger getLength() const { return attrLength; } function in class:domGlsl_newarray_type
H A DdomGlsl_setarray_type.h59 xsPositiveInteger getLength() const { return attrLength; } function in class:domGlsl_setarray_type_complexType
127 xsPositiveInteger getLength() const { return attrLength; } function in class:domGlsl_setarray_type
/external/icu4c/common/unicode/
H A Dchariter.h576 inline int32_t getLength() const;
711 CharacterIterator::getLength(void) const { function in class:CharacterIterator

Completed in 595 milliseconds

123