OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MIN_CHUNK_SIZE
(Results
1 - 3
of
3
) sorted by null
/libcore/ojluni/src/main/java/java/util/stream/
AbstractSpinedBuffer.java
42
public static final int
MIN_CHUNK_SIZE
= 1 << MIN_CHUNK_POWER;
/external/dlmalloc/
malloc.c
[
all
...]
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
NinePatchDrawableTest.java
75
private static final int
MIN_CHUNK_SIZE
= 32;
93
byte[] chunk = new byte[
MIN_CHUNK_SIZE
];
94
chunk[
MIN_CHUNK_SIZE
- 1] = 1;
105
chunk = new byte[
MIN_CHUNK_SIZE
- 1];
106
chunk[
MIN_CHUNK_SIZE
- 2] = 1;
Completed in 422 milliseconds