Home
last modified time | relevance | path

Searched defs:buffer_int (Results 1 – 6 of 6) sorted by relevance

/frameworks/rs/tests/lldb/cpp/KernelVariables/
DKernelVariables.cpp39 static const int buffer_int[] = {1, 2, 3, 4}; in main() local
/frameworks/rs/tests/lldb/java/KernelVariables/src/com/android/rs/kernelvariables/
DMainActivity.java66 int[] buffer_int = {1, 2, 3, 4}; in updateImage() local
/frameworks/rs/tests/lldb/jni/KernelVariables/jnikernelvariables/
Djnikernelvariables.cpp48 static const int buffer_int[] = {1, 2, 3, 4}; in Java_com_android_rs_jnikernelvariables_MainActivity_nativeRS() local
/frameworks/rs/tests/lldb/cpp/Allocations/
DAllocations.cpp127 int *buffer_int = new int[mAllocSize]; in initSignedAllocations() local
215 int *buffer_int = new int[mAllocSize]; in initUnsignedAllocations() local
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
Djniallocations.cpp131 int *buffer_int = new int[mAllocSize]; in initSignedAllocations() local
219 int *buffer_int = new int[mAllocSize]; in initUnsignedAllocations() local
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
DMainActivity.java181 int[] buffer_int = new int[mAllocSize]; in initSignedAllocations() local
275 int[] buffer_int = new int[mAllocSize]; in initUnsignedAllocations() local