HomeSort by relevance Sort by last modified time
    Searched defs:totalSize (Results 1 - 25 of 45) sorted by null

1 2

  /external/webkit/WebCore/xml/
XMLHttpRequestProgressEvent.h 49 unsigned totalSize() const { return total(); }
  /external/chromium/third_party/icu/source/common/
rbbirb.cpp 165 int32_t totalSize = headerSize + forwardTableSize + reverseTableSize
169 RBBIDataHeader *data = (RBBIDataHeader *)uprv_malloc(totalSize);
174 uprv_memset(data, 0, totalSize);
182 data->fLength = totalSize;
rbbidata.cpp 337 int32_t totalSize = headerSize + breakDataLength;
339 return totalSize;
345 if (length < totalSize) {
446 return totalSize;
ucnvsel.cpp 182 int32_t totalSize = 0;
185 totalSize +=
188 // 4-align the totalSize to 4-align the size of the serialized form
189 int32_t encodingStrPadding = totalSize & 3;
193 newSelector->encodingStrLength = totalSize += encodingStrPadding;
194 char* allStrings = (char*) uprv_malloc(totalSize);
316 int32_t totalSize =
322 indexes[UCNVSEL_INDEX_SIZE] = totalSize - header.dataHeader.headerSize;
323 if (totalSize > bufferCapacity) {
325 return totalSize;
    [all...]
  /external/icu4c/common/
rbbirb.cpp 165 int32_t totalSize = headerSize + forwardTableSize + reverseTableSize
169 RBBIDataHeader *data = (RBBIDataHeader *)uprv_malloc(totalSize);
174 uprv_memset(data, 0, totalSize);
182 data->fLength = totalSize;
rbbidata.cpp 337 int32_t totalSize = headerSize + breakDataLength;
339 return totalSize;
345 if (length < totalSize) {
446 return totalSize;
ucnvsel.cpp 181 int32_t totalSize = 0;
184 totalSize +=
187 // 4-align the totalSize to 4-align the size of the serialized form
188 int32_t encodingStrPadding = totalSize & 3;
192 newSelector->encodingStrLength = totalSize += encodingStrPadding;
193 char* allStrings = (char*) uprv_malloc(totalSize);
313 int32_t totalSize =
319 indexes[UCNVSEL_INDEX_SIZE] = totalSize - header.dataHeader.headerSize;
320 if (totalSize > bufferCapacity) {
322 return totalSize;
    [all...]
  /frameworks/base/media/libstagefright/rtsp/
AH263Assembler.cpp 131 size_t totalSize = 0;
136 totalSize += unit->size();
140 sp<ABuffer> accessUnit = new ABuffer(totalSize);
AAMRAssembler.cpp 149 size_t totalSize = 0;
174 totalSize += getFrameSize(mIsWide, (toc >> 3) & 0x0f);
183 sp<ABuffer> accessUnit = new ABuffer(totalSize);
AAVCAssembler.cpp 208 size_t totalSize = size - 2;
253 totalSize += size - 2;
276 // Leave room for the header. So far totalSize did not include the
278 ++totalSize;
280 sp<ABuffer> unit = new ABuffer(totalSize);
301 unit->setRange(0, totalSize);
315 size_t totalSize = 0;
318 totalSize += 4 + (*it)->size();
321 sp<ABuffer> accessUnit = new ABuffer(totalSize);
AMPEG4AudioAssembler.cpp 472 size_t totalSize = 0;
477 totalSize += unit->size();
481 sp<ABuffer> accessUnit = new ABuffer(totalSize);
AMPEG4ElementaryAssembler.cpp 341 size_t totalSize = 0;
344 totalSize += (*it)->size();
347 sp<ABuffer> accessUnit = new ABuffer(totalSize);
  /dalvik/dx/src/com/android/dx/dex/file/
Statistics.java 119 private int totalSize;
138 this.totalSize = size;
152 totalSize += size;
182 totalSize + " bytes total\n");
187 int average = totalSize / count;
  /frameworks/base/include/utils/
BackupHelpers.h 40 int totalSize;
  /dalvik/vm/
AllocTracker.c 550 size_t baseSize, totalSize;
553 totalSize = baseSize;
554 totalSize += computeStringTableSize(classNames);
555 totalSize += computeStringTableSize(methodNames);
556 totalSize += computeStringTableSize(fileNames);
557 LOGI("Generated AT, size is %zd/%zd\n", baseSize, totalSize);
564 buffer = (u1*) malloc(totalSize);
570 if (strPtr - buffer != (int)totalSize) {
571 LOGE("size mismatch (%d vs %zd)\n", strPtr - buffer, totalSize);
574 //dvmPrintHexDump(buffer, totalSize);
    [all...]
  /external/webkit/WebCore/platform/
Scrollbar.h 64 int totalSize() const { return m_totalSize; }
79 void setProportion(int visibleSize, int totalSize);
  /external/webkit/WebCore/platform/graphics/skia/
SkiaFontWin.cpp 149 DWORD totalSize = GetGlyphOutlineW(dc, glyph, GGO_GLYPH_INDEX | GGO_NATIVE,
151 if (totalSize == GDI_ERROR)
155 const char* endGlyph = &buffer[totalSize];
  /frameworks/base/media/libstagefright/
NuCachedSource2.cpp 44 size_t totalSize() const {
246 mCacheOffset + mCache->totalSize(), page->mData, kPageSize);
287 if (mFetching && mCache->totalSize() >= kHighWaterThreshold) {
339 if (mCacheOffset + mCache->totalSize() - mLastAccessPos
358 LOGI("restarting prefetcher, totalSize = %d", mCache->totalSize());
372 && offset + size <= mCacheOffset + mCache->totalSize()) {
407 return mCacheOffset + mCache->totalSize();
417 off_t lastBytePosCached = mCacheOffset + mCache->totalSize();
437 || offset >= (off_t)(mCacheOffset + mCache->totalSize())) {
    [all...]
WAVExtractor.cpp 140 size_t totalSize = U32_LE_AT(&header[4]);
143 size_t remainingSize = totalSize;
  /frameworks/base/media/libstagefright/mpeg2ts/
ESQueue.cpp 258 size_t totalSize = 0;
294 size_t auSize = 4 * nals.size() + totalSize;
355 totalSize += nalSize;
  /frameworks/base/tests/CoreTests/android/core/
HeapTest.java 231 int totalSize = 0;
233 while (i < junk.length && totalSize < 8 * 1024 * 1024) {
238 totalSize += r * 4;
  /frameworks/base/tools/aapt/
StringPool.cpp 251 const size_t totalSize = lenSize + encLenSize +
254 void* dat = (void*)pool->editData(preSize + strPos + totalSize);
276 strPos += totalSize;
298 const size_t totalSize = (N*sizeof(ResStringPool_span))
302 uint8_t* dat = (uint8_t*)pool->editData(preSize + styPos + totalSize);
316 styPos += totalSize;
  /external/chromium/third_party/icu/source/i18n/
uspoof_impl.cpp 877 int32_t totalSize = headerSize + spoofDataLength;
879 return totalSize;
885 if (length < totalSize) {
957 return totalSize;
  /external/icu4c/i18n/
uspoof_impl.cpp 877 int32_t totalSize = headerSize + spoofDataLength;
879 return totalSize;
885 if (length < totalSize) {
957 return totalSize;
  /external/webkit/JavaScriptCore/bytecode/
CodeBlock.cpp     [all...]

Completed in 3824 milliseconds

1 2