Home
last modified time | relevance | path

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

/test/vts-testcase/vndk/golden/
Dvndk_data.py25 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.gitignore5 src/main/resources/keys/
6 src/main/resources/bug_tracking_system/**/*.tpl
Dbuild.gradle221 println "The resources folder will be copied from GCS!"
225 … "${project.gcsConfigPath}${project.mode}/dashboard/${projectId}/resources/*",
/test/cts-root/tools/cts-root-tradefed/
DAndroid.bp21 name: "cts-root-resources",
33 "cts-root-resources",
/test/app_compat/csuite/harness/
DAndroid.bp25 "src/main/resources",
/test/vts-testcase/security/system_property/
Dvts_treble_sys_prop_test.py24 from importlib import resources
415 with resources.open_text(package_name, resource_name) as resource: