Home
last modified time | relevance | path

Searched refs:getDouble (Results 1 – 19 of 19) sorted by relevance

/cts/tests/tests/database/src/android/database/cts/
DMatrixCursorTest.java195 assertEquals(-32768d, mMatrixCursor.getDouble(COLUMN0_INDEX), 0.0d); in testGetters()
196 assertEquals(0d, mMatrixCursor.getDouble(COLUMN1_INDEX), 0.0d); in testGetters()
197 assertEquals(32767d, mMatrixCursor.getDouble(COLUMN2_INDEX), 0.0d); in testGetters()
226 assertEquals(Double.MIN_VALUE, mMatrixCursor.getDouble(COLUMN0_INDEX), 0.0d); in testGetters()
227 assertEquals(0d, mMatrixCursor.getDouble(COLUMN1_INDEX), 0.0d); in testGetters()
228 assertEquals(Double.MAX_VALUE, mMatrixCursor.getDouble(COLUMN2_INDEX), 0.0d); in testGetters()
256 assertEquals(-1d, mMatrixCursor.getDouble(COLUMN0_INDEX), 0.0d); in testGetters()
257 assertEquals(0f, mMatrixCursor.getDouble(COLUMN1_INDEX), 0.0d); in testGetters()
258 assertEquals(1d, mMatrixCursor.getDouble(COLUMN2_INDEX), 0.0d); in testGetters()
DCursorWindowTest.java85 assertEquals(0.0, window.getDouble(0, 0)); in testNull()
96 assertEquals(0.0, window.getDouble(0, 0)); in testEmptyString()
207 assertEquals(NUMBER_DOUBLE_SCIENCE_STRING, Double.toString(cursorWindow.getDouble(0, 0))); in testAccessDataValues()
217 assertEquals(0.0, cursorWindow.getDouble(0, 0)); in testAccessDataValues()
229 assertEquals(0.0, cursorWindow.getDouble(0, 1)); in testAccessDataValues()
243 assertEquals(NUMBER_DOUBLE_SCIENCE, cursorWindow.getDouble(0, 2), 0.00000001); in testAccessDataValues()
263 assertEquals(NUMBER_DOUBLE_SCIENCE, cursorWindow.getDouble(0, 3), 0.00000001); in testAccessDataValues()
DDatabaseUtils_InsertHelperTest.java132 assertEquals(123.456, cursor.getDouble(doubleValueIndex)); in testInsert()
164 assertEquals(654.321, cursor.getDouble(doubleValueIndex)); in testInsert()
228 assertEquals(123.456, cursor.getDouble(doubleValueIndex)); in testReplace()
274 assertEquals(654.321, cursor.getDouble(doubleValueIndex)); in testReplace()
DAbstractCursor_SelfContentObserverTest.java69 public double getDouble(int column) { in getDouble() method in AbstractCursor_SelfContentObserverTest.MockAbstractCursor
DAbstractWindowedCursorTest.java155 double db2 = mWindow.getDouble(ROW_INDEX0, COLUMN_INDEX0); in testGetDouble()
159 double cd = mCursor.getDouble(COLUMN_INDEX0); in testGetDouble()
DDatabaseCursorTest.java142 assertEquals((double) d, testCursor.getDouble(dCol)); in testBlob()
156 assertEquals(42.11, testCursor.getDouble(0)); in testRealColumns()
DMergeCursorTest.java171 assertEquals(NUMBER_DOUBLE - i, mergeCursor.getDouble(columnDouble), 0.000000000001); in testGetValues()
DCursorWrapperTest.java336 assertEquals(NUMBER_DOUBLE, cursorWrapper.getDouble(columnDouble), 0.000000000001); in testGettingValues()
DAbstractCursorTest.java528 public double getDouble(int columnIndex) { in getDouble() method in AbstractCursorTest.TestAbstractCursor
/cts/tests/tests/provider/src/android/provider/cts/
DMediaStore_Video_MediaTest.java124 assertEquals(40.689060d, c.getDouble(c.getColumnIndex(Media.LATITUDE)), 0d); in testStoreVideoMediaExternal()
125 assertEquals(-74.044636d, c.getDouble(c.getColumnIndex(Media.LONGITUDE)), 0d); in testStoreVideoMediaExternal()
177 assertEquals(41.689060d, c.getDouble(c.getColumnIndex(Media.LATITUDE)), 0d); in testStoreVideoMediaExternal()
178 assertEquals(-75.044636d, c.getDouble(c.getColumnIndex(Media.LONGITUDE)), 0d); in testStoreVideoMediaExternal()
DMediaStore_Images_MediaTest.java255 assertEquals(40.689060d, c.getDouble(c.getColumnIndex(Media.LATITUDE)), 0d); in testStoreImagesMediaExternal()
256 assertEquals(-74.044636d, c.getDouble(c.getColumnIndex(Media.LONGITUDE)), 0d); in testStoreImagesMediaExternal()
300 assertEquals(41.689060d, c.getDouble(c.getColumnIndex(Media.LATITUDE)), 0d); in testStoreImagesMediaExternal()
301 assertEquals(-75.044636d, c.getDouble(c.getColumnIndex(Media.LONGITUDE)), 0d); in testStoreImagesMediaExternal()
/cts/tests/tests/os/src/android/os/cts/
DBundleTest.java308 assertEquals(0.0, mBundle.getDouble(KEY)); in testGetDouble1()
310 assertEquals(d, mBundle.getDouble(KEY)); in testGetDouble1()
312 assertEquals(d, mBundle.getDouble(KEY)); in testGetDouble1()
319 assertEquals(d1, mBundle.getDouble(KEY, d1)); in testGetDouble2()
321 assertEquals(d2, mBundle.getDouble(KEY, d1)); in testGetDouble2()
323 assertEquals(d2, mBundle.getDouble(KEY, d1)); in testGetDouble2()
/cts/suite/audio_quality/lib/include/task/
DTaskCase.h79 inline double getDouble() { in getDouble() function
/cts/suite/audio_quality/lib/src/task/
DTaskSave.cpp128 details.appendFormat(" %s: %f\n", it->first.string(), it->second.getDouble()); in handleReport()
DTaskProcess.cpp132 LOGD(" %f", list[i].getValue().getDouble()); in prepareParams()
/cts/suite/audio_quality/test/
DTaskCaseTest.cpp79 ASSERT_TRUE(val1.getDouble() == 1.0f); in TEST_F()
/cts/suite/audio_quality/lib/src/
DSignalProcessingImpl.cpp149 mBuffer.write<double>(val->getDouble()); in run()
/cts/tools/dex-tools/dex/
Dclasses0.out.dex2596 public double getDouble(
3054 public abstract double getDouble(
3057 public abstract double getDouble(
3556 public double getDouble(
3559 public double getDouble(
20323 public static double getDouble(
20768 public double getDouble(
26529 public abstract double getDouble()
26531 public abstract double getDouble(
27178 public final double getDouble()
[all …]
Dclasses.out.dex18231 public abstract double getDouble(
18386 public double getDouble(
26785 public abstract double getDouble(
26932 public double getDouble(
27663 public double getDouble(
28116 public double getDouble(
28189 public double getDouble(
55065 public double getDouble(
55068 public double getDouble(
117121 public double getDouble(
[all …]