Home
last modified time | relevance | path

Searched refs:resources (Results 1 – 8 of 8) sorted by relevance

/test/app_compat/csuite/harness/
DAndroid.bp26 "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/
Dvndk_data.py25 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/
DAndroid.bp21 name: "cts-root-resources",
33 "cts-root-resources",
/test/app_compat/csuite/integration_tests/
Dcsuite_test_utils.py30 from importlib import resources
57 with resources.files('testdata').joinpath(
146 resources.files('testdata').joinpath(apk).open('rb') as data,
DAndroid.bp117 // importlib.resources cannot load resources from the root package, so move the test apps
/test/app_compat/csuite/test_scripts/
DAndroid.bp28 "src/main/resources",
/test/vts-testcase/security/system_property/
Dvts_treble_sys_prop_test.py24 from importlib import resources
416 with resources.files(package_name).joinpath(resource_name).open('r') \
/test/vts-testcase/kernel/ltp/testcase/tools/
Dltp_test_cases.py20 from importlib import resources