Searched refs:getLength (Results 126 - 150 of 417) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/omaha/
H A DXMLParser.java88 for (int i = 0; i < attributes.getLength(); ++i) {
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/
H A DValidatorContext.java43 node.getSourceOffset(), node.getSourceOffset() + node.getLength());
/external/chromium_org/third_party/skia/src/core/
H A DSkFlate.cpp57 size_t inputLength = src->getLength();
H A DSkFontDescriptor.cpp102 size_t length = fFontData->getLength();
/external/chromium_org/third_party/skia/tools/skpdiff/
H A DSkCLImageDiffer.cpp50 sourceString.resize(stream->getLength());
/external/clang/include/clang/Analysis/Analyses/
H A DFormatString.h94 unsigned getLength() const { function in class:clang::analyze_format_string::LengthModifier
183 return StringRef(getStart(), getLength());
200 unsigned getLength() const { function in class:clang::analyze_format_string::ConversionSpecifier
402 unsigned getLength() const { function in class:clang::analyze_printf::PrintfConversionSpecifier
/external/clang/lib/Parse/
H A DParseAST.cpp65 unsigned Length = Tok.getLength();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
H A DTestVersionTracker.java240 if (nodeList == null || nodeList.getLength() == 0) {
243 for (int i = 0; i < nodeList.getLength(); i++) {
305 if (nodeList == null || nodeList.getLength() == 0) {
308 for (int i = 0; i < nodeList.getLength(); i++) {
/external/eyes-free/AccessCheck/src/com/android/accessibility/
H A DAccessibilityValidationContentHandler.java136 for (int i = 0; i < atts.getLength(); i++) {
/external/icu/icu4c/source/layout/
H A DLETableReference.h124 size_t getLength() const { return fLength; } function in class:LETableReference
270 count = getLength()/LETableVarSizer<T>::getSize(); // fit to max size
285 count = getLength()/LETableVarSizer<T>::getSize(); // fit to max size
296 count = getLength()/LETableVarSizer<T>::getSize(); // fit to max size
/external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
H A DPluralResourceLoader.java40 for (int j = 0; j < childNodes.getLength(); j++) {
H A DPreferenceLoader.java41 for (int i = 0; i < childNodes.getLength(); i++) {
53 int length = attributes.getLength();
/external/skia/src/core/
H A DSkFlate.cpp57 size_t inputLength = src->getLength();
/external/skia/tools/skpdiff/
H A DSkCLImageDiffer.cpp50 sourceString.resize(stream->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/icu/source/test/intltest/
H A Dreptest.cpp109 virtual int32_t getLength() const { function in class:TestReplaceable
180 virtual int32_t getLength() const { function in class:NoopReplaceable
/external/chromium_org/third_party/skia/dm/
H A DDMWriteTask.cpp94 md5 = fData ? get_md5(fData->getMemoryBase(), fData->getLength())
147 bool ok = fData ? file.writeStream(fData, fData->getLength())
/external/chromium_org/third_party/skia/src/utils/win/
H A DSkIStream.cpp182 // FIXME: Should not depend on getLength.
184 LONGLONG skip = this->fSkStream->getLength()
212 // FIXME: Should not depend on getLength
214 pStatstg->cbSize.QuadPart = this->fSkStream->getLength();
/external/clang/lib/Lex/
H A DMacroArgs.cpp235 Result.resize(CurStrLen+Tok.getLength());
247 if (ActualTokLen != Tok.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/easymock/src/org/easymock/internal/
H A DInvocation.java69 Object[] result = new Object[Array.getLength(array)];
70 for (int i = 0; i < Array.getLength(array); i++) {
/external/icu/icu4c/source/test/intltest/
H A Dreptest.cpp109 virtual int32_t getLength() const { function in class:TestReplaceable
180 virtual int32_t getLength() const { function in class:NoopReplaceable
/external/llvm/include/llvm/IR/
H A DIntrinsicInst.h124 Value *getLength() const { return const_cast<Value*>(getArgOperand(2)); } function in class:llvm::MemIntrinsic
161 assert(getLength()->getType() == L->getType() &&
/external/skia/src/utils/win/
H A DSkIStream.cpp182 // FIXME: Should not depend on getLength.
184 LONGLONG skip = this->fSkStream->getLength()
212 // FIXME: Should not depend on getLength
214 pStatstg->cbSize.QuadPart = this->fSkStream->getLength();
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DAttributesImpl.java99 * @see org.xml.sax.Attributes#getLength method in class:AttributesImpl
101 public int getLength ()
359 length = atts.getLength();

Completed in 820 milliseconds

1234567891011>>