| /developtools/integration_verification/tools/rom_ram_analyzer/lite_small/src/ |
| D | template_processor.py | 204 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/ |
| D | resource-plugin.js | 124 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/ |
| D | README | 29 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 …]
|
| D | ResourcesParser.java | 454 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/ |
| D | BUILD.gn | 36 sources = [ "AppScope/resources" ] 40 sources = [ "entry/src/main/resources" ]
|
| D | README_zh.md | 37 │ ├── resources # 资源配置文件存放目录
|
| /developtools/packing_tool/ |
| D | README_zh.md | 21 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/ |
| D | restool.gni | 14 id_defined_path = "//base/global/system_resources/systemres/main/resources/base/element/id_defined.…
|
| /developtools/ace_ets2bundle/compiler/src/ |
| D | process_ui_syntax.ts | 121 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/ |
| D | fotff.ini | 21 [resources] section
|
| /developtools/ace_ets2bundle/compiler/ |
| D | main.js | 60 const resources = { variable
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/components/ |
| D | ComponentBase.ets | 144 * 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/ |
| D | BaseDataSet.ets | 145 * 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/ |
| D | BUILD.gn | 118 …_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/ |
| D | ColorTemplate.ets | 119 * from resources.
|
| /developtools/smartperf_host/ |
| D | README.md | 15 ├── figures # Image resources
|
| /developtools/profiler/hiebpf/include/ |
| D | vmlinux.h | 16565 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 …]
|