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 - 7
of
7
) sorted by null
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
NinePatchDrawableTest.java
48
private static final int
MIN_CHUNK_SIZE
= 32;
63
byte[] chunk = new byte[
MIN_CHUNK_SIZE
];
64
chunk[
MIN_CHUNK_SIZE
- 1] = 1;
75
chunk = new byte[
MIN_CHUNK_SIZE
- 1];
76
chunk[
MIN_CHUNK_SIZE
- 2] = 1;
/bionic/libc/upstream-dlmalloc/
malloc.c
[
all
...]
/external/eigen/unsupported/test/mpreal/
dlmalloc.c
[
all
...]
/external/libffi/src/
dlmalloc.c
[
all
...]
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_malloc.c
[
all
...]
/external/chromium_org/v8/test/mjsunit/
unicode-test.js
[
all
...]
/external/v8/test/mjsunit/
unicode-test.js
[
all
...]
Completed in 188 milliseconds