| /external/oboe/samples/hello-oboe/src/main/cpp/ | 
| D | jni_bridge.cpp | 30         jclass,  in Java_com_google_oboe_samples_hellooboe_PlaybackEngine_startEngine()  argument38         jclass) {  in Java_com_google_oboe_samples_hellooboe_PlaybackEngine_stopEngine()  argument
 45         jclass,  in Java_com_google_oboe_samples_hellooboe_PlaybackEngine_setToneOn()  argument
 55         jclass,  in Java_com_google_oboe_samples_hellooboe_PlaybackEngine_setBufferSizeInBursts()  argument
 63         jclass) {  in Java_com_google_oboe_samples_hellooboe_PlaybackEngine_getCurrentOutputLatencyMillis()  argument
 70         jclass) {  in Java_com_google_oboe_samples_hellooboe_PlaybackEngine_isLatencyDetectionSupported()  argument
 77         jclass) {  in Java_com_google_oboe_samples_hellooboe_PlaybackEngine_isAAudioRecommended()  argument
 84         jclass,  in Java_com_google_oboe_samples_hellooboe_PlaybackEngine_setDefaultStreamValues()  argument
 
 | 
| /external/icu/android_icu4j/libcore_bridge/src/native/ | 
| D | com_android_icu_util_regex_MatcherNative.cpp | 45 static jlong MatcherNative_getNativeFinalizer(JNIEnv*, jclass) {  in MatcherNative_getNativeFinalizer()  argument49 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 …]
 
 | 
| D | com_android_i18n_timezone_internal_Memory.cpp | 95 static jbyte Memory_peekByte(JNIEnv*, jclass, jlong srcAddress) {  in Memory_peekByte()  argument99 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 …]
 
 | 
| D | com_android_icu_util_ICU4CMetadata.cpp | 33 static jstring Icu4cMetadata_getCldrVersion(JNIEnv* env, jclass) {  in Icu4cMetadata_getCldrVersion()  argument40 static jstring Icu4cMetadata_getIcuVersion(JNIEnv* env, jclass) {  in Icu4cMetadata_getIcuVersion()  argument
 46 static jstring Icu4cMetadata_getUnicodeVersion(JNIEnv* env, jclass) {  in Icu4cMetadata_getUnicodeVersion()  argument
 52 static jstring Icu4cMetadata_getTzdbVersion(JNIEnv* env, jclass) {  in Icu4cMetadata_getTzdbVersion()  argument
 
 | 
| D | com_android_icu_util_LocaleNative.cpp | 25 static void LocaleNative_setDefaultNative(JNIEnv* env, jclass, jstring javaLanguageTag) {  in LocaleNative_setDefaultNative()  argument36 static jstring LocaleNative_getDisplayCountryNative(JNIEnv* env, jclass, jstring javaTargetLanguage…  in LocaleNative_getDisplayCountryNative()  argument
 51 static jstring LocaleNative_getDisplayLanguageNative(JNIEnv* env, jclass, jstring javaTargetLanguag…  in LocaleNative_getDisplayLanguageNative()  argument
 66 static jstring LocaleNative_getDisplayScriptNative(JNIEnv* env, jclass, jstring javaTargetLanguageT…  in LocaleNative_getDisplayScriptNative()  argument
 81 static jstring LocaleNative_getDisplayVariantNative(JNIEnv* env, jclass, jstring javaTargetLanguage…  in LocaleNative_getDisplayVariantNative()  argument
 
 | 
| D | com_android_icu_charset_NativeConverter.cpp | 173 static jlong NativeConverter_openConverter(JNIEnv* env, jclass, jstring converterName) {  in NativeConverter_openConverter()  argument199 static void NativeConverter_closeConverter(JNIEnv*, jclass, jlong address) {  in NativeConverter_closeConverter()  argument
 211 static jint NativeConverter_encode(JNIEnv* env, jclass, jlong address,  in NativeConverter_encode()  argument
 267 static jint NativeConverter_decode(JNIEnv* env, jclass, jlong address,  in NativeConverter_decode()  argument
 323 static void NativeConverter_resetByteToChar(JNIEnv*, jclass, jlong address) {  in NativeConverter_resetByteToChar()  argument
 330 static void NativeConverter_resetCharToByte(JNIEnv*, jclass, jlong address) {  in NativeConverter_resetCharToByte()  argument
 337 static jint NativeConverter_getMaxBytesPerChar(JNIEnv*, jclass, jlong address) {  in NativeConverter_getMaxBytesPerChar()  argument
 342 static jfloat NativeConverter_getAveBytesPerChar(JNIEnv*, jclass, jlong address) {  in NativeConverter_getAveBytesPerChar()  argument
 347 static jobjectArray NativeConverter_getAvailableCharsetNames(JNIEnv* env, jclass) {  in NativeConverter_getAvailableCharsetNames()  argument
 411 static void NativeConverter_setCallbackEncode(JNIEnv* env, jclass, jlong address,  in NativeConverter_setCallbackEncode()  argument
 [all …]
 
 | 
| D | com_android_icu_util_regex_PatternNative.cpp | 78 static jlong PatternNative_getNativeFinalizer(JNIEnv*, jclass) {  in PatternNative_getNativeFinalizer()  argument82 static jlong PatternNative_compileImpl(JNIEnv* env, jclass, jstring javaRegex, jint flags) {  in PatternNative_compileImpl()  argument
 101 static jlong PatternNative_openMatcherImpl(JNIEnv* env, jclass, jlong addr) {  in PatternNative_openMatcherImpl()  argument
 112 static jint PatternNative_getMatchedGroupIndexImpl(JNIEnv* env, jclass, jlong addr, jstring javaGro…  in PatternNative_getMatchedGroupIndexImpl()  argument
 
 | 
| D | com_android_icu_util_CaseMapperNative.cpp | 27 static jstring CaseMapperNative_toLowerCase(JNIEnv* env, jclass, jstring javaString, jstring javaLa…  in CaseMapperNative_toLowerCase()  argument42 static jstring CaseMapperNative_toUpperCase(JNIEnv* env, jclass, jstring javaString, jstring javaLa…  in CaseMapperNative_toUpperCase()  argument
 
 | 
| /external/conscrypt/common/src/jni/main/cpp/conscrypt/ | 
| D | native_crypto.cc | 877 static void NativeCrypto_clinit(JNIEnv*, jclass) {  in NativeCrypto_clinit()  argument884 static jlong NativeCrypto_EVP_PKEY_new_RSA(JNIEnv* env, jclass, jbyteArray n, jbyteArray e,  in NativeCrypto_EVP_PKEY_new_RSA()  argument
 977 static jlong NativeCrypto_EVP_PKEY_new_EC_KEY(JNIEnv* env, jclass, jobject groupRef,  in NativeCrypto_EVP_PKEY_new_EC_KEY()  argument
 1064 static int NativeCrypto_EVP_PKEY_type(JNIEnv* env, jclass, jobject pkeyRef) {  in NativeCrypto_EVP_PKEY_type()  argument
 1110 static jstring NativeCrypto_EVP_PKEY_print_public(JNIEnv* env, jclass, jobject pkeyRef) {  in NativeCrypto_EVP_PKEY_print_public()  argument
 1115 static jstring NativeCrypto_EVP_PKEY_print_params(JNIEnv* env, jclass, jobject pkeyRef) {  in NativeCrypto_EVP_PKEY_print_params()  argument
 1120 static void NativeCrypto_EVP_PKEY_free(JNIEnv* env, jclass, jlong pkeyRef) {  in NativeCrypto_EVP_PKEY_free()  argument
 1130 static jint NativeCrypto_EVP_PKEY_cmp(JNIEnv* env, jclass, jobject pkey1Ref, jobject pkey2Ref) {  in NativeCrypto_EVP_PKEY_cmp()  argument
 1153 static jbyteArray NativeCrypto_EVP_marshal_private_key(JNIEnv* env, jclass, jobject pkeyRef) {  in NativeCrypto_EVP_marshal_private_key()  argument
 1181 static jlong NativeCrypto_EVP_parse_private_key(JNIEnv* env, jclass, jbyteArray keyJavaBytes) {  in NativeCrypto_EVP_parse_private_key()  argument
 [all …]
 
 | 
| /external/webrtc/rtc_tools/network_tester/ | 
| D | jni.cc | 23     jclass) {  in Java_com_google_media_networktester_NetworkTester_CreateTestController()  argument33     jclass,  in Java_com_google_media_networktester_NetworkTester_TestControllerConnect()  argument
 42     jclass,  in Java_com_google_media_networktester_NetworkTester_TestControllerIsDone()  argument
 51     jclass,  in Java_com_google_media_networktester_NetworkTester_TestControllerRun()  argument
 60     jclass,  in Java_com_google_media_networktester_NetworkTester_DestroyTestController()  argument
 
 | 
| /external/tensorflow/tensorflow/lite/java/src/test/native/ | 
| D | supported_features_jni.cc | 21                                                                 jclass) {  in Java_org_tensorflow_lite_SupportedFeatures_supportsCancellation()  argument30 Java_org_tensorflow_lite_SupportedFeatures_supportsXnnpack(JNIEnv*, jclass) {  in Java_org_tensorflow_lite_SupportedFeatures_supportsXnnpack()  argument
 40     JNIEnv*, jclass) {  in Java_org_tensorflow_lite_SupportedFeatures_supportsAllowFp16PrecisionForFp32()  argument
 49 Java_org_tensorflow_lite_SupportedFeatures_supportsSignatures(JNIEnv*, jclass) {  in Java_org_tensorflow_lite_SupportedFeatures_supportsSignatures()  argument
 
 | 
| /external/perfetto/test/cts/producer/jni/ | 
| D | fake_producer_jni.cc | 77                                                                jclass) {  in Java_android_perfetto_producer_ProducerActivity_quitTaskRunner()  argument86                                                                       jclass) {  in Java_android_perfetto_producer_ProducerIsolatedService_quitTaskRunner()  argument
 94 Java_android_perfetto_producer_ProducerService_quitTaskRunner(JNIEnv*, jclass) {  in Java_android_perfetto_producer_ProducerService_quitTaskRunner()  argument
 102 Java_android_perfetto_producer_ProducerActivity_setupProducer(JNIEnv*, jclass) {  in Java_android_perfetto_producer_ProducerActivity_setupProducer()  argument
 109                                                                      jclass) {  in Java_android_perfetto_producer_ProducerIsolatedService_setupProducer()  argument
 115 Java_android_perfetto_producer_ProducerService_setupProducer(JNIEnv*, jclass) {  in Java_android_perfetto_producer_ProducerService_setupProducer()  argument
 
 | 
| /external/oboe/samples/LiveEffect/src/main/cpp/ | 
| D | jni_bridge.cpp | 30                                                                jclass) {  in Java_com_google_oboe_samples_liveEffect_LiveEffectEngine_create()  argument40                                                                jclass) {  in Java_com_google_oboe_samples_liveEffect_LiveEffectEngine_delete()  argument
 50     JNIEnv *env, jclass, jboolean isEffectOn) {  in Java_com_google_oboe_samples_liveEffect_LiveEffectEngine_setEffectOn()  argument
 63     JNIEnv *env, jclass, jint deviceId) {  in Java_com_google_oboe_samples_liveEffect_LiveEffectEngine_setRecordingDeviceId()  argument
 76     JNIEnv *env, jclass, jint deviceId) {  in Java_com_google_oboe_samples_liveEffect_LiveEffectEngine_setPlaybackDeviceId()  argument
 
 | 
| /external/webrtc/sdk/android/src/jni/pc/ | 
| D | logging.cc | 23                          jclass,  in JNI_FUNCTION_DECLARATION()  argument34                          jclass) {  in JNI_FUNCTION_DECLARATION()  argument
 41                          jclass) {  in JNI_FUNCTION_DECLARATION()  argument
 48                          jclass,  in JNI_FUNCTION_DECLARATION()  argument
 
 | 
| /external/tensorflow/tensorflow/lite/java/src/main/native/ | 
| D | interpreter_factory_impl_jni.cc | 29     JNIEnv* env, jclass /*clazz*/) {  in Java_org_tensorflow_lite_InterpreterFactoryImpl_nativeRuntimeVersion()  argument37     JNIEnv* env, jclass /*clazz*/) {  in Java_org_tensorflow_lite_InterpreterFactoryImpl_nativeSchemaVersion()  argument
 
 | 
| D | tensorflow_lite_jni.cc | 26     JNIEnv* env, jclass /*clazz*/) {  in Java_org_tensorflow_lite_TensorFlowLite_nativeDoNothing()  argument
 | 
| /external/libchrome/base/android/ | 
| D | cpu_features.cc | 13 jint JNI_CpuFeatures_GetCoreCount(JNIEnv*, const JavaParamRef<jclass>&) {  in JNI_CpuFeatures_GetCoreCount()17 jlong JNI_CpuFeatures_GetCpuFeatures(JNIEnv*, const JavaParamRef<jclass>&) {  in JNI_CpuFeatures_GetCpuFeatures()
 
 | 
| /external/jazzer-api/driver/src/main/native/com/code_intelligence/jazzer/driver/ | 
| D | coverage_tracker.cpp | 88     JNIEnv *env, jclass, jlong counters) {  in Java_com_code_1intelligence_jazzer_runtime_CoverageMap_initialize()  argument94     JNIEnv *env, jclass, jint old_num_counters, jint new_num_counters) {  in Java_com_code_1intelligence_jazzer_runtime_CoverageMap_registerNewCounters()  argument
 101     JNIEnv *env, jclass) {  in Java_com_code_1intelligence_jazzer_runtime_CoverageMap_getEverCoveredIds()  argument
 
 | 
| D | fuzz_target_runner.cpp | 140     JNIEnv *, jclass) {  in Java_com_code_1intelligence_jazzer_driver_FuzzTargetRunner_printCrashingInput()  argument150     JNIEnv *, jclass, jint exit_code) {  in Java_com_code_1intelligence_jazzer_driver_FuzzTargetRunner__1Exit()  argument
 
 | 
| /external/perfetto/test/cts/test_apps/jni/ | 
| D | target.cc | 48 Java_android_perfetto_cts_app_MainActivity_runNative(JNIEnv*, jclass) {  in Java_android_perfetto_cts_app_MainActivity_runNative()  argument54                                                                  jclass) {  in Java_android_perfetto_cts_app_BusyWaitActivity_runNativeBusyWait()  argument
 
 | 
| /external/webrtc/sdk/android/instrumentationtests/ | 
| D | video_frame_buffer_test.cc | 22                          jclass,  in JNI_FUNCTION_DECLARATION()  argument33                          jclass,  in JNI_FUNCTION_DECLARATION()  argument
 
 | 
| /external/jazzer-api/agent/src/main/native/com/code_intelligence/jazzer/runtime/ | 
| D | signal_handler.cpp | 31     JNIEnv *, jclass) {  in Java_com_code_1intelligence_jazzer_runtime_SignalHandler_handleInterrupt()  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()  argument345 …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
 
 | 
| /external/jazzer-api/tests/src/test/native/com/example/ | 
| D | native_value_profile_fuzzer.cpp | 26 jboolean Java_com_example_NativeValueProfileFuzzer_checkAccess(JNIEnv *, jclass,  in Java_com_example_NativeValueProfileFuzzer_checkAccess()  argument
 | 
| /external/dokka/integration/src/main/kotlin/org/jetbrains/dokka/ | 
| D | ReflectDsl.kt | 37                 val jclass = clz.java  in takeIfIsFunc()  constant
 |