Home
last modified time | relevance | path

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

123

/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/results/
DGlobalResultsStore.java159 values[0] = cursor.getDouble( in loadTestResults()
161 values[1] = cursor.getDouble( in loadTestResults()
163 values[2] = cursor.getDouble( in loadTestResults()
165 values[3] = cursor.getDouble( in loadTestResults()
167 values[4] = cursor.getDouble( in loadTestResults()
169 values[5] = cursor.getDouble( in loadTestResults()
171 values[6] = cursor.getDouble( in loadTestResults()
173 values[7] = cursor.getDouble( in loadTestResults()
175 values[8] = cursor.getDouble( in loadTestResults()
234 values[0] = cursor.getDouble( in loadDetailedResults()
[all …]
/frameworks/av/services/mediaanalytics/
Dstatsd_audiothread.cpp147 if (item->getDouble(MM_PREFIX "ioJitterMs.mean", &iojitters_ms_mean)) { in statsd_audiothread()
152 if (item->getDouble(MM_PREFIX "ioJitterMs.std", &iojitters_ms_std)) { in statsd_audiothread()
157 if (item->getDouble(MM_PREFIX "processTimeMs.mean", &process_time_ms_mean)) { in statsd_audiothread()
162 if (item->getDouble(MM_PREFIX "processTimeMs.std", &process_time_ms_std)) { in statsd_audiothread()
167 if (item->getDouble(MM_PREFIX "timestampJitterMs.mean", &timestamp_jitter_ms_mean)) { in statsd_audiothread()
172 if (item->getDouble(MM_PREFIX "timestampJitterMs.std", &timestamp_jitter_ms_stddev)) { in statsd_audiothread()
177 if (item->getDouble(MM_PREFIX "latencyMs.mean", &latency_ms_mean)) { in statsd_audiothread()
182 if (item->getDouble(MM_PREFIX "latencyMs.std", &latency_ms_stddev)) { in statsd_audiothread()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/
DDoubleArrayListTest.java125 assertEquals(1D, TERTIARY_LIST.getDouble(0)); in testGetDouble()
126 assertEquals(2D, TERTIARY_LIST.getDouble(1)); in testGetDouble()
127 assertEquals(3D, TERTIARY_LIST.getDouble(2)); in testGetDouble()
167 assertEquals(3D, list.getDouble(0)); in testSet()
170 assertEquals(0D, list.getDouble(1)); in testSet()
192 assertEquals(0D, list.getDouble(0)); in testSetDouble()
195 assertEquals(0D, list.getDouble(1)); in testSetDouble()
261 assertEquals(1D, list.getDouble(0)); in testAddAll()
/frameworks/base/core/tests/coretests/src/android/database/
DMatrixCursorTest.java43 assertEquals(0.0d, cursor.getDouble(0)); in testNullValue()
155 assertEquals(0.0d, cursor.getDouble(5)); in testRowBuilderOffer()
164 assertEquals(0.0d, cursor.getDouble(5)); in testRowBuilderOffer()
173 assertEquals(0.0d, cursor.getDouble(5)); in testRowBuilderOffer()
206 assertEquals(5.0D, cursor.getDouble(5)); in checkValues()
DCursorWindowTest.java82 double db2 = window.getDouble(0, 0); in doTestValues()
100 assertEquals(42.0, window.getDouble(0, 4)); in doTestValues()
/frameworks/base/apct-tests/perftests/core/src/android/database/
DSQLiteDatabasePerfTest.java90 assertEquals(1.1 * index, cursor.getDouble(3), 0.0000001d); in testSelect()
112 assertEquals(1.1 * index, cursor.getDouble(3), 0.0000001d); in testSelectMultipleRows()
136 assertEquals(1.1 * i, cursor.getDouble(3), 0.0000001d); in testCursorIterateForward()
159 assertEquals(1.1 * i, cursor.getDouble(3), 0.0000001d); in testCursorIterateBackwards()
189 assertEquals(1.1 * index, cursor.getDouble(3), 0.0000001d); in testInnerJoin()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/
DGPBDictionaryTests+Int32.m2239 XCTAssertFalse([dict getDouble:NULL forKey:11]);
2252 XCTAssertTrue([dict getDouble:NULL forKey:11]);
2253 XCTAssertTrue([dict getDouble:&value forKey:11]);
2255 XCTAssertFalse([dict getDouble:NULL forKey:12]);
2273 XCTAssertTrue([dict getDouble:NULL forKey:11]);
2274 XCTAssertTrue([dict getDouble:&value forKey:11]);
2276 XCTAssertTrue([dict getDouble:NULL forKey:12]);
2277 XCTAssertTrue([dict getDouble:&value forKey:12]);
2279 XCTAssertTrue([dict getDouble:NULL forKey:13]);
2280 XCTAssertTrue([dict getDouble:&value forKey:13]);
[all …]
DGPBDictionaryTests+String.m2239 XCTAssertFalse([dict getDouble:NULL forKey:@"foo"]);
2252 XCTAssertTrue([dict getDouble:NULL forKey:@"foo"]);
2253 XCTAssertTrue([dict getDouble:&value forKey:@"foo"]);
2255 XCTAssertFalse([dict getDouble:NULL forKey:@"bar"]);
2273 XCTAssertTrue([dict getDouble:NULL forKey:@"foo"]);
2274 XCTAssertTrue([dict getDouble:&value forKey:@"foo"]);
2276 XCTAssertTrue([dict getDouble:NULL forKey:@"bar"]);
2277 XCTAssertTrue([dict getDouble:&value forKey:@"bar"]);
2279 XCTAssertTrue([dict getDouble:NULL forKey:@"baz"]);
2280 XCTAssertTrue([dict getDouble:&value forKey:@"baz"]);
[all …]
DGPBDictionaryTests+UInt64.m2239 XCTAssertFalse([dict getDouble:NULL forKey:31ULL]);
2252 XCTAssertTrue([dict getDouble:NULL forKey:31ULL]);
2253 XCTAssertTrue([dict getDouble:&value forKey:31ULL]);
2255 XCTAssertFalse([dict getDouble:NULL forKey:32ULL]);
2273 XCTAssertTrue([dict getDouble:NULL forKey:31ULL]);
2274 XCTAssertTrue([dict getDouble:&value forKey:31ULL]);
2276 XCTAssertTrue([dict getDouble:NULL forKey:32ULL]);
2277 XCTAssertTrue([dict getDouble:&value forKey:32ULL]);
2279 XCTAssertTrue([dict getDouble:NULL forKey:33ULL]);
2280 XCTAssertTrue([dict getDouble:&value forKey:33ULL]);
[all …]
DGPBDictionaryTests+Int64.m2239 XCTAssertFalse([dict getDouble:NULL forKey:21LL]);
2252 XCTAssertTrue([dict getDouble:NULL forKey:21LL]);
2253 XCTAssertTrue([dict getDouble:&value forKey:21LL]);
2255 XCTAssertFalse([dict getDouble:NULL forKey:22LL]);
2273 XCTAssertTrue([dict getDouble:NULL forKey:21LL]);
2274 XCTAssertTrue([dict getDouble:&value forKey:21LL]);
2276 XCTAssertTrue([dict getDouble:NULL forKey:22LL]);
2277 XCTAssertTrue([dict getDouble:&value forKey:22LL]);
2279 XCTAssertTrue([dict getDouble:NULL forKey:23LL]);
2280 XCTAssertTrue([dict getDouble:&value forKey:23LL]);
[all …]
DGPBDictionaryTests+UInt32.m2239 XCTAssertFalse([dict getDouble:NULL forKey:1U]);
2252 XCTAssertTrue([dict getDouble:NULL forKey:1U]);
2253 XCTAssertTrue([dict getDouble:&value forKey:1U]);
2255 XCTAssertFalse([dict getDouble:NULL forKey:2U]);
2273 XCTAssertTrue([dict getDouble:NULL forKey:1U]);
2274 XCTAssertTrue([dict getDouble:&value forKey:1U]);
2276 XCTAssertTrue([dict getDouble:NULL forKey:2U]);
2277 XCTAssertTrue([dict getDouble:&value forKey:2U]);
2279 XCTAssertTrue([dict getDouble:NULL forKey:3U]);
2280 XCTAssertTrue([dict getDouble:&value forKey:3U]);
[all …]
DGPBDictionaryTests+Bool.m1863 XCTAssertFalse([dict getDouble:NULL forKey:YES]);
1876 XCTAssertTrue([dict getDouble:NULL forKey:YES]);
1877 XCTAssertTrue([dict getDouble:&value forKey:YES]);
1879 XCTAssertFalse([dict getDouble:NULL forKey:NO]);
1897 XCTAssertTrue([dict getDouble:NULL forKey:YES]);
1898 XCTAssertTrue([dict getDouble:&value forKey:YES]);
1900 XCTAssertTrue([dict getDouble:NULL forKey:NO]);
1901 XCTAssertTrue([dict getDouble:&value forKey:NO]);
2051 XCTAssertTrue([dict getDouble:NULL forKey:YES]);
2052 XCTAssertTrue([dict getDouble:&value forKey:YES]);
[all …]
/frameworks/base/core/java/android/database/
DAbstractWindowedCursor.java87 public double getDouble(int columnIndex) { in getDouble() method in AbstractWindowedCursor
89 return mWindow.getDouble(mPos, columnIndex); in getDouble()
DRedactingCursor.java82 public double getDouble(int columnIndex) { in getDouble() method in RedactingCursor
87 return super.getDouble(columnIndex); in getDouble()
DMergeCursor.java126 public double getDouble(int column) in getDouble() method in MergeCursor
128 return mCursor.getDouble(column); in getDouble()
DCursorWrapper.java105 public double getDouble(int columnIndex) { in getDouble() method in CursorWrapper
106 return mCursor.getDouble(columnIndex); in getDouble()
DTranslatingCursor.java147 public double getDouble(int columnIndex) { in getDouble() method in TranslatingCursor
151 return super.getDouble(columnIndex); in getDouble()
DCursor.java318 double getDouble(int columnIndex); in getDouble() method
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DDoubleArrayList.java127 return getDouble(index); in get()
131 public double getDouble(int index) { in getDouble() method in DoubleArrayList
/frameworks/base/core/java/com/android/internal/util/
DTypedProperties.java554 public double getDouble(String property, double def) { in getDouble() method in TypedProperties
671 public double getDouble(String property) { in getDouble() method in TypedProperties
672 return getDouble(property, 0.0); in getDouble()
/frameworks/base/core/java/com/android/internal/database/
DSortCursor.java219 public double getDouble(int column) in getDouble() method in SortCursor
221 return mCursor.getDouble(column); in getDouble()
/frameworks/base/tests/HierarchyViewerTest/src/com/android/test/hierarchyviewer/
DDecoder.java55 return mBuf.getDouble(); in readObject()
/frameworks/base/core/tests/coretests/src/android/widget/focus/
DListOfInternalSelectionViews.java144 double screenHeightFactor = icicle.getDouble(BUNDLE_PARAM_ITEM_SCREEN_HEIGHT_FACTOR, -1.0); in initFromBundle()
/frameworks/base/packages/EasterEgg/src/com/android/egg/paint/
DPainting.kt219 if (touchData.has("min")) devicePressureMin = touchData.getDouble("min").toFloat() in loadDevicePressureData()
220 if (touchData.has("max")) devicePressureMax = touchData.getDouble("max").toFloat() in loadDevicePressureData()
/frameworks/base/test-mock/src/android/test/mock/
DMockCursor.java99 public double getDouble(int columnIndex) { in getDouble() method in MockCursor

123