Home
last modified time | relevance | path

Searched refs:putDouble (Results 1 – 25 of 72) sorted by relevance

123

/aosp12/frameworks/base/apct-tests/perftests/multiuser/src/android/multiuser/
H A DBenchmarkResults.java36 stats.putDouble("Mean (ms)", mean()); in getStatsToReport()
42 stats.putDouble("Mean (ms)", mean()); in getStatsToLog()
43 stats.putDouble("Median (ms)", median()); in getStatsToLog()
44 stats.putDouble("Sigma (ms)", standardDeviation()); in getStatsToLog()
54 stats.putDouble("Mean (ms)", DECLARED_VALUE_IF_ERROR_MS); in getFailedStatsToReport()
64 stats.putDouble("Mean (ms)", DECLARED_VALUE_IF_ERROR_MS); in getFailedStatsToLog()
65 stats.putDouble("Median (ms)", DECLARED_VALUE_IF_ERROR_MS); in getFailedStatsToLog()
66 stats.putDouble("Sigma (ms)", DECLARED_VALUE_IF_ERROR_MS); in getFailedStatsToLog()
/aosp12/frameworks/base/tests/SurfaceComposition/src/android/surfacecomposition/
H A DSurfaceCompositionTest.java85 status.putDouble(KEY_SURFACE_COMPOSITION_PERFORMANCE, score.mSurfaces); in testSurfaceCompositionPerformance()
87 status.putDouble(KEY_SURFACE_COMPOSITION_BANDWITH, score.mBandwidth / in testSurfaceCompositionPerformance()
109 status.putDouble(KEY_SURFACE_ALLOCATION_PERFORMANCE_MEDIAN, score.mMedian); in testSurfaceAllocationPerformance()
110 status.putDouble(KEY_SURFACE_ALLOCATION_PERFORMANCE_MIN, score.mMin); in testSurfaceAllocationPerformance()
111 status.putDouble(KEY_SURFACE_ALLOCATION_PERFORMANCE_MAX, score.mMax); in testSurfaceAllocationPerformance()
/aosp12/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/inspector/
H A DTestMetadata.java39 data.putDouble(ExifInterface.TAG_GPS_ALTITUDE, 1244); in populateExifData()
42 data.putDouble(ExifInterface.TAG_SHUTTER_SPEED_VALUE, 6.643); in populateExifData()
43 data.putDouble(ExifInterface.TAG_APERTURE, 2.0); in populateExifData()
45 data.putDouble(ExifInterface.TAG_FOCAL_LENGTH, 4.27); in populateExifData()
/aosp12/packages/services/Mtp/perf_tests/src/com/android/mtp/
H A DAppFusePerfTest.java91 results.putDouble("readAverage", readAverage); in testReadWriteFile()
92 results.putDouble("readStandardDeviation", in testReadWriteFile()
94 results.putDouble("writeAverage", writeAverage); in testReadWriteFile()
95 results.putDouble("writeStandardDeviation", in testReadWriteFile()
/aosp12/frameworks/base/apct-tests/perftests/core/src/android/mtp_perf/
H A DAppFusePerfTest.java91 results.putDouble("readAverage", readAverage); in testReadWriteFile()
92 results.putDouble("readStandardDeviation", in testReadWriteFile()
94 results.putDouble("writeAverage", writeAverage); in testReadWriteFile()
95 results.putDouble("writeStandardDeviation", in testReadWriteFile()
/aosp12/frameworks/base/tests/GamePerformance/src/android/gameperformance/
H A DGamePerformanceTest.java83 status.putDouble(metric.getKey(), metric.getValue()); in testGraphicBufferMetrics()
86 status.putDouble(passTag + "_fps", getActivity().getFps()); in testGraphicBufferMetrics()
132 status.putDouble(prefix + test.getName(), result); in runPerformanceTests()
/aosp12/packages/apps/Settings/src/com/android/settings/applications/
H A DProcessStatsBase.java137 args.putDouble(ProcessStatsDetail.EXTRA_WEIGHT_TO_RAM, memInfo.weightToRam); in launchMemoryDetail()
139 args.putDouble(ProcessStatsDetail.EXTRA_MAX_MEMORY_USAGE, in launchMemoryDetail()
141 args.putDouble(ProcessStatsDetail.EXTRA_TOTAL_SCALE, memInfo.totalScale); in launchMemoryDetail()
/aosp12/packages/apps/DocumentsUI/perf-tests/src/com/android/documentsui/
H A DFilesActivityPerfTest.java132 status.putDouble(KEY_FILES_LISTED_PERFORMANCE_FIRST, measurements.get(0)); in testFilesListedPerformance()
138 status.putDouble(KEY_FILES_LISTED_PERFORMANCE_MEDIAN, median); in testFilesListedPerformance()
/aosp12/frameworks/base/media/java/android/media/
H A DMediaMetrics.java408 putDouble(key.getName(), (double) value); in set()
469 public Item putDouble(String key, double value) { in putDouble() method in Item
476 .putDouble(value); in putDouble()
690 bundle.putDouble(propKey, buffer.getDouble()); in toBundle()
H A DAudioMetadata.java529 public AutoGrowByteBuffer putDouble(double value) { in putDouble() method in AutoGrowByteBuffer
531 mBuffer.putDouble(value); in putDouble()
686 output.putDouble(obj);
/aosp12/packages/services/Car/packages/ScriptExecutor/src/
H A DBundleWrapper.h46 ::android::base::Result<void> putDouble(const char* key, double value);
H A DBundleWrapper.cpp79 Result<void> BundleWrapper::putDouble(const char* key, double value) { in putDouble() function in com::android::car::scriptexecutor::BundleWrapper
/aosp12/frameworks/base/core/tests/batterystatstests/BatteryStatsLoadTests/src/com/android/frameworks/core/batterystatsloadtests/
H A DPowerMetricsCollector.java291 mStatus.putDouble(metric.statusKeyPrefix, metricDelta);
292 mStatus.putDouble(metric.statusKeyPrefix + "_pct", percent);
/aosp12/frameworks/base/core/tests/coretests/src/android/database/
H A DCursorWindowTest.java81 assertTrue(window.putDouble(db1, 0, 0)); in doTestValues()
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/focus/
H A DListOfInternalSelectionViews.java107 bundle.putDouble(BUNDLE_PARAM_ITEM_SCREEN_HEIGHT_FACTOR, itemScreenHeightFactor); in getBundleFor()
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/telemetry/databroker/
H A DDataBrokerTest.java255 mData.putDouble("value of euler's number", 2.71828); in testScheduleNextTask_onScriptSuccess_shouldStoreInterimResult()
292 mData.putDouble("value of pi", 3.14159265359); in testScheduleNextTask_whenScriptFinishes_shouldStoreFinalResult()
309 mData.putDouble("value of golden ratio", 1.618033); in testScheduleNextTask_whenInterimDataExists_shouldPassToScriptExecutor()
/aosp12/packages/services/Car/packages/ScriptExecutor/tests/unit/src/com/android/car/scriptexecutor/
H A DJniUtilsTest.java107 bundle.putDouble(NUMBER_KEY, NUMBER_VALUE); in pushBundleToLuaTable_valuesOfDifferentTypes()
/aosp12/frameworks/base/libs/androidfw/include/androidfw/
H A DCursorWindow.h106 status_t putDouble(uint32_t row, uint32_t column, double value);
/aosp12/packages/apps/DocumentsUI/app-perf-tests/src/com/android/documentsui/
H A DFilesAppPerfTest.java100 status.putDouble(key, median); in reportMetrics()
/aosp12/frameworks/base/core/java/android/os/
H A DHwBlob.java235 public native final void putDouble(long offset, double x); in putDouble() method in HwBlob
/aosp12/frameworks/base/core/java/android/hardware/camera2/marshal/impl/
H A DMarshalQueryablePrimitive.java113 buffer.putDouble(value); in marshalPrimitive()
/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DByteArrayHelpers.java181 byteBuffer.putDouble((Double)value); in toByteArray()
/aosp12/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/
H A DTestUtils.java147 adminExtras.putDouble("double", 1.1); in createTestAdminExtras()
/aosp12/frameworks/native/include/binder/
H A DPersistableBundle.h56 void putDouble(const String16& key, double value);
/aosp12/frameworks/native/libs/binder/include/binder/
H A DPersistableBundle.h56 void putDouble(const String16& key, double value);

123