Home
last modified time | relevance | path

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

/developtools/integration_verification/tools/rom_ram_analyzer/lite_small/src/
Dtemplate_processor.py204 resources = GnVariableParser.string_parser(
206 if not resources:
208 _, resources = os.path.split(resources.strip('"'))
210 if GnCommonTool.contains_gn_variable(resources):
211 resources = GnCommonTool.replace_gn_variables(
212 resources, gn_path, self.project_path).strip('"')
223 _, file_name = os.path.split(resources)
245 resources = GnVariableParser.list_parser(
247 if not resources:
259 for ff in resources:
/developtools/ace_js2bundle/ace-loader/src/
Dresource-plugin.js124 shareThemePath = path.join(input_, '../share/resources/styles');
125 internalThemePath = path.join(input_, 'resources/styles');
126 resourcesPath = path.resolve(input_, 'resources');
127 sharePath = path.resolve(input_, '../share/resources');
/developtools/packing_tool/adapter/ohos/
DREADME29 but json's filename must be config.json and index's filename must be resources.index.
31 7.After package a hap, files under resources/ will put into assets/entry/resources/ directory,
34 file of resources.index will be putted into assets/entry/ directory.
44 --resources-path [option] --shell-apk-path [option] --index-path [option] --out-path <option> --for…
61 --resources-path resources path.
65 --index-path resources.index path.
73 --resources-path [option] --out-path <option> --force [option]
81 --resources-path not null resources/ path.
111 --index-path example/resources.index --maple-so-path example/maple-so
113 …--resources-path example/resources/ --lib-path example/lib/ --out-path example/out/module1.hap --f…
[all …]
DResourcesParser.java454 List<ResourceIndexResult> resources = getAllDataItem(data); in getResourceMapById() local
456 for (ResourceIndexResult indexResult : resources) { in getResourceMapById()
465 List<ResourceIndexResult> resources = getAllDataItem(data); in getResourceStringById() local
466 for (ResourceIndexResult indexResult : resources) { in getResourceStringById()
/developtools/profiler/host/smartperf/client/client_ui/
DBUILD.gn36 sources = [ "AppScope/resources" ]
40 sources = [ "entry/src/main/resources" ]
DREADME_zh.md37 │ ├── resources # 资源配置文件存放目录
/developtools/packing_tool/
DREADME_zh.md21 java -jar app_packing_tool.jar --mode hap --json-path <option> --resources-path <option> --ets-path…
28 …tion] --maple-so-dir [option] --dex-path [option] --lib-path [option] --resources-path [option] --…
42 | --resources-path | 否 | NA | resources资源包路径。 …
43 | --index-path | 否 | NA | .index文件路径,文件名必须为resources.index。 …
59 …mode har --json-path [option] --jar-path [option] --lib-path [option] --resources-path [option] --…
70 | --resource-path | 是 | NA | resources资源包路径。 …
163 java -jar path\app_packing_tool.jar --mode hsp --json-path <option> --resources-path <option> --ets…
175 | --resources-path | 否 | NA | resources资源包路径。 …
176 | --index-path | 否 | NA | .index文件路径,文件名必须为resources.index。 …
/developtools/global_resource_tool/
Drestool.gni14 id_defined_path = "//base/global/system_resources/systemres/main/resources/base/element/id_defined.…
/developtools/ace_ets2bundle/compiler/src/
Dprocess_ui_syntax.ts121 resources,
485 if (preCheckResourceData(resourceData, resources, node.arguments[0].getStart(), previewLog)) {
495 const resourceValue: number = resources[resourceData[0]][resourceData[1]][resourceData[2]];
555 function preCheckResourceData(resourceData: string[], resources: object, pos: number,
558 return validateResourceData(resourceData, resources, pos, previewLog.log, true);
560 return validateResourceData(resourceData, resources, pos, transformLog.errors, false);
564 function validateResourceData(resourceData: string[], resources: object, pos: number, log: LogInfo[…
575 if (!resources[resourceData[0]]) {
581 } else if (!resources[resourceData[0]][resourceData[1]]) {
587 } else if (!resources[resourceData[0]][resourceData[1]][resourceData[2]]) {
/developtools/integration_verification/tools/fotff/
Dfotff.ini21 [resources] section
/developtools/ace_ets2bundle/compiler/
Dmain.js60 const resources = { variable
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/components/
DComponentBase.ets144 * getResources().getColor(...) when using a color from the resources.
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/data/
DBaseDataSet.ets145 * the size of the colors array. If you are using colors from the resources,
158 * the size of the colors array. If you are using colors from the resources,
/developtools/ace_ets2bundle/
DBUILD.gn118 …_id_defined_json = "//base/global/system_resources/systemres/main/resources/base/element/id_define…
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/utils/
DColorTemplate.ets119 * from resources.
/developtools/smartperf_host/
DREADME.md15 ├── figures # Image resources
/developtools/profiler/hiebpf/include/
Dvmlinux.h16565 struct list_head resources; member
16589 struct list_head resources; member
16744 struct list_head resources; member
17030 struct list_head resources; member
26469 struct rdmacg_resource resources[2]; member
60460 struct data_dirent resources; member
71005 const struct resource *resources; member
94050 struct list_head resources; member
101347 struct list_head resources; member
113670 struct list_head resources; member
[all …]