Home
last modified time | relevance | path

Searched refs:test_infos (Results 1 – 5 of 5) sorted by relevance

/external/autotest/server/site_tests/audio_AudioNoiseCancellation/
Daudio_AudioNoiseCancellation.py153 test_infos = sox_utils.get_infos_from_wav_file(test_audio_path)
154 if test_infos is None:
160 test_infos = ref_infos
166 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'] +
/external/autotest/server/cros/chaos_lib/
Dchaos_analyzer.py210 test_infos = []
214 test_infos.append(test_info)
215 if not test_infos:
217 return test_infos
/external/ComputeLibrary/tests/framework/
DFramework.h296 std::vector<TestInfo> test_infos() const;
DFramework.cpp677 std::vector<TestInfo> Framework::test_infos() const in test_infos() function in arm_compute::test::framework::Framework
/external/ComputeLibrary/tests/
Dmain.cpp292 p->print_list_tests(framework.test_infos()); in main()