/developtools/profiler/trace_analyzer/prebuilts/buildprotobuf/ |
D | libprotoc_la_SOURCES.pri | 13 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 …]
|
D | protobufbuild.gn | 70 "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/ |
D | libprotoc_la_SOURCES.pri | 13 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 | .gitignore | 2 compiler/node_modules/ 3 compiler/lib/ 4 compiler/declarations/ 5 compiler/sample/build/ 6 compiler/component_config.json 7 compiler/syntax_parser/dist/
|
D | README_zh.md | 9 * compiler/src: 编译转换工具源码 30 进入到compiler目录 40 进入到compiler目录 45 上述命令编译了compiler目录下的`sample`工程,编译结果在`sample\build`目录。 49 进入到compiler目录 78 进入到compiler目录
|
D | BUILD.gn | 50 _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 …]
|
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 …]
|
D | test.ts | 41 process.env.compiler = BUILD_ON;
|
/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文件中,若要更新公共属性在该文件下修改即可。 74 ace_ets2bundle/compiler
|
/developtools/profiler/device/services/ipc/include/ |
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 | 52 apply(compiler) { argument 54 compiler.hooks.done.tap('snapshot coverter', (stats) => {
|
D | lite-image-coverter-plugin.js | 51 apply(compiler) { argument 54 compiler.hooks.done.tap('image coverter', function(compilation, callback) {
|
/developtools/ace-js2bundle/ace-loader/src/ |
D | resource-plugin.js | 127 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', () => {
|
D | module-collection-plugin.js | 28 apply(compiler) { argument 29 compiler.hooks.thisCompilation.tap('rich', (compilation) => {
|
D | compile-plugin.js | 50 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 => {
|
D | genBin-plugin.js | 50 apply(compiler) { argument 54 compiler.hooks.emit.tap('GenBinPlugin', (compilation) => {
|
D | genAbc-plugin.js | 63 apply(compiler) { argument 77 compiler.hooks.emit.tap('GenAbcPlugin', (compilation) => { 98 compiler.hooks.afterEmit.tap('GenAbcPluginMultiThread', () => {
|
/developtools/profiler/device/services/ipc/src/ |
D | main.cpp | 22 return google::protobuf::compiler::PluginMain(argc, argv, &generator); in main()
|
D | ipc_generator.cpp | 25 google::protobuf::compiler::GeneratorContext* context, in Generate()
|
/developtools/ace-ets2bundle/compiler/src/ |
D | compile_info.ts | 106 public apply(compiler: Compiler): void { 107 compiler.hooks.compilation.tap('SourcemapFixer', compilation => {
|
D | result_process.ts | 37 process.env.compiler = BUILD_OFF;
|