Home
last modified time | relevance | path

Searched full:generate (Results 1 – 25 of 155) sorted by relevance

1234567

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DrecursiveGenericMethodCall.ts23 function Generate<T>(func: Generator<T>): T { function
24 AssertType(Generate(func), "T");
25 AssertType(Generate, "<T>(Generator<T>) => T");
27 return Generate(func);
DinnerTypeArgumentInference.ts22 function Generate<U>(func: Generator<U>): U { function
23 AssertType(Generate(func), "U");
24 AssertType(Generate, "<U>(Generator<U>) => U");
26 return Generate(func);
DdeclInput-2.ts27 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/
Dgenerate-cts.rb55 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'
DREADME.md17 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/
Dgenerate_js_bytecode.py18 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/
Dspectrac.rb91 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/
DTemplateBasedGen.cmake16 # 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/
Dubuntu-18-04-arm-dev29 doxygen=1.8.13-* # For generate documentation
30 graphviz=2.40.1-* # For generate graphs in documentation
Dubuntu-20-04-dev29 doxygen=1.8.17-* # For generate documentation
30 graphviz=2.42.2-* # For generate graphs in documentation
Dubuntu-18-04-dev29 doxygen=1.8.13-* # For generate documentation
30 graphviz=2.40.1-* # For generate graphs in documentation
/arkcompiler/runtime_core/docs/
Ddoxygen.config83 # 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/
DemitFiles.cpp30 // 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/
Dsnapshotserializebuiltins_fuzzer.cpp30 // generate builtins.snapshot file in SnapshotSerializeBuiltinsFuzzTest()
34 // create vm and generate builtins.snapshot file in SnapshotSerializeBuiltinsFuzzTest()
/arkcompiler/runtime_core/
Dark_config.gni63 # 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/
Dark_config.gni68 # 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/
Dnumber_helper.h124 // 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/
Dstatic-analyzer-report-generation.puactivity22 :Generate report in html format;
/arkcompiler/runtime_core/compiler/docs/
Dpaoc.md51 #### `--paoc-generate-symbols`
53 - Generate symbols for compiled methods (always true in debug builds).
/arkcompiler/ets_frontend/arkguard/
Dtsconfig.base.json10 /* Generate .d.ts files from TypeScript and JavaScript files in your project. */
/arkcompiler/ets_frontend/es2panda/test/coldfix/coldfix-throwerror/add-lexenv-1/
Dexpected.txt15 [Patch] Found unsupported change in file, will not generate patch!
/arkcompiler/ets_frontend/es2panda/test/hotreload/hotreload-throwerror/modify-lexenv-2/
Dexpected.txt15 [Patch] Found unsupported change in file, will not generate patch!
/arkcompiler/ets_frontend/es2panda/test/hotreload/hotreload-throwerror/modify-lexenv-3/
Dexpected.txt15 [Patch] Found unsupported change in file, will not generate patch!
/arkcompiler/ets_frontend/es2panda/test/hotreload/hotreload-throwerror/modify-lexenv-6/
Dexpected.txt15 [Patch] Found unsupported change in file, will not generate patch!
/arkcompiler/ets_frontend/es2panda/test/hotreload/hotreload-throwerror/modify-export-3/
Dexpected.txt15 [Patch] Found unsupported change in file, will not generate patch!

1234567