/external/libtextclassifier/native/annotator/ |
D | annotator_jni_common.cc | 56 JniHelper::GetMethodID(env, options_class.get(), "getLocale", in FromJavaOptionsInternal() 64 JniHelper::GetMethodID(env, options_class.get(), in FromJavaOptionsInternal() 73 JniHelper::GetMethodID(env, options_class.get(), "getReferenceTimezone", in FromJavaOptionsInternal() 81 JniHelper::GetMethodID(env, options_class.get(), in FromJavaOptionsInternal() 91 JniHelper::GetMethodID(env, options_class.get(), in FromJavaOptionsInternal() 99 JniHelper::GetMethodID(env, options_class.get(), in FromJavaOptionsInternal() 107 JniHelper::GetMethodID(env, options_class.get(), in FromJavaOptionsInternal() 116 JniHelper::GetMethodID(env, options_class.get(), in FromJavaOptionsInternal() 125 JniHelper::GetMethodID(env, options_class.get(), "getUsePodNer", "()Z")); in FromJavaOptionsInternal() 131 JniHelper::GetMethodID(env, options_class.get(), in FromJavaOptionsInternal() [all …]
|
/external/aws-crt-java/src/native/ |
D | java_class_ids.c | 18 (*env)->GetMethodID(env, cls, "sendRequestBody", "(Ljava/nio/ByteBuffer;)Z"); in s_cache_http_request_body_stream() 21 …http_request_body_stream_properties.reset_position = (*env)->GetMethodID(env, cls, "resetPosition"… in s_cache_http_request_body_stream() 24 …http_request_body_stream_properties.get_length = (*env)->GetMethodID(env, cls, "getLength", "()J"); in s_cache_http_request_body_stream() 102 …predicate_properties.test_method_id = (*env)->GetMethodID(env, predicate_class, "test", "(Ljava/la… in s_cache_predicate() 113 … boxed_long_properties.constructor = (*env)->GetMethodID(env, boxed_long_class, "<init>", "(J)V"); in s_cache_boxed_long() 116 …boxed_long_properties.long_value_method_id = (*env)->GetMethodID(env, boxed_long_class, "longValue… in s_cache_boxed_long() 127 http_request_properties.constructor_method_id = (*env)->GetMethodID( in s_cache_http_request() 146 (*env)->GetMethodID(env, crt_resource_class, "getNativeHandle", "()J"); in s_cache_crt_resource() 150 (*env)->GetMethodID(env, crt_resource_class, "releaseReferences", "()V"); in s_cache_crt_resource() 153 crt_resource_properties.add_ref = (*env)->GetMethodID(env, crt_resource_class, "addRef", "()V"); in s_cache_crt_resource() [all …]
|
/external/tflite-support/tensorflow_lite_support/java/src/native/task/vision/detector/ |
D | object_detector_jni.cc | 55 jmethodID display_names_locale_id = env->GetMethodID( in ConvertToProtoOptions() 64 env->GetMethodID(java_options_class, "getMaxResults", "()I"); in ConvertToProtoOptions() 69 env->GetMethodID(java_options_class, "getIsScoreThresholdSet", "()Z"); in ConvertToProtoOptions() 74 env->GetMethodID(java_options_class, "getScoreThreshold", "()F"); in ConvertToProtoOptions() 80 jmethodID allow_list_id = env->GetMethodID( in ConvertToProtoOptions() 89 jmethodID deny_list_id = env->GetMethodID( in ConvertToProtoOptions() 98 env->GetMethodID(java_options_class, "getNumThreads", "()I"); in ConvertToProtoOptions() 117 env->GetMethodID(array_list_class, "<init>", "(I)V"); in ConvertToDetectionResults() 119 env->GetMethodID(array_list_class, "add", "(Ljava/lang/Object;)Z"); in ConvertToDetectionResults() 123 jmethodID rectf_init = env->GetMethodID(rectf_class, "<init>", "(FFFF)V"); in ConvertToDetectionResults()
|
/external/tflite-support/tensorflow_lite_support/java/src/native/task/vision/classifier/ |
D | image_classifier_jni.cc | 56 jmethodID display_names_locale_id = env->GetMethodID( in ConvertToProtoOptions() 65 env->GetMethodID(java_options_class, "getMaxResults", "()I"); in ConvertToProtoOptions() 70 env->GetMethodID(java_options_class, "getIsScoreThresholdSet", "()Z"); in ConvertToProtoOptions() 75 env->GetMethodID(java_options_class, "getScoreThreshold", "()F"); in ConvertToProtoOptions() 81 jmethodID allow_list_id = env->GetMethodID( in ConvertToProtoOptions() 89 jmethodID deny_list_id = env->GetMethodID( in ConvertToProtoOptions() 98 env->GetMethodID(java_options_class, "getNumThreads", "()I"); in ConvertToProtoOptions() 118 env->GetMethodID(array_list_class, "<init>", "(I)V"); in ConvertToClassificationResults() 120 env->GetMethodID(array_list_class, "add", "(Ljava/lang/Object;)Z"); in ConvertToClassificationResults()
|
/external/tflite-support/tensorflow_lite_support/java/src/native/task/text/nlclassifier/ |
D | nl_classifier_jni.cc | 50 env->GetMethodID(nl_classifier_options_class, "inputTensorIndex", "()I"); in ConvertJavaNLClassifierOptions() 51 jmethodID output_score_tensor_index_method_id = env->GetMethodID( in ConvertJavaNLClassifierOptions() 53 jmethodID output_label_tensor_index_method_id = env->GetMethodID( in ConvertJavaNLClassifierOptions() 55 jmethodID input_tensor_name_method_id = env->GetMethodID( in ConvertJavaNLClassifierOptions() 58 env->GetMethodID(nl_classifier_options_class, "outputScoreTensorName", in ConvertJavaNLClassifierOptions() 61 env->GetMethodID(nl_classifier_options_class, "outputLabelTensorName", in ConvertJavaNLClassifierOptions()
|
/external/deqp/framework/platform/android/ |
D | tcuTestLogParserJNI.cpp | 88 …m_sessionInfoID = m_env->GetMethodID(m_class, "sessionInfo", "(Ljava/lang/String;Ljava/lang/… in TestLogListener() 89 m_beginSessionID = m_env->GetMethodID(m_class, "beginSession", "()V"); in TestLogListener() 90 m_endSessionID = m_env->GetMethodID(m_class, "endSession", "()V"); in TestLogListener() 91 m_beginTestCaseID = m_env->GetMethodID(m_class, "beginTestCase", "(Ljava/lang/String;)V"); in TestLogListener() 92 m_endTestCaseID = m_env->GetMethodID(m_class, "endTestCase", "()V"); in TestLogListener() 93 … m_terminateTestCaseID = m_env->GetMethodID(m_class, "terminateTestCase", "(Ljava/lang/String;)V"); in TestLogListener() 94 …m_testCaseResultID = m_env->GetMethodID(m_class, "testCaseResult", "(Ljava/lang/String;Ljava/la… in TestLogListener() 95 m_testLogData = m_env->GetMethodID(m_class, "testLogData", "(Ljava/lang/String;)V"); in TestLogListener() 207 …m_beginTestRunParamsCollectionID = m_env->GetMethodID(m_class, "beginTestRunParamsCollection", "()… in KhronosCTSTestLogListener() 208 …m_endTestRunParamsCollectionID = m_env->GetMethodID(m_class, "endTestRunParamsCollection", "()V"… in KhronosCTSTestLogListener() [all …]
|
D | tcuAndroidExecService.cpp | 98 …ctorId = env->GetMethodID(m_remoteCls, "<init>", "(Landroid/content/Context;Ljava/lang/String;)V"); in TestProcess() 117 …m_start = env->GetMethodID(m_remoteCls, "start", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/… in TestProcess() 120 m_kill = env->GetMethodID(m_remoteCls, "kill", "()Z"); in TestProcess() 123 m_isRunning = env->GetMethodID(m_remoteCls, "isRunning", "()Z"); in TestProcess()
|
/external/tflite-support/tensorflow_lite_support/cc/utils/ |
D | jni_utils.cc | 36 list_object, env->GetMethodID(env->GetObjectClass(list_object), in StringListToVector() 40 env->GetMethodID(env->GetObjectClass(j_iterator), "hasNext", "()Z"); in StringListToVector() 41 jmethodID get_next = env->GetMethodID(env->GetObjectClass(j_iterator), "next", in StringListToVector() 88 env->GetMethodID(e_class, "<init>", "(Ljava/lang/Object;)V"); in ThrowExceptionWithMessage()
|
D | jni_utils.h | 59 env->GetMethodID(array_list_class, "<init>", "(I)V"); in ConvertVectorToArrayList() 64 env->GetMethodID(array_list_class, "add", "(Ljava/lang/Object;)Z"); in ConvertVectorToArrayList()
|
/external/angle/util/android/ |
D | AndroidWindow.cpp | 53 jmethodID methodID = jni->GetMethodID(clazz, "setRequestedOrientation", "(I)V"); in SetScreenOrientation() 235 jmethodID getApplicationContextMethod = jni->GetMethodID( in GetApplicationDirectory() 260 jmethodID getFilesDirMethod = jni->GetMethodID(contextClass, "getFilesDir", "()Ljava/io/File;"); in GetApplicationDirectory() 285 jni->GetMethodID(fileClass, "getAbsolutePath", "()Ljava/lang/String;"); in GetApplicationDirectory() 357 jni->GetMethodID(classFile, "getAbsolutePath", "()Ljava/lang/String;"); in GetExternalStorageDirectory()
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/flac/src/main/jni/ |
D | flac_jni.cc | 49 mid = env->GetMethodID(cls, "read", "(Ljava/nio/ByteBuffer;)I"); in setFlacDecoderJni() 104 env->GetMethodID(arrayListClass, "<init>", "()V"); in DECODER_FUNC() 107 env->GetMethodID(arrayListClass, "add", "(Ljava/lang/Object;)Z"); in DECODER_FUNC() 128 env->GetMethodID(pictureFrameClass, "<init>", in DECODER_FUNC() 155 env->GetMethodID(flacStreamMetadataClass, "<init>", in DECODER_FUNC()
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/flac/src/main/jni/ |
D | flac_jni.cc | 49 mid = env->GetMethodID(cls, "read", "(Ljava/nio/ByteBuffer;)I"); in setFlacDecoderJni() 104 env->GetMethodID(arrayListClass, "<init>", "()V"); in DECODER_FUNC() 107 env->GetMethodID(arrayListClass, "add", "(Ljava/lang/Object;)Z"); in DECODER_FUNC() 128 env->GetMethodID(pictureFrameClass, "<init>", in DECODER_FUNC() 155 env->GetMethodID(flacStreamMetadataClass, "<init>", in DECODER_FUNC()
|
/external/webrtc/modules/video_coding/codecs/test/ |
D | android_codec_factory_helper.cc | 55 jmethodID factory_constructor = env->GetMethodID( in CreateAndroidEncoderFactory() 69 jmethodID factory_constructor = env->GetMethodID( in CreateAndroidDecoderFactory()
|
/external/libtextclassifier/native/actions/ |
D | actions_jni.cc | 163 JniHelper::GetMethodID( in ActionSuggestionsToJObject() 170 JniHelper::GetMethodID(env, slot_class.get(), "<init>", in ActionSuggestionsToJObject() 263 JniHelper::GetMethodID(env, result_class.get(), "<init>", in ActionSuggestionsToJObject() 286 JniHelper::GetMethodID(env, message_class.get(), "getText", in FromJavaConversationMessage() 295 JniHelper::GetMethodID(env, message_class.get(), "getUserId", "()I")); in FromJavaConversationMessage() 301 JniHelper::GetMethodID(env, message_class.get(), in FromJavaConversationMessage() 310 JniHelper::GetMethodID(env, message_class.get(), "getReferenceTimezone", in FromJavaConversationMessage() 318 JniHelper::GetMethodID(env, message_class.get(), in FromJavaConversationMessage() 351 JniHelper::GetMethodID(env, conversation_class.get(), in FromJavaConversation()
|
/external/webrtc/modules/utility/source/ |
D | helpers_android.cc | 49 jmethodID GetMethodID(JNIEnv* jni, in GetMethodID() function 53 jmethodID m = jni->GetMethodID(c, name, signature); in GetMethodID()
|
/external/v4l2_codec2/tests/c2_e2e_test/jni/ |
D | e2e_test_jni.cpp | 30 jmethodID methodid = env_->GetMethodID(cls, "onCodecReady", "(J)V"); in OnCodecReady() 36 jmethodID methodid = env_->GetMethodID(cls, "onSizeChanged", "(II)V"); in OnSizeChanged()
|
/external/cronet/tot/base/android/ |
D | input_hint_checker.cc | 233 jmethodID get_method_id = env->GetMethodID( in InitGlobalRefsAndMethodIds() 266 invoke_id_ = env->GetMethodID( in InitGlobalRefsAndMethodIds() 280 boolean_value_id_ = env->GetMethodID(boolean_class, "booleanValue", "()Z"); in InitGlobalRefsAndMethodIds()
|
/external/cronet/stable/base/android/ |
D | input_hint_checker.cc | 233 jmethodID get_method_id = env->GetMethodID( in InitGlobalRefsAndMethodIds() 266 invoke_id_ = env->GetMethodID( in InitGlobalRefsAndMethodIds() 280 boolean_value_id_ = env->GetMethodID(boolean_class, "booleanValue", "()Z"); in InitGlobalRefsAndMethodIds()
|
/external/icu/libicu/test/src/ |
D | uloc_jni_test.cpp | 82 jmethodID ulocale_ctor = env->GetMethodID(ulocale_class.get(), ctor_methodname, in uloc_setDefault_java() 87 jmethodID ulocale_toLocale = env->GetMethodID(ulocale_class.get(), toLocale_methodname, in uloc_setDefault_java()
|
/external/perfetto/src/android_sdk/nativehelper/ |
D | JNIHelp.h | 135 jmethodID methodId = env->GetMethodID(clazz, methodName, descriptor); in FindMethod() 211 jmethodID init = env->GetMethodID(clazz, "<init>", "()V"); in NewStringWriter() 226 jmethodID init = env->GetMethodID(clazz, "<init>", "(Ljava/io/Writer;)V"); in NewPrintWriter() 355 jmethodID init = env->GetMethodID(exceptionClass, "<init>", ctorSig); in ThrowException()
|
/external/icing/icing/text_classifier/lib3/utils/java/ |
D | jni-helper.cc | 41 StatusOr<jmethodID> JniHelper::GetMethodID(JNIEnv* env, jclass clazz, in GetMethodID() function in libtextclassifier3::JniHelper 44 jmethodID result = env->GetMethodID(clazz, method_name, signature); in GetMethodID() 275 JniHelper::GetMethodID(env, string_class.get(), "getBytes", in JStringToUtf8String()
|
/external/libtextclassifier/native/utils/java/ |
D | jni-helper.cc | 41 StatusOr<jmethodID> JniHelper::GetMethodID(JNIEnv* env, jclass clazz, in GetMethodID() function in libtextclassifier3::JniHelper 44 jmethodID result = env->GetMethodID(clazz, method_name, signature); in GetMethodID() 275 JniHelper::GetMethodID(env, string_class.get(), "getBytes", in JStringToUtf8String()
|
/external/sl4a/ScriptingLayerForAndroid/jni/ |
D | com_googlecode_android_scripting_Exec.cpp | 94 jmethodID MID_String_getBytes = env->GetMethodID( in JNU_GetStringNativeChars() 167 jmethodID init = env->GetMethodID(Class_java_io_FileDescriptor, "<init>", "()V"); in Java_com_googlecode_android_1scripting_Exec_createSubprocess()
|
/external/oboe/apps/fxlab/app/src/main/cpp/ |
D | native-lib.cpp | 57 auto jparamMethodId = env->GetMethodID(jparamcl, "<init>", "(Ljava/lang/String;FFF)V"); in Java_com_mobileer_androidfxlab_NativeInterface_getEffects() 58 auto jMethodId = env->GetMethodID(jcl, "<init>", in Java_com_mobileer_androidfxlab_NativeInterface_getEffects()
|
/external/webrtc/modules/utility/include/ |
D | helpers_android.h | 48 jmethodID GetMethodID(JNIEnv* jni,
|