Searched refs:getLength (Results 1 - 25 of 417) 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/llvm/lib/DebugInfo/
H A DDWARFTypeUnit.cpp22 return TypeOffset < getLength();
27 << " length = " << format("0x%08x", getLength())
H A DDWARFCompileUnit.cpp18 << " length = " << format("0x%08x", getLength())
/external/skia/tests/
H A DFlateTest.cpp48 size_t inputSize = testStream->getLength();
51 REPORTER_ASSERT(reporter, testData.getLength() == inputSize);
54 testData.getLength()) == 0);
70 inputSize = testStream->getLength();
80 REPORTER_ASSERT(reporter, testData.getLength() == uncompressed.getOffset());
83 testData.getLength()) == 0);
H A DPathMeasureTest.cpp25 meas.getLength();
41 meas.getLength();
73 meas.getLength();
85 SkScalar length = meas.getLength();
92 length = meas.getLength();
98 length = meas.getLength();
109 length = meas.getLength();
112 length = meas.getLength();
139 length = meas.getLength();
175 length = meas.getLength();
[all...]
/external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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/chromium_org/third_party/skia/tests/
H A DPathMeasureTest.cpp25 meas.getLength();
41 meas.getLength();
73 meas.getLength();
85 SkScalar length = meas.getLength();
92 length = meas.getLength();
98 length = meas.getLength();
109 length = meas.getLength();
112 length = meas.getLength();
139 length = meas.getLength();
175 length = meas.getLength();
[all...]
/external/clang/lib/Tooling/
H A DRefactoring.cpp73 Start, ReplacementRange.getLength(), ReplacementText);
82 << ReplacementRange.getLength() << ":\"" << ReplacementText << "\"";
89 if (LHS.getLength() != RHS.getLength())
90 return LHS.getLength() < RHS.getLength();
98 LHS.getLength() == RHS.getLength() &&
193 Replacement Replace("<stdin>", I->getOffset(), I->getLength(),
211 if (I->getOffset() + I->getLength() > Positio
[all...]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayReference/
H A DSetValuesTest.java74 for (int j = 0; j < valuesRegion.getLength(); j++) {
81 for (int j = 0; j < valuesRegion.getLength(); j++) {
88 for (int j = 0; j < valuesRegion.getLength(); j++) {
114 int length = valuesRegion.getLength();
147 assertEquals("Invalud returned array length,", length, region.getLength());
148 for (int i = 0; i < region.getLength(); i++) {
/external/clang/unittests/Tooling/
H A DReplacementsYamlTest.cpp77 ASSERT_EQ(56u, DocActual.Replacements[0].getLength());
81 ASSERT_EQ(2u, DocActual.Replacements[1].getLength());
104 ASSERT_EQ(10u, DocActual.Replacements[0].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-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/dtm/
H A DDTMIterator.java304 public int getLength(); method in interface:DTMIterator

Completed in 8870 milliseconds

1234567891011>>