Home
last modified time | relevance | path

Searched refs:compiler (Results 1 – 25 of 41) sorted by relevance

12

/developtools/smartperf_host/trace_streamer/prebuilts/patch_protobuf/
Dprotobufbuild.gn54 "$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/
Dprotobufbuild.gn54 "$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.gitignore2 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
DBUILD.gn52 _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 …]
DREADME_zh.md9 * compiler/src: 编译转换工具源码
30 进入到compiler目录
40 进入到compiler目录
45 上述命令编译了compiler目录下的`sample`工程,编译结果在`sample\build`目录。
49 进入到compiler目录
78 进入到compiler目录
DREADME.md8 * 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/
DREADME.md1 # 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/
Ddl_tools.sh21 …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/
Ddl_tools.sh21 …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/
DREADME.md1 # 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如何新增或修改组件指导规范.md5 当新增或更新组件和属性时,需要在compiler/src/components目录下新增或修改对应的json文件。
7 同时我们将公共属性放入compiler/components/common_attrs.json文件中,若要更新公共属性在该文件下修改即可。
76 ace_ets2bundle/compiler
/developtools/profiler/device/services/ipc/include/
Dproto_encoder_plugin_generator.h29 class ProtoEncoderGenerator : public google::protobuf::compiler::CodeGenerator {
35 google::protobuf::compiler::GeneratorContext* context,
Dipc_generator.h30 class IpcGenerator : public google::protobuf::compiler::CodeGenerator {
36 google::protobuf::compiler::GeneratorContext* context,
/developtools/ace_js2bundle/ace-loader/test/lite/commandTest/
Dcompile.js23 const compiler = webpack(config);
25 compiler.run((err, stats) => {
/developtools/ace_js2bundle/ace-loader/src/lite/
Dlite-return-exports-plugin.js27 apply(compiler) { argument
28 compiler.hooks.compilation.tap('SourcemapFixer', (compilation) => {
Dlite-snapshot-plugin.js50 apply(compiler) { argument
52 compiler.hooks.done.tap('snapshot coverter', (stats) => {
Dlite-image-coverter-plugin.js63 apply(compiler) { argument
66 compiler.hooks.done.tap('image coverter', function(compilation, callback) {
/developtools/ace_js2bundle/ace-loader/src/
Dcompile-plugin.js51 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 => {
DgenBin-plugin.js50 apply(compiler) { argument
54 compiler.hooks.emit.tap('GenBinPlugin', (compilation) => {
/developtools/profiler/device/services/ipc/src/
Dproto_encoder_plugin.cpp22 return google::protobuf::compiler::PluginMain(argc, argv, &generator); in main()
Dmain.cpp22 return google::protobuf::compiler::PluginMain(argc, argv, &generator); in main()
/developtools/smartperf_host/trace_streamer/src/proto_reader/protoc_plugin/
Dproto_reader_plugin.h31 using google::protobuf::compiler::GeneratorContext;
132 class ProtoReaderPlugin : public ::google::protobuf::compiler::CodeGenerator {
/developtools/profiler/host/smartperf/trace_streamer/src/proto_reader/protoc_plugin/
Dproto_reader_plugin.h31 using google::protobuf::compiler::GeneratorContext;
132 class ProtoReaderPlugin : public ::google::protobuf::compiler::CodeGenerator {
/developtools/ace_ets2bundle/compiler/src/
Dpre_process.ts37 process.env.compiler = BUILD_ON;
Dcompile_info.ts116 public apply(compiler: Compiler): void {
117 compiler.hooks.compilation.tap('SourcemapFixer', compilation => {

12