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

12345

/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.h93 unsigned getLength() const { function in class:PBQP::Vector
159 assert((V.getLength() != 0) && "Zero-length vector badness.");
162 for (unsigned i = 1; i < V.getLength(); ++i)
/external/pdfium/core/src/fxcodec/jbig2/
H A DJBig2_List.h48 FX_INT32 getLength() function in class:CJBig2_List
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DArrayRegion.java61 public int getLength() { method in class:ArrayRegion
/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/chromium_org/third_party/angle/src/libGLESv2/renderer/
H A DShaderExecutable.h38 size_t getLength() const function in class:rx::ShaderExecutable
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dsortkey.h264 int32_t getLength() const { return fFlagAndLength & 0x7fffffff; } function in class:CollationKey
329 count = getLength();
/external/icu/icu4c/source/i18n/unicode/
H A Dsortkey.h265 int32_t getLength() const { return fFlagAndLength & 0x7fffffff; } function in class:CollationKey
330 count = getLength();
/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.java43 public static final int getLength() { method in class:MyExemptionMechanismSpi
/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_org/chrome/common/extensions/docs/examples/extensions/imageinfo/imageinfo/
H A Dbinaryajax.js32 this.getLength = function() {
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dchariter.h582 inline int32_t getLength() const;
717 CharacterIterator::getLength(void) const { function in class:CharacterIterator

Completed in 726 milliseconds

12345