Home
last modified time | relevance | path

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

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