Home
last modified time | relevance | path

Searched refs:valid_api_levels (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dlldbplatformutil.py84 def match_android_device(device_arch, valid_archs=None, valid_api_levels=None): argument
89 if valid_api_levels is not None and android_device_api() not in valid_api_levels:
H A Ddecorators.py322 obj.getArchitecture(), valid_archs=archs, valid_api_levels=api_levels)
/llvm-project-15.0.7/lldb/test/API/functionalities/inferior-assert/
H A DTestInferiorAssert.py98 self.getArchitecture(), valid_api_levels=list(range(1, 16 + 1)))