Searched refs:getLength (Results 1 - 25 of 202) sorted by relevance

123456789

/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMNodeListBase.java78 public int getLength() { method in class:DTMNodeListBase
H A DDTMNodeList.java124 public int getLength() { method in class:DTMNodeList
125 return (m_iter != null) ? m_iter.getLength() : 0;
H A DDTMChildIterNodeList.java110 public int getLength() { method in class:DTMChildIterNodeList
/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/skia/tests/
H A DFlateTest.cpp56 size_t inputSize = testStream->getLength();
59 REPORTER_ASSERT(reporter, testData.getLength() == inputSize);
62 testData.getLength()) == 0);
76 inputSize = testStream->getLength();
85 REPORTER_ASSERT(reporter, testData.getLength() == uncompressed.getOffset());
88 testData.getLength()) == 0);
H A DPathMeasureTest.cpp13 SkScalar length = meas.getLength();
20 length = meas.getLength();
26 length = meas.getLength();
/external/skia/src/pdf/
H A DSkPDFStream.cpp27 fCompressedData.getOffset() < stream->getLength()) {
33 fLength = fPlainData->getLength();
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DAttributesImplSerializer.java75 if (super.getLength() < MAX)
110 int index = super.getLength();
173 int len = super.getLength();
200 int numAtts = atts.getLength();
217 if (super.getLength() < MAX)
/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)
/external/apache-xml/src/main/java/org/apache/xml/utils/
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)
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
H A DBidiTest.java150 assertEquals(0, bd.getLength());
162 assertEquals(0, bd.getLength());
174 assertEquals(0, bd.getLength());
186 assertEquals(0, bd.getLength());
200 assertEquals(1, bd.getLength());
212 assertEquals(1, bd.getLength());
224 assertEquals(1, bd.getLength());
236 assertEquals(1, bd.getLength());
250 assertEquals(1, bd.getLength());
262 assertEquals(1, bd.getLength());
[all...]
/external/webkit/Source/WebCore/bridge/
H A Druntime_array.cpp57 return jsNumber(thisObj->getLength());
68 unsigned length = getLength();
88 if (index < getLength()) {
109 if (index < getLength()) {
122 if (index < getLength()) {
149 if (index >= getLength()) {
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/dtm/
H A DDTMIterator.java304 public int getLength(); method in interface:DTMIterator
/external/apache-xml/src/main/java/org/apache/xpath/functions/
H A DFuncCount.java59 int i = nl.getLength();
/external/webkit/Source/WebCore/bridge/jni/jsc/
H A DJavaArrayJSC.h49 virtual unsigned int getLength() const;
/external/icu4c/common/unicode/
H A Drep.h225 virtual int32_t getLength() const = 0;
242 return getLength();
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
H A DBerInputStreamTest.java87 assertEquals(expected, in.getLength());
141 assertEquals("boolean", 1, in.getLength());
145 assertEquals("boolean", 2, in.getLength());
149 assertEquals("any", 0, in.getLength());
/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/easymock/src/org/easymock/internal/
H A DArgumentToString.java40 for (int i = 0; i < Array.getLength(value); i++) {
/external/apache-xml/src/main/java/org/apache/xpath/objects/
H A DXNodeSetForDOM.java71 m_last=nsdtm.getLength();
85 m_last=nsdtm.getLength();
/external/collada/include/1.4/dom/
H A DdomCg_newarray_type.h65 xsPositiveInteger getLength() const { return attrLength; } function in class:domCg_newarray_type_complexType
153 xsPositiveInteger getLength() const { return attrLength; } function in class:domCg_newarray_type

Completed in 507 milliseconds

123456789