Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DChoreographerNativeTest.java37 private static native boolean nativePrepareChoreographerTests(long ptr); in nativePrepareChoreographerTests()
38 private static native void nativeTestPostCallbackWithoutDelayEventuallyRunsCallbacks(long ptr); in nativeTestPostCallbackWithoutDelayEventuallyRunsCallbacks()
39 private static native void nativeTestPostCallbackWithDelayEventuallyRunsCallbacks(long ptr); in nativeTestPostCallbackWithDelayEventuallyRunsCallbacks()
41 long ptr); in nativeTestPostCallback64WithoutDelayEventuallyRunsCallbacks()
42 private static native void nativeTestPostCallback64WithDelayEventuallyRunsCallbacks(long ptr); in nativeTestPostCallback64WithDelayEventuallyRunsCallbacks()
44 long ptr); in nativeTestPostCallbackMixedWithoutDelayEventuallyRunsCallbacks()
46 long ptr); in nativeTestPostCallbackMixedWithDelayEventuallyRunsCallbacks()
/cts/tests/tests/graphics/src/android/graphics/fonts/
DNativeSystemFontHelper.java84 private static native void nCloseIterator(long ptr); in nCloseIterator()
85 private static native long nNext(long ptr); in nNext()
86 private static native void nCloseFont(long ptr); in nCloseFont()
87 private static native String nGetFilePath(long ptr); in nGetFilePath()
88 private static native int nGetWeight(long ptr); in nGetWeight()
89 private static native boolean nIsItalic(long ptr); in nIsItalic()
90 private static native String nGetLocale(long ptr); in nGetLocale()
91 private static native int nGetCollectionIndex(long ptr); in nGetCollectionIndex()
92 private static native int nGetAxisCount(long ptr); in nGetAxisCount()
93 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/statsd/apps/statsdapp/jni/
Dalloc_stress_activity.cpp40 char *ptr = (char *) malloc(s); in Java_com_android_server_cts_device_statsd_StatsdCtsBackgroundService_cmain() local
/cts/hostsidetests/securitybulletin/src/android/security/cts/
DSecurityTestCase.java131 String ptr = null; in assertNotKernelPointer() local
150 private boolean isKptr(String ptr) { in isKptr()
/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/tests/tests/os/jni/
Dandroid_os_cts_CpuInstructions.cpp87 uint32_t *ptr = &dummy; in swp() local
/cts/tests/tests/view/jni/
Dandroid_view_cts_ASurfaceControlTest.cpp88 uint32_t* ptr = static_cast<uint32_t*>(data); in fillRegion() local