/external/conscrypt/common/src/jni/main/cpp/conscrypt/ |
D | native_crypto.cc | 884 static void NativeCrypto_clinit(JNIEnv*, jclass) { in NativeCrypto_clinit() argument 891 static jlong NativeCrypto_EVP_PKEY_new_RSA(JNIEnv* env, jclass, jbyteArray n, jbyteArray e, in NativeCrypto_EVP_PKEY_new_RSA() argument 984 static jlong NativeCrypto_EVP_PKEY_new_EC_KEY(JNIEnv* env, jclass, jobject groupRef, in NativeCrypto_EVP_PKEY_new_EC_KEY() argument 1071 static int NativeCrypto_EVP_PKEY_type(JNIEnv* env, jclass, jobject pkeyRef) { in NativeCrypto_EVP_PKEY_type() argument 1117 static jstring NativeCrypto_EVP_PKEY_print_public(JNIEnv* env, jclass, jobject pkeyRef) { in NativeCrypto_EVP_PKEY_print_public() argument 1122 static jstring NativeCrypto_EVP_PKEY_print_params(JNIEnv* env, jclass, jobject pkeyRef) { in NativeCrypto_EVP_PKEY_print_params() argument 1127 static void NativeCrypto_EVP_PKEY_free(JNIEnv* env, jclass, jlong pkeyRef) { in NativeCrypto_EVP_PKEY_free() argument 1137 static jint NativeCrypto_EVP_PKEY_cmp(JNIEnv* env, jclass, jobject pkey1Ref, jobject pkey2Ref) { in NativeCrypto_EVP_PKEY_cmp() argument 1160 static jbyteArray NativeCrypto_EVP_marshal_private_key(JNIEnv* env, jclass, jobject pkeyRef) { in NativeCrypto_EVP_marshal_private_key() argument 1188 static jlong NativeCrypto_EVP_parse_private_key(JNIEnv* env, jclass, jbyteArray keyJavaBytes) { in NativeCrypto_EVP_parse_private_key() argument [all …]
|
/external/perfetto/test/cts/producer/jni/ |
D | fake_producer_jni.cc | 38 Java_android_perfetto_producer_ProducerActivity_setupProducer(JNIEnv*, jclass) { in Java_android_perfetto_producer_ProducerActivity_setupProducer() argument 44 jclass) { in Java_android_perfetto_producer_ProducerIsolatedService_setupProducer() argument 49 Java_android_perfetto_producer_ProducerService_setupProducer(JNIEnv*, jclass) { in Java_android_perfetto_producer_ProducerService_setupProducer() argument
|
/external/tensorflow/tensorflow/lite/java/src/main/native/ |
D | tensorflow_lite_jni.cc | 22 Java_org_tensorflow_lite_TensorFlowLite_version(JNIEnv* env, jclass /*clazz*/) { in Java_org_tensorflow_lite_TensorFlowLite_version() argument
|
D | nativeinterpreterwrapper_jni.cc | 314 JNIEnv* env, jclass /*clazz*/, jobject model_buffer, jlong error_handle) { in Java_org_tensorflow_lite_NativeInterpreterWrapper_createModelWithBuffer() argument
|
/external/perfetto/test/cts/heapprofd_test_apps/jni/ |
D | target.cc | 42 Java_android_perfetto_cts_app_MainActivity_runNative(JNIEnv*, jclass) { in Java_android_perfetto_cts_app_MainActivity_runNative() argument
|
/external/deqp/framework/platform/android/ |
D | tcuTestLogParserJNI.cpp | 328 …com_drawelements_deqp_testercore_TestLogParser_nativeCreate (JNIEnv* env, jclass, jboolean logData) in Java_com_drawelements_deqp_testercore_TestLogParser_nativeCreate() argument 345 …m_drawelements_deqp_testercore_TestLogParser_nativeDestroy (JNIEnv* env, jclass, jlong nativePoint… in Java_com_drawelements_deqp_testercore_TestLogParser_nativeDestroy() argument 361 …com_drawelements_deqp_testercore_TestLogParser_nativeParse (JNIEnv* env, jclass, jlong nativePoint… in Java_com_drawelements_deqp_testercore_TestLogParser_nativeParse() argument
|
D | tcuAndroidPlatformCapabilityQueryJNI.cpp | 170 …bilityQueryInstrumentation_nativeRenderConfigSupportedQuery (JNIEnv* env, jclass, jstring jCmdLine) in Java_com_drawelements_deqp_platformutil_DeqpPlatformCapabilityQueryInstrumentation_nativeRenderConfigSupportedQuery() argument
|
/external/libchrome/base/android/jni_generator/ |
D | sample_for_tests.cc | 88 const JavaParamRef<jclass>&) { in JNI_SampleForTests_GetFloatFunction() 104 const JavaParamRef<jclass>&) { in JNI_InnerClass_GetInnerIntFunction()
|
/external/tensorflow/tensorflow/java/src/main/native/ |
D | graph_jni.cc | 46 JNIEXPORT jlong JNICALL Java_org_tensorflow_Graph_allocate(JNIEnv*, jclass) { in Java_org_tensorflow_Graph_allocate() argument 50 JNIEXPORT void JNICALL Java_org_tensorflow_Graph_delete(JNIEnv*, jclass, in Java_org_tensorflow_Graph_delete() argument
|
/external/webrtc/webrtc/voice_engine/test/android/android_test/jni/ |
D | android_test.cc | 363 jclass) in Java_org_webrtc_voiceengine_test_AndroidTest_NativeInit() argument
|
/external/oj-libjdwp/src/share/javavm/export/ |
D | jni.h | 83 typedef _jclass *jclass; typedef 102 typedef jobject jclass; typedef
|