OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:POOL_SIZE
(Results
1 - 11
of
11
) sorted by null
/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/oprofile/libop/
op_config_24.h
72
#define
POOL_SIZE
65536
/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
) {
/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);
/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
...]
/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
/prebuilts/tools/common/m2/internal/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar
/external/jdiff/
xerces.jar
/prebuilts/misc/common/ecj/
ecj.jar
Completed in 425 milliseconds