/aosp_15_r20/cts/tests/tests/renderscript/libcoremathtestcpp/ |
H A D | CoreMathTestJni.cpp | 119 Java_android_renderscript_cts_CoreMathVerifier_acos(JNIEnv*, jclass, jfloat x) { in Java_android_renderscript_cts_CoreMathVerifier_acos() argument 124 Java_android_renderscript_cts_CoreMathVerifier_acosh(JNIEnv*, jclass, jfloat x) { in Java_android_renderscript_cts_CoreMathVerifier_acosh() argument 129 Java_android_renderscript_cts_CoreMathVerifier_asin(JNIEnv*, jclass, jfloat x) { in Java_android_renderscript_cts_CoreMathVerifier_asin() argument 134 Java_android_renderscript_cts_CoreMathVerifier_asinh(JNIEnv*, jclass, jfloat x) { in Java_android_renderscript_cts_CoreMathVerifier_asinh() argument 139 Java_android_renderscript_cts_CoreMathVerifier_atan(JNIEnv*, jclass, jfloat x) { in Java_android_renderscript_cts_CoreMathVerifier_atan() argument 144 Java_android_renderscript_cts_CoreMathVerifier_atan2(JNIEnv*, jclass, jfloat x, jfloat y) { in Java_android_renderscript_cts_CoreMathVerifier_atan2() argument 149 Java_android_renderscript_cts_CoreMathVerifier_atanh(JNIEnv*, jclass, jfloat x) { in Java_android_renderscript_cts_CoreMathVerifier_atanh() argument 154 Java_android_renderscript_cts_CoreMathVerifier_cbrt(JNIEnv*, jclass, jfloat x) { in Java_android_renderscript_cts_CoreMathVerifier_cbrt() argument 159 Java_android_renderscript_cts_CoreMathVerifier_ceil(JNIEnv*, jclass, jfloat x) { in Java_android_renderscript_cts_CoreMathVerifier_ceil() argument 164 Java_android_renderscript_cts_CoreMathVerifier_cos(JNIEnv*, jclass, jfloat x) { in Java_android_renderscript_cts_CoreMathVerifier_cos() argument [all …]
|
/aosp_15_r20/external/conscrypt/common/src/jni/main/cpp/conscrypt/ |
H A D | native_crypto.cc | 826 static void NativeCrypto_clinit(JNIEnv*, jclass) { in NativeCrypto_clinit() argument 833 static jlong NativeCrypto_EVP_PKEY_new_RSA(JNIEnv* env, jclass, jbyteArray n, jbyteArray e, in NativeCrypto_EVP_PKEY_new_RSA() argument 998 static jlong NativeCrypto_EVP_PKEY_new_EC_KEY(JNIEnv* env, jclass, jobject groupRef, in NativeCrypto_EVP_PKEY_new_EC_KEY() argument 1084 static int NativeCrypto_EVP_PKEY_type(JNIEnv* env, jclass, jobject pkeyRef) { in NativeCrypto_EVP_PKEY_type() argument 1130 static jstring NativeCrypto_EVP_PKEY_print_public(JNIEnv* env, jclass, jobject pkeyRef) { in NativeCrypto_EVP_PKEY_print_public() argument 1135 static jstring NativeCrypto_EVP_PKEY_print_params(JNIEnv* env, jclass, jobject pkeyRef) { in NativeCrypto_EVP_PKEY_print_params() argument 1140 static void NativeCrypto_EVP_PKEY_free(JNIEnv* env, jclass, jlong pkeyRef) { in NativeCrypto_EVP_PKEY_free() argument 1150 static jint NativeCrypto_EVP_PKEY_cmp(JNIEnv* env, jclass, jobject pkey1Ref, jobject pkey2Ref) { in NativeCrypto_EVP_PKEY_cmp() argument 1173 static jbyteArray NativeCrypto_EVP_marshal_private_key(JNIEnv* env, jclass, jobject pkeyRef) { in NativeCrypto_EVP_marshal_private_key() argument 1201 static jlong NativeCrypto_EVP_parse_private_key(JNIEnv* env, jclass, jbyteArray keyJavaBytes) { in NativeCrypto_EVP_parse_private_key() argument [all …]
|
/aosp_15_r20/frameworks/base/services/core/jni/ |
H A D | com_android_server_location_GnssLocationProvider.cpp | 277 static jboolean android_location_gnss_hal_GnssNative_is_supported(JNIEnv* /* env */, jclass) { in android_location_gnss_hal_GnssNative_is_supported() argument 282 JNIEnv* /* env */, jclass /* clazz */) { in android_location_GnssNetworkConnectivityHandler_is_agps_ril_supported() argument 287 JNIEnv* env, jclass /* jclazz */) { in android_location_GnssConfiguration_get_gnss_configuration_version() argument 295 static jboolean android_location_gnss_hal_GnssNative_init(JNIEnv* /* env */, jclass) { in android_location_gnss_hal_GnssNative_init() argument 368 static void android_location_gnss_hal_GnssNative_cleanup(JNIEnv* /* env */, jclass) { in android_location_gnss_hal_GnssNative_cleanup() argument 373 JNIEnv* /* env */, jclass, jint mode, jint recurrence, jint min_interval, in android_location_gnss_hal_GnssNative_set_position_mode() argument 379 static jboolean android_location_gnss_hal_GnssNative_start(JNIEnv* /* env */, jclass) { in android_location_gnss_hal_GnssNative_start() argument 383 static jboolean android_location_gnss_hal_GnssNative_stop(JNIEnv* /* env */, jclass) { in android_location_gnss_hal_GnssNative_stop() argument 388 jclass) { in android_location_gnss_hal_GnssNative_start_sv_status_collection() argument 393 jclass) { in android_location_gnss_hal_GnssNative_stop_sv_status_collection() argument [all …]
|
/aosp_15_r20/libcore/ojluni/src/main/native/ |
H A D | Character.cpp | 32 Character_isLowerCaseImpl(JNIEnv* env, jclass, jint codePoint) { in Character_isLowerCaseImpl() argument 37 Character_isUpperCaseImpl(JNIEnv* env, jclass, jint codePoint) { in Character_isUpperCaseImpl() argument 42 Character_isTitleCaseImpl(JNIEnv* env, jclass, jint codePoint) { in Character_isTitleCaseImpl() argument 47 Character_isDigitImpl(JNIEnv* env, jclass, jint codePoint) { in Character_isDigitImpl() argument 52 Character_isLetterImpl(JNIEnv* env, jclass, jint codePoint) { in Character_isLetterImpl() argument 57 Character_isLetterOrDigitImpl(JNIEnv* env, jclass, jint codePoint) { in Character_isLetterOrDigitImpl() argument 62 Character_isAlphabeticImpl(JNIEnv* env, jclass, jint codePoint) { in Character_isAlphabeticImpl() argument 67 Character_isIdeographicImpl(JNIEnv* env, jclass, jint codePoint) { in Character_isIdeographicImpl() argument 72 Character_getTypeImpl(JNIEnv* env, jclass, jint codePoint) { in Character_getTypeImpl() argument 77 Character_isUnicodeIdentifierStartImpl(JNIEnv* env, jclass, jint codePoint) { in Character_isUnicodeIdentifierStartImpl() argument [all …]
|
/aosp_15_r20/art/runtime/native/ |
H A D | dalvik_system_VMDebug.cc | 61 static jobjectArray VMDebug_getVmFeatureList(JNIEnv* env, jclass) { in VMDebug_getVmFeatureList() argument 75 static void VMDebug_startAllocCounting(JNIEnv*, jclass) { in VMDebug_startAllocCounting() argument 79 static void VMDebug_stopAllocCounting(JNIEnv*, jclass) { in VMDebug_stopAllocCounting() argument 83 static jint VMDebug_getAllocCount(JNIEnv*, jclass, jint kind) { in VMDebug_getAllocCount() argument 87 static void VMDebug_resetAllocCount(JNIEnv*, jclass, jint kinds) { in VMDebug_resetAllocCount() argument 91 static void VMDebug_startMethodTracingDdmsImpl(JNIEnv*, jclass, jint bufferSize, jint flags, in VMDebug_startMethodTracingDdmsImpl() argument 100 jclass, in VMDebug_startMethodTracingFd() argument 138 static void VMDebug_startMethodTracingFilename(JNIEnv* env, jclass, jstring javaTraceFilename, in VMDebug_startMethodTracingFilename() argument 153 static jint VMDebug_getMethodTracingMode(JNIEnv*, jclass) { in VMDebug_getMethodTracingMode() argument 157 static void VMDebug_stopMethodTracing(JNIEnv*, jclass) { in VMDebug_stopMethodTracing() argument [all …]
|
/aosp_15_r20/cts/tests/surfacecontrol/jni/ |
H A D | android_view_cts_ASurfaceControlTest.cpp | 189 jlong SurfaceTransaction_create(JNIEnv* /*env*/, jclass) { in SurfaceTransaction_create() argument 193 void SurfaceTransaction_delete(JNIEnv* /*env*/, jclass, jlong surfaceTransaction) { in SurfaceTransaction_delete() argument 198 jlong SurfaceTransaction_fromJava(JNIEnv* env, jclass, jobject transactionObj) { in SurfaceTransaction_fromJava() argument 202 void SurfaceTransaction_apply(JNIEnv* /*env*/, jclass, jlong surfaceTransaction) { in SurfaceTransaction_apply() argument 207 long SurfaceControl_createFromWindow(JNIEnv* env, jclass, jobject jSurface) { in SurfaceControl_createFromWindow() argument 229 jlong SurfaceControl_create(JNIEnv* /*env*/, jclass, jlong parentSurfaceControlId) { in SurfaceControl_create() argument 240 void SurfaceControl_acquire(JNIEnv* /*env*/, jclass, jlong surfaceControl) { in SurfaceControl_acquire() argument 244 jlong SurfaceControl_fromJava(JNIEnv* env, jclass, jobject surfaceControlObj) { in SurfaceControl_fromJava() argument 248 void SurfaceControl_release(JNIEnv* /*env*/, jclass, jlong surfaceControl) { in SurfaceControl_release() argument 297 jlong SurfaceTransaction_setSolidBufferWithRelease(JNIEnv* env, jclass /* clazz */, in SurfaceTransaction_setSolidBufferWithRelease() argument [all …]
|
H A D | android_view_surfacecontrol_cts_ChoreographerNativeTest.cpp | 121 …c jlong android_view_surfacecontrol_cts_ChoreographerNativeTest_getChoreographer(JNIEnv*, jclass) { in android_view_surfacecontrol_cts_ChoreographerNativeTest_getChoreographer() argument 126 …roid_view_surfacecontrol_cts_ChoreographerNativeTest_prepareChoreographerTests(JNIEnv* env, jclass, in android_view_surfacecontrol_cts_ChoreographerNativeTest_prepareChoreographerTests() argument 141 JNIEnv* env, jclass, jlong choreographerPtr) { in android_view_surfacecontrol_cts_ChoreographerNativeTest_testPostVsyncCallbackWithoutDelayEventuallyRunsCallback() argument 168 JNIEnv* env, jclass, jlong choreographerPtr) { in android_view_surfacecontrol_cts_ChoreographerNativeTest_testFrameCallbackDataVsyncIdValid() argument 190 JNIEnv* env, jclass, jlong choreographerPtr) { in android_view_surfacecontrol_cts_ChoreographerNativeTest_testFrameCallbackDataDeadlineInFuture() argument 230 JNIEnv* env, jclass, jlong choreographerPtr) { in android_view_surfacecontrol_cts_ChoreographerNativeTest_testFrameCallbackDataExpectedPresentTimeInFuture() argument 254 JNIEnv* env, jclass, jlong choreographerPtr) { in android_view_surfacecontrol_cts_ChoreographerNativeTest_testPostCallback64WithoutDelayEventuallyRunsCallback() argument 281 JNIEnv* env, jclass, jlong choreographerPtr) { in android_view_surfacecontrol_cts_ChoreographerNativeTest_testPostCallback64WithDelayEventuallyRunsCallback() argument 297 JNIEnv* env, jclass, jlong choreographerPtr) { in android_view_surfacecontrol_cts_ChoreographerNativeTest_testPostCallbackWithoutDelayEventuallyRunsCallback() argument 332 JNIEnv* env, jclass, jlong choreographerPtr) { in android_view_surfacecontrol_cts_ChoreographerNativeTest_testPostCallbackWithDelayEventuallyRunsCallback() argument [all …]
|
/aosp_15_r20/frameworks/base/core/jni/ |
H A D | android_database_SQLiteRawStatement.cpp | 109 static jint bindParameterCount(JNIEnv* env, jclass, jlong stmtPtr) { in bindParameterCount() argument 114 static jint bindParameterIndex(JNIEnv *env, jclass, jlong stmtPtr, jstring jname) { in bindParameterIndex() argument 131 static jstring bindParameterName(JNIEnv *env, jclass, jlong stmtPtr, jint param) { in bindParameterName() argument 139 static jint columnCount(JNIEnv* env, jclass, jlong stmtPtr) { in columnCount() argument 146 static jint step(JNIEnv* env, jclass, jlong stmtPtr, jboolean throwOnError) { in step() argument 162 static void reset(JNIEnv*, jclass, jlong stmtPtr, jboolean clear) { in reset() argument 168 static void clearBindings(JNIEnv*, jclass, jlong stmtPtr) { in clearBindings() argument 189 static void bindDouble(JNIEnv* env, jclass, jlong stmtPtr, jint index, jdouble val) { in bindDouble() argument 195 static void bindInt(JNIEnv* env, jclass, jlong stmtPtr, jint index, jint val) { in bindInt() argument 201 static void bindLong(JNIEnv* env, jclass, jlong stmtPtr, jint index, jlong val) { in bindLong() argument [all …]
|
H A D | android_util_AssetManager.cpp | 196 static jobject NativeGetOverlayableMap(JNIEnv* env, jclass /*clazz*/, jlong ptr, in NativeGetOverlayableMap() argument 242 static jstring NativeGetOverlayablesToString(JNIEnv* env, jclass /*clazz*/, jlong ptr, in NativeGetOverlayablesToString() argument 308 static jlong NativeCreate(JNIEnv* /*env*/, jclass /*clazz*/) { in NativeCreate() argument 314 static void NativeDestroy(JNIEnv* /*env*/, jclass /*clazz*/, jlong ptr) { in NativeDestroy() argument 318 static void NativeSetApkAssets(JNIEnv* env, jclass /*clazz*/, jlong ptr, in NativeSetApkAssets() argument 356 static void NativeSetConfiguration(JNIEnv* env, jclass /*clazz*/, jlong ptr, jint mcc, jint mnc, in NativeSetConfiguration() argument 427 static jobject NativeGetAssignedPackageIdentifiers(JNIEnv* env, jclass /*clazz*/, jlong ptr, in NativeGetAssignedPackageIdentifiers() argument 459 static jboolean ContainsAllocatedTable(JNIEnv* env, jclass /*clazz*/, jlong ptr) { in ContainsAllocatedTable() argument 464 static jobjectArray NativeList(JNIEnv* env, jclass /*clazz*/, jlong ptr, jstring path) { in NativeList() argument 503 static jlong NativeOpenAsset(JNIEnv* env, jclass /*clazz*/, jlong ptr, jstring asset_path, in NativeOpenAsset() argument [all …]
|
/aosp_15_r20/frameworks/base/tests/SurfaceViewBufferTests/cpp/ |
H A D | SurfaceProxy.cpp | 37 JNIEXPORT jint JNICALL Java_com_android_test_SurfaceProxy_setSurface(JNIEnv* env, jclass, in Java_com_android_test_SurfaceProxy_setSurface() argument 50 JNIEnv*, jclass, jlong jFrameNumber, jint timeoutMs) { in Java_com_android_test_SurfaceProxy_waitUntilBufferDisplayed() argument 79 JNIEXPORT jint JNICALL Java_com_android_test_SurfaceProxy_draw(JNIEnv*, jclass) { in Java_com_android_test_SurfaceProxy_draw() argument 86 JNIEXPORT jint JNICALL Java_com_android_test_SurfaceProxy_ANativeWindowLock(JNIEnv*, jclass) { in Java_com_android_test_SurfaceProxy_ANativeWindowLock() argument 94 jclass) { in Java_com_android_test_SurfaceProxy_ANativeWindowUnlockAndPost() argument 101 JNIEnv* /* env */, jclass /* clazz */, jobject /* surfaceObject */, jint w, jint h, in Java_com_android_test_SurfaceProxy_ANativeWindowSetBuffersGeometry() argument 108 JNIEnv* /* env */, jclass /* clazz */, jint transform) { in Java_com_android_test_SurfaceProxy_ANativeWindowSetBuffersTransform() argument 114 jclass /* clazz */, in Java_com_android_test_SurfaceProxy_SurfaceSetScalingMode() argument 122 jclass /* clazz */, in Java_com_android_test_SurfaceProxy_SurfaceDequeueBuffer() argument 147 jclass /* clazz */, in Java_com_android_test_SurfaceProxy_SurfaceCancelBuffer() argument [all …]
|
/aosp_15_r20/external/icu/android_icu4j/libcore_bridge/src/native/ |
H A D | com_android_i18n_timezone_internal_Memory.cpp | 95 static jbyte Memory_peekByte(JNIEnv*, jclass, jlong srcAddress) { in Memory_peekByte() argument 99 static void Memory_peekByteArray(JNIEnv* env, jclass, jlong srcAddress, jbyteArray dst, jint dstOff… in Memory_peekByteArray() argument 124 static void Memory_peekCharArray(JNIEnv* env, jclass, jlong srcAddress, jcharArray dst, jint dstOff… in Memory_peekCharArray() argument 128 static void Memory_peekDoubleArray(JNIEnv* env, jclass, jlong srcAddress, jdoubleArray dst, jint ds… in Memory_peekDoubleArray() argument 132 static void Memory_peekFloatArray(JNIEnv* env, jclass, jlong srcAddress, jfloatArray dst, jint dstO… in Memory_peekFloatArray() argument 136 static void Memory_peekIntArray(JNIEnv* env, jclass, jlong srcAddress, jintArray dst, jint dstOffse… in Memory_peekIntArray() argument 140 static void Memory_peekLongArray(JNIEnv* env, jclass, jlong srcAddress, jlongArray dst, jint dstOff… in Memory_peekLongArray() argument 144 static void Memory_peekShortArray(JNIEnv* env, jclass, jlong srcAddress, jshortArray dst, jint dstO… in Memory_peekShortArray() argument 148 static void Memory_pokeByte(JNIEnv*, jclass, jlong dstAddress, jbyte value) { in Memory_pokeByte() argument 152 static void Memory_pokeByteArray(JNIEnv* env, jclass, jlong dstAddress, jbyteArray src, jint offset… in Memory_pokeByteArray() argument [all …]
|
H A D | com_android_icu_util_regex_MatcherNative.cpp | 45 static jlong MatcherNative_getNativeFinalizer(JNIEnv*, jclass) { in MatcherNative_getNativeFinalizer() argument 49 static jboolean MatcherNative_findImpl(JNIEnv* env, jclass, jlong addr, jint startIndex, jintArray … in MatcherNative_findImpl() argument 60 static jboolean MatcherNative_findNextImpl(JNIEnv* env, jclass, jlong addr, jintArray offsets) { in MatcherNative_findNextImpl() argument 71 static jint MatcherNative_groupCountImpl(JNIEnv*, jclass, jlong addr) { in MatcherNative_groupCountImpl() argument 76 static jboolean MatcherNative_hitEndImpl(JNIEnv*, jclass, jlong addr) { in MatcherNative_hitEndImpl() argument 85 static jboolean MatcherNative_lookingAtImpl(JNIEnv* env, jclass, jlong addr, jintArray offsets) { in MatcherNative_lookingAtImpl() argument 96 static jboolean MatcherNative_matchesImpl(JNIEnv* env, jclass, jlong addr, jintArray offsets) { in MatcherNative_matchesImpl() argument 107 static jboolean MatcherNative_requireEndImpl(JNIEnv*, jclass, jlong addr) { in MatcherNative_requireEndImpl() argument 116 static void MatcherNative_setInputImpl(JNIEnv* env, jclass, jlong addr, jstring javaText, jint star… in MatcherNative_setInputImpl() argument 123 static void MatcherNative_useAnchoringBoundsImpl(JNIEnv*, jclass, jlong addr, jboolean value) { in MatcherNative_useAnchoringBoundsImpl() argument [all …]
|
/aosp_15_r20/art/test/common/ |
H A D | runtime_state.cc | 63 extern "C" JNIEXPORT jboolean JNICALL Java_Main_hasJit(JNIEnv*, jclass) { in Java_Main_hasJit() argument 168 jclass, in Java_Main_isAotCompiled() argument 199 jclass, in Java_Main_hasJitCompiledEntrypoint() argument 216 jclass, in Java_Main_hasJitCompiledCode() argument 309 extern "C" JNIEXPORT void JNICALL Java_Main_ensureMethodJitCompiled(JNIEnv*, jclass, jobject meth) { in Java_Main_ensureMethodJitCompiled() argument 325 jclass, in Java_Main_ensureJitCompiled() argument 345 jclass, in Java_Main_ensureJitBaselineCompiled() argument 365 jclass, in Java_Main_hasSingleImplementation() argument 378 jclass, in Java_Main_getHotnessCounter() argument 400 extern "C" JNIEXPORT int JNICALL Java_Main_numberOfDeoptimizations(JNIEnv*, jclass) { in Java_Main_numberOfDeoptimizations() argument [all …]
|
/aosp_15_r20/cts/tests/tests/media/common/jni/ |
H A D | NdkMediaCodec-jni.cpp | 38 JNIEnv *env, jclass /*clazz*/, jstring name) { in Java_android_media_cts_NdkMediaCodec_AMediaCodecCreateCodecByName() argument 61 JNIEnv * /*env*/, jclass /*clazz*/, jlong codec) { in Java_android_media_cts_NdkMediaCodec_AMediaCodecDelete() argument 67 JNIEnv * /*env*/, jclass /*clazz*/, jlong codec) { in Java_android_media_cts_NdkMediaCodec_AMediaCodecStart() argument 73 JNIEnv * /*env*/, jclass /*clazz*/, jlong codec) { in Java_android_media_cts_NdkMediaCodec_AMediaCodecStop() argument 80 jclass /*clazz*/, in Java_android_media_cts_NdkMediaCodec_AMediaCodecConfigure() argument 160 JNIEnv* env, jclass /*clazz*/, jlong codec, jobject surface) { in Java_android_media_cts_NdkMediaCodec_AMediaCodecSetInputSurface() argument 171 JNIEnv* /*env*/, jclass /*clazz*/, jlong codec, jlong nativeWindow) { in Java_android_media_cts_NdkMediaCodec_AMediaCodecSetNativeInputSurface() argument 182 JNIEnv* /*env*/, jclass /*clazz*/, jlong codec) { in Java_android_media_cts_NdkMediaCodec_AMediaCodecCreateInputSurface() argument 198 JNIEnv* /*env*/, jclass /*clazz*/) { in Java_android_media_cts_NdkMediaCodec_AMediaCodecCreatePersistentInputSurface() argument 212 JNIEnv* env, jclass /*clazz*/, jlong codec) { in Java_android_media_cts_NdkMediaCodec_AMediaCodecGetOutputFormatString() argument [all …]
|
H A D | NdkInputSurface-jni.cpp | 29 extern "C" jlong Java_android_media_cts_NdkInputSurface_eglGetDisplay(JNIEnv * /*env*/, jclass /*cl… in Java_android_media_cts_NdkInputSurface_eglGetDisplay() argument 46 JNIEnv * /*env*/, jclass /*clazz*/, jlong eglDisplay) { in Java_android_media_cts_NdkInputSurface_eglChooseConfig() argument 69 JNIEnv * /*env*/, jclass /*clazz*/, jlong eglDisplay, jlong eglConfig) { in Java_android_media_cts_NdkInputSurface_eglCreateContext() argument 92 JNIEnv * /*env*/, jclass /*clazz*/, jlong eglDisplay, jlong eglConfig, jlong nativeWindow) { in Java_android_media_cts_NdkInputSurface_createEGLSurface() argument 110 JNIEnv * /*env*/, jclass /*clazz*/, jlong eglDisplay, jlong eglSurface, jlong eglContext) { in Java_android_media_cts_NdkInputSurface_eglMakeCurrent() argument 121 JNIEnv * /*env*/, jclass /*clazz*/, jlong eglDisplay, jlong eglSurface) { in Java_android_media_cts_NdkInputSurface_eglSwapBuffers() argument 130 JNIEnv * /*env*/, jclass /*clazz*/, jlong eglDisplay, jlong eglSurface, jlong nsecs) { in Java_android_media_cts_NdkInputSurface_eglPresentationTimeANDROID() argument 140 JNIEnv * /*env*/, jclass /*clazz*/, jlong eglDisplay, jlong eglSurface) { in Java_android_media_cts_NdkInputSurface_eglGetWidth() argument 154 JNIEnv * /*env*/, jclass /*clazz*/, jlong eglDisplay, jlong eglSurface) { in Java_android_media_cts_NdkInputSurface_eglGetHeight() argument 168 JNIEnv * /*env*/, jclass /*clazz*/, jlong eglDisplay, jlong eglSurface) { in Java_android_media_cts_NdkInputSurface_eglDestroySurface() argument [all …]
|
/aosp_15_r20/external/fbjni/test/jni/ |
H A D | primitive_array_tests.cpp | 26 local_ref<jbooleanArray> testMakeBoolArray(alias_ref<jclass>, jint size) { in testMakeBoolArray() 30 local_ref<jbyteArray> testMakeByteArray(alias_ref<jclass>, jint size) { in testMakeByteArray() 34 local_ref<jcharArray> testMakeCharArray(alias_ref<jclass>, jint size) { in testMakeCharArray() 38 local_ref<jshortArray> testMakeShortArray(alias_ref<jclass>, jint size) { in testMakeShortArray() 42 local_ref<jintArray> testMakeIntArray(alias_ref<jclass>, jint size) { in testMakeIntArray() 46 local_ref<jlongArray> testMakeLongArray(alias_ref<jclass>, jint size) { in testMakeLongArray() 50 local_ref<jfloatArray> testMakeFloatArray(alias_ref<jclass>, jint size) { in testMakeFloatArray() 54 local_ref<jdoubleArray> testMakeDoubleArray(alias_ref<jclass>, jint size) { in testMakeDoubleArray() 59 alias_ref<jclass>, in testGetSetBooleanArray() 83 alias_ref<jclass>, in testPinBooleanArray() [all …]
|
/aosp_15_r20/art/test/004-JniTest/ |
H A D | jni_test.cc | 93 extern "C" JNIEXPORT void JNICALL Java_Main_testUTFRegion(JNIEnv* env, jclass, jstring null_str) { in Java_Main_testUTFRegion() argument 123 jclass, in Java_Main_getFieldSubclass() argument 131 extern "C" JNIEXPORT void JNICALL Java_Main_testFindClassOnAttachedNativeThread(JNIEnv*, jclass) { in Java_Main_testFindClassOnAttachedNativeThread() argument 148 jclass) { in Java_Main_testFindFieldOnAttachedNativeThreadNative() argument 190 JNIEnv*, jclass) { in Java_Main_testReflectFieldGetFromAttachedNativeThreadNative() argument 197 jclass) { in Java_Main_testCallStaticVoidMethodOnSubClassNative() argument 210 extern "C" JNIEXPORT jobject JNICALL Java_Main_testGetMirandaMethodNative(JNIEnv* env, jclass) { in Java_Main_testGetMirandaMethodNative() argument 219 extern "C" void JNICALL Java_Main_testZeroLengthByteBuffers(JNIEnv* env, jclass) { in Java_Main_testZeroLengthByteBuffers() argument 232 extern "C" jbyte JNICALL Java_Main_byteMethod(JNIEnv*, jclass, jbyte b1, jbyte b2, in Java_Main_byteMethod() argument 257 extern "C" jshort JNICALL Java_Main_shortMethod(JNIEnv*, jclass, jshort s1, jshort s2, in Java_Main_shortMethod() argument [all …]
|
/aosp_15_r20/libcore/luni/src/main/native/ |
H A D | libcore_io_Memory.cpp | 92 static void Memory_memmove(JNIEnv* env, jclass, jobject dstObject, jint dstOffset, jobject srcObjec… in Memory_memmove() argument 104 static jbyte Memory_peekByte(JNIEnv*, jclass, jlong srcAddress) { in Memory_peekByte() argument 108 static void Memory_pokeByte(JNIEnv*, jclass, jlong dstAddress, jbyte value) { in Memory_pokeByte() argument 112 static void Memory_pokeByteArray(JNIEnv* env, jclass, jlong dstAddress, jbyteArray src, jint offset… in Memory_pokeByteArray() argument 136 static void Memory_pokeCharArray(JNIEnv* env, jclass, jlong dstAddress, jcharArray src, jint srcOff… in Memory_pokeCharArray() argument 140 static void Memory_pokeDoubleArray(JNIEnv* env, jclass, jlong dstAddress, jdoubleArray src, jint sr… in Memory_pokeDoubleArray() argument 144 static void Memory_pokeFloatArray(JNIEnv* env, jclass, jlong dstAddress, jfloatArray src, jint srcO… in Memory_pokeFloatArray() argument 148 static void Memory_pokeIntArray(JNIEnv* env, jclass, jlong dstAddress, jintArray src, jint srcOffse… in Memory_pokeIntArray() argument 152 static void Memory_pokeLongArray(JNIEnv* env, jclass, jlong dstAddress, jlongArray src, jint srcOff… in Memory_pokeLongArray() argument 156 static void Memory_pokeShortArray(JNIEnv* env, jclass, jlong dstAddress, jshortArray src, jint srcO… in Memory_pokeShortArray() argument [all …]
|
H A D | libcore_icu_ICU.cpp | 41 static jstring ICU_getScript(JNIEnv* env, jclass, jstring javaLocaleName) { in ICU_getScript() argument 58 static jstring ICU_getISO3Country(JNIEnv* env, jclass, jstring javaLanguageTag) { in ICU_getISO3Country() argument 66 static jstring ICU_getISO3Language(JNIEnv* env, jclass, jstring javaLanguageTag) { in ICU_getISO3Language() argument 74 static jobjectArray ICU_getISOCountriesNative(JNIEnv* env, jclass) { in ICU_getISOCountriesNative() argument 78 static jobjectArray ICU_getISOLanguagesNative(JNIEnv* env, jclass) { in ICU_getISOLanguagesNative() argument 82 static jobjectArray ICU_getAvailableLocalesNative(JNIEnv* env, jclass) { in ICU_getAvailableLocalesNative() argument 86 static jstring ICU_getDefaultLocale(JNIEnv* env, jclass) { in ICU_getDefaultLocale() argument 96 static jstring ICU_getCldrVersion(JNIEnv* env, jclass) { in ICU_getCldrVersion() argument 103 static jstring ICU_getIcuVersion(JNIEnv* env, jclass) { in ICU_getIcuVersion() argument 109 static jstring ICU_getUnicodeVersion(JNIEnv* env, jclass) { in ICU_getUnicodeVersion() argument
|
/aosp_15_r20/art/test/ti-agent/ |
H A D | locals_helper.cc | 37 extern "C" JNIEXPORT void Java_art_Locals_EnableLocalVariableAccess(JNIEnv* env, jclass) { in Java_art_Locals_EnableLocalVariableAccess() argument 47 jclass, in Java_art_Locals_SetLocalVariableObject() argument 56 jclass, in Java_art_Locals_SetLocalVariableDouble() argument 65 jclass, in Java_art_Locals_SetLocalVariableFloat() argument 74 jclass, in Java_art_Locals_SetLocalVariableLong() argument 83 jclass, in Java_art_Locals_SetLocalVariableInt() argument 92 jclass, in Java_art_Locals_GetLocalVariableDouble() argument 102 jclass, in Java_art_Locals_GetLocalVariableFloat() argument 112 jclass, in Java_art_Locals_GetLocalVariableLong() argument 122 jclass, in Java_art_Locals_GetLocalVariableInt() argument [all …]
|
/aosp_15_r20/art/test/674-hiddenapi/ |
H A D | hiddenapi.cc | 32 extern "C" JNIEXPORT void JNICALL Java_Main_init(JNIEnv*, jclass) { in Java_Main_init() argument 42 JNIEnv*, jclass, jint int_index, jboolean is_core_platform) { in Java_Main_setDexDomain() argument 80 extern "C" JNIEXPORT void JNICALL Java_Main_setSdkAll(JNIEnv*, jclass, jboolean value) { in Java_Main_setSdkAll() argument 97 JNIEnv* env, jclass, jclass klass, jstring name, jboolean is_static) { in Java_JNI_canDiscoverField() argument 110 JNIEnv* env, jclass, jclass klass, jstring name, jboolean is_static) { in Java_JNI_canGetField() argument 140 JNIEnv* env, jclass, jclass klass, jstring name, jboolean is_static) { in Java_JNI_canSetField() argument 170 JNIEnv* env, jclass, jclass klass, jstring name, jboolean is_static) { in Java_JNI_canDiscoverMethod() argument 183 JNIEnv* env, jclass, jclass klass, jstring name, jboolean is_static) { in Java_JNI_canInvokeMethodA() argument 214 JNIEnv* env, jclass, jclass klass, jstring name, jboolean is_static) { in Java_JNI_canInvokeMethodV() argument 248 JNIEnv* env, jclass, jclass klass, jstring args) { in Java_JNI_canDiscoverConstructor() argument [all …]
|
/aosp_15_r20/cts/tests/tests/graphics/jni/ |
H A D | android_graphics_fonts_cts_SystemFonts.cpp | 138 jlong nOpenIterator(JNIEnv*, jclass) { in nOpenIterator() argument 142 void nCloseIterator(JNIEnv*, jclass, jlong ptr) { in nCloseIterator() argument 146 jlong nGetNext(JNIEnv*, jclass, jlong ptr) { in nGetNext() argument 151 void nCloseFont(JNIEnv*, jclass, jlong ptr) { in nCloseFont() argument 155 jstring nGetFilePath(JNIEnv* env, jclass, jlong ptr) { in nGetFilePath() argument 159 jint nGetWeight(JNIEnv*, jclass, jlong ptr) { in nGetWeight() argument 163 jboolean nIsItalic(JNIEnv*, jclass, jlong ptr) { in nIsItalic() argument 167 jstring nGetLocale(JNIEnv* env, jclass, jlong ptr) { in nGetLocale() argument 171 jint nGetCollectionIndex(JNIEnv*, jclass, jlong ptr) { in nGetCollectionIndex() argument 175 jint nGetAxisCount(JNIEnv*, jclass, jlong ptr) { in nGetAxisCount() argument [all …]
|
H A D | android_graphics_cts_AImageDecoderTest.cpp | 44 static void testEmptyCreate(JNIEnv* env, jclass) { in testEmptyCreate() argument 95 static void testNullDecoder(JNIEnv* env, jclass, jobject jAssets, jstring jFile) { in testNullDecoder() argument 189 static void testInfo(JNIEnv* env, jclass, jlong imageDecoderPtr, jint width, jint height, in testInfo() argument 216 static jlong openAssetNative(JNIEnv* env, jclass, jobject jAssets, jstring jFile) { in openAssetNative() argument 226 static void closeAsset(JNIEnv*, jclass, jlong asset) { in closeAsset() argument 230 static jlong createFromAsset(JNIEnv* env, jclass, jlong asset) { in createFromAsset() argument 239 static jlong createFromFd(JNIEnv* env, jclass, int fd) { in createFromFd() argument 248 static jlong createFromAssetFd(JNIEnv* env, jclass, jlong assetPtr) { in createFromAssetFd() argument 266 static jlong createFromAssetBuffer(JNIEnv* env, jclass, jlong assetPtr) { in createFromAssetBuffer() argument 283 static void testCreateIncomplete(JNIEnv* env, jclass, jobject jAssets, jstring jFile, in testCreateIncomplete() argument [all …]
|
/aosp_15_r20/libnativehelper/tests_mts/jni/ |
H A D | jni_helper_jni.cpp | 33 static void throwException(JNIEnv* env, jclass /*clazz*/, jstring className, jstring message) { in throwException() argument 40 jclass /*clazz*/, in throwExceptionWithIntFormat() argument 50 jclass /*clazz*/, in throwNullPointerException() argument 56 static void throwRuntimeException(JNIEnv* env, jclass /*clazz*/, jstring message) { in throwRuntimeException() argument 61 static void throwIOException(JNIEnv* env, jclass /*clazz*/, jint cause) { in throwIOException() argument 65 static void throwErrnoException(JNIEnv* env, jclass /*clazz*/, jstring functionName, jint cause) { in throwErrnoException() argument 70 static void logException(JNIEnv* env, jclass /*clazz*/, jthrowable throwable) { in logException() argument 74 static jobject fileDescriptorCreate(JNIEnv* env, jclass /*clazz*/, jint unix_fd) { in fileDescriptorCreate() argument 78 static jint fileDescriptorGetFD(JNIEnv* env, jclass /*clazz*/, jobject jiofd) { in fileDescriptorGetFD() argument 82 static void fileDescriptorSetFD(JNIEnv* env, jclass /*clazz*/, jobject jiofd, jint unix_fd) { in fileDescriptorSetFD() argument [all …]
|
/aosp_15_r20/art/runtime/jni/ |
H A D | jni_internal.cc | 704 static jobject ToReflectedMethod(JNIEnv* env, jclass, jmethodID mid, jboolean) { in ToReflectedMethod() argument 718 static jobject ToReflectedField(JNIEnv* env, jclass, jfieldID fid, jboolean) { in ToReflectedField() argument 1262 static jobject CallNonvirtualObjectMethod(JNIEnv* env, jobject obj, jclass, jmethodID mid, ...) { in CallNonvirtualObjectMethod() argument 1273 static jobject CallNonvirtualObjectMethodV(JNIEnv* env, jobject obj, jclass, jmethodID mid, in CallNonvirtualObjectMethodV() argument 1282 static jobject CallNonvirtualObjectMethodA(JNIEnv* env, jobject obj, jclass, jmethodID mid, in CallNonvirtualObjectMethodA() argument 1291 static jboolean CallNonvirtualBooleanMethod(JNIEnv* env, jobject obj, jclass, jmethodID mid, in CallNonvirtualBooleanMethod() argument 1303 static jboolean CallNonvirtualBooleanMethodV(JNIEnv* env, jobject obj, jclass, jmethodID mid, in CallNonvirtualBooleanMethodV() argument 1311 static jboolean CallNonvirtualBooleanMethodA(JNIEnv* env, jobject obj, jclass, jmethodID mid, in CallNonvirtualBooleanMethodA() argument 1319 static jbyte CallNonvirtualByteMethod(JNIEnv* env, jobject obj, jclass, jmethodID mid, ...) { in CallNonvirtualByteMethod() argument 1330 static jbyte CallNonvirtualByteMethodV(JNIEnv* env, jobject obj, jclass, jmethodID mid, in CallNonvirtualByteMethodV() argument [all …]
|