Searched refs:resources (Results 1 – 6 of 6) sorted by relevance
/test/vts-testcase/vndk/golden/ |
D | vndk_data.py | 25 from importlib import resources 27 resources = None variable 137 self._resource = resources.open_binary(_RESOURCE_PACKAGE, 164 if not resources: 288 if not resources: 297 if not resources.is_resource(_RESOURCE_PACKAGE, vndk_lib_list_name): 301 if not resources.is_resource(_RESOURCE_PACKAGE, vndk_lib_extra_list_name): 307 with resources.open_text(_RESOURCE_PACKAGE, vndk_lib_list_name) as f: 309 with resources.open_text(_RESOURCE_PACKAGE, vndk_lib_extra_list_name) as f:
|
/test/vti/dashboard/ |
D | .gitignore | 5 src/main/resources/keys/ 6 src/main/resources/bug_tracking_system/**/*.tpl
|
D | build.gradle | 221 println "The resources folder will be copied from GCS!" 225 … "${project.gcsConfigPath}${project.mode}/dashboard/${projectId}/resources/*",
|
/test/cts-root/tools/cts-root-tradefed/ |
D | Android.bp | 21 name: "cts-root-resources", 33 "cts-root-resources",
|
/test/app_compat/csuite/harness/ |
D | Android.bp | 25 "src/main/resources",
|
/test/vts-testcase/security/system_property/ |
D | vts_treble_sys_prop_test.py | 24 from importlib import resources 415 with resources.open_text(package_name, resource_name) as resource:
|