Searched refs:list_grep (Results 1 – 1 of 1) sorted by relevance
/external/autotest/client/bin/ |
D | utils.py | 147 def list_grep(list, pattern): function 277 if list_grep(compatible, '^rockchip,'): 279 elif list_grep(compatible, '^mediatek,'): 281 elif list_grep(compatible, '^qcom,'): 295 if list_grep(cpuinfo, 'EXYNOS5'): 297 elif list_grep(cpuinfo, 'Tegra'): 299 elif list_grep(cpuinfo, 'Rockchip'): 312 if list_grep(cpuinfo, '^vendor_id.*:.*AMD'):
|