Home
last modified time | relevance | path

Searched refs:get_method_id (Results 1 – 25 of 75) sorted by relevance

123

/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/jni-0.19.0/src/wrapper/objects/
H A Djmap.rs43 let get = env.get_method_id(&class, "get", "(Ljava/lang/Object;)Ljava/lang/Object;")?; in from_env()
44 let put = env.get_method_id( in from_env()
52 env.get_method_id(&class, "remove", "(Ljava/lang/Object;)Ljava/lang/Object;")?; in from_env()
128 let has_next = self.env.get_method_id(&iter_class, "hasNext", "()Z")?; in iter()
132 .get_method_id(&iter_class, "next", "()Ljava/lang/Object;")?; in iter()
140 .get_method_id(&entry_class, "getKey", "()Ljava/lang/Object;")?; in iter()
144 .get_method_id(&entry_class, "getValue", "()Ljava/lang/Object;")?; in iter()
H A Djlist.rs45 let get = env.get_method_id(&class, "get", "(I)Ljava/lang/Object;")?; in from_env()
46 let add = env.get_method_id(&class, "add", "(Ljava/lang/Object;)Z")?; in from_env()
47 let add_idx = env.get_method_id(&class, "add", "(ILjava/lang/Object;)V")?; in from_env()
48 let remove = env.get_method_id(&class, "remove", "(I)Ljava/lang/Object;")?; in from_env()
49 let size = env.get_method_id(&class, "size", "()I")?; in from_env()
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/jni-0.16.0/src/wrapper/objects/
H A Djmap.rs43 let get = env.get_method_id(&class, "get", "(Ljava/lang/Object;)Ljava/lang/Object;")?; in from_env()
44 let put = env.get_method_id( in from_env()
52 env.get_method_id(&class, "remove", "(Ljava/lang/Object;)Ljava/lang/Object;")?; in from_env()
128 let has_next = self.env.get_method_id(&iter_class, "hasNext", "()Z")?; in iter()
132 .get_method_id(&iter_class, "next", "()Ljava/lang/Object;")?; in iter()
140 .get_method_id(&entry_class, "getKey", "()Ljava/lang/Object;")?; in iter()
144 .get_method_id(&entry_class, "getValue", "()Ljava/lang/Object;")?; in iter()
H A Djlist.rs45 let get = env.get_method_id(&class, "get", "(I)Ljava/lang/Object;")?; in from_env()
46 let add = env.get_method_id(&class, "add", "(Ljava/lang/Object;)Z")?; in from_env()
47 let add_idx = env.get_method_id(&class, "add", "(ILjava/lang/Object;)V")?; in from_env()
48 let remove = env.get_method_id(&class, "remove", "(I)Ljava/lang/Object;")?; in from_env()
49 let size = env.get_method_id(&class, "size", "()I")?; in from_env()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/jni-0.19.0/src/wrapper/objects/
H A Djmap.rs43 let get = env.get_method_id(&class, "get", "(Ljava/lang/Object;)Ljava/lang/Object;")?; in from_env()
44 let put = env.get_method_id( in from_env()
52 env.get_method_id(&class, "remove", "(Ljava/lang/Object;)Ljava/lang/Object;")?; in from_env()
128 let has_next = self.env.get_method_id(&iter_class, "hasNext", "()Z")?; in iter()
132 .get_method_id(&iter_class, "next", "()Ljava/lang/Object;")?; in iter()
140 .get_method_id(&entry_class, "getKey", "()Ljava/lang/Object;")?; in iter()
144 .get_method_id(&entry_class, "getValue", "()Ljava/lang/Object;")?; in iter()
H A Djlist.rs45 let get = env.get_method_id(&class, "get", "(I)Ljava/lang/Object;")?; in from_env()
46 let add = env.get_method_id(&class, "add", "(Ljava/lang/Object;)Z")?; in from_env()
47 let add_idx = env.get_method_id(&class, "add", "(ILjava/lang/Object;)V")?; in from_env()
48 let remove = env.get_method_id(&class, "remove", "(I)Ljava/lang/Object;")?; in from_env()
49 let size = env.get_method_id(&class, "size", "()I")?; in from_env()
/dports/devel/texlab/texlab-3.3.0/cargo-crates/jni-0.19.0/src/wrapper/objects/
H A Djmap.rs43 let get = env.get_method_id(&class, "get", "(Ljava/lang/Object;)Ljava/lang/Object;")?; in from_env()
44 let put = env.get_method_id( in from_env()
52 env.get_method_id(&class, "remove", "(Ljava/lang/Object;)Ljava/lang/Object;")?; in from_env()
128 let has_next = self.env.get_method_id(&iter_class, "hasNext", "()Z")?; in iter()
132 .get_method_id(&iter_class, "next", "()Ljava/lang/Object;")?; in iter()
140 .get_method_id(&entry_class, "getKey", "()Ljava/lang/Object;")?; in iter()
144 .get_method_id(&entry_class, "getValue", "()Ljava/lang/Object;")?; in iter()
H A Djlist.rs45 let get = env.get_method_id(&class, "get", "(I)Ljava/lang/Object;")?; in from_env()
46 let add = env.get_method_id(&class, "add", "(Ljava/lang/Object;)Z")?; in from_env()
47 let add_idx = env.get_method_id(&class, "add", "(ILjava/lang/Object;)V")?; in from_env()
48 let remove = env.get_method_id(&class, "remove", "(I)Ljava/lang/Object;")?; in from_env()
49 let size = env.get_method_id(&class, "size", "()I")?; in from_env()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/jni-0.19.0/src/wrapper/objects/
H A Djmap.rs43 let get = env.get_method_id(&class, "get", "(Ljava/lang/Object;)Ljava/lang/Object;")?;
44 let put = env.get_method_id(
52 env.get_method_id(&class, "remove", "(Ljava/lang/Object;)Ljava/lang/Object;")?;
128 let has_next = self.env.get_method_id(&iter_class, "hasNext", "()Z")?;
132 .get_method_id(&iter_class, "next", "()Ljava/lang/Object;")?;
140 .get_method_id(&entry_class, "getKey", "()Ljava/lang/Object;")?;
144 .get_method_id(&entry_class, "getValue", "()Ljava/lang/Object;")?;
H A Djlist.rs45 let get = env.get_method_id(&class, "get", "(I)Ljava/lang/Object;")?;
46 let add = env.get_method_id(&class, "add", "(Ljava/lang/Object;)Z")?;
47 let add_idx = env.get_method_id(&class, "add", "(ILjava/lang/Object;)V")?;
48 let remove = env.get_method_id(&class, "remove", "(I)Ljava/lang/Object;")?;
49 let size = env.get_method_id(&class, "size", "()I")?;
/dports/sysutils/tealdeer/tealdeer-1.4.1/cargo-crates/jni-0.14.0/src/wrapper/objects/
H A Djmap.rs43 let get = env.get_method_id(&class, "get", "(Ljava/lang/Object;)Ljava/lang/Object;")?; in from_env()
44 let put = env.get_method_id( in from_env()
52 env.get_method_id(&class, "remove", "(Ljava/lang/Object;)Ljava/lang/Object;")?; in from_env()
128 let has_next = self.env.get_method_id(&iter_class, "hasNext", "()Z")?; in iter()
132 .get_method_id(&iter_class, "next", "()Ljava/lang/Object;")?; in iter()
140 .get_method_id(&entry_class, "getKey", "()Ljava/lang/Object;")?; in iter()
144 .get_method_id(&entry_class, "getValue", "()Ljava/lang/Object;")?; in iter()
H A Djlist.rs45 let get = env.get_method_id(&class, "get", "(I)Ljava/lang/Object;")?; in from_env()
46 let add = env.get_method_id(&class, "add", "(Ljava/lang/Object;)Z")?; in from_env()
47 let add_idx = env.get_method_id(&class, "add", "(ILjava/lang/Object;)V")?; in from_env()
48 let remove = env.get_method_id(&class, "remove", "(I)Ljava/lang/Object;")?; in from_env()
49 let size = env.get_method_id(&class, "size", "()I")?; in from_env()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/runtime/jni/checked/
H A DlibTestCheckedJniExceptionCheck.c36 static jmethodID get_method_id(JNIEnv *env, jclass clz, jstring jname, jstring jsig) { in get_method_id() function
63 _callable_method_id = get_method_id(env, clz, in Java_TestCheckedJniExceptionCheck_initMethodIds()
67 _callable_nested_method_id = get_method_id(env, clz, in Java_TestCheckedJniExceptionCheck_initMethodIds()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/runtime/jni/checked/
H A DlibTestCheckedJniExceptionCheck.c36 static jmethodID get_method_id(JNIEnv *env, jclass clz, jstring jname, jstring jsig) { in get_method_id() function
63 _callable_method_id = get_method_id(env, clz, in Java_TestCheckedJniExceptionCheck_initMethodIds()
67 _callable_nested_method_id = get_method_id(env, clz, in Java_TestCheckedJniExceptionCheck_initMethodIds()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/runtime/jni/checked/
H A DlibTestCheckedJniExceptionCheck.c36 static jmethodID get_method_id(JNIEnv *env, jclass clz, jstring jname, jstring jsig) { in get_method_id() function
63 _callable_method_id = get_method_id(env, clz, in Java_TestCheckedJniExceptionCheck_initMethodIds()
67 _callable_nested_method_id = get_method_id(env, clz, in Java_TestCheckedJniExceptionCheck_initMethodIds()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/runtime/jni/checked/
H A DlibTestCheckedJniExceptionCheck.c36 static jmethodID get_method_id(JNIEnv *env, jclass clz, jstring jname, jstring jsig) { in get_method_id() function
63 _callable_method_id = get_method_id(env, clz, in Java_TestCheckedJniExceptionCheck_initMethodIds()
67 _callable_nested_method_id = get_method_id(env, clz, in Java_TestCheckedJniExceptionCheck_initMethodIds()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/runtime/jni/checked/
H A DlibTestCheckedJniExceptionCheck.c36 static jmethodID get_method_id(JNIEnv *env, jclass clz, jstring jname, jstring jsig) { in get_method_id() function
63 _callable_method_id = get_method_id(env, clz, in Java_TestCheckedJniExceptionCheck_initMethodIds()
67 _callable_nested_method_id = get_method_id(env, clz, in Java_TestCheckedJniExceptionCheck_initMethodIds()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/runtime/jni/checked/
H A DlibTestCheckedJniExceptionCheck.c36 static jmethodID get_method_id(JNIEnv *env, jclass clz, jstring jname, jstring jsig) { in get_method_id() function
63 _callable_method_id = get_method_id(env, clz, in Java_TestCheckedJniExceptionCheck_initMethodIds()
67 _callable_nested_method_id = get_method_id(env, clz, in Java_TestCheckedJniExceptionCheck_initMethodIds()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/runtime/jni/checked/
H A DlibTestCheckedJniExceptionCheck.c36 static jmethodID get_method_id(JNIEnv *env, jclass clz, jstring jname, jstring jsig) { in get_method_id() function
63 _callable_method_id = get_method_id(env, clz, in Java_TestCheckedJniExceptionCheck_initMethodIds()
67 _callable_nested_method_id = get_method_id(env, clz, in Java_TestCheckedJniExceptionCheck_initMethodIds()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/runtime/jni/checked/
H A DlibTestCheckedJniExceptionCheck.c36 static jmethodID get_method_id(JNIEnv *env, jclass clz, jstring jname, jstring jsig) { in get_method_id() function
63 _callable_method_id = get_method_id(env, clz, in Java_TestCheckedJniExceptionCheck_initMethodIds()
67 _callable_nested_method_id = get_method_id(env, clz, in Java_TestCheckedJniExceptionCheck_initMethodIds()
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/tl/
H A Dtl_jni_object.cpp59 jmethodID get_method_id(JNIEnv *env, jclass clazz, const char *name, const char *signature) { in get_method_id() function
114 GetConstructorID = get_method_id(env, ObjectClass, "getConstructor", "()I"); in init_vars()
115 BooleanGetValueMethodID = get_method_id(env, BooleanClass, "booleanValue", "()Z"); in init_vars()
116 IntegerGetValueMethodID = get_method_id(env, IntegerClass, "intValue", "()I"); in init_vars()
117 LongGetValueMethodID = get_method_id(env, LongClass, "longValue", "()J"); in init_vars()
118 DoubleGetValueMethodID = get_method_id(env, DoubleClass, "doubleValue", "()D"); in init_vars()
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/crates/profiling/src/
H A Dvtune_linux.rs56 pub fn get_method_id(&mut self, module_id: usize, func_idx: DefinedFuncIndex) -> u32 { in get_method_id() method
141 let method_id = self.get_method_id(module.id, idx); in module_load()
/dports/multimedia/kodi-addon-inputstream.adaptive/inputstream.adaptive-19.0.1-Matrix/wvdecrypter/jni/jutils/
H A Djutils-details.hpp354 jmethodID get_method_id(JNIEnv *env, jhclass const &cls, const char *name, const char *signature) in get_method_id() function
360 jmethodID get_method_id(jhclass const &cls, const char *name, const char *signature) in get_method_id() function
362 return get_method_id(xbmc_jnienv(), cls, name, signature); in get_method_id()
366 jmethodID get_method_id(JNIEnv *env, jhobject const &obj, const char *name, const char *signature) in get_method_id() function
368 return get_method_id(env, get_class(env, obj), name, signature); in get_method_id()
372 jmethodID get_method_id(jholder<T> const &obj, const char *name, const char *signature) in get_method_id() function
374 return get_method_id(xbmc_jnienv(), obj, name, signature); in get_method_id()
927 …return call_method<Ret>(env, obj, get_method_id(env, obj, name, signature), details::forward<Args>…
975 …return new_object(env, cls, get_method_id(env, cls, name, signature), details::forward<Args>(args)… in new_object()
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/jni-0.16.0/benches/
H A Dapi_calls.rs139 .get_method_id(obj, METHOD_OBJECT_HASH_CODE, SIG_OBJECT_HASH_CODE) in jni_call_object_method_unchecked()
161 .get_method_id(class, METHOD_CTOR, SIG_OBJECT_CTOR) in jni_new_object_by_id_str()
186 .get_method_id(class, METHOD_CTOR, SIG_OBJECT_CTOR) in jni_new_object_by_id_jclass()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/jni-0.19.0/benches/
H A Dapi_calls.rs139 .get_method_id(obj, METHOD_OBJECT_HASH_CODE, SIG_OBJECT_HASH_CODE) in jni_call_object_method_unchecked()
161 .get_method_id(class, METHOD_CTOR, SIG_OBJECT_CTOR) in jni_new_object_by_id_str()
186 .get_method_id(class, METHOD_CTOR, SIG_OBJECT_CTOR) in jni_new_object_by_id_jclass()

123