HomeSort by relevance Sort by last modified time
    Searched refs:totalSize (Results 26 - 50 of 136) sorted by null

12 3 4 5 6

  /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;
ucnvsel.cpp 183 int32_t totalSize = 0;
186 totalSize +=
189 // 4-align the totalSize to 4-align the size of the serialized form
190 int32_t encodingStrPadding = totalSize & 3;
194 newSelector->encodingStrLength = totalSize += encodingStrPadding;
195 char* allStrings = (char*) uprv_malloc(totalSize);
315 int32_t totalSize =
321 indexes[UCNVSEL_INDEX_SIZE] = totalSize - header.dataHeader.headerSize;
322 if (totalSize > bufferCapacity) {
324 return totalSize;
    [all...]
rbbidata.cpp 337 int32_t totalSize = headerSize + breakDataLength;
339 return totalSize;
345 if (length < totalSize) {
442 return totalSize;
  /external/webkit/Source/WebCore/platform/sql/
SQLiteDatabase.h 93 int64_t totalSize();
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
TerrainPatch.java 90 protected int totalSize;
160 * @param totalSize
169 float[] heightMap, Vector3f origin, int totalSize,
174 this.totalSize = totalSize;
181 Mesh m = geomap.createMesh(stepScale, new Vector2f(1,1), offset, offsetAmount, totalSize, false);
631 return totalSize;
684 * @param totalSize
687 public void setTotalSize(int totalSize) {
688 this.totalSize = totalSize;
    [all...]
  /external/webkit/Source/WebCore/platform/efl/
ScrollbarEfl.cpp 86 value = messageFloat->val * (that->totalSize() - that->visibleSize());
159 int tSize = totalSize();
  /external/webkit/Source/WebCore/platform/network/curl/
ResourceHandleManager.cpp 188 size_t totalSize = size * nmemb;
197 return totalSize;
206 d->client()->didReceiveData(job, static_cast<char*>(ptr), totalSize, 0);
207 return totalSize;
231 size_t totalSize = size * nmemb;
234 String header(static_cast<const char*>(ptr), totalSize);
276 return totalSize;
290 return totalSize;
  /external/webkit/Source/WebKit/win/Interfaces/
IWebScrollBarPrivate.idl 49 HRESULT setProportion([in] int visibleSize, [in] int totalSize);
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
StorageVolumePreferenceCategory.java 296 public void updateApproximate(long totalSize, long availSize) {
297 mItemTotal.setSummary(formatSize(totalSize));
300 mTotalSize = totalSize;
302 final long usedSize = totalSize - availSize;
305 mUsageBarPreference.addEntry(0, usedSize / (float) totalSize, android.graphics.Color.GRAY);
326 mItemTotal.setSummary(formatSize(details.totalSize));
404 public void updateApproximate(StorageMeasurement meas, long totalSize, long availSize) {
406 totalSize, availSize }).sendToTarget();
  /external/webkit/Source/WebKit/win/
WebScrollBar.h 71 /* [in] */ int totalSize);
WebScrollBar.cpp 128 /* [in] */ int totalSize)
130 m_scrollBar->setProportion(visibleSize, totalSize);
258 return (orientation == m_scrollBar->orientation()) ? (m_scrollBar->totalSize() - m_scrollBar->visibleSize()) : 0;
  /frameworks/base/include/androidfw/
BackupHelpers.h 40 int totalSize;
  /external/skia/src/gpu/
GrMemoryPool.cpp 136 size_t totalSize = ptrOffset + block->fFreeSize;
137 size_t userSize = totalSize - kHeaderSize;
141 GrAssert(!(totalSize % kAlignment));
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
parseConst.cpp 172 int totalSize = index + size;
176 for (int i = index; i < totalSize; i++) {
190 for (int i = index; i < totalSize; i++) {
  /external/webkit/Source/WebCore/inspector/front-end/
CookiesTable.js 134 var totalSize = 0;
136 totalSize += cookies[i].size;
137 return totalSize;
  /frameworks/av/media/libstagefright/rtsp/
AAMRAssembler.cpp 152 size_t totalSize = 0;
177 totalSize += getFrameSize(mIsWide, (toc >> 3) & 0x0f);
186 sp<ABuffer> accessUnit = new ABuffer(totalSize);
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
SuperFloppyFormatter.java 366 final int totalSize = bps * nbTotalSectors;
367 if (totalSize >= MAX_DIRECTORY * 5 * 32) {
370 return totalSize / (5 * 32);
  /frameworks/base/tools/aapt/
StringPool.cpp 432 const size_t totalSize = lenSize + encLenSize +
435 void* dat = (void*)pool->editData(preSize + strPos + totalSize);
457 strPos += totalSize;
479 const size_t totalSize = (N*sizeof(ResStringPool_span))
483 uint8_t* dat = (uint8_t*)pool->editData(preSize + styPos + totalSize);
497 styPos += totalSize;
  /external/webkit/Source/WebCore/platform/
ScrollbarThemeComposite.cpp 106 float proportion = static_cast<float>(scrollbar->visibleSize()) / scrollbar->totalSize();
264 float overhangAtEnd = scrollbar->currentPos() + scrollbar->visibleSize() - scrollbar->totalSize();
266 return scrollbar->totalSize() + overhang;
  /external/webkit/Source/WebCore/platform/graphics/skia/
SkiaFontWin.cpp 151 DWORD totalSize = GetGlyphOutlineW(dc, glyph, GGO_GLYPH_INDEX | GGO_NATIVE,
153 if (totalSize == GDI_ERROR)
157 const char* endGlyph = &buffer[totalSize];
  /external/webkit/Source/WebCore/storage/
AbstractDatabase.cpp 479 int64_t totalSize = m_sqliteDatabase.totalSize();
480 if (totalSize <= 10 * freeSpaceSize)
  /external/webkit/Source/WebKit/chromium/src/
WebScrollbarImpl.cpp 87 m_scrollbar->setEnabled(m_scrollbar->totalSize() > length);
88 m_scrollbar->setProportion(length, m_scrollbar->totalSize());
258 return (orientation == m_scrollbar->orientation()) ? (m_scrollbar->totalSize() - m_scrollbar->visibleSize()) : 0;
  /frameworks/base/core/jni/
com_android_internal_content_NativeLibraryHelper.cpp 373 size_t totalSize = 0;
375 iterateOverNativeFiles(env, javaFilePath, javaCpuAbi, javaCpuAbi2, sumFiles, &totalSize);
377 return totalSize;
  /frameworks/base/tests/CoreTests/android/core/
HeapTest.java 164 int totalSize = 0;
166 while (i < junk.length && totalSize < 8 * 1024 * 1024) {
171 totalSize += r * 4;
  /dalvik/vm/oo/
Array.cpp 51 size_t totalSize = elementSize + headerSize;
52 if (elementSize >> elementShift != length || totalSize < elementSize) {
58 ArrayObject* newArray = (ArrayObject*)dvmMalloc(totalSize, allocFlags);
62 dvmTrackAllocation(arrayClass, totalSize);

Completed in 624 milliseconds

12 3 4 5 6