Searched defs:getLength (Results 51 - 75 of 120) sorted by relevance

12345

/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DNodeSequence.java190 m_last = ((DTMIterator)nodeVector).getLength();
585 * @see DTMIterator#getLength()
587 public int getLength() method in class:NodeSequence
606 return m_iter.getLength();
619 return (-1 == m_last) ? (m_last = m_iter.getLength()) : m_last;
H A DLocPathIterator.java507 public int getLength() method in class:LocPathIterator
1030 return getLength();
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DIntArray.java381 public int getLength() method in class:IntArray
H A DLongArray.java733 public int getLength() method in class:LongArray
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dmessagepattern.h741 int32_t getLength() const { function in class:MessagePattern::Part
747 * Convenience method for getIndex()+getLength().
748 * @return this part's pattern string limit index, same as getIndex()+getLength().
/external/clang/include/clang/Lex/
H A DToken.h114 unsigned getLength() const { function in class:clang::Token
176 return StringRef(reinterpret_cast<const char *>(PtrData), getLength());
/external/icu/icu4c/source/common/unicode/
H A Dmessagepattern.h741 int32_t getLength() const { function in class:MessagePattern::Part
747 * Convenience method for getIndex()+getLength().
748 * @return this part's pattern string limit index, same as getIndex()+getLength().
/external/llvm/lib/DebugInfo/
H A DDWARFDebugLine.h67 uint32_t getLength() const { function in struct:llvm::DWARFDebugLine::Prologue
73 return TotalLength + sizeof(TotalLength) - getLength();
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DPacket.java113 public int getLength() { method in class:Packet
1136 this.setNextValueAsInt(array.getLength());
1137 for (int i = 0; i < array.getLength(); i++) {
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DRedundentExprEliminator.java295 int numExprs = head.getLength();
576 if((null == first) || (first.getLength() <= 1))
1401 int getLength() method in class:RedundentExprEliminator.MultistepExprHolder
1418 System.err.print("Found multistep iterators: " + this.getLength() + " ");
H A DElemLiteralResult.java569 public int getLength() method in class:ElemLiteralResult.LiteralElementAttributes
588 if (getLength() == 0) return null;
625 if (getLength() == 0) return null;
655 if (getLength() == 0 || i >= m_avts.size()) return null;
791 public int getLength(){
H A DElemTemplateElement.java537 public int getLength() method in class:ElemTemplateElement
552 } // getLength():int
1603 return getLength();
/external/apache-xml/src/main/java/org/apache/xpath/
H A DNodeSet.java363 public int getLength() method in class:NodeSet
439 int nChildren = nodelist.getLength();
522 int nChildren = nodelist.getLength();
H A DNodeSetDTM.java167 int n = nodeList.getLength();
519 public int getLength() method in class:NodeSetDTM
596 // int nChildren = nodelist.getLength();
681 // int nChildren = nodelist.getLength();
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Dspannable.js51 cvox.Spannable.prototype.getLength = function() {
95 var originalLength = this.getLength();
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DProgram.cpp37 int InfoLog::getLength() const function in class:gl::InfoLog
348 return programBinary->getLength();
358 return mInfoLog.getLength();
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dpkgitems.cpp76 int32_t getLength() const { function in class:NativeItem
596 ures_enumDependencies(pItem->name, nrb.getDataInfo(), nrb.getBytes(), nrb.getLength(), check, context, this, &errorCode);
/external/clang/include/clang/Basic/
H A DIdentifierTable.h90 return getLength() == StrLen-1 && !memcmp(getNameStart(), Str, StrLen-1);
109 unsigned getLength() const { function in class:clang::IdentifierInfo
123 return StringRef(getNameStart(), getLength());
/external/icu/icu4c/source/tools/toolutil/
H A Dpkgitems.cpp76 int32_t getLength() const { function in class:NativeItem
596 ures_enumDependencies(pItem->name, nrb.getDataInfo(), nrb.getBytes(), nrb.getLength(), check, context, this, &errorCode);
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
H A DDiskLruCache.java698 public long getLength(int index) { method in class:DiskLruCache.Snapshot
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DUnImplNode.java198 public int getLength() method in class:UnImplNode
201 error(XMLErrorResources.ER_FUNCTION_NOT_SUPPORTED); //"getLength not supported!");
204 } // getLength():int
1393 int length = map.getLength();
/external/chromium_org/third_party/skia/src/core/
H A DSkStream.cpp273 size_t SkFILEStream::getLength() const { function in class:SkFILEStream
404 size_t SkMemoryStream::getLength() const { function in class:SkMemoryStream
751 virtual size_t getLength() const SK_OVERRIDE {
842 const size_t length = stream->getLength();
872 return SkData::NewFromStream(stream, stream->getLength());
895 size_t length = stream->getLength();
/external/clang/test/Index/
H A Drecursive-cxx-member-calls.cpp72 unsigned getLength() const { function in class:clang::IdentifierInfo
78 return llvm::StringRef(getNameStart(), getLength());
707 // CHECK-tokens: Keyword: "unsigned" [72:3 - 72:11] CXXMethod=getLength:72:12 (Definition)
708 // CHECK-tokens: Identifier: "getLength" [72:12 - 72:21] CXXMethod=getLength:72:12 (Definition)
709 // CHECK-tokens: Punctuation: "(" [72:21 - 72:22] CXXMethod=getLength:72:12 (Definition)
710 // CHECK-tokens: Punctuation: ")" [72:22 - 72:23] CXXMethod=getLength:72:12 (Definition)
711 // CHECK-tokens: Keyword: "const" [72:24 - 72:29] CXXMethod=getLength:72:12 (Definition)
791 // CHECK-tokens: Identifier: "getLength" [78:44 - 78:53] MemberRefExpr=getLength
[all...]
/external/skia/src/core/
H A DSkStream.cpp292 size_t SkFILEStream::getLength() const { function in class:SkFILEStream
423 size_t SkMemoryStream::getLength() const { function in class:SkMemoryStream
770 virtual size_t getLength() const SK_OVERRIDE {
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMNodeProxy.java753 for (int i = 0; i < nodeList.getLength(); i++)
801 for (int i = 0; i < nodeList.getLength(); i++)
878 for(int i = 0; i < nodeList.getLength(); i++)
938 for(int i = 0; i < nl.getLength(); i++)
1001 public final int getLength() method in class:DTMNodeProxy
1642 int length = map.getLength();

Completed in 1002 milliseconds

12345