Searched refs:list_grep (Results 1 – 1 of 1) sorted by relevance
/external/autotest/client/bin/ |
D | utils.py | 142 def list_grep(list, pattern): function 272 if list_grep(compatible, '^rockchip,'): 274 elif list_grep(compatible, '^mediatek,'): 276 elif list_grep(compatible, '^qcom,'): 290 if list_grep(cpuinfo, 'EXYNOS5'): 292 elif list_grep(cpuinfo, 'Tegra'): 294 elif list_grep(cpuinfo, 'Rockchip'): 307 if list_grep(cpuinfo, '^vendor_id.*:.*AMD'):
|