Home
last modified time | relevance | path

Searched defs:estimate (Results 1 – 25 of 233) sorted by relevance

12345678910

/aosp_15_r20/packages/apps/Settings/src/com/android/settings/fuelgauge/
DBatteryInfo.java241 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()
DBatteryUtils.java457 Estimate estimate = getEnhancedEstimate(); in getBatteryInfo() local
490 Estimate estimate = Estimate.getCachedEstimateIfAvailable(mContext); in getEnhancedEstimate() local
DDebugEstimatesLoader.java73 Estimate estimate = powerUsageFeatureProvider.getEnhancedBatteryPrediction(context); in loadInBackground() local
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib-ng/test/
Dtest_compress_bound.cc23 void estimate(z_size_t level) { in estimate() function in compress_bound_variant
54 TEST_P(compress_bound_variant, estimate) { in TEST_P() argument
Dtest_deflate_bound.cc35 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 DEstimatedParameter.java44 protected double estimate; field in EstimatedParameter
94 public void setEstimate(double estimate) { in setEstimate()
H A DEstimator.java56 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 DPSquarePercentile.java494 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 DPercentile.java758 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/
DEstimate.java52 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 DThreads.kt12 var estimate = 0 in currentThreads() variable
/aosp_15_r20/external/rust/android-crates-io/crates/criterion/src/stats/univariate/kde/
Dmod.rs58 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 Dbandwidth_estimator_unittest.cc135 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/
Ddecode.rs335 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 Ddng_bad_pixels.cpp1022 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/
DBatteryInfoTest.java203 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 Dthread_heap_usage_tracker.cc85 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/
Dmod.rs249 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 DMathTest.cpp285 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 DBatteryMeterView.java430 (String estimate) -> { in updatePercentText()
468 (String estimate) -> { in updatePercentTextLegacy()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
H A DPowerUI.java401 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 Dremote_estimate.h49 NetworkStateEstimate estimate() const { return estimate_; } in estimate() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/microfrontend/lib/
H A Dnoise_reduction.c28 uint32_t estimate = in NoiseReductionApply() local
H A Dnoise_reduction.h33 uint32_t* estimate; member
/aosp_15_r20/libcore/ojluni/src/test/java/util/function/BiFunction/
H A DBiFunctionTest.java57 BiFunction<Quote, Order, Double> estimate = (quote, order) -> { field in BiFunctionTest

12345678910