Searched refs:contains_any (Results 1 – 2 of 2) sorted by relevance
113 if test.startswith('t318') and contains_any(resource, ['/gpu/cuda/ref']):115 if test.startswith('t506') and contains_any(resource, ['/gpu/cuda/shared']):181 elif test_id in ['t409'] and contains_any(resource, ['memcheck']):
250 def contains_any(base: str, substrings: List[str]) -> bool: function