Searched refs:threshold (Results 1 – 10 of 10) sorted by relevance
/tools/test/connectivity/acts/framework/acts/test_utils/audio_analysis_lib/ |
D | audio_analysis.py | 129 threshold = max(abs_y_f) * min_peak_ratio 133 if abs_y_f[i] < threshold: 270 threshold=PATTERN_MATCHING_THRESHOLD): argument 307 matched = _moving_pattern_matching(golden_y, test_signal, threshold) 348 def _moving_pattern_matching(golden_signal, test_signal, threshold): argument 389 if max_corr < threshold:
|
/tools/tradefederation/core/prod-tests/src/com/android/framework/tests/ |
D | PreloadedClassesTest.java | 126 int threshold = 0; in run() local 128 threshold = Integer.parseInt(thresholdStr); in run() 139 File classes = writePreloadedClasses(threshold); in run() 200 private File writePreloadedClasses(int threshold) { in writePreloadedClasses() argument 215 actionCmd += String.format(COMPUTE_CMD, threshold, temp.getAbsolutePath()); in writePreloadedClasses()
|
D | BandwidthStats.java | 197 public void addRecord(ComparisonRecord record, float threshold) { in addRecord() argument 198 if (record.getDifference() < threshold) { in addRecord()
|
/tools/tradefederation/core/src/com/android/tradefed/device/metric/ |
D | DumpHeapCollector.java | 88 List<File> takeDumpheap(ITestDevice device, String output, String process, Long threshold) in takeDumpheap() argument 100 if (item.getName(pid).equals(process) && item.getPss(pid) > threshold) { in takeDumpheap()
|
/tools/test/connectivity/acts/tests/google/wifi/ |
D | WifiPowerTest.py | 86 self.unpack_userparams(required_userparam_names, threshold=None) 176 if self.threshold and (model in self.threshold) and ( 177 tag in self.threshold[model]): 178 acceptable_threshold = self.threshold[model][tag]
|
/tools/test/connectivity/acts/framework/acts/test_utils/bt/ |
D | bt_test_utils.py | 285 def wait_for_bluetooth_manager_state(droid, state=None, timeout=10, threshold=5): argument 300 if len(all_states) >= threshold: 303 if len(set(all_states[-threshold:])) == 1: 304 log.info("State normalized {}".format(set(all_states[-threshold:]))) 308 if set([state]).issubset(all_states[-threshold:]):
|
/tools/test/connectivity/acts/framework/acts/test_utils/power/ |
D | PowerBaseTest.py | 129 self.threshold = self.unpack_custom_file(self.threshold_file) 295 current_threshold = self.threshold[self.test_name]
|
/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…
|
/tools/tradefederation/core/res/jacoco/ |
D | jacocoagent.jar | META-INF/MANIFEST.MF
META-INF/MTNMINDS.SF
META-INF/MTNMINDS ... |
D | jacocoant.jar | META-INF/MANIFEST.MF
META-INF/MTNMINDS.SF
META-INF/MTNMINDS ... |