/aosp_15_r20/packages/apps/Settings/src/com/android/settings/fuelgauge/ |
D | BatteryInfo.java | 241 Estimate estimate = provider.getEnhancedBatteryPrediction(context); in getBatteryInfo() local 255 final Estimate estimate = in getBatteryInfo() local 277 Estimate estimate = in getBatteryInfoOld() local 296 Estimate estimate, in getBatteryInfo() 359 Estimate estimate, in getBatteryInfo() 550 Context context, boolean shortString, Estimate estimate, BatteryInfo info) { in updateBatteryInfoDischarging()
|
D | BatteryUtils.java | 457 Estimate estimate = getEnhancedEstimate(); in getBatteryInfo() local 490 Estimate estimate = Estimate.getCachedEstimateIfAvailable(mContext); in getEnhancedEstimate() local
|
D | DebugEstimatesLoader.java | 73 Estimate estimate = powerUsageFeatureProvider.getEnhancedBatteryPrediction(context); in loadInBackground() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib-ng/test/ |
D | test_compress_bound.cc | 23 void estimate(z_size_t level) { in estimate() function in compress_bound_variant 54 TEST_P(compress_bound_variant, estimate) { in TEST_P() argument
|
D | test_deflate_bound.cc | 35 void estimate(deflate_bound_test param) { in estimate() function in deflate_bound_variant 86 TEST_P(deflate_bound_variant, estimate) { in TEST_P() argument
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/ |
H A D | EstimatedParameter.java | 44 protected double estimate; field in EstimatedParameter 94 public void setEstimate(double estimate) { in setEstimate()
|
H A D | Estimator.java | 56 void estimate(EstimationProblem problem) throws EstimationException; in estimate() method
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/stat/descriptive/rank/ |
H A D | PSquarePercentile.java | 494 public double estimate(final int index) { in estimate() method in PSquarePercentile.Markers 747 private double estimate() { in estimate() method in PSquarePercentile.Marker 995 double estimate(final int index); in estimate() method
|
H A D | Percentile.java | 758 protected double estimate(final double[] values, in estimate() method 790 protected double estimate(final double[] values, in estimate() method 1000 protected double estimate(final double[] work, final int[] pivotsHeap, in estimate() method in Percentile.EstimationType
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SettingsLib/SettingsLib/android_common/kapt/gen/stubs/com/android/settingslib/fuelgauge/ |
D | Estimate.java | 52 com.android.settingslib.fuelgauge.Estimate estimate) { in storeCachedEstimate() 88 com.android.settingslib.fuelgauge.Estimate estimate) { in storeCachedEstimate()
|
/aosp_15_r20/external/kotlinx.coroutines/test-utils/jvm/src/ |
H A D | Threads.kt | 12 var estimate = 0 in currentThreads() variable
|
/aosp_15_r20/external/rust/android-crates-io/crates/criterion/src/stats/univariate/kde/ |
D | mod.rs | 58 pub fn estimate(&self, x: A) -> A { in estimate() function 79 fn estimate<A: Float>(self, sample: &Sample<A>) -> A { in estimate() method
|
/aosp_15_r20/external/openscreen/cast/streaming/ |
H A D | bandwidth_estimator_unittest.cc | 135 const int estimate = estimator()->ComputeNetworkBandwidth(); in TEST_F() local 220 const int estimate = estimator()->ComputeNetworkBandwidth(); in TEST_F() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/base64/src/engine/general_purpose/ |
D | decode.rs | 335 let estimate = GeneralPurposeEstimate::new(encoded_len); in estimate_short_lengths() localVariable 350 let estimate = GeneralPurposeEstimate::new(encoded_len); in estimate_via_u128_inflation() localVariable
|
/aosp_15_r20/external/dng_sdk/source/ |
H A D | dng_bad_pixels.cpp | 1022 uint32 estimate = (total + (count >> 1)) / count; in FixIsolatedPixel() local 1100 uint32 estimate = (total + (count >> 1)) / count; in FixClusteredPixel() local 1510 uint32 estimate = (total + (count >> 1)) / count; in FixSingleColumn() local 1684 uint32 estimate = (total + (count >> 1)) / count; in FixClusteredRect() local
|
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/ |
D | BatteryInfoTest.java | 203 Estimate estimate = in getBatteryInfo_basedOnUsageTrueMoreThanFifteenMinutes_usesCorrectString() local 235 Estimate estimate = in getBatteryInfo_MoreThanOneDay_suggestionLabelIsCorrectString() local 1090 private BatteryInfo getBatteryInfo(boolean charging, boolean enhanced, boolean estimate) { in getBatteryInfo()
|
/aosp_15_r20/external/libchrome/base/debug/ |
H A D | thread_heap_usage_tracker.cc | 85 size_t estimate = GetAllocSizeEstimate(next, ptr, context); in RecordAlloc() local 109 size_t estimate = GetAllocSizeEstimate(next, ptr, context); in RecordFree() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/base64/src/engine/ |
D | mod.rs | 249 let estimate = engine.internal_decoded_len_estimate(input_bytes.len()); in decode() localVariable 312 let estimate = engine.internal_decoded_len_estimate(input_bytes.len()); in decode_vec() localVariable
|
/aosp_15_r20/external/skia/tests/ |
H A D | MathTest.cpp | 285 float estimate = rsqrt(input); in test_rsqrt() local 295 float estimate = rsqrt(input); in test_rsqrt() local 305 float estimate = rsqrt(input); in test_rsqrt() local
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/battery/ |
H A D | BatteryMeterView.java | 430 (String estimate) -> { in updatePercentText() 468 (String estimate) -> { in updatePercentTextLegacy()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/power/ |
H A D | PowerUI.java | 401 Estimate estimate = refreshEstimateIfNeeded(); in maybeShowBatteryWarningV2() local 428 final Estimate estimate = mEnhancedEstimates.getEstimate(); in refreshEstimateIfNeeded() local
|
/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/rtcp_packet/ |
H A D | remote_estimate.h | 49 NetworkStateEstimate estimate() const { return estimate_; } in estimate() function
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/microfrontend/lib/ |
H A D | noise_reduction.c | 28 uint32_t estimate = in NoiseReductionApply() local
|
H A D | noise_reduction.h | 33 uint32_t* estimate; member
|
/aosp_15_r20/libcore/ojluni/src/test/java/util/function/BiFunction/ |
H A D | BiFunctionTest.java | 57 BiFunction<Quote, Order, Double> estimate = (quote, order) -> { field in BiFunctionTest
|