Home
last modified time | relevance | path

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

12

/developtools/profiler/trace_analyzer/prebuilts/buildprotobuf/
Dlibprotoc_la_SOURCES.pri13 message("qmake" $${PROTOBUDIR}"/src/google/protobuf/compiler/")
15 $${PROTOBUDIR}/src/google/protobuf/compiler/code_generator.cc \
16 $${PROTOBUDIR}/src/google/protobuf/compiler/command_line_interface.cc \
17 $${PROTOBUDIR}/src/google/protobuf/compiler/plugin.cc \
18 $${PROTOBUDIR}/src/google/protobuf/compiler/plugin.pb.cc \
19 $${PROTOBUDIR}/src/google/protobuf/compiler/subprocess.cc \
20 $${PROTOBUDIR}/src/google/protobuf/compiler/zip_writer.cc \
21 $${PROTOBUDIR}/src/google/protobuf/compiler/cpp/cpp_enum.cc \
22 $${PROTOBUDIR}/src/google/protobuf/compiler/cpp/cpp_enum_field.cc \
23 $${PROTOBUDIR}/src/google/protobuf/compiler/cpp/cpp_extension.cc \
[all …]
Dprotobufbuild.gn70 "src/google/protobuf/compiler/importer.cc",
71 "src/google/protobuf/compiler/parser.cc",
138 "src/google/protobuf/compiler/code_generator.cc",
139 "src/google/protobuf/compiler/command_line_interface.cc",
140 "src/google/protobuf/compiler/cpp/cpp_enum.cc",
141 "src/google/protobuf/compiler/cpp/cpp_enum_field.cc",
142 "src/google/protobuf/compiler/cpp/cpp_extension.cc",
143 "src/google/protobuf/compiler/cpp/cpp_field.cc",
144 "src/google/protobuf/compiler/cpp/cpp_file.cc",
145 "src/google/protobuf/compiler/cpp/cpp_generator.cc",
[all …]
/developtools/profiler/host/smartperf/trace_streamer/prebuilts/buildprotobuf/
Dlibprotoc_la_SOURCES.pri13 message("qmake" $${PROTOBUDIR}"/src/google/protobuf/compiler/")
15 $${PROTOBUDIR}/src/google/protobuf/compiler/code_generator.cc \
16 $${PROTOBUDIR}/src/google/protobuf/compiler/command_line_interface.cc \
17 $${PROTOBUDIR}/src/google/protobuf/compiler/plugin.cc \
18 $${PROTOBUDIR}/src/google/protobuf/compiler/plugin.pb.cc \
19 $${PROTOBUDIR}/src/google/protobuf/compiler/subprocess.cc \
20 $${PROTOBUDIR}/src/google/protobuf/compiler/zip_writer.cc \
21 $${PROTOBUDIR}/src/google/protobuf/compiler/cpp/cpp_enum.cc \
22 $${PROTOBUDIR}/src/google/protobuf/compiler/cpp/cpp_enum_field.cc \
23 $${PROTOBUDIR}/src/google/protobuf/compiler/cpp/cpp_extension.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/syntax_parser/dist/
DREADME_zh.md9 * compiler/src: 编译转换工具源码
30 进入到compiler目录
40 进入到compiler目录
45 上述命令编译了compiler目录下的`sample`工程,编译结果在`sample\build`目录。
49 进入到compiler目录
78 进入到compiler目录
DBUILD.gn50 _ets_loader_dir = "compiler"
52 _ace_config_dir = "compiler"
54 _ace_config_dir = "//prebuilts/ace-toolkit/ets-loader/compiler"
148 "compiler/main.js",
149 "compiler/npm-install.js",
150 "compiler/package-lock.json",
151 "compiler/package.json",
152 "compiler/tsconfig.json",
153 "compiler/webpack.config.js",
205 sources = [ "compiler/components" ]
[all …]
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 …]
Dtest.ts41 process.env.compiler = BUILD_ON;
/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文件中,若要更新公共属性在该文件下修改即可。
74 ace_ets2bundle/compiler
/developtools/profiler/device/services/ipc/include/
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.js52 apply(compiler) { argument
54 compiler.hooks.done.tap('snapshot coverter', (stats) => {
Dlite-image-coverter-plugin.js51 apply(compiler) { argument
54 compiler.hooks.done.tap('image coverter', function(compilation, callback) {
/developtools/ace-js2bundle/ace-loader/src/
Dresource-plugin.js127 apply(compiler) { argument
128 compiler.hooks.beforeCompile.tap('resource Copy', () => {
141 compiler.hooks.watchRun.tap('i18n', (comp) => {
144 compiler.hooks.normalModuleFactory.tap('OtherEntryOptionPlugin', () => {
149 singleEntry.apply(compiler);
154 for(const entryKey in compiler.options.entry) {
163 if (!compiler.options.entry[key]) {
165 singleEntry.apply(compiler);
173 compiler.hooks.done.tap('copyManifest', () => {
Dmodule-collection-plugin.js28 apply(compiler) { argument
29 compiler.hooks.thisCompilation.tap('rich', (compilation) => {
Dcompile-plugin.js50 apply(compiler) { argument
58 compiler.hooks.compilation.tap('toFindModule', (compilation) => {
84 compiler.hooks.afterCompile.tap('copyFindModule', () => {
94 compiler.hooks.done.tap('Result States', (stats) => {
124 compiler.hooks.compilation.tap('CommonAsset', compilation => {
142 compiler.hooks.compilation.tap('Require', compilation => {
DgenBin-plugin.js50 apply(compiler) { argument
54 compiler.hooks.emit.tap('GenBinPlugin', (compilation) => {
DgenAbc-plugin.js63 apply(compiler) { argument
77 compiler.hooks.emit.tap('GenAbcPlugin', (compilation) => {
98 compiler.hooks.afterEmit.tap('GenAbcPluginMultiThread', () => {
/developtools/profiler/device/services/ipc/src/
Dmain.cpp22 return google::protobuf::compiler::PluginMain(argc, argv, &generator); in main()
Dipc_generator.cpp25 google::protobuf::compiler::GeneratorContext* context, in Generate()
/developtools/ace-ets2bundle/compiler/src/
Dcompile_info.ts106 public apply(compiler: Compiler): void {
107 compiler.hooks.compilation.tap('SourcemapFixer', compilation => {
Dresult_process.ts37 process.env.compiler = BUILD_OFF;

12