/cts/tests/tests/view/src/android/view/cts/ |
D | ChoreographerNativeTest.java | 72 private static native boolean nativePrepareChoreographerTests(long ptr, long[] refreshPeriods); in nativePrepareChoreographerTests() 73 private static native void nativeTestPostCallbackWithoutDelayEventuallyRunsCallbacks(long ptr); in nativeTestPostCallbackWithoutDelayEventuallyRunsCallbacks() 74 private static native void nativeTestPostCallbackWithDelayEventuallyRunsCallbacks(long ptr); in nativeTestPostCallbackWithDelayEventuallyRunsCallbacks() 76 long ptr); in nativeTestPostCallback64WithoutDelayEventuallyRunsCallbacks() 77 private static native void nativeTestPostCallback64WithDelayEventuallyRunsCallbacks(long ptr); in nativeTestPostCallback64WithDelayEventuallyRunsCallbacks() 79 long ptr); in nativeTestPostCallbackMixedWithoutDelayEventuallyRunsCallbacks() 81 long ptr); in nativeTestPostCallbackMixedWithDelayEventuallyRunsCallbacks() 83 long ptr); in nativeTestRefreshRateCallback() 84 private static native void nativeTestUnregisteringRefreshRateCallback(long ptr); in nativeTestUnregisteringRefreshRateCallback() 85 private static native void nativeTestMultipleRefreshRateCallbacks(long ptr); in nativeTestMultipleRefreshRateCallbacks() [all …]
|
/cts/tests/tests/graphics/src/android/graphics/fonts/ |
D | NativeSystemFontHelper.java | 161 private static native void nCloseIterator(long ptr); in nCloseIterator() 162 private static native long nNext(long ptr); in nNext() 163 private static native void nCloseFont(long ptr); in nCloseFont() 164 private static native String nGetFilePath(long ptr); in nGetFilePath() 165 private static native int nGetWeight(long ptr); in nGetWeight() 166 private static native boolean nIsItalic(long ptr); in nIsItalic() 167 private static native String nGetLocale(long ptr); in nGetLocale() 168 private static native int nGetCollectionIndex(long ptr); in nGetCollectionIndex() 169 private static native int nGetAxisCount(long ptr); in nGetAxisCount() 170 private static native int nGetAxisTag(long ptr, int index); in nGetAxisTag() [all …]
|
/cts/tests/tests/graphics/jni/ |
D | android_graphics_fonts_cts_SystemFonts.cpp | 142 void nCloseIterator(JNIEnv*, jclass, jlong ptr) { in nCloseIterator() 146 jlong nGetNext(JNIEnv*, jclass, jlong ptr) { in nGetNext() 151 void nCloseFont(JNIEnv*, jclass, jlong ptr) { in nCloseFont() 155 jstring nGetFilePath(JNIEnv* env, jclass, jlong ptr) { in nGetFilePath() 159 jint nGetWeight(JNIEnv*, jclass, jlong ptr) { in nGetWeight() 163 jboolean nIsItalic(JNIEnv*, jclass, jlong ptr) { in nIsItalic() 167 jstring nGetLocale(JNIEnv* env, jclass, jlong ptr) { in nGetLocale() 171 jint nGetCollectionIndex(JNIEnv*, jclass, jlong ptr) { in nGetCollectionIndex() 175 jint nGetAxisCount(JNIEnv*, jclass, jlong ptr) { in nGetAxisCount() 179 jint nGetAxisTag(JNIEnv*, jclass, jlong ptr, jint axisIndex) { in nGetAxisTag() [all …]
|
D | android_graphics_cts_CameraGpuCtsActivity.cpp | 297 inline CameraFrameRenderer* native(jlong ptr) { in native()
|
D | android_graphics_cts_FrameRateCtsActivity.cpp | 88 int8_t* ptr = buf + row * bytesPerStride; in Buffer() local
|
/cts/hostsidetests/securitybulletin/securityPatch/includes/ |
D | memutils.c | 172 void *ptr = memalign(sizeof(size_t), (nitems * size)); in calloc() local 178 void *realloc(void *ptr, size_t size) { in realloc() 209 void free(void *ptr) { in free()
|
D | memutils_track.c | 113 void free(void *ptr) { in free()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2021-0473/ |
D | poc.cpp | 38 void *ptr = nullptr; member 73 void *ptr = real_GKI_getpoolbuf(pool_id); in GKI_getpoolbuf() local 80 void GKI_freebuf(void *ptr) { in GKI_freebuf()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0450/ |
D | poc.cpp | 75 void *ptr = nullptr; in GKI_getbuf() local 87 void GKI_freebuf(void *ptr) { in GKI_freebuf()
|
/cts/hostsidetests/statsdatom/apps/statsdapp/jni/ |
D | alloc_stress_activity.cpp | 30 volatile void *ptr; in Java_com_android_server_cts_device_statsdatom_MemoryHogger_allocate() local
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0006/ |
D | poc.cpp | 38 void* ptr = malloc(size); in GKI_getbuf() local
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0037/ |
D | poc.cpp | 61 void GKI_freebuf(void *ptr) { in GKI_freebuf()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0039/ |
D | poc.cpp | 61 void GKI_freebuf(void *ptr) { in GKI_freebuf()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0038/ |
D | poc.cpp | 61 void GKI_freebuf(void *ptr) { in GKI_freebuf()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0477/ |
D | poc.c | 54 void *ptr = mmap(NULL, st.st_size, PROT_READ, MAP_PRIVATE, fd, 0); in main() local
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2013/ |
D | poc.cpp | 67 void GKI_freebuf(void* ptr) { in GKI_freebuf() 79 void *ptr = memalign(16, size); in allocate_memory() local
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-9247/ |
D | poc.cpp | 76 char *ptr = (char *) malloc(STACK_SIZE); in main() local
|
/cts/hostsidetests/securitybulletin/src/android/security/cts/ |
D | SecurityTestCase.java | 182 String ptr = null; in assertNotKernelPointer() local 201 private boolean isKptr(String ptr) { in isKptr()
|
/cts/tests/tests/os/jni/ |
D | android_os_cts_CpuInstructions.cpp | 82 uint32_t *ptr = &dummy; in swp() local
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2021/ |
D | poc.cpp | 52 void *ptr = memalign(16, size); in allocate_memory() local
|
/cts/common/device-side/bedstead/testapp/tools/index/ |
D | index_testapps.py | 68 def parse_line(manifest_content, ptr, incoming_indentation = -1): argument
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2115/ |
D | poc.cpp | 29 void operator delete(void *ptr) throw() { in operator delete()
|
/cts/tests/media/jni/ |
D | NativeMediaCommon.cpp | 85 uint8_t* ptr = (buffer + *pos); in flattenField() local
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2022/ |
D | poc.cpp | 57 void *ptr = memalign(16, size); in allocate_memory() local
|
/cts/tests/tests/security/jni/ |
D | android_security_cts_cve_2019_2213_Test.c | 255 void buf_binder(buf_t *b, buf_t *off, void *ptr) { in buf_binder() 360 static inline void free_buffer(int fd, u64 ptr) { in free_buffer() 375 u64 ptr; member
|