HomeSort by relevance Sort by last modified time
    Searched full:usedbytes (Results 1 - 6 of 6) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
CacheStorageUsageInfo.java 36 // number of bytes used for the cache (should be less then usedBytes).
82 // Should it be usedBytes - usedCacheBytes + targetCacheBytes ?
  /external/skia/gpu/src/
GrBufferAllocPool.cpp 149 size_t usedBytes = back.fBuffer->size() - back.fBytesFree;
150 size_t pad = GrSizeAlignUpPad(usedBytes,
153 usedBytes += pad;
154 *offset = usedBytes;
157 return (void*)(reinterpret_cast<intptr_t>(fBufferPtr) + usedBytes);
178 size_t usedBytes = back.fBuffer->size() - back.fBytesFree;
179 size_t pad = GrSizeAlignUpPad(usedBytes, itemSize);
  /external/svox/pico/lib/
picoextapi.c 142 picoos_int32 *usedBytes,
153 picoos_getMemUsage(common->mm, resetIncremental, usedBytes, incrUsedBytes, maxUsedBytes);
picoos.c 479 picoos_int32 *usedBytes,
483 *usedBytes = (picoos_int32) this->usedSize;
495 picoos_int32 usedBytes, incrUsedBytes, maxUsedBytes;
497 picoos_getMemUsage(this, resetIncremental, &usedBytes, &incrUsedBytes,
502 PICODBG_DEBUG(("memory used: %d, maximally used: %d", usedBytes, maxUsedBytes));
    [all...]
picoos.h 195 picoos_int32 *usedBytes,
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
ManageCachePage.java 369 long usedBytes = mCacheStorageInfo.getUsedBytes();
382 progressBar.setProgress((int) (usedBytes * PROGRESS_BAR_MAX / totalBytes));

Completed in 194 milliseconds