| /developtools/smartperf_host/trace_streamer/prebuilts/patch_protobuf/ |
| D | protobufbuild.gn | 54 "$protobuf_dir/compiler/importer.cc", 55 "$protobuf_dir/compiler/parser.cc", 219 "$protobuf_dir/compiler/code_generator.cc", 220 "$protobuf_dir/compiler/command_line_interface.cc", 221 "$protobuf_dir/compiler/cpp/cpp_enum.cc", 222 "$protobuf_dir/compiler/cpp/cpp_enum_field.cc", 223 "$protobuf_dir/compiler/cpp/cpp_extension.cc", 224 "$protobuf_dir/compiler/cpp/cpp_field.cc", 225 "$protobuf_dir/compiler/cpp/cpp_file.cc", 226 "$protobuf_dir/compiler/cpp/cpp_generator.cc", [all …]
|
| /developtools/profiler/host/smartperf/trace_streamer/prebuilts/patch_protobuf/ |
| D | protobufbuild.gn | 54 "$protobuf_dir/compiler/importer.cc", 55 "$protobuf_dir/compiler/parser.cc", 219 "$protobuf_dir/compiler/code_generator.cc", 220 "$protobuf_dir/compiler/command_line_interface.cc", 221 "$protobuf_dir/compiler/cpp/cpp_enum.cc", 222 "$protobuf_dir/compiler/cpp/cpp_enum_field.cc", 223 "$protobuf_dir/compiler/cpp/cpp_extension.cc", 224 "$protobuf_dir/compiler/cpp/cpp_field.cc", 225 "$protobuf_dir/compiler/cpp/cpp_file.cc", 226 "$protobuf_dir/compiler/cpp/cpp_generator.cc", [all …]
|
| /developtools/ace_ets2bundle/ |
| D | .gitignore | 2 compiler/node_modules/ 3 compiler/lib/ 4 compiler/declarations/ 5 compiler/sample/build/ 6 compiler/component_config.json 7 compiler/form_config.json 8 compiler/syntax_parser/dist/ 9 compiler/.nyc_output 10 compiler/.test_output
|
| D | BUILD.gn | 52 _ets_loader_dir = "compiler" 54 _ace_config_dir = "compiler" 56 _ace_config_dir = "//prebuilts/ace-toolkit/ets-loader/compiler" 130 "compiler/compile_plugin.js", 131 "compiler/main.js", 132 "compiler/node_modules", 133 "compiler/npm-install.js", 134 "compiler/package-lock.json", 135 "compiler/package.json", 136 "compiler/rollup.config.js", [all …]
|
| D | README_zh.md | 9 * compiler/src: 编译转换工具源码 30 进入到compiler目录 40 进入到compiler目录 45 上述命令编译了compiler目录下的`sample`工程,编译结果在`sample\build`目录。 49 进入到compiler目录 78 进入到compiler目录
|
| D | README.md | 8 * compiler/src: source code 14 * tsconfig.json: the compiler options required to compile the project 29 Enter the root directory of the compiler: 39 Enter the root directory of the compiler: 48 Enter the root directory of the compiler: 77 Enter the root directory of the compiler:
|
| /developtools/ace_ets2bundle/compiler/test/ |
| D | README.md | 1 # compiler unit testing 3 **The compiler unit testing for ace2.0.** 9 First, enter the root directory of the compiler: 11 $ cd compiler/ 24 First, create a new test file or directory in `compiler/test`. 32 In the root directory of `compiler/`: 36 All files in the `compiler/test` will be tested. 39 1. Create a new test directory `foo` in `compiler`. 40 2. Create a new test file `bar.ts` in `compiler/foo`. 56 4. In the root directory of `compiler/`: [all …]
|
| /developtools/profiler/host/smartperf/trace_streamer/ |
| D | dl_tools.sh | 21 …curl https://repo.huaweicloud.com/openharmony/compiler/gn/1717/linux/gn-linux-x86-1717.tar.gz --o… 23 …curl https://repo.huaweicloud.com/openharmony/compiler/ninja/1.11.0/linux/ninja-linux-x86-1.11.0.t… 26 …curl https://repo.huaweicloud.com/openharmony/compiler/gn/2024/darwin/gn-darwin-x86-20230425.tar.g… 28 …curl https://repo.huaweicloud.com/openharmony/compiler/ninja/1.11.0/darwin/ninja-darwin-x86-1.11.0… 31 …curl https://repo.huaweicloud.com/openharmony/compiler/gn/1744/windows/gn-windows-amd64.zip --outp… 33 …curl https://repo.huaweicloud.com/openharmony/compiler/ninja/1.9.0/windows/ninja-win.zip --output…
|
| /developtools/smartperf_host/trace_streamer/ |
| D | dl_tools.sh | 21 …curl https://repo.huaweicloud.com/openharmony/compiler/gn/1717/linux/gn-linux-x86-1717.tar.gz --o… 23 …curl https://repo.huaweicloud.com/openharmony/compiler/ninja/1.11.0/linux/ninja-linux-x86-1.11.0.t… 26 …curl https://repo.huaweicloud.com/openharmony/compiler/gn/2024/darwin/gn-darwin-x86-20230425.tar.g… 28 …curl https://repo.huaweicloud.com/openharmony/compiler/ninja/1.11.0/darwin/ninja-darwin-x86-1.11.0… 31 …curl https://repo.huaweicloud.com/openharmony/compiler/gn/1744/windows/gn-windows-amd64.zip --outp… 33 …curl https://repo.huaweicloud.com/openharmony/compiler/ninja/1.9.0/windows/ninja-win.zip --output…
|
| /developtools/ace_ets2bundle/compiler/ |
| D | README.md | 1 # compiler chapter 3 **The compiler tool chain for ace2.0.** 10 First, enter the root directory of the compiler: 12 $ cd compiler/ 31 In the root directory of `compiler/`: 42 In the root directory of `compiler/`: 75 In the root directory of `compiler/`:
|
| D | 如何新增或修改组件指导规范.md | 5 当新增或更新组件和属性时,需要在compiler/src/components目录下新增或修改对应的json文件。 7 同时我们将公共属性放入compiler/components/common_attrs.json文件中,若要更新公共属性在该文件下修改即可。 76 ace_ets2bundle/compiler
|
| /developtools/profiler/device/services/ipc/include/ |
| D | proto_encoder_plugin_generator.h | 29 class ProtoEncoderGenerator : public google::protobuf::compiler::CodeGenerator { 35 google::protobuf::compiler::GeneratorContext* context,
|
| D | ipc_generator.h | 30 class IpcGenerator : public google::protobuf::compiler::CodeGenerator { 36 google::protobuf::compiler::GeneratorContext* context,
|
| /developtools/ace_js2bundle/ace-loader/test/lite/commandTest/ |
| D | compile.js | 23 const compiler = webpack(config); 25 compiler.run((err, stats) => {
|
| /developtools/ace_js2bundle/ace-loader/src/lite/ |
| D | lite-return-exports-plugin.js | 27 apply(compiler) { argument 28 compiler.hooks.compilation.tap('SourcemapFixer', (compilation) => {
|
| D | lite-snapshot-plugin.js | 50 apply(compiler) { argument 52 compiler.hooks.done.tap('snapshot coverter', (stats) => {
|
| D | lite-image-coverter-plugin.js | 63 apply(compiler) { argument 66 compiler.hooks.done.tap('image coverter', function(compilation, callback) {
|
| /developtools/ace_js2bundle/ace-loader/src/ |
| D | compile-plugin.js | 51 apply(compiler) { argument 59 compiler.hooks.compilation.tap('toFindModule', (compilation) => { 85 compiler.hooks.afterCompile.tap('copyFindModule', () => { 95 compiler.hooks.done.tap('Result States', (stats) => { 125 compiler.hooks.compilation.tap('CommonAsset', compilation => { 143 compiler.hooks.compilation.tap('Require', compilation => {
|
| D | genBin-plugin.js | 50 apply(compiler) { argument 54 compiler.hooks.emit.tap('GenBinPlugin', (compilation) => {
|
| /developtools/profiler/device/services/ipc/src/ |
| D | proto_encoder_plugin.cpp | 22 return google::protobuf::compiler::PluginMain(argc, argv, &generator); in main()
|
| D | main.cpp | 22 return google::protobuf::compiler::PluginMain(argc, argv, &generator); in main()
|
| /developtools/smartperf_host/trace_streamer/src/proto_reader/protoc_plugin/ |
| D | proto_reader_plugin.h | 31 using google::protobuf::compiler::GeneratorContext; 132 class ProtoReaderPlugin : public ::google::protobuf::compiler::CodeGenerator {
|
| /developtools/profiler/host/smartperf/trace_streamer/src/proto_reader/protoc_plugin/ |
| D | proto_reader_plugin.h | 31 using google::protobuf::compiler::GeneratorContext; 132 class ProtoReaderPlugin : public ::google::protobuf::compiler::CodeGenerator {
|
| /developtools/ace_ets2bundle/compiler/src/ |
| D | pre_process.ts | 37 process.env.compiler = BUILD_ON;
|
| D | compile_info.ts | 116 public apply(compiler: Compiler): void { 117 compiler.hooks.compilation.tap('SourcemapFixer', compilation => {
|