Searched refs:getLength (Results 1 - 25 of 329) 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.cpp50 size_t inputSize = testStream->getLength();
53 REPORTER_ASSERT(reporter, testData.getLength() == inputSize);
56 testData.getLength()) == 0);
72 inputSize = testStream->getLength();
82 REPORTER_ASSERT(reporter, testData.getLength() == uncompressed.getOffset());
85 testData.getLength()) == 0);
H A DPathMeasureTest.cpp26 meas.getLength();
44 meas.getLength();
78 meas.getLength();
91 SkScalar length = meas.getLength();
98 length = meas.getLength();
104 length = meas.getLength();
115 length = meas.getLength();
118 length = meas.getLength();
145 length = meas.getLength();
181 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/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/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()) {
/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/skia/src/pdf/
H A DSkPDFStream.cpp69 stream->write(fData->getMemoryBase(), fData->getLength());
82 strlen(" stream\n\nendstream") + fData->getLength();
98 if (compressedData.getOffset() < fData->getLength()) {
108 insertInt("Length", fData->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/junit/src/org/junit/internal/
H A DComparisonCriteria.java67 int actualsLength= Array.getLength(actuals);
68 int expectedsLength= Array.getLength(expecteds);

Completed in 384 milliseconds

1234567891011>>