Home
last modified time | relevance | path

Searched refs:test_devices (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavutil/tests/
Dhwdevice.c130 } test_devices[] = { variable
177 for (i = 0; i < FF_ARRAY_ELEMS(test_devices); i++) { in test_device_type()
178 if (test_devices[i].type != type) in test_device_type()
181 for (j = 0; test_devices[i].possible_devices[j]; j++) { in test_device_type()
183 test_devices[i].possible_devices[j], in test_device_type()
187 name, test_devices[i].possible_devices[j]); in test_device_type()
192 name, test_devices[i].possible_devices[j]); in test_device_type()
/third_party/python/Lib/test/
Dtest_stat.py191 def test_devices(self): member in TestFilemode