Searched refs:base_output_path (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/ |
H A D | test_data_generation.py | 99 base_output_path): argument 113 base_output_path) 123 base_output_path): argument 128 def _AddNoiseSnrPairs(self, base_output_path, noisy_mix_filepaths, argument 142 output_path = self._MakeDir(base_output_path, config_name) 168 def _MakeDir(self, base_output_path, test_data_generator_config_name): argument 170 base_output_path, 194 base_output_path): argument 196 output_path = self._MakeDir(base_output_path, config_name) 237 base_output_path): argument [all …]
|
H A D | test_data_generation_unittest.py | 93 base_output_path=self._base_output_path) 136 base_output_path=self._base_output_path)
|
H A D | simulation.py | 323 base_output_path=output_path)
|
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/ |
D | context.py | 177 def add_base_output_path(cls, log_name, base_output_path): argument 184 cls._base_output_paths[log_name] = base_output_path
|