Home
last modified time | relevance | path

Searched defs:jvalue (Results 1 – 11 of 11) sorted by relevance

/external/webp/swig/
Dlibwebp_java_wrap.c1064 jint jvalue = (jint)temp3; local
1068 jint jvalue = (jint)temp4; local
1119 jint jvalue = (jint)temp3; local
1123 jint jvalue = (jint)temp4; local
1175 jint jvalue = (jint)temp3; local
1179 jint jvalue = (jint)temp4; local
1231 jint jvalue = (jint)temp3; local
1235 jint jvalue = (jint)temp4; local
1287 jint jvalue = (jint)temp3; local
1291 jint jvalue = (jint)temp4; local
[all …]
/external/rust/crates/jni/src/wrapper/objects/
Dmod.rs2 mod jvalue; module
Djvalue.rs25 impl<'a> From<JValue<'a>> for jvalue { implementation
26 fn from(other: JValue) -> jvalue { in from()
33 pub fn to_jni(self) -> jvalue { in to_jni()
/external/libchrome/base/android/
Dcommand_line_android.cc66 const JavaParamRef<jstring>& jvalue) { in JNI_CommandLine_AppendSwitchWithValue()
/external/cronet/base/android/
Dcommand_line_android.cc73 const JavaParamRef<jstring>& jvalue) { in JNI_CommandLine_AppendSwitchWithValue()
/external/cronet/components/cronet/android/
Dcronet_url_request_adapter.cc139 const JavaParamRef<jstring>& jvalue) { in AddRequestHeader()
/external/rust/crates/jni/benches/
Dapi_calls.rs108 args: &[jvalue], in jni_object_call_static_unchecked()
/external/libpcap/
Dgencode.c9470 bpf_u_int32 jvalue, int jtype, int reverse) in gen_atmfield_code_internal()
9557 bpf_u_int32 jvalue, int jtype, int reverse) in gen_atmfield_code()
9768 volatile bpf_u_int32 jvalue = jvalue_arg; in gen_mtp3field_code() local
/external/rust/crates/jni/src/wrapper/
Djnienv.rs791 args: &[jvalue], in call_static_method_unchecked()
907 args: &[jvalue], in call_method_unchecked()
/external/oj-libjdwp/src/share/javavm/export/
Djni.h120 typedef union jvalue { union
130 } jvalue; typedef
/external/rust/crates/jni-sys/src/
Dlib.rs51 impl Clone for jvalue { implementation