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

  /external/compiler-rt/lib/asan/interception/
interception_win.cc 70 const int POOL_SIZE = 1024;
74 pool = (char*)VirtualAlloc(NULL, POOL_SIZE,
80 _memset(pool, 0xCC /* int 3 */, POOL_SIZE);
123 if (pool_used + head + 5 > POOL_SIZE)
  /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/clang/lib/Sema/
IdentifierResolver.cpp 33 static const unsigned int POOL_SIZE = 512;
42 IdDeclInfo Pool[POOL_SIZE];
49 IdDeclInfoMap() : CurPool(0), CurIndex(POOL_SIZE) {}
421 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 193 private static final int POOL_SIZE = 6;
194 private static final Parcel[] sOwnedPool = new Parcel[POOL_SIZE];
195 private static final Parcel[] sHolderPool = new Parcel[POOL_SIZE];
291 for (int i=0; i<POOL_SIZE; i++) {
322 for (int i=0; i<POOL_SIZE; i++) {
    [all...]
  /frameworks/base/core/java/android/view/
AccessibilityInteractionController.java 50 private static final int POOL_SIZE = 5;
92 }, POOL_SIZE)
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
AndroidSpellCheckerService.java 65 private static final int POOL_SIZE = 2;
407 pool = new DictionaryPool(POOL_SIZE, this, localeObject);
    [all...]
  /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 
  /prebuilt/common/ecj/
ecj.jar 

Completed in 1390 milliseconds