Home
last modified time | relevance | path

Searched refs:CallIntMethod (Results 1 – 22 of 22) sorted by relevance

/external/libtextclassifier/native/utils/utf8/
Dunilib-javaicu.cc259 const int found_start = jni_cache_->GetEnv()->CallIntMethod( in ApproximatelyMatches()
266 const int found_end = jni_cache_->GetEnv()->CallIntMethod( in ApproximatelyMatches()
273 int context_length_bmp = jni_cache_->GetEnv()->CallIntMethod( in ApproximatelyMatches()
292 const int find_offset = jni_cache_->GetEnv()->CallIntMethod( in UpdateLastFindOffset()
298 const int codepoint_count = jni_cache_->GetEnv()->CallIntMethod( in UpdateLastFindOffset()
343 const int java_index = jni_cache_->GetEnv()->CallIntMethod( in Start()
355 const int unicode_index = jni_cache_->GetEnv()->CallIntMethod( in Start()
383 const int java_index = jni_cache_->GetEnv()->CallIntMethod( in End()
395 const int unicode_index = jni_cache_->GetEnv()->CallIntMethod( in End()
514 const int break_index = jni_cache_->GetEnv()->CallIntMethod( in Next()
[all …]
/external/libchrome/base/android/jni_generator/
DtestFromJavaP.golden55 env->CallIntMethod(obj.obj(),
133 env->CallIntMethod(obj.obj(),
154 env->CallIntMethod(obj.obj(),
179 env->CallIntMethod(obj.obj(),
DtestConstantsFromJavaP.golden436 env->CallIntMethod(obj.obj(),
456 env->CallIntMethod(obj.obj(),
495 env->CallIntMethod(obj.obj(),
516 env->CallIntMethod(obj.obj(),
537 env->CallIntMethod(obj.obj(),
557 env->CallIntMethod(obj.obj(),
826 env->CallIntMethod(obj.obj(),
847 env->CallIntMethod(obj.obj(),
868 env->CallIntMethod(obj.obj(),
889 env->CallIntMethod(obj.obj(),
[all …]
/external/libtextclassifier/native/utils/calendar/
Dcalendar-javaicu.cc40 JniHelper::CallIntMethod(jenv, calendar, jni_cache->calendar_get, field)); in CalendarGet()
156 JniHelper::CallIntMethod(jenv_, calendar_.get(), in GetFirstDayOfWeek()
/external/webrtc/webrtc/modules/audio_device/android/
Daudio_track_jni.cc63 return audio_track_->CallIntMethod(get_stream_max_volume_); in GetStreamMaxVolume()
67 return audio_track_->CallIntMethod(get_stream_volume_); in GetStreamVolume()
Daudio_record_jni.cc47 return audio_record_->CallIntMethod(init_recording_, in InitRecording()
/external/conscrypt/common/src/jni/main/include/conscrypt/
Dbio_input_stream.h72 jint read = env->CallIntMethod(getStream(), method, javaBytes.get()); in read_internal()
/external/libtextclassifier/native/annotator/
Dannotator_jni_common.cc93 JniHelper::CallIntMethod(env, joptions, get_annotation_usecase)); in FromJavaOptionsInternal()
163 JniHelper::CallIntMethod(env, joptions, get_annotation_usecase)); in FromJavaSelectionOptions()
/external/webrtc/webrtc/modules/utility/include/
Djvm_android.h48 jint CallIntMethod(jmethodID methodID, ...);
/external/libtextclassifier/native/utils/java/
Djni-helper.h118 static StatusOr<int32> CallIntMethod(JNIEnv* env, jobject object,
Djni-helper.cc80 StatusOr<int32> JniHelper::CallIntMethod(JNIEnv* env, jobject object, in CallIntMethod() function in libtextclassifier3::JniHelper
/external/skia/platform_tools/android/apps/skottie/src/main/cpp/
DJavaInputStreamAdaptor.cpp140 jint n = env->CallIntMethod(fJavaInputStream, in doRead()
/external/skqp/platform_tools/android/apps/skottie/src/main/cpp/
DJavaInputStreamAdaptor.cpp140 jint n = env->CallIntMethod(fJavaInputStream, in doRead()
/external/webrtc/webrtc/modules/utility/source/
Djvm_android.cc113 jint GlobalRef::CallIntMethod(jmethodID methodID, ...) { in CallIntMethod() function in webrtc::GlobalRef
/external/exoplayer/tree/extensions/flac/src/main/jni/
Dflac_jni.cc55 int result = env->CallIntMethod(flacDecoderJni, mid, byteBuffer); in readAt()
/external/libtextclassifier/native/actions/
Dactions_jni.cc234 TC3_ASSIGN_OR_RETURN(int32 user_id, JniHelper::CallIntMethod( in FromJavaConversationMessage()
/external/webrtc/talk/app/webrtc/java/jni/
Dandroidmediadecoder_jni.cc537 int j_input_buffer_index = jni->CallIntMethod(*j_media_codec_video_decoder_, in DecodeOnCodecThread()
Dandroidmediaencoder_jni.cc626 int j_input_buffer_index = jni->CallIntMethod(*j_media_codec_video_encoder_, in EncodeOnCodecThread()
/external/libtextclassifier/native/utils/intents/
Dintent-generator.cc502 StatusOr<int> status_or_resource_id = JniHelper::CallIntMethod( in HandleAndroidStringResources()
/external/oj-libjdwp/src/share/javavm/export/
Djni.h327 jint (JNICALL *CallIntMethod)
983 jint CallIntMethod(jobject obj, jmethodID methodID, ...) { in CallIntMethod() function
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc6371 jint keyLen = env->CallIntMethod(sslHandshakeCallbacks, methodID, identityHintJava.get(), in psk_client_callback()
6436 jint keyLen = env->CallIntMethod(sslHandshakeCallbacks, methodID, identityHintJava.get(), in psk_server_callback()
7646 jint offset = env->CallIntMethod(sslHandshakeCallbacks, methodID, protocols.get()); in selectApplicationProtocol()
/external/javasqlite/src/main/native/
Dsqlite_jni.c2342 i = (*env)->CallIntMethod(env, h->ai, mid, i, s1, s2, s3, s4); in doauth()