Home
last modified time | relevance | path

Searched defs:ptr (Results 1 – 25 of 30) sorted by relevance

12

/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DChoreographerNativeTest.java72 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 nativeTestPostVsyncCallbackWithoutDelayEventuallyRunsCallbacks()
81 long ptr); in nativeTestFrameCallbackDataVsyncIdValid()
83 long ptr); in nativeTestFrameCallbackDataDeadlineInFuture()
85 long ptr); in nativeTestFrameCallbackDataExpectedPresentTimeInFuture()
87 long ptr); in nativeTestPostCallbackMixedWithoutDelayEventuallyRunsCallbacks()
[all …]
/cts/tests/tests/graphics/src/android/graphics/fonts/
DNativeSystemFontHelper.java161 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/
Dandroid_graphics_fonts_cts_SystemFonts.cpp142 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 …]
Dandroid_graphics_cts_CameraGpuCtsActivity.cpp297 inline CameraFrameRenderer* native(jlong ptr) { in native()
/cts/hostsidetests/securitybulletin/securityPatch/includes/
Dmemutils.c172 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()
Dmemutils_track.c113 void free(void *ptr) { in free()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2021-0473/
Dpoc.cpp38 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/
Dpoc.cpp75 void *ptr = nullptr; in GKI_getbuf() local
87 void GKI_freebuf(void *ptr) { in GKI_freebuf()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2022-20127/
Dpoc.cpp36 void *ptr = nullptr; member
62 void GKI_freebuf(void *ptr) { in GKI_freebuf()
/cts/hostsidetests/statsdatom/apps/statsdapp/jni/
Dalloc_stress_activity.cpp30 volatile void *ptr; in Java_com_android_server_cts_device_statsdatom_MemoryHogger_allocate() local
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0006/
Dpoc.cpp38 void* ptr = malloc(size); in GKI_getbuf() local
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0039/
Dpoc.cpp61 void GKI_freebuf(void *ptr) { in GKI_freebuf()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0037/
Dpoc.cpp61 void GKI_freebuf(void *ptr) { in GKI_freebuf()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0038/
Dpoc.cpp61 void GKI_freebuf(void *ptr) { in GKI_freebuf()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0477/
Dpoc.c54 void *ptr = mmap(NULL, st.st_size, PROT_READ, MAP_PRIVATE, fd, 0); in main() local
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2021-39665/
Dpoc.cpp43 void *ptr = memalign(pageSize, pageSize); in malloc() local
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2013/
Dpoc.cpp67 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/
Dpoc.cpp76 char *ptr = (char *) malloc(STACK_SIZE); in main() local
/cts/hostsidetests/gwp_asan/common/jni/
Dgwp_asan_cts_library.cpp61 bool is_gwp_asan_pointer(void* ptr) { in is_gwp_asan_pointer()
/cts/tests/tests/os/jni/
Dandroid_os_cts_CpuInstructions.cpp82 uint32_t *ptr = &dummy; in swp() local
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2021/
Dpoc.cpp52 void *ptr = memalign(16, size); in allocate_memory() local
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2115/
Dpoc.cpp29 void operator delete(void *ptr) throw() { in operator delete()
/cts/common/device-side/bedstead/testapp/tools/index/
Dindex_testapps.py68 def parse_line(manifest_content, ptr, incoming_indentation = -1): argument
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2012/
Dpoc.cpp48 void *ptr = malloc(size); in allocate_memory() local
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2031/
Dpoc.cpp47 void *ptr = malloc(size); in allocate_memory() local

12