Searched refs:resources (Results 1 – 8 of 8) sorted by relevance
/test/app_compat/csuite/harness/ |
D | Android.bp | 26 "src/main/resources", 64 "src/test/resources/BlankScreenWithFullScreen.png", 65 "src/test/resources/BlankScreenWithNavBars.png", 66 "src/test/resources/BlankScreenWithWhiteScreen.png", 67 "src/test/resources/NotBlankScreen.png", 69 path: "src/test/resources/",
|
/test/vts-testcase/vndk/golden/ |
D | vndk_data.py | 25 from importlib import resources 27 resources = None variable 82 self._resource = resources.files(_RESOURCE_PACKAGE).joinpath( 109 if not resources: 216 if not resources: 224 vndk_lib_list = resources.files(_RESOURCE_PACKAGE).joinpath( 227 vndk_lib_list_history = resources.files(_RESOURCE_PACKAGE).joinpath( 230 vndk_lib_extra_list = resources.files(_RESOURCE_PACKAGE).joinpath(
|
/test/cts-root/tools/cts-root-tradefed/ |
D | Android.bp | 21 name: "cts-root-resources", 33 "cts-root-resources",
|
/test/app_compat/csuite/integration_tests/ |
D | csuite_test_utils.py | 30 from importlib import resources 57 with resources.files('testdata').joinpath( 146 resources.files('testdata').joinpath(apk).open('rb') as data,
|
D | Android.bp | 117 // importlib.resources cannot load resources from the root package, so move the test apps
|
/test/app_compat/csuite/test_scripts/ |
D | Android.bp | 28 "src/main/resources",
|
/test/vts-testcase/security/system_property/ |
D | vts_treble_sys_prop_test.py | 24 from importlib import resources 416 with resources.files(package_name).joinpath(resource_name).open('r') \
|
/test/vts-testcase/kernel/ltp/testcase/tools/ |
D | ltp_test_cases.py | 20 from importlib import resources
|