| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
| D | recursiveGenericMethodCall.ts | 23 function Generate<T>(func: Generator<T>): T { function 24 AssertType(Generate(func), "T"); 25 AssertType(Generate, "<T>(Generator<T>) => T"); 27 return Generate(func);
|
| D | innerTypeArgumentInference.ts | 22 function Generate<U>(func: Generator<U>): U { function 23 AssertType(Generate(func), "U"); 24 AssertType(Generate, "<U>(Generator<U>) => U"); 26 return Generate(func);
|
| D | declInput-2.ts | 27 private c: C; // don't generate 30 public m22: C; // don't generate 33 public m25: I2; // don't generate 46 return null; } // don't generate
|
| /arkcompiler/runtime_core/tests/cts-generator/ |
| D | generate-cts.rb | 55 opts.banner = 'Usage: generate-cts.rb [options]' 56 opts.on('-t', '--template FILE', 'Path to template yaml file to generate tests (required)') 60 opts.on('--skip-header', 'Do not generate test headers') 61 …opts.on('-f', '--file FILE', 'Generate tests from the specified yaml file only, for example: fmod2… 104 raise 'Schema validation error, please update template to match schema to generate tests'
|
| D | README.md | 17 Usage: generate-cts.rb [options] 18 -t, --template FILE Path to template yaml file to generate tests (required) 28 ${PANDA_SRC_ROOT}/tests/cts-generator/generate-cts.rb \ 34 This command will generate CTS tests using provided template file. Template is validated using sche… 97 ### How to generate all test not using cmake/make 101 ./generate-cts.rb \
|
| /arkcompiler/ets_frontend/es2panda/scripts/ |
| D | generate_js_bytecode.py | 18 Description: Generate javascript byte code using es2abc 45 parser.add_argument("--generate-patch", action='store_true', 46 help='generate patch abc') 93 cmd.insert(src_index, '--generate-patch')
|
| /arkcompiler/runtime_core/tests/cts-coverage-tool/bin/ |
| D | spectrac.rb | 91 ReportMd.new(summary.report).generate 92 UncoveredMd.new(summary.uncovered).generate(options.uncovered_md) if options.uncovered_md 93 FullMd.new(fullspec.data).generate(options.full_md) if options.full_md 94 OrphanedMd.new(fullspec.orphaned).generate(options.orphaned_md) if options.orphaned_md
|
| /arkcompiler/runtime_core/cmake/ |
| D | TemplateBasedGen.cmake | 16 # Generate files based on templates and YAML data provided. 22 # * TEMPLATES -- a list of templates to generate files 90 # * TEMPLATES -- a list of templates to generate files 121 # Generate file for a template and YAML data provided. 146 COMMENT "Generate file for ${ARG_TEMPLATE}" 166 # Generate a options header
|
| /arkcompiler/runtime_core/scripts/dep-lists/ |
| D | ubuntu-18-04-arm-dev | 29 doxygen=1.8.13-* # For generate documentation 30 graphviz=2.40.1-* # For generate graphs in documentation
|
| D | ubuntu-20-04-dev | 29 doxygen=1.8.17-* # For generate documentation 30 graphviz=2.42.2-* # For generate graphs in documentation
|
| D | ubuntu-18-04-dev | 29 doxygen=1.8.13-* # For generate documentation 30 graphviz=2.40.1-* # For generate graphs in documentation
|
| /arkcompiler/runtime_core/docs/ |
| D | doxygen.config | 83 # information to generate all constant output in the proper language. 134 # doxygen will generate a detailed section even if there is only a brief 176 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but 250 # only. Doxygen will then generate output that is more tailored for C. For 258 # Python sources only. Doxygen will then generate output that is more tailored 266 # sources. Doxygen will then generate output that is tailored for Fortran. 272 # sources. Doxygen will then generate output that is tailored for VHDL. 520 # If the CASE_SENSE_NAMES tag is set to NO then doxygen will only generate file 666 # list will mention the files that were used to generate the documentation. 738 # If the WARN_IF_UNDOCUMENTED tag is set to YES then doxygen will generate [all …]
|
| /arkcompiler/ets_frontend/es2panda/aot/ |
| D | emitFiles.cpp | 30 // generate merged abc in Schedule() 33 // generate cache protoBins and set dependencies in Schedule() 51 // generate multi abcs in Schedule()
|
| /arkcompiler/ets_runtime/test/fuzztest/snapshotserializebuiltins_fuzzer/ |
| D | snapshotserializebuiltins_fuzzer.cpp | 30 // generate builtins.snapshot file in SnapshotSerializeBuiltinsFuzzTest() 34 // create vm and generate builtins.snapshot file in SnapshotSerializeBuiltinsFuzzTest()
|
| /arkcompiler/runtime_core/ |
| D | ark_config.gni | 63 # Generate file for a template and YAML data provided. 177 # Generate files based on templates and YAML data provided. 183 # * template_files -- a list of templates to generate files 244 # * template_files -- a list of templates to generate files
|
| /arkcompiler/runtime_core/gn/ark/runtime_core/ |
| D | ark_config.gni | 68 # Generate file for a template and YAML data provided. 179 # Generate files based on templates and YAML data provided. 185 # * template_files -- a list of templates to generate files 246 # * template_files -- a list of templates to generate files
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | number_helper.h | 124 // This class is used to generate 0~1 uniform distribution pseudo-random numbers. 125 // It uses a 64-bit seed which is current timestamp to generate state value. 126 // The value is used in xorshift64* random generator to generate result.
|
| /arkcompiler/runtime_core/docs/diagrams/ |
| D | static-analyzer-report-generation.puactivity | 22 :Generate report in html format;
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | paoc.md | 51 #### `--paoc-generate-symbols` 53 - Generate symbols for compiled methods (always true in debug builds).
|
| /arkcompiler/ets_frontend/arkguard/ |
| D | tsconfig.base.json | 10 /* Generate .d.ts files from TypeScript and JavaScript files in your project. */
|
| /arkcompiler/ets_frontend/es2panda/test/coldfix/coldfix-throwerror/add-lexenv-1/ |
| D | expected.txt | 15 [Patch] Found unsupported change in file, will not generate patch!
|
| /arkcompiler/ets_frontend/es2panda/test/hotreload/hotreload-throwerror/modify-lexenv-2/ |
| D | expected.txt | 15 [Patch] Found unsupported change in file, will not generate patch!
|
| /arkcompiler/ets_frontend/es2panda/test/hotreload/hotreload-throwerror/modify-lexenv-3/ |
| D | expected.txt | 15 [Patch] Found unsupported change in file, will not generate patch!
|
| /arkcompiler/ets_frontend/es2panda/test/hotreload/hotreload-throwerror/modify-lexenv-6/ |
| D | expected.txt | 15 [Patch] Found unsupported change in file, will not generate patch!
|
| /arkcompiler/ets_frontend/es2panda/test/hotreload/hotreload-throwerror/modify-export-3/ |
| D | expected.txt | 15 [Patch] Found unsupported change in file, will not generate patch!
|