Home
last modified time | relevance | path

Searched defs:thresholds (Results 1 – 25 of 453) sorted by relevance

12345678910>>...19

/aosp_15_r20/frameworks/base/native/android/tests/thermal/
H A DNativeThermalUnitTest.cpp85 const std::vector<float> thresholds; member
98 static std::vector<float> convertThresholds(const AThermalHeadroomThreshold* thresholds, in convertThresholds()
108 const AThermalHeadroomThreshold* thresholds, size_t size) { in onHeadroomChange1()
114 const AThermalHeadroomThreshold* thresholds, size_t size) { in onHeadroomChange2()
148 const AThermalHeadroomThreshold* thresholds, in checkThermalHeadroomThresholds()
182 const AThermalHeadroomThreshold* thresholds = nullptr; in TEST_F() local
193 const AThermalHeadroomThreshold* thresholds = nullptr; in TEST_F() local
204 const AThermalHeadroomThreshold* thresholds = nullptr; in TEST_F() local
247 const ::std::vector<float> thresholds = {0.1f, 0.2f}; in TEST_F() local
300 std::vector<float> thresholds = {0.1f, 0.2f}; in TEST_F() local
/aosp_15_r20/external/webrtc/rtc_base/experiments/
H A Dquality_scaling_experiment_unittest.cc118 const auto thresholds = in TEST() local
128 const auto thresholds = in TEST() local
136 const auto thresholds = in TEST() local
146 const auto thresholds = in TEST() local
154 const auto thresholds = in TEST() local
164 const auto thresholds = in TEST() local
172 const auto thresholds = in TEST() local
182 const auto thresholds = in TEST() local
/aosp_15_r20/packages/services/Car/cpp/watchdog/server/src/
DOveruseConfigurationXmlHelper.cpp276 PerStateIoOveruseThreshold thresholds; in readComponentLevelThresholds() local
289 std::vector<PerStateIoOveruseThreshold> thresholds; in readPerStateThresholds() local
313 std::vector<PerStateIoOveruseThreshold> thresholds; in readPackageSpecificThresholds() local
330 std::vector<PerStateIoOveruseThreshold> thresholds; in readAppCategorySpecificThresholds() local
541 Result<void> writeComponentLevelThresholds(const PerStateIoOveruseThreshold& thresholds, in writeComponentLevelThresholds()
555 Result<void> writePerStateThresholds(const PerStateIoOveruseThreshold& thresholds, in writePerStateThresholds()
571 const std::vector<PerStateIoOveruseThreshold>& thresholds, XMLElement* rootElement) { in writePackageSpecificThresholds()
587 const std::vector<PerStateIoOveruseThreshold>& thresholds, XMLElement* rootElement) { in writeAppCategorySpecificThresholds()
634 Result<void> writeSystemWideThresholds(const std::vector<IoOveruseAlertThreshold>& thresholds, in writeSystemWideThresholds()
DIoOveruseConfigs.cpp85 std::string toString(const PerStateIoOveruseThreshold& thresholds) { in toString()
93 Result<void> containsValidThresholds(const PerStateIoOveruseThreshold& thresholds) { in containsValidThresholds()
249 const std::vector<PerStateIoOveruseThreshold>& thresholds, in updatePerPackageThresholds()
356 const std::vector<PerStateIoOveruseThreshold>& thresholds) { in updatePerCategoryThresholds()
385 const std::vector<IoOveruseAlertThreshold>& thresholds) { in updateAlertThresholds()
/aosp_15_r20/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DThresholdCallback.java34 void onWifiThresholdChanged(Threshold[] thresholds); in onWifiThresholdChanged()
38 void onCellularThresholdChanged(Threshold[] thresholds); in onCellularThresholdChanged()
51 public void onWifiThresholdChanged(Threshold[] thresholds) { in onWifiThresholdChanged()
62 public void onCellularThresholdChanged(Threshold[] thresholds) { in onCellularThresholdChanged()
DIThresholdListener.java27 void onWifiThresholdChanged(Threshold[] thresholds); in onWifiThresholdChanged()
33 void onCellularThresholdChanged(Threshold[] thresholds); in onCellularThresholdChanged()
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/utils/
H A Dmetrics_utils.py212 def assert_thresholds_range(thresholds): argument
221 def parse_init_thresholds(thresholds, default_threshold=0.5): argument
284 thresholds, argument
482 def is_evenly_distributed_thresholds(thresholds): argument
508 thresholds, argument
/aosp_15_r20/cts/tests/tests/telephony/current/src/android/telephony/cts/
H A DSignalThresholdInfoTest.java163 final int[] thresholds = new int[] {params[2]}; in testConstructor_validParams() local
235 final int[] thresholds = new int[] {params[2]}; in testParcel() local
318 int ran, int signalMeasurementType, int[] thresholds, int hysteresisDb) { in buildWithInvalidParameterThrowException()
/aosp_15_r20/frameworks/base/telephony/java/android/telephony/ims/
H A DMediaThreshold.java239 TreeSet<Integer> thresholds = new TreeSet<>(); in setThresholdsRtpPacketLossRate() local
269 TreeSet<Integer> thresholds = new TreeSet<>(); in setThresholdsRtpJitterMillis() local
299 TreeSet<Long> thresholds = new TreeSet<>(); in setThresholdsRtpInactivityTimeMillis() local
/aosp_15_r20/external/libchrome/base/memory/
H A Dmemory_pressure_monitor_chromeos.cc58 MemoryPressureMonitor::MemoryPressureThresholds thresholds) { in GetModerateMemoryThresholdInPercent()
69 MemoryPressureMonitor::MemoryPressureThresholds thresholds) { in GetCriticalMemoryThresholdInPercent()
107 MemoryPressureThresholds thresholds) in MemoryPressureMonitor()
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/
H A Dmetrics.py985 thresholds=None, argument
1080 def __init__(self, thresholds=None, name=None, dtype=None): argument
1129 def __init__(self, thresholds=None, name=None, dtype=None): argument
1178 def __init__(self, thresholds=None, name=None, dtype=None): argument
1227 def __init__(self, thresholds=None, name=None, dtype=None): argument
1305 thresholds=None, argument
1434 thresholds=None, argument
2088 thresholds=None, argument
2170 def thresholds(self): member in AUC
/aosp_15_r20/external/sdk-platform-java/gax-java/gax/src/main/java/com/google/api/gax/batching/
H A DThresholdBatcher.java78 private final ArrayList<BatchingThreshold<E>> thresholds; field in ThresholdBatcher
105 private Collection<BatchingThreshold<E>> thresholds; field in ThresholdBatcher.Builder
127 public Builder<E> setThresholds(Collection<BatchingThreshold<E>> thresholds) { in setThresholds()
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/display/
H A DSmallAreaDetectionController.java40 private static native void nativeUpdateSmallAreaDetection(int[] appIds, float[] thresholds); in nativeUpdateSmallAreaDetection()
118 final float[] thresholds = new float[appIdThresholdList.size()]; in updateSmallAreaDetection() local
127 void updateSmallAreaDetection(int[] appIds, float[] thresholds) { in updateSmallAreaDetection()
/aosp_15_r20/external/libaom/av1/encoder/
H A Dvar_based_part.c437 AV1_COMP *cpi, int64_t thresholds[], uint64_t block_sad, int current_qindex, in tune_thresh_based_on_qindex()
534 static void set_vbp_thresholds_key_frame(AV1_COMP *cpi, int64_t thresholds[], in set_vbp_thresholds_key_frame()
562 AV1_COMP *cpi, int64_t thresholds[], int64_t threshold_base, in tune_thresh_based_on_resolution()
653 static inline void set_vbp_thresholds(AV1_COMP *cpi, int64_t thresholds[], in set_vbp_thresholds()
693 const int64_t thresholds[], in set_low_temp_var_flag_64x64()
745 MACROBLOCKD *xd, VP128x128 *vt, const int64_t thresholds[], int mi_col, in set_low_temp_var_flag_128x128()
830 VP128x128 *vt, int64_t thresholds[], MV_REFERENCE_FRAME ref_frame_partition, in set_low_temp_var_flag()
1103 int64_t *thresholds, const uint8_t *src_buf, int src_stride, in fill_variance_tree_leaves()
1627 int64_t thresholds[5] = { vbp_thresholds[0], vbp_thresholds[1], in av1_choose_var_based_partitioning() local
/aosp_15_r20/external/webrtc/modules/video_coding/utility/
H A Dquality_scaler.cc178 VideoEncoder::QpThresholds thresholds) in QualityScaler()
183 VideoEncoder::QpThresholds thresholds, in QualityScaler()
234 void QualityScaler::SetQpThresholds(VideoEncoder::QpThresholds thresholds) { in SetQpThresholds()
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dmetrics_impl.py634 def _confusion_matrix_at_thresholds(labels, argument
815 thresholds=None): argument
1751 def false_negatives_at_thresholds(labels, argument
1860 def false_positives_at_thresholds(labels, argument
1969 def true_negatives_at_thresholds(labels, argument
2078 def true_positives_at_thresholds(labels, argument
2229 def precision_at_thresholds(labels, argument
2838 def recall_at_thresholds(labels, argument
/aosp_15_r20/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiNetworkSelectionConfig.java175 private static boolean isValidRssiThresholdArray(int[] thresholds) { in isValidRssiThresholdArray()
205 public static boolean isRssiThresholdResetArray(@NonNull int[] thresholds) { in isRssiThresholdResetArray()
436 public @NonNull Builder setRssiThresholds(@WifiBand int band, @NonNull int[] thresholds) in setRssiThresholds()
/aosp_15_r20/packages/modules/Telephony/services/QualifiedNetworksService/tests/src/com/android/telephony/qns/
DCellularQualityMonitorTest.java89 public void onCellularThresholdChanged(Threshold[] thresholds) { in onCellularThresholdChanged()
308 int[] thresholds = new int[] {-110, -112, -99, -100, -70}; in testDiffApnDiffThresholdSameMeasurementType() local
373 int[] thresholds = new int[] {-110, -100, -110, -100, -70}; in testDiffApnSameThresholdSameMeasurementType() local
/aosp_15_r20/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
H A DTrustedPresentationCallbackTest.java96 TrustedPresentationThresholds thresholds = new TrustedPresentationThresholds( in registerTrustedPresentationCallback() local
327 TrustedPresentationThresholds thresholds = new TrustedPresentationThresholds( in testTrustedPresentationListener_multipleSetCallbacks() local
397 TrustedPresentationThresholds thresholds = new TrustedPresentationThresholds( in testSetTrustedPresentationListenerAfterClearing() local
/aosp_15_r20/external/AFLplusplus/docs/resources/
H A Dgrafana-afl++.json122 "thresholds": [ array
234 "thresholds": [], array
329 "thresholds": [], array
433 "thresholds": [], array
528 "thresholds": [], array
632 "thresholds": [], array
736 "thresholds": [], array
831 "thresholds": [], array
935 "thresholds": [], array
1030 "thresholds": [], array
[all …]
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/wm/
H A DTrustedPresentationListenerController.java99 TrustedPresentationThresholds thresholds, int id) { in register()
172 TrustedPresentationThresholds thresholds, int id) { in registerListener()
439 private TrustedPresentationInfo(TrustedPresentationThresholds thresholds, int id, in TrustedPresentationInfo()
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/power/
H A DThermalManagerServiceTest.java137 ArrayList<TemperatureThreshold> thresholds = new ArrayList<>(); in initializeThresholds() local
602 private void checkHeadroomThresholds(float[] expected, Map<Integer, Float> thresholds) { in checkHeadroomThresholds()
616 ArrayList<TemperatureThreshold> thresholds = new ArrayList<>(); in testGetThermalHeadroomThresholdsOnDefaultHalResult() local
/aosp_15_r20/cts/tests/sensor/src/android/hardware/cts/helpers/sensorverification/
H A DMeanLargerThanVerificationTest.java44 float[] thresholds = {0.0f, 0.0f, 0.0f}; in testVerify() local
80 float[] expected, float[] thresholds, float[]... values) { in getVerification()
H A DMeanLargerThanVerification.java47 public MeanLargerThanVerification(float[] expected, float[] thresholds) { in MeanLargerThanVerification()
83 float[] thresholds = new float[] {threshold, threshold, threshold}; in getDefault() local
/aosp_15_r20/cts/tests/tests/libthermalndk/jni/
H A DNativeThermalTest.cpp47 const AThermalHeadroomThreshold *thresholds; member
74 const AThermalHeadroomThreshold *thresholds, size_t thresholdsCount) { in onHeadroomChange()
526 const AThermalHeadroomThreshold *thresholds = nullptr; in testGetThermalHeadroomThresholds() local

12345678910>>...19