Home
last modified time | relevance | path

Searched refs:jmethodID (Results 1 – 25 of 97) sorted by relevance

1234

/external/libtextclassifier/utils/java/
Djni-cache.h41 jmethodID string_init_bytes_charset = nullptr;
42 jmethodID string_code_point_count = nullptr;
43 jmethodID string_length = nullptr;
48 jmethodID pattern_compile = nullptr;
49 jmethodID pattern_matcher = nullptr;
53 jmethodID matcher_matches = nullptr;
54 jmethodID matcher_find = nullptr;
55 jmethodID matcher_reset = nullptr;
56 jmethodID matcher_start_idx = nullptr;
57 jmethodID matcher_end_idx = nullptr;
[all …]
/external/oj-libjdwp/src/share/javavm/export/
Djni.h136 typedef struct _jmethodID *jmethodID; typedef
228 jmethodID (JNICALL *FromReflectedMethod)
234 (JNIEnv *env, jclass cls, jmethodID methodID, jboolean isStatic);
278 (JNIEnv *env, jclass clazz, jmethodID methodID, ...);
280 (JNIEnv *env, jclass clazz, jmethodID methodID, va_list args);
282 (JNIEnv *env, jclass clazz, jmethodID methodID, const jvalue *args);
289 jmethodID (JNICALL *GetMethodID)
293 (JNIEnv *env, jobject obj, jmethodID methodID, ...);
295 (JNIEnv *env, jobject obj, jmethodID methodID, va_list args);
297 (JNIEnv *env, jobject obj, jmethodID methodID, const jvalue * args);
[all …]
Djvmti.h505 …ng class_tag, jlong size, jlong* tag_ptr, jlong thread_tag, jint depth, jmethodID method, jint slo…
536 jmethodID method;
558 jmethodID method;
566 jmethodID method;
724 jmethodID method,
753 jmethodID method,
762 jmethodID method,
778 jmethodID method,
781 jmethodID catch_method,
788 jmethodID method,
[all …]
/external/libtextclassifier/utils/intents/
Djni.h81 jmethodID integer_init_ = nullptr;
85 jmethodID remote_action_template_init_ = nullptr;
89 jmethodID named_variant_from_int_ = nullptr;
90 jmethodID named_variant_from_long_ = nullptr;
91 jmethodID named_variant_from_float_ = nullptr;
92 jmethodID named_variant_from_double_ = nullptr;
93 jmethodID named_variant_from_bool_ = nullptr;
94 jmethodID named_variant_from_string_ = nullptr;
/external/libchrome/base/android/
Djni_android.cc27 jmethodID g_class_loader_load_class_method_id = 0;
169 jmethodID MethodID::Get(JNIEnv* env, in Get()
173 jmethodID id = type == TYPE_STATIC ? in Get()
188 jmethodID MethodID::LazyGet(JNIEnv* env, in LazyGet()
193 static_assert(sizeof(subtle::AtomicWord) >= sizeof(jmethodID), in LazyGet()
197 return reinterpret_cast<jmethodID>(value); in LazyGet()
198 jmethodID id = MethodID::Get<type>(env, clazz, method_name, jni_signature); in LazyGet()
205 template jmethodID MethodID::Get<MethodID::TYPE_STATIC>(
209 template jmethodID MethodID::Get<MethodID::TYPE_INSTANCE>(
213 template jmethodID MethodID::LazyGet<MethodID::TYPE_STATIC>(
[all …]
Djni_android_unittest.cc18 jmethodID id = base::android::MethodID::LazyGet< in LazyMethodIDCall()
28 int MethodIDCall(JNIEnv* env, jclass clazz, jmethodID id, int p) { in MethodIDCall()
43 jmethodID id = reinterpret_cast<jmethodID>(g_atomic_id); in TEST()
/external/oj-libjdwp/src/share/back/
Dutil.h118 jmethodID threadConstructor;
119 jmethodID threadSetDaemon;
120 jmethodID threadResume;
121 jmethodID systemGetProperty;
122 jmethodID setProperty;
235 jmethodID method;
258 jmethodID catch_method;
338 jmethodID method, jlocation location);
361 jvmtiError methodSignature(jmethodID, char **, char **, char **);
362 jvmtiError methodReturnType(jmethodID, char *);
[all …]
DeventHandler.c324 EventIndex ei, jclass clazz, jmethodID method, jlocation location) in deferEventReport()
369 jclass clazz, jmethodID method, jlocation location) in skipEventReport()
389 jclass clazz, jmethodID method, jlocation location, in reportEvents()
522 (jclass)NULL, (jmethodID)NULL, 0, eventBag); in synthesizeUnloadEvent()
730 getMethodClass(jvmtiEnv *jvmti_env, jmethodID method) in getMethodClass()
759 jthread thread, jmethodID method, jlocation location) in cbSingleStep()
781 jthread thread, jmethodID method, jlocation location) in cbBreakpoint()
803 jthread thread, jmethodID method, in cbFramePop()
830 jthread thread, jmethodID method, in cbException()
832 jmethodID catch_method, jlocation catch_location) in cbException()
[all …]
DMethodImpl.c37 jmethodID method; in lineTable()
100 jmethodID method; in doVariableTable()
180 jmethodID method; in bytecodes()
216 jmethodID method; in isObsolete()
/external/webrtc/webrtc/modules/audio_device/android/
Daudio_track_jni.h57 jmethodID init_playout_;
58 jmethodID start_playout_;
59 jmethodID stop_playout_;
60 jmethodID set_stream_volume_;
61 jmethodID get_stream_max_volume_;
62 jmethodID get_stream_volume_;
Daudio_record_jni.h61 jmethodID init_recording_;
62 jmethodID start_recording_;
63 jmethodID stop_recording_;
64 jmethodID enable_built_in_aec_;
65 jmethodID enable_built_in_agc_;
66 jmethodID enable_built_in_ns_;
Daudio_manager.h52 jmethodID init_;
53 jmethodID dispose_;
54 jmethodID is_communication_mode_enabled_;
55 jmethodID is_device_blacklisted_for_open_sles_usage_;
/external/webrtc/webrtc/modules/utility/include/
Djvm_android.h47 jboolean CallBooleanMethod(jmethodID methodID, ...);
48 jint CallIntMethod(jmethodID methodID, ...);
49 void CallVoidMethod(jmethodID methodID, ...);
63 jmethodID GetMethodId(const char* name, const char* signature);
64 jmethodID GetStaticMethodId(const char* name, const char* signature);
65 jobject CallStaticObjectMethod(jmethodID methodID, ...);
/external/libchrome/base/android/jni_generator/
DtestConstantsFromJavaP.golden133 jmethodID method_id = base::android::MethodID::LazyGet<
179 jmethodID method_id = base::android::MethodID::LazyGet<
226 jmethodID method_id = base::android::MethodID::LazyGet<
270 jmethodID method_id = base::android::MethodID::LazyGet<
316 jmethodID method_id = base::android::MethodID::LazyGet<
348 jmethodID method_id = base::android::MethodID::LazyGet<
369 jmethodID method_id = base::android::MethodID::LazyGet<
390 jmethodID method_id = base::android::MethodID::LazyGet<
410 jmethodID method_id = base::android::MethodID::LazyGet<
428 jmethodID method_id = base::android::MethodID::LazyGet<
[all …]
DtestCalledByNatives.golden60 jmethodID method_id = base::android::MethodID::LazyGet<
83 jmethodID method_id = base::android::MethodID::LazyGet<
101 jmethodID method_id = base::android::MethodID::LazyGet<
121 jmethodID method_id = base::android::MethodID::LazyGet<
140 jmethodID method_id = base::android::MethodID::LazyGet<
163 jmethodID method_id = base::android::MethodID::LazyGet<
180 jmethodID method_id = base::android::MethodID::LazyGet<
199 jmethodID method_id = base::android::MethodID::LazyGet<
215 jmethodID method_id = base::android::MethodID::LazyGet<
234 jmethodID method_id = base::android::MethodID::LazyGet<
[all …]
DtestFromJavaP.golden47 jmethodID method_id = base::android::MethodID::LazyGet<
67 jmethodID method_id = base::android::MethodID::LazyGet<
86 jmethodID method_id = base::android::MethodID::LazyGet<
105 jmethodID method_id = base::android::MethodID::LazyGet<
125 jmethodID method_id = base::android::MethodID::LazyGet<
146 jmethodID method_id = base::android::MethodID::LazyGet<
171 jmethodID method_id = base::android::MethodID::LazyGet<
191 jmethodID method_id = base::android::MethodID::LazyGet<
210 jmethodID method_id = base::android::MethodID::LazyGet<
230 jmethodID method_id = base::android::MethodID::LazyGet<
/external/conscrypt/common/src/jni/main/include/conscrypt/
Djniutil.h46 extern jmethodID calendar_setMethod;
47 extern jmethodID inputStream_readMethod;
48 extern jmethodID integer_valueOfMethod;
49 extern jmethodID openSslInputStream_readLineMethod;
50 extern jmethodID outputStream_writeMethod;
51 extern jmethodID outputStream_flushMethod;
93 inline jmethodID getMethodRef(JNIEnv* env, jclass clazz, const char* name, const char* sig) { in getMethodRef()
94 jmethodID localMethod = env->GetMethodID(clazz, name, sig); in getMethodRef()
/external/webrtc/talk/app/webrtc/java/jni/
Dpeerconnection_jni.cc216 jmethodID ctor = GetMethodID(jni(), candidate_class, in OnIceCandidate()
223 jmethodID m = GetMethodID(jni(), *j_observer_class_, in OnIceCandidate()
232 jmethodID m = GetMethodID( in OnSignalingChange()
244 jmethodID m = GetMethodID( in OnIceConnectionChange()
255 jmethodID m = GetMethodID( in OnIceConnectionReceivingChange()
264 jmethodID m = GetMethodID( in OnIceGatheringChange()
297 jmethodID add = GetMethodID(jni(), in OnAddStream()
320 jmethodID add = GetMethodID(jni(), in OnAddStream()
330 jmethodID m = GetMethodID(jni(), *j_observer_class_, "onAddStream", in OnAddStream()
342 jmethodID m = GetMethodID(jni(), *j_observer_class_, "onRemoveStream", in OnRemoveStream()
[all …]
/external/deqp/framework/platform/android/
DtcuTestLogParserJNI.cpp66 jmethodID m_sessionInfoID;
67 jmethodID m_beginSessionID;
68 jmethodID m_endSessionID;
70 jmethodID m_beginTestCaseID;
71 jmethodID m_endTestCaseID;
72 jmethodID m_terminateTestCaseID;
73 jmethodID m_testCaseResultID;
74 jmethodID m_testLogData;
DtcuAndroidExecService.hpp66 jmethodID m_start;
67 jmethodID m_kill;
68 jmethodID m_isRunning;
DtcuAndroidUtil.cpp143 jmethodID getMethodID (JNIEnv* env, jclass cls, const char* methodName, const char* signature) in getMethodID()
145 const jmethodID id = env->GetMethodID(cls, methodName, signature); in getMethodID()
189 …const jmethodID setOrientationId = getMethodID(env, activityCls, "setRequestedOrientation", "(I)V"… in setRequestedOrientation()
387 …const jmethodID getPMID = getMethodID(env, activityCls, "getPackageManager", "()Landroid/conten… in getPackageManager()
397 …const jmethodID hasFeatureID = getMethodID(env, pmCls, "hasSystemFeature", "(Ljava/lang/String;)Z… in hasSystemFeature()
409 …const jmethodID getWMID = getMethodID(env, activityCls, "getWindowManager", "()Landroid/view/Wi… in getWindowManager()
418 …const jmethodID getDisplayID = getMethodID(env, wmClass, "getDefaultDisplay", "()Landroid/view/Di… in getDefaultDisplay()
427 const jmethodID ctorId = getMethodID(env, displayMetricsCls, "<init>", "()V"); in createDisplayMetrics()
438 …const jmethodID getMetricsID = getMethodID(env, displayCls, "getMetrics", "(Landroid/util/Displa… in getDisplayMetrics()
/external/webrtc/webrtc/modules/utility/source/
Dhelpers_android.cc48 jmethodID GetMethodID ( in GetMethodID()
50 jmethodID m = jni->GetMethodID(c, name, signature); in GetMethodID()
57 jmethodID GetStaticMethodID ( in GetStaticMethodID()
59 jmethodID m = jni->GetStaticMethodID(c, name, signature); in GetStaticMethodID()
Djvm_android.cc104 jboolean GlobalRef::CallBooleanMethod(jmethodID methodID, ...) { in CallBooleanMethod()
113 jint GlobalRef::CallIntMethod(jmethodID methodID, ...) { in CallIntMethod()
122 void GlobalRef::CallVoidMethod(jmethodID methodID, ...) { in CallVoidMethod()
156 jmethodID JavaClass::GetMethodId( in GetMethodId()
161 jmethodID JavaClass::GetStaticMethodId( in GetStaticMethodId()
166 jobject JavaClass::CallStaticObjectMethod(jmethodID methodID, ...) { in CallStaticObjectMethod()
/external/webrtc/webrtc/modules/video_render/android/
Dvideo_render_android_surface_view.h52 jmethodID _createByteBufferCid;
53 jmethodID _drawByteBufferCid;
55 jmethodID _setCoordinatesCid;
Dvideo_render_android_native_opengl2.h61 jmethodID _redrawCid;
62 jmethodID _registerNativeCID;
63 jmethodID _deRegisterNativeCID;

1234