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

  /external/oprofile/libop/
op_config_24.h 72 #define POOL_SIZE 65536
op_interface.h 85 #define OP_HASH_MAP_SIZE (OP_HASH_MAP_NR * sizeof(struct op_hash_index) + POOL_SIZE)
  /external/compiler-rt/lib/interception/
interception_win.cc 71 const int POOL_SIZE = 1024;
75 pool = (char*)VirtualAlloc(NULL, POOL_SIZE,
81 _memset(pool, 0xCC /* int 3 */, POOL_SIZE);
124 if (pool_used + head + 5 > POOL_SIZE)
  /external/clang/lib/Sema/
IdentifierResolver.cpp 32 static const unsigned int POOL_SIZE = 512;
41 IdDeclInfo Pool[POOL_SIZE];
48 IdDeclInfoMap() : CurPool(0), CurIndex(POOL_SIZE) {}
395 if (CurIndex == POOL_SIZE) {
  /external/oprofile/module/
op_dname.c 57 op_pool_end = op_pool_start + POOL_SIZE;
  /frameworks/base/core/java/android/os/
Parcel.java 195 private static final int POOL_SIZE = 6;
196 private static final Parcel[] sOwnedPool = new Parcel[POOL_SIZE];
197 private static final Parcel[] sHolderPool = new Parcel[POOL_SIZE];
294 for (int i=0; i<POOL_SIZE; i++) {
325 for (int i=0; i<POOL_SIZE; i++) {
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
AndroidSpellCheckerService.java 61 private static final int POOL_SIZE = 2;
412 pool = new DictionaryPool(POOL_SIZE, this, localeObject);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.util_1.0.200.v20100503.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /external/jdiff/
xerces.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /prebuilts/tools/common/m2/internal/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 

Completed in 456 milliseconds