Home
last modified time | relevance | path

Searched refs:jvalue (Results 1 – 13 of 13) sorted by relevance

/external/webkit/WebCore/bridge/jni/
Djni_utility.h75 jvalue convertValueToJValue(ExecState*, JSValuePtr, JNIType, const char* javaClassName);
77 jvalue getJNIField(jobject obj, JNIType type, const char *name, const char *signature);
88 static void callA(jobject obj, jmethodID mid, jvalue* args)
99 static jobject callA(jobject obj, jmethodID mid, jvalue* args)
110 static jboolean callA(jobject obj, jmethodID mid, jvalue* args)
126 static jbyte callA(jobject obj, jmethodID mid, jvalue* args)
137 static jchar callA(jobject obj, jmethodID mid, jvalue* args)
148 static jshort callA(jobject obj, jmethodID mid, jvalue* args)
159 static jint callA(jobject obj, jmethodID mid, jvalue* args)
170 static jlong callA(jobject obj, jmethodID mid, jvalue* args)
[all …]
Djni_objc.mm38 - (jvalue)webPlugInCallJava:(jobject)object method:(jmethodID)method returnType:(JNIType)returnType… argument
39 - (jvalue)webPlugInCallJava:(jobject)object
43 arguments:(jvalue*)args
48 …bject obj, bool isStatic, JNIType returnType, jmethodID methodID, jvalue* args, jvalue &result, co… argument
79 bzero (&result, sizeof(jvalue));
Djni_runtime.cpp81 jvalue JavaField::dispatchValueFromInstance(ExecState *exec, const JavaInstance *instance, const ch… in dispatchValueFromInstance()
86 jvalue result; in dispatchValueFromInstance()
88 bzero (&result, sizeof(jvalue)); in dispatchValueFromInstance()
97 jvalue args[1]; in dispatchValueFromInstance()
118jvalue result = dispatchValueFromInstance (exec, instance, "get", "(Ljava/lang/Object;)Ljava/lang/… in valueFromInstance()
141jvalue result = dispatchValueFromInstance (exec, instance, "getInt", "(Ljava/lang/Object;)I", int_… in valueFromInstance()
151jvalue result = dispatchValueFromInstance (exec, instance, "getDouble", "(Ljava/lang/Object;)D", d… in valueFromInstance()
165 void JavaField::dispatchSetValueToInstance(ExecState *exec, const JavaInstance *instance, jvalue ja… in dispatchSetValueToInstance()
179 jvalue args[2]; in dispatchSetValueToInstance()
180 jvalue result; in dispatchSetValueToInstance()
[all …]
Djni_utility.cpp287 jvalue getJNIField( jobject obj, JNIType type, const char *name, const char *signature) in getJNIField()
291 jvalue result; in getJNIField()
293 bzero (&result, sizeof(jvalue)); in getJNIField()
471 jvalue convertValueToJValue(ExecState* exec, JSValuePtr value, JNIType _JNIType, const char* javaCl… in convertValueToJValue()
475 jvalue result; in convertValueToJValue()
524 bzero (&result, sizeof(jvalue)); // Handle it the same as a void case in convertValueToJValue()
573 bzero (&result, sizeof(jvalue)); in convertValueToJValue()
Djni_instance.cpp114 jvalue *jArgs; in invokeMethod()
141 jArgs = (jvalue *)malloc (count * sizeof(jvalue)); in invokeMethod()
152 jvalue result; in invokeMethod()
Djni_jsobject.h72 jvalue result;
91 static jvalue invoke(JSObjectCallContext*);
Djni_runtime.h124 …void dispatchSetValueToInstance(ExecState *exec, const JavaInstance *instance, jvalue javaValue, c…
125jvalue dispatchValueFromInstance(ExecState *exec, const JavaInstance *instance, const char *name, …
Djni_jsobject.mm183 jvalue JavaJSObject::invoke(JSObjectCallContext *context)
185 jvalue result;
187 bzero ((void *)&result, sizeof(jvalue));
/external/webkit/WebKit/mac/Plugins/
DWebJavaPlugIn.h77 - (jvalue)webPlugInCallJava:(jobject)object
81 arguments:(jvalue*)args
/external/libpcap/
Dgencode.c6860 gen_atmfield_code(atmfield, jvalue, jtype, reverse) in gen_atmfield_code() argument
6862 bpf_int32 jvalue;
6876 reverse, jvalue);
6885 reverse, jvalue);
6892 reverse, jvalue);
6899 0xffffffff, jtype, reverse, jvalue);
6908 jtype, reverse, jvalue);
7063 gen_mtp3field_code(mtp3field, jvalue, jtype, reverse) in gen_mtp3field_code() argument
7065 bpf_u_int32 jvalue;
7078 if(jvalue > 255)
[all …]
Dgencode.h300 struct block *gen_atmfield_code(int atmfield, bpf_int32 jvalue, bpf_u_int32 jtype, int reverse);
305 struct block *gen_mtp3field_code(int mtp3field, bpf_u_int32 jvalue, bpf_u_int32 jtype, int reverse);
/external/webkit/WebCore/platform/android/
DTemporaryLinkStubs.cpp739 …jmethodID methodID, jvalue* args, jvalue& result, const char* callingURL, JSValuePtr& exceptionDes… in dispatchJNICall()
/external/jhead/
Dmain.c59 jstring jvalue = (*env)->NewStringUTF(env, value); in addExifAttibute() local
61 jobject jobject_of_entryset = (*env)->CallObjectMethod(env, hashMap, putMethod, jkey, jvalue); in addExifAttibute()
64 (*env)->ReleaseStringUTFChars(env, jvalue, value); in addExifAttibute()