Home
last modified time | relevance | path

Searched defs:jclass (Results 1 – 25 of 27) sorted by relevance

12

/external/icu/android_icu4j/libcore_bridge/src/native/
Dcom_android_icu_util_regex_MatcherNative.cpp45 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 …]
Dcom_android_i18n_timezone_internal_Memory.cpp94 static jbyte Memory_peekByte(JNIEnv*, jclass, jlong srcAddress) { in Memory_peekByte() argument
98 static void Memory_peekByteArray(JNIEnv* env, jclass, jlong srcAddress, jbyteArray dst, jint dstOff… in Memory_peekByteArray() argument
123 static void Memory_peekCharArray(JNIEnv* env, jclass, jlong srcAddress, jcharArray dst, jint dstOff… in Memory_peekCharArray() argument
127 static void Memory_peekDoubleArray(JNIEnv* env, jclass, jlong srcAddress, jdoubleArray dst, jint ds… in Memory_peekDoubleArray() argument
131 static void Memory_peekFloatArray(JNIEnv* env, jclass, jlong srcAddress, jfloatArray dst, jint dstO… in Memory_peekFloatArray() argument
135 static void Memory_peekIntArray(JNIEnv* env, jclass, jlong srcAddress, jintArray dst, jint dstOffse… in Memory_peekIntArray() argument
139 static void Memory_peekLongArray(JNIEnv* env, jclass, jlong srcAddress, jlongArray dst, jint dstOff… in Memory_peekLongArray() argument
143 static void Memory_peekShortArray(JNIEnv* env, jclass, jlong srcAddress, jshortArray dst, jint dstO… in Memory_peekShortArray() argument
147 static void Memory_pokeByte(JNIEnv*, jclass, jlong dstAddress, jbyte value) { in Memory_pokeByte() argument
151 static void Memory_pokeByteArray(JNIEnv* env, jclass, jlong dstAddress, jbyteArray src, jint offset… in Memory_pokeByteArray() argument
[all …]
Dcom_android_icu_util_ICU4CMetadata.cpp33 static jstring Icu4cMetadata_getCldrVersion(JNIEnv* env, jclass) { in Icu4cMetadata_getCldrVersion() argument
40 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
Dcom_android_icu_util_LocaleNative.cpp25 static void LocaleNative_setDefaultNative(JNIEnv* env, jclass, jstring javaLanguageTag) { in LocaleNative_setDefaultNative() argument
36 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
Dcom_android_icu_charset_NativeConverter.cpp173 static jlong NativeConverter_openConverter(JNIEnv* env, jclass, jstring converterName) { in NativeConverter_openConverter() argument
199 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 …]
Dcom_android_icu_util_regex_PatternNative.cpp78 static jlong PatternNative_getNativeFinalizer(JNIEnv*, jclass) { in PatternNative_getNativeFinalizer() argument
82 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
Dcom_android_icu_util_CaseMapperNative.cpp27 static jstring CaseMapperNative_toLowerCase(JNIEnv* env, jclass, jstring javaString, jstring javaLa… in CaseMapperNative_toLowerCase() argument
42 static jstring CaseMapperNative_toUpperCase(JNIEnv* env, jclass, jstring javaString, jstring javaLa… in CaseMapperNative_toUpperCase() argument
Dcom_android_i18n_util_Log.cpp28 static void Log_log(JNIEnv* env, jclass, jint priority, jstring msg, jthrowable throwable) { in Log_log() argument
Dcom_android_icu_text_TimeZoneNamesNative.cpp46 static void TimeZoneNamesNative_fillZoneStringsNative(JNIEnv* env, jclass, jstring javaLanguageTag,… in TimeZoneNamesNative_fillZoneStringsNative() argument
/external/webrtc/rtc_tools/network_tester/
Djni.cpp21 jclass) { in Java_com_google_media_networktester_NetworkTester_CreateTestController() argument
30 jclass, in Java_com_google_media_networktester_NetworkTester_TestControllerConnect() argument
39 jclass, in Java_com_google_media_networktester_NetworkTester_TestControllerIsDone() argument
48 jclass, in Java_com_google_media_networktester_NetworkTester_TestControllerRun() argument
56 jclass, in Java_com_google_media_networktester_NetworkTester_DestroyTestController() argument
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc888 static void NativeCrypto_clinit(JNIEnv*, jclass) { in NativeCrypto_clinit() argument
895 static jlong NativeCrypto_EVP_PKEY_new_RSA(JNIEnv* env, jclass, jbyteArray n, jbyteArray e, in NativeCrypto_EVP_PKEY_new_RSA() argument
988 static jlong NativeCrypto_EVP_PKEY_new_EC_KEY(JNIEnv* env, jclass, jobject groupRef, in NativeCrypto_EVP_PKEY_new_EC_KEY() argument
1075 static int NativeCrypto_EVP_PKEY_type(JNIEnv* env, jclass, jobject pkeyRef) { in NativeCrypto_EVP_PKEY_type() argument
1121 static jstring NativeCrypto_EVP_PKEY_print_public(JNIEnv* env, jclass, jobject pkeyRef) { in NativeCrypto_EVP_PKEY_print_public() argument
1126 static jstring NativeCrypto_EVP_PKEY_print_params(JNIEnv* env, jclass, jobject pkeyRef) { in NativeCrypto_EVP_PKEY_print_params() argument
1131 static void NativeCrypto_EVP_PKEY_free(JNIEnv* env, jclass, jlong pkeyRef) { in NativeCrypto_EVP_PKEY_free() argument
1141 static jint NativeCrypto_EVP_PKEY_cmp(JNIEnv* env, jclass, jobject pkey1Ref, jobject pkey2Ref) { in NativeCrypto_EVP_PKEY_cmp() argument
1164 static jbyteArray NativeCrypto_EVP_marshal_private_key(JNIEnv* env, jclass, jobject pkeyRef) { in NativeCrypto_EVP_marshal_private_key() argument
1192 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/
Dfake_producer_jni.cc77 jclass) { in Java_android_perfetto_producer_ProducerActivity_quitTaskRunner() argument
86 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/
Djni_bridge.cpp30 jclass) { in Java_com_google_oboe_samples_liveEffect_LiveEffectEngine_create() argument
40 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/oboe/samples/hello-oboe/src/main/cpp/
Djni_bridge.cpp32 jclass /*unused*/) { in Java_com_google_oboe_samples_hellooboe_PlaybackEngine_native_1createEngine() argument
52 jclass, in Java_com_google_oboe_samples_hellooboe_PlaybackEngine_native_1deleteEngine() argument
63 jclass, in Java_com_google_oboe_samples_hellooboe_PlaybackEngine_native_1setToneOn() argument
95 jclass, in Java_com_google_oboe_samples_hellooboe_PlaybackEngine_native_1setAudioDeviceId() argument
125 jclass, in Java_com_google_oboe_samples_hellooboe_PlaybackEngine_native_1setBufferSizeInBursts() argument
141 jclass, in Java_com_google_oboe_samples_hellooboe_PlaybackEngine_native_1getCurrentOutputLatencyMillis() argument
/external/webrtc/sdk/android/src/jni/pc/
Dlogging.cc23 jclass, in JNI_FUNCTION_DECLARATION() argument
34 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/
Dtensorflow_lite_jni.cc27 jclass /*clazz*/) { in Java_org_tensorflow_lite_TensorFlowLite_nativeRuntimeVersion() argument
34 jclass /*clazz*/) { in Java_org_tensorflow_lite_TensorFlowLite_nativeSchemaVersion() argument
/external/libchrome/base/android/
Dcpu_features.cc13 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()
Dimportant_file_writer_android.cc17 const JavaParamRef<jclass>& /* clazz */, in JNI_ImportantFileWriterAndroid_WriteFileAtomically()
/external/perfetto/test/cts/test_apps/jni/
Dtarget.cc48 Java_android_perfetto_cts_app_MainActivity_runNative(JNIEnv*, jclass) { in Java_android_perfetto_cts_app_MainActivity_runNative() argument
54 jclass) { in Java_android_perfetto_cts_app_BusyWaitActivity_runNativeBusyWait() argument
/external/webrtc/sdk/android/instrumentationtests/
Dloggable_test.cc23 jclass, in JNI_FUNCTION_DECLARATION() argument
/external/deqp/framework/platform/android/
DtcuTestLogParserJNI.cpp328 …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
DtcuAndroidPlatformCapabilityQueryJNI.cpp170 …bilityQueryInstrumentation_nativeRenderConfigSupportedQuery (JNIEnv* env, jclass, jstring jCmdLine) in Java_com_drawelements_deqp_platformutil_DeqpPlatformCapabilityQueryInstrumentation_nativeRenderConfigSupportedQuery() argument
/external/dokka/integration/src/main/kotlin/org/jetbrains/dokka/
DReflectDsl.kt37 val jclass = clz.java in takeIfIsFunc() constant
/external/libchrome/base/android/jni_generator/
Dsample_for_tests.cc88 const JavaParamRef<jclass>&) { in JNI_SampleForTests_GetFloatFunction()
104 const JavaParamRef<jclass>&) { in JNI_InnerClass_GetInnerIntFunction()
/external/tensorflow/tensorflow/java/src/main/native/
Dgraph_jni.cc46 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

12