Searched refs:threshold (Results 1 – 7 of 7) sorted by relevance
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/audio_analysis_lib/ |
D | audio_analysis.py | 136 threshold = max(abs_y_f) * min_peak_ratio 140 if abs_y_f[i] < threshold: 277 threshold=PATTERN_MATCHING_THRESHOLD): argument 315 matched = _moving_pattern_matching(golden_y, test_signal, threshold) 328 threshold=PATTERN_MATCHING_THRESHOLD, argument 353 anoms = anomaly_detection(signal, rate, freq, block_size, threshold) 402 def _moving_pattern_matching(golden_signal, test_signal, threshold): argument 443 if max_corr < threshold: 627 threshold=PATTERN_MATCHING_THRESHOLD, argument 656 threshold=threshold, [all …]
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/power/ |
D | PowerBaseTest.py | 190 self.threshold = self.unpack_custom_file(self.threshold_file) 235 if self.threshold and self.test_name in self.threshold: 236 avg_current_threshold = self.threshold[self.test_name] 384 if not self.threshold or self.test_name not in self.threshold: 389 current_threshold = self.threshold[self.test_name]
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/coex/ |
D | audio_test_utils.py | 115 threshold=PATTERN_MATCHING_THRESHOLD, argument 139 threshold=threshold,
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/net/ |
D | ui_utils.py | 176 threshold = start_time + timeout 177 while time.time() < threshold:
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/ |
D | bt_test_utils.py | 1772 threshold=5): argument 1787 if len(all_states) >= threshold: 1790 if len(set(all_states[-threshold:])) == 1: 1792 set(all_states[-threshold:]))) 1796 if set([state]).issubset(all_states[-threshold:]):
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/gnss/ |
D | gnss_test_utils.py | 2078 threshold = "{percent:.0%}".format(percent=dpo_threshold / 100) 2083 threshold)) 2192 threshold = "{percent:.0%}".format(percent=dpo_threshold / 100) 2198 threshold,
|
/tools/external/fat32lib/ |
D | NOTICE | 89 … be linked without the Library, or if the work is itself a library. The threshold for this to be t…
|