Searched refs:resources (Results 1 – 21 of 21) sorted by relevance
/system/tools/xsdc/tests/ |
D | Android.bp | 29 java_resource_dirs: ["resources"], 71 data: ["resources/*.xml"], 116 data: ["resources/*.xml"], 144 data: ["resources/*.xml"], 173 data: ["resources/*.xml"], 198 data: ["resources/*.xml"], 223 data: ["resources/*.xml"],
|
/system/apex/tools/ |
D | apexer_with_DCLA_preprocessing_test.py | 19 import importlib.resources 42 def resources(): function 43 return importlib.resources.files('apexer_with_DCLA_preprocessing_test') 118 resources().joinpath('apexer_test_host_tools.zip').open(mode='rb') as host_tools_zip_resource, 119 resources().joinpath(TEST_PRIVATE_KEY).open(mode='rb') as key_file_resource, 120 … resources().joinpath('apexer_with_DCLA_preprocessing').open(mode='rb') as apexer_wrapper_resource, 149 with resources().joinpath(TEST_APEX + '.apex').open(mode='rb') as apex_file:
|
D | apex_compression_test.py | 26 from importlib import resources 149 resources.files("apex_compression_test").joinpath(tool).open('rb') as tool_resource, 165 resources.files('apex_compression_test').joinpath(TEST_APEX + '.apex').open('rb') as f,
|
D | Android.bp | 174 // Need to add a pkg_path because importlib.resources 175 // cannot load resources from the root package.
|
/system/sepolicy/private/ |
D | isolated_app.te | 5 ### service managers and does not require extra computational resources. 27 # in addition to the zygote. Allow access to resources inherited from the
|
D | isolated_compute_app.te | 5 ### to gather data with service manager and require computational resources to
|
D | rs.te | 18 # Use vendor resources
|
D | drmserver.te | 46 # Read resources from open apk files passed over Binder.
|
D | mediaextractor.te | 39 # Read resources from open apk files passed over Binder
|
D | odrefresh.te | 48 # Do not audit unused resources from parent processes (adb, shell, su).
|
D | mediaserver.te | 71 # Read resources from open apk files passed over Binder.
|
D | service_contexts | 384 resources u:object_r:resources_manager_service:s0
|
/system/extras/simpleperf/scripts/purgatorio/ |
D | purgatorio.py | 37 from bokeh.resources import INLINE 135 resources = INLINE.render() 138 resources=resources, plot_script=script, plot_div=div, title=title)
|
/system/extras/simpleperf/demo/SimpleperfExampleKotlin/ |
D | gradle.properties | 21 # resources declared in the library itself and none from the library's dependencies,
|
/system/extras/simpleperf/demo/SimpleperfExampleJava/ |
D | gradle.properties | 19 # resources declared in the library itself and none from the library's dependencies,
|
/system/apex/apexer/ |
D | apexer_test.py | 28 from importlib import resources 177 with resources.files("apexer_test").joinpath("apexer_test_host_tools.zip").open('rb') as f: 208 resources.files("apexer_test").joinpath(resource_name).open('rb') as f,
|
/system/core/fs_mgr/libfiemap/ |
D | README.md | 75 resources.
|
/system/core/fs_mgr/ |
D | README.overlayfs.md | 94 - _adb remount_ overrides are incompatible with OTA resources, so the update
|
/system/chre/doc/ |
D | framework_overview.md | 194 relative scarcity of memory and CPU resources, and power considerations.
|
/system/extras/simpleperf/doc/ |
D | android_application_profiling.md | 61 resources {
|
/system/chre/platform/shared/idl/ |
D | host_messages.fbs | 38 /// permissions-controlled resources.
|