Home
last modified time | relevance | path

Searched refs:match_android_device (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): function
191 if match_android_device(test_case.getArchitecture(), ['aarch64'], range(22, 25+1)):
H A Ddecorators.py321 result = lldbplatformutil.match_android_device(
653 if lldbplatformutil.match_android_device(target_arch):
/llvm-project-15.0.7/lldb/test/API/functionalities/inferior-assert/
H A DTestInferiorAssert.py97 matched = lldbplatformutil.match_android_device(