HomeSort by relevance Sort by last modified time
    Searched refs:heapSize (Results 1 - 17 of 17) sorted by null

  /hardware/ti/omap3/dspbridge/inc/
rms_sh.h 119 RMS_WORD heapSize; /* size in MAUs of the node memory heap in
drv.h 206 ULONG heapSize;
  /hardware/ti/omap3/dspbridge/libbridge/inc/
rms_sh.h 118 RMS_WORD heapSize; /* size in MAUs of the node memory heap in
  /frameworks/av/services/camera/libcameraservice/api1/client2/
JpegProcessor.cpp 233 size_t heapSize = mCaptureHeap->getSize();
234 if (jpegSize > heapSize) {
237 __FUNCTION__, jpegSize, heapSize);
238 jpegSize = heapSize;
  /hardware/ti/omap3/dspbridge/libbridge/
DSPNode.c 127 UINT heapSize = 0;
155 heapSize =
157 if (heapSize) {
160 heapSize = PG_ALIGN_HIGH(heapSize, PG_SIZE_4K);
163 heapSize);
169 pAttrIn->uHeapSize = heapSize;
  /external/guava/guava-tests/test/com/google/common/collect/
MinMaxPriorityQueueTest.java 185 int heapSize = 999;
188 MinMaxPriorityQueue.expectedSize(heapSize).create();
195 for (int i = 0; i < heapSize; i++) {
200 assertTrue("MinMaxHeap not intact after " + heapSize + " insertions",
202 assertEquals(heapSize, mmHeap.size());
203 int currentHeapSize = heapSize;
549 int heapSize = 999;
552 MinMaxPriorityQueue.expectedSize(heapSize).create();
553 for (int i = 0; i < heapSize; i++) {
  /dalvik/vm/native/
dalvik_system_VMDebug.cpp 795 jlong heapSize = per_heap_size[0];
797 jlong heapFree = heapSize - heapUsed;
801 arr[j++] = heapSize;
  /external/chromium_org/third_party/skia/src/core/
SkBitmapHeap.h 109 * @param heapSize The maximum size of the heap. Because of the sequential limitation imposed
112 SkBitmapHeap(ExternalStorage* externalStorage, int32_t heapSize = UNLIMITED_SIZE);
SkPicturePlayback.cpp 212 SkDEBUGCODE(int heapSize = SafeCount(fBitmapHeap.get());)
223 SkASSERT(SafeCount(fBitmapHeap.get()) == heapSize);
    [all...]
  /external/skia/src/core/
SkBitmapHeap.h 109 * @param heapSize The maximum size of the heap. Because of the sequential limitation imposed
112 SkBitmapHeap(ExternalStorage* externalStorage, int32_t heapSize = UNLIMITED_SIZE);
SkPicturePlayback.cpp 212 SkDEBUGCODE(int heapSize = SafeCount(fBitmapHeap.get());)
223 SkASSERT(SafeCount(fBitmapHeap.get()) == heapSize);
    [all...]
  /external/qemu/android/
main.c 969 int heapSize;
972 heapSize = 16;
974 heapSize = 24;
976 heapSize = 48;
978 hw->vm_heapSize = heapSize;
    [all...]
  /frameworks/base/services/input/
InputReader.cpp     [all...]
  /prebuilts/devtools/tools/lib/
ddmlib.jar 
  /prebuilts/misc/common/ddmlib/
ddmlib-prebuilt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 

Completed in 1135 milliseconds