Home
last modified time | relevance | path

Searched refs:jdouble (Results 1 – 23 of 23) sorted by relevance

/external/chromium_org/content/browser/geolocation/
Dlocation_api_adapter_android.cc20 jdouble latitude, in NewLocationAvailable()
21 jdouble longitude, in NewLocationAvailable()
22 jdouble time_stamp, in NewLocationAvailable()
23 jboolean has_altitude, jdouble altitude, in NewLocationAvailable()
24 jboolean has_accuracy, jdouble accuracy, in NewLocationAvailable()
25 jboolean has_heading, jdouble heading, in NewLocationAvailable()
26 jboolean has_speed, jdouble speed) { in NewLocationAvailable()
/external/chromium_org/content/browser/battery_status/
Dbattery_status_manager.h38 jdouble charging_time, jdouble discharging_time,
39 jdouble level);
Dbattery_status_manager_android.cc34 jboolean charging, jdouble charging_time, jdouble discharging_time, in GotBatteryStatus()
35 jdouble level) { in GotBatteryStatus()
/external/chromium_org/third_party/npapi/npspy/extern/java/
Djritypes.h78 jdouble d;
203 JRI_NewScalarArray(env, ((length) * sizeof(jdouble)), JRISigDouble, (jbyte*)(initialValues))
207 ((jdouble*)JRI_GetScalarArrayElements(env, array))
232 jdouble d;
Djni.h60 typedef double jdouble; typedef
130 jdouble d;
324 jdouble (JNICALL *CallDoubleMethod)
326 jdouble (JNICALL *CallDoubleMethodV)
328 jdouble (JNICALL *CallDoubleMethodA)
410 jdouble (JNICALL *CallNonvirtualDoubleMethod)
412 jdouble (JNICALL *CallNonvirtualDoubleMethodV)
415 jdouble (JNICALL *CallNonvirtualDoubleMethodA)
447 jdouble (JNICALL *GetDoubleField)
467 (JNIEnv *env, jobject obj, jfieldID fieldID, jdouble val);
[all …]
Djri.h452 jdouble (*CallMethodDouble)(JRIEnv* env, jint op, void* a, jint b, ...);
453 jdouble (*CallMethodDoubleV)(JRIEnv* env, jint op, void* a, jint b, va_list c);
454 jdouble (*CallMethodDoubleA)(JRIEnv* env, jint op, void* a, jint b, JRIValue* c);
464 jdouble (*GetFieldDouble)(JRIEnv* env, jint op, void* a, jint b);
473 void (*SetFieldDouble)(JRIEnv* env, jint op, void* a, jint b, jdouble c);
500 jdouble (*CallStaticMethodDouble)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b, ...);
501jdouble (*CallStaticMethodDoubleV)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b, va_lis…
502jdouble (*CallStaticMethodDoubleA)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b, JRIVal…
512 jdouble (*GetStaticFieldDouble)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b);
521 void (*SetStaticFieldDouble)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b, jdouble c);
Djri_md.h179 typedef double jdouble;
556 #define JRI_GET_DOUBLE(_t,_addr) (*(jdouble*)(_addr))
557 #define JRI_SET_DOUBLE(_t, _addr, _v) (*(jdouble*)(_addr) = (_v))
Djriext.h408 typedef jdouble
438 (*JRI_SetVar_double_t)(JRIDebuggerEnv* env, jsize frameIndex, jsize varIndex, jdouble value);
/external/chromium_org/ui/gfx/android/
Dshared_device_display_info.h43 jdouble dip_scale,
59 jdouble dip_scale,
Dshared_device_display_info.cc23 jdouble dip_scale, in UpdateSharedDeviceDisplayInfo()
102 jdouble dip_scale, in InvokeUpdate()
149 jdouble dip_scale, in UpdateDisplayInfo()
/external/chromium_org/base/android/jni_generator/
Dsample_for_tests.cc19 jdouble CPPClass::InnerClass::MethodOtherP0(JNIEnv* env, jobject obj) { in MethodOtherP0()
66 static jdouble GetDoubleFunction(JNIEnv*, jobject) { in GetDoubleFunction()
DtestNatives.golden103 jdouble alpha,
104 jdouble beta,
105 jdouble gamma) {
DtestEagerCalledByNativesOption.golden55 static jdouble testMethodWithNoParam(JNIEnv* env) {
56 jdouble ret = env->CallStaticDoubleMethod(Test_clazz(env),
Dsample_for_tests.h29 jdouble MethodOtherP0(JNIEnv* env, jobject obj);
DtestNativeExportsOption.golden155 static jdouble Java_SampleForTests_testMethodWithNoParam(JNIEnv* env) {
170 jdouble ret =
Dgolden_sample_for_tests_jni.h45 static jdouble GetDoubleFunction(JNIEnv* env, jobject jcaller);
69 static jdouble MethodOtherP0(JNIEnv* env, jobject jcaller, in MethodOtherP0()
/external/javasqlite/src/main/native/
Dsqlite_jni.h326 (JNIEnv *, jobject, jdouble);
441 (JNIEnv *, jobject, jint, jdouble);
520 JNIEXPORT jdouble JNICALL Java_SQLite_Stmt_column_1double
Dsqlite_jni.c2089 Java_SQLite_FunctionContext_set_1result__D(JNIEnv *env, jobject obj, jdouble d) in Java_SQLite_FunctionContext_set_1result__D()
3777 Java_SQLite_Stmt_bind__ID(JNIEnv *env, jobject obj, jint pos, jdouble val) in Java_SQLite_Stmt_bind__ID()
4084 JNIEXPORT jdouble JNICALL
/external/conscrypt/src/compat/native/
DScopedPrimitiveArray.h63 INSTANTIATE_SCOPED_PRIMITIVE_ARRAY_RO(jdouble, Double);
114 INSTANTIATE_SCOPED_PRIMITIVE_ARRAY_RW(jdouble, Double);
/external/chromium_org/content/browser/android/
Ddate_time_chooser_android.h40 void ReplaceDateTime(JNIEnv* env, jobject, jdouble value);
Ddate_time_chooser_android.cc67 jdouble value) { in ReplaceDateTime()
/external/chromium_org/chrome/browser/history/android/
Dsqlite_cursor.h106 jdouble GetDouble(JNIEnv* env, jobject obj, jint column);
Dsqlite_cursor.cc97 jdouble SQLiteCursor::GetDouble(JNIEnv* env, jobject obj, jint column) { in GetDouble()