Searched refs:ets (Results 1 – 21 of 21) 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 | 449 .replace(/\u001b\[.*?m/g, '').replace(/\.ets\.ts/g, '.ets').trim()}\n`; 489 …this.incrementalFileInHar.set(jsCacheFilePath.replace(/\.ets$/, '.d.ets').replace(/\.ts$/, '.d.ts'… 490 jsBuildFilePath.replace(/\.ets$/, '.d.ets').replace(/\.ts$/, '.d.ts'));
|
| D | process_visual.ts | 351 return parseContent ? parseContent.ets : null;
|
| D | utils.ts | 766 …if (id.match(process.env.compileMode === 'moduleJson' ? /(?<!\.d)\.(ets|ts)$/ : /(?<!\.d)\.(ets)$/… 772 …if (id.match(process.env.compileMode === 'moduleJson' ? /(?<!\.d)\.(ets|ts)$/ : /(?<!\.d)\.(ets)$/…
|
| D | ets_checker.ts | 907 …if (moduleObj && moduleObj.resolvedFileName && /(?<!\.d)\.(ets|ts)$/.test(moduleObj.resolvedFileNa…
|
| /developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/testdata/testcase_def/entry/build/hotReload/ |
| D | sourceMaps.map | 8 "entry/src/main/pages/Index.ets": { 9 "file": "Index.ets", 11 "entry/src/main/pages/Index.ets"
|
| /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 | 60 _ace_config_dir = "//prebuilts/ace-toolkit/ets-loader/compiler" 62 _declarations_file_dir = "//interface/sdk-js/api/@internal/component/ets" 68 "//out/sdk-public/public_interface/sdk-js/api/@internal/component/ets" 97 "--ets-loader-src-dir", 132 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 | webpack.config.js | 298 '**/*.ets',
|
| D | main.js | 158 const fileName = path.resolve(projectConfig.projectPath, sourcePath + '.ets');
|
| /developtools/packing_tool/adapter/scanner/ |
| D | README_zh.md | 246 "file":"/application-entry-default.hap/ets/modules.abc", 250 "file":"/entry-default.hap/ets/modules.abc", 315 …size:8548<br>file:/entry-default.hap/ets/modules.abc<br>size:76304<br>file:/application-entry-defa…
|
| /developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/testdata/testcase_def/ |
| D | README_zh.md | 5 此文件夹下存储ets-loader测试使用的文件数据,API输出文件禁止上传(使用gitignore 屏蔽)。
|
| /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/ace_ets2bundle/compiler/test/ark_compiler_ut/mock/ |
| D | README_zh.md | 14 ets-loader UT测试采用mocha架构实现,在此基础上介绍Rollup Mock、类私用方法Mock使用方法。
|
| /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
|