HomeSort by relevance Sort by last modified time
    Searched refs:nativeGetDouble (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/database/
SQLiteCursor.java 82 return (float) nativeGetDouble(mNativeSQLiteCursor, column);
87 return nativeGetDouble(mNativeSQLiteCursor, column);
244 private native double nativeGetDouble(long nativeSQLiteCursor, int column);
  /frameworks/base/core/java/android/database/
CursorWindow.java 78 private static native double nativeGetDouble(int windowPtr, int row, int column);
539 return nativeGetDouble(mWindowPtr, row - mStartPos, column);
  /frameworks/base/core/jni/
android_database_CursorWindow.cpp 364 static jdouble nativeGetDouble(JNIEnv* env, jclass clazz, jint windowPtr,
508 { "nativeGetDouble", "(III)D",
509 (void*)nativeGetDouble },

Completed in 226 milliseconds