OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INITIAL_SIZE
(Results
1 - 9
of
9
) sorted by null
/external/antlr/src/org/antlr/runtime/misc/
IntArray.java
45
public static final int
INITIAL_SIZE
= 10;
75
data = new int[
INITIAL_SIZE
];
/cts/tests/tests/view/src/android/view/animation/cts/
AnimationSetTest.java
55
private static final int
INITIAL_SIZE
= 100;
110
animationSet.initialize(
INITIAL_SIZE
,
INITIAL_SIZE
,
INITIAL_SIZE
,
INITIAL_SIZE
);
150
animationSet.initialize(
INITIAL_SIZE
,
INITIAL_SIZE
,
INITIAL_SIZE
,
INITIAL_SIZE
);
172
animationSet.initialize(
INITIAL_SIZE
, INITIAL_SIZE, INITIAL_SIZE, INITIAL_SIZE)
[
all
...]
/external/srec/shared/src/
LStringImpl.c
26
#define
INITIAL_SIZE
32
39
impl->size =
INITIAL_SIZE
;
40
impl->value = MALLOC(sizeof(LCHAR) *
INITIAL_SIZE
, MTAG);
IntArrayListImpl.c
26
#define
INITIAL_SIZE
32
47
impl->contents = MALLOC((
INITIAL_SIZE
+ 1) * sizeof(int), MTAG);
53
impl->actualSize =
INITIAL_SIZE
;
Int8ArrayListImpl.c
26
#define
INITIAL_SIZE
32
48
impl->contents = MALLOC((
INITIAL_SIZE
+ 1) * sizeof(asr_int8_t), MTAG);
54
impl->actualSize =
INITIAL_SIZE
;
/libcore/luni/src/main/java/java/lang/
ThreadLocal.java
149
private static final int
INITIAL_SIZE
= 16;
181
initializeTable(
INITIAL_SIZE
);
/prebuilt/common/ecj/
ecj.jar
/external/jdiff/
xerces.jar
/prebuilt/common/jython/
jython.jar
Completed in 149 milliseconds