Searched defs:ptr (Results 1 – 9 of 9) sorted by relevance
/cts/tests/tests/view/src/android/view/cts/ |
D | ChoreographerNativeTest.java | 37 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/ |
D | NativeSystemFontHelper.java | 84 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/ |
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()
|
/cts/hostsidetests/statsd/apps/statsdapp/jni/ |
D | alloc_stress_activity.cpp | 40 char *ptr = (char *) malloc(s); in Java_com_android_server_cts_device_statsd_StatsdCtsBackgroundService_cmain() local
|
/cts/hostsidetests/securitybulletin/src/android/security/cts/ |
D | SecurityTestCase.java | 131 String ptr = null; in assertNotKernelPointer() local 150 private boolean isKptr(String ptr) { in isKptr()
|
/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/tests/tests/os/jni/ |
D | android_os_cts_CpuInstructions.cpp | 87 uint32_t *ptr = &dummy; in swp() local
|
/cts/tests/tests/view/jni/ |
D | android_view_cts_ASurfaceControlTest.cpp | 88 uint32_t* ptr = static_cast<uint32_t*>(data); in fillRegion() local
|