Searched refs:test_infos (Results 1 – 5 of 5) sorted by relevance
153 test_infos = sox_utils.get_infos_from_wav_file(test_audio_path)154 if test_infos is None:160 test_infos = ref_infos166 test_infos['bits']),167 channel=test_infos['channels'],168 rate=test_infos['rate']),169 duration_secs=test_infos['duration'])228 time.sleep(test_infos['duration'] +
210 test_infos = []214 test_infos.append(test_info)215 if not test_infos:217 return test_infos
296 std::vector<TestInfo> test_infos() const;
677 std::vector<TestInfo> Framework::test_infos() const in test_infos() function in arm_compute::test::framework::Framework
292 p->print_list_tests(framework.test_infos()); in main()