Searched refs:ets (Results 1 – 17 of 17) sorted by relevance
| /developtools/profiler/host/smartperf/client/client_ui/ |
| D | README_zh.md | 15 │ ├── ets # ets代码目录 28 │ ├── AppSelectPage.ets # 应用选择页面 29 │ ├── CPU0LineChartPage.ets # CPU折线图页面 30 │ ├── LightAdjust.ets # 亮度调整页面 31 │ ├── LoginPage.ets # 登录首页面 32 │ ├── MainPage.ets # 主页面(包含主页、报告、我的三个子页面) 33 │ ├── ReportDetail.ets # 报告详情页页面
|
| D | BUILD.gn | 30 source_dir = "entry/src/main/ets"
|
| /developtools/ace_ets2bundle/compiler/src/ |
| D | create.ts | 43 const appPath:string = dist + '/app.ets'; 45 const indexPath:string = dist + '/pages/index.ets'; 93 return console.error('ERROR: Failed to write app.ets.'); 103 return console.error('ERROR: Failed to write index.ets.');
|
| D | compile_info.ts | 450 .replace(/\u001b\[.*?m/g, '').replace(/\.ets\.ts/g, '.ets').trim()}\n`; 490 …this.incrementalFileInHar.set(jsCacheFilePath.replace(/\.ets$/, '.d.ets').replace(/\.ts$/, '.d.ts'… 491 jsBuildFilePath.replace(/\.ets$/, '.d.ets').replace(/\.ts$/, '.d.ts'));
|
| D | utils.ts | 698 …if (id.match(process.env.compileMode === 'moduleJson' ? /(?<!\.d)\.(ets|ts)$/ : /(?<!\.d)\.(ets)$/… 704 …if (id.match(process.env.compileMode === 'moduleJson' ? /(?<!\.d)\.(ets|ts)$/ : /(?<!\.d)\.(ets)$/…
|
| D | process_visual.ts | 351 return parseContent ? parseContent.ets : null;
|
| D | ets_checker.ts | 342 return /compiler\/declarations/.test(file) || /ets-loader\/declarations/.test(file); 619 …if (moduleObj && moduleObj.resolvedFileName && /(?<!\.d)\.(ets|ts)$/.test(moduleObj.resolvedFileNa…
|
| /developtools/ace_ets2bundle/ |
| D | README_zh.md | 62 - index.ets 63 - app.ets 68 例如在`pages`目录创建一个`bar.ets`页面,需要在manifest.json文件的`pages`新增一行,如下所示:
|
| D | README.md | 61 - index.ets 62 - app.ets 67 For example, create a file `bar.ets` in the `pages` directory. And then add the following lines to …
|
| D | BUILD.gn | 56 _ace_config_dir = "//prebuilts/ace-toolkit/ets-loader/compiler" 58 _declarations_file_dir = "//interface/sdk-js/api/@internal/component/ets" 61 "//out/sdk-public/public_interface/sdk-js/api/@internal/component/ets" 85 "--ets-loader-src-dir", 110 script = "//foundation/ace/huawei_proprietary/tools/ets-loader/generateSysResource.py"
|
| /developtools/ace_ets2bundle/compiler/ |
| D | README.md | 57 - index.ets 58 - app.ets 63 For example, create a file `bar.ets` in the `page` directory. And then add the following lines to `…
|
| D | main.js | 150 const fileName = path.resolve(projectConfig.projectPath, sourcePath + '.ets');
|
| D | webpack.config.js | 298 '**/*.ets',
|
| /developtools/packing_tool/ |
| D | README_zh.md | 21 java -jar app_packing_tool.jar --mode hap --json-path <option> --resources-path <option> --ets-path… 47 | --ets-path | 否 | NA | 存放ets文件目录路径。 … 127 java -jar app_packing_tool.jar --mode hqf --json-path <option> --lib-path <option> --ets-path <opti… 137 | --ets-path | 是 | NA | 存放ets文件目录路径。 | 163 java -jar path\app_packing_tool.jar --mode hsp --json-path <option> --resources-path <option> --ets… 179 | --ets-path | 否 | NA | 存放ets文件目录路径。 …
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/profiler/base/ |
| D | BaseProfilerUtils.ets | 32 SPLogger.DEBUG("BaseProfilerUtils","ets check path is start..."+ "path:" + path); 37 SPLogger.DEBUG("BaseProfilerUtils","ets check path is finish..."+ "path:" + path);
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/pages/ |
| D | StartTestPage.ets | 24 import SPLogger from '../../ets/common/utils/SPLogger'
|
| /developtools/ace_ets2bundle/compiler/codegen/ |
| D | codegen_ets.js | 15 …ets:(0,s.cloneDeep)(c),errorType:"",errorMessage:""};if((0,l.parseSourceCode)(e,o),""!==o.errorTyp… property
|