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

1234567891011>>

/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;
/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/mockito/src/org/mockito/internal/matchers/
H A DEquality.java28 return Array.getLength(o1) == Array.getLength(o2);
32 for (int i = 0; i < Array.getLength(o1); i++) {
/external/jmonkeyengine/engine/src/core/com/jme3/animation/
H A DTrack.java56 public float getLength(); method in interface:Track
/external/skia/tests/
H A DFlateTest.cpp49 size_t inputSize = testStream->getLength();
52 REPORTER_ASSERT(reporter, testData.getLength() == inputSize);
55 testData.getLength()) == 0);
71 inputSize = testStream->getLength();
81 REPORTER_ASSERT(reporter, testData.getLength() == uncompressed.getOffset());
84 testData.getLength()) == 0);
H A DPathMeasureTest.cpp27 meas.getLength();
45 meas.getLength();
79 meas.getLength();
92 SkScalar length = meas.getLength();
99 length = meas.getLength();
105 length = meas.getLength();
116 length = meas.getLength();
119 length = meas.getLength();
146 length = meas.getLength();
182 length = meas.getLength();
[all...]
/external/icu4c/i18n/
H A Dsortkey.cpp74 : UObject(other), fFlagAndLength(other.getLength()),
141 return getLength() == source.getLength() &&
143 uprv_memcmp(getBytes(), source.getBytes(), getLength()) == 0);
156 int32_t length = other.getLength();
193 int32_t minLength = getLength();
194 int32_t targetLength = target.getLength();
270 fHashCode = computeHashCode(getBytes(), getLength());
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
H A DShaderExecutable.h37 size_t getLength() const function in class:rx::ShaderExecutable
/external/hamcrest/src/org/hamcrest/internal/
H A DArrayIterator.java18 return currentIndex < Array.getLength(array);
/external/hamcrest/src/org/hamcrest/core/
H A DIsEqual.java48 return Array.getLength(o1) == Array.getLength(o2);
52 for (int i = 0; i < Array.getLength(o1); i++) {
/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/smack/src/org/jivesoftware/smackx/provider/
H A DVCardProvider.java135 if (photo.getLength() != 1)
141 int childNodeCount = childNodes.getLength();
168 for (int i = 0; i < nodes.getLength(); i++) {
182 for (int i = 0; i < allPhones.getLength(); i++) {
187 for (int j = 0; j < nodes.getLength(); j++) {
218 for (int i = 0; i < allAddresses.getLength(); i++) {
225 for (int j = 0; j < childNodes.getLength(); j++) {
250 if (nodes != null && nodes.getLength() == 1) {
258 for (int i = 0; i < childNodes.getLength(); i++) {
264 if (element.getChildNodes().getLength()
[all...]
/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/chromium_org/third_party/skia/src/pdf/
H A DSkPDFStream.cpp64 stream->writeStream(fData.get(), fData->getLength());
78 strlen(" stream\n\nendstream") + fData->getLength();
105 if (compressedData.getOffset() < fData->getLength()) {
115 insertInt("Length", fData->getLength());
/external/skia/src/pdf/
H A DSkPDFStream.cpp64 stream->writeStream(fData.get(), fData->getLength());
78 strlen(" stream\n\nendstream") + fData->getLength();
105 if (compressedData.getOffset() < fData->getLength()) {
115 insertInt("Length", fData->getLength());
/external/chromium_org/third_party/icu/source/common/unicode/
H A Drep.h225 virtual int32_t getLength() const = 0;
242 return getLength();
/external/icu4c/common/unicode/
H A Drep.h225 virtual int32_t getLength() const = 0;
244 return getLength();

Completed in 657 milliseconds

1234567891011>>