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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Suggest.java 323 int poolSize = mStringPool.size();
324 StringBuilder sb = poolSize > 0 ? (StringBuilder) mStringPool.remove(poolSize - 1)
356 int poolSize = mStringPool.size();
358 while (poolSize < mPrefMaxSuggestions && garbageSize > 0) {
362 poolSize++;
366 if (poolSize == mPrefMaxSuggestions + 1) {
367 Log.w("Suggest", "String pool got too big: " + poolSize);
  /external/srec/portable/src/
pmemblock.c 282 static BOOL CreatePool(uint32 whichPool, uint32 poolSize)
307 pMemory = malloc(poolSize * (1 << whichPool) + PARTITION_CONTROL_BLOCK_SIZE);
320 retval = pt_create(name, pMemory, 0, poolSize * (1 << whichPool) + PARTITION_CONTROL_BLOCK_SIZE,
331 memoryPool[whichPool].poolInfo[currentNumberOfPools].size = poolSize;
339 static BOOL AddPool(uint32 whichPool, uint32 poolSize)
344 return CreatePool(whichPool, poolSize);
  /hardware/ti/omap3/dspbridge/inc/
mem.h 430 * poolSize size of the physical memory pool.
438 IN DWORD poolSize);
  /hardware/ti/omap3/dspbridge/libbridge/inc/
mem.h 430 * poolSize size of the physical memory pool.
438 IN DWORD poolSize);
  /development/simulator/app/
LogPrefsDialog.cpp 104 wxTextCtrl* poolSize = (wxTextCtrl*) FindWindow(IDC_LOG_PREFS_POOL_SIZE);
133 poolSize->SetValue(tmpStr);
176 wxTextCtrl* poolSize = (wxTextCtrl*) FindWindow(IDC_LOG_PREFS_POOL_SIZE);
205 tmpStr = poolSize->GetValue();
LogWindow.cpp 112 int poolSize = 10240; // 10MB
113 pPrefs->GetInt("log-pool-size-kbytes", &poolSize);
114 assert(poolSize > 0);
115 mPool.Resize(poolSize * 1024);
    [all...]
  /external/icu4c/i18n/
uspoof_buildconf.cpp 324 int32_t poolSize = stringPool->size();
326 for (i=0; i<poolSize; i++) {
  /dalvik/vm/oo/
Class.c     [all...]

Completed in 2254 milliseconds