| /arkcompiler/runtime_core/compiler/docs/ |
| D | paoc.md | 11 ### Common options 13 #### `--paoc-panda-files` 18 #### `--compiler-ignore-failures` 23 #### `--paoc-mode` 31 ### AOT-specific options 33 #### `--paoc-output` 38 #### `--paoc-arch` 47 #### `--paoc-location` 51 #### `--paoc-generate-symbols` 56 ### Selection options [all …]
|
| /arkcompiler/ets_frontend/ts2panda/scripts/ |
| D | run.py | 64 def node_modules(options): argument 79 def per_platform_config(options, inp_dir): argument 106 def npm_run_build(options): argument
|
| D | gen_diagnostic.rb | 31 def check_option(optparser, options, key) argument
|
| /arkcompiler/runtime_core/verification/config/handlers/ |
| D | config_handler_method_options.cpp | 41 …ocessSectionMsg(MethodOption::MsgClass msg_class, const PandaString &items, MethodOptions *options) in ProcessSectionMsg() 59 bool ProcessSectionShow(const Literals &literals, MethodOptions *options) in ProcessSectionShow() 80 MethodOptions *options) in ProcessSectionUplevel() 93 bool ProcessSectionCheck(const Literals &checks, MethodOptions *options) in ProcessSectionCheck() 122 MethodOptions &options = all_options.NewOptions(section.name); in MethodOptionsProcessor() local 218 auto &options = verif_options.Debug.GetMethodOptions(); in SetDefaultMethodOptions() local
|
| D | config_handler_method_groups.cpp | 52 PandaString options; in RegisterConfigHandlerMethodGroups() member 63 const auto OPTIONS_HANDLER = [](Context &c, PandaString &&options) { in RegisterConfigHandlerMethodGroups()
|
| /arkcompiler/runtime_core/tests/cts-generator/ |
| D | test-runner.rb | 33 def check_option(optparser, options, key) argument 41 def check_option_limit(optparser, options, key, min, max) argument 50 def check_option_enum(optparser, options, key, enum) argument
|
| D | generate-cts.rb | 26 def check_option(optparser, options, key) argument
|
| /arkcompiler/runtime_core/runtime/tests/ |
| D | compiler_queue_test.cpp | 34 RuntimeOptions options; in CompilerQueueTest() local 128 RuntimeOptions options; in TEST_F() local 158 RuntimeOptions options; in TEST_F() local 184 RuntimeOptions options; in TEST_F() local 227 RuntimeOptions options; in TEST_F() local 264 RuntimeOptions options; in TEST_F() local 318 RuntimeOptions options; in TEST_F() local 349 RuntimeOptions options; in TEST_F() local 380 RuntimeOptions options; in TEST_F() local 427 RuntimeOptions options; in TEST_F() local [all …]
|
| D | intrinsics_blacklist_test.cpp | 41 void CreateRuntime(RuntimeOptions &options) in CreateRuntime() 64 RuntimeOptions options; in TEST_F() local
|
| /arkcompiler/ets_frontend/ts2panda/ts2abc/ |
| D | main.cpp | 23 int Preprocess(const panda::ts2abc::Options &options, const panda::PandArgParser &argParser, std::s… in Preprocess() 52 bool HandleNpmEntries(const panda::ts2abc::Options &options, const panda::PandArgParser &argParser, in HandleNpmEntries() 80 panda::ts2abc::Options options(sp[0]); in main() local
|
| /arkcompiler/ets_frontend/es2panda/aot/ |
| D | main.cpp | 85 …const std::unique_ptr<panda::es2panda::aot::Options> &options, std::map<std::string, size_t> *stat… in GenerateProgramsByWorkers() 106 const std::unique_ptr<panda::es2panda::aot::Options> &options) in DumpProgramInfos() 123 const std::unique_ptr<panda::es2panda::aot::Options> &options) in GenerateProgram() 156 const std::unique_ptr<panda::es2panda::aot::Options> &options, size_t expectedProgsCount) in GenerateAbcFiles() 174 auto options = std::make_unique<Options>(); in Run() local
|
| /arkcompiler/ets_frontend/es2panda/ |
| D | es2panda.cpp | 58 panda::pandasm::Program *Compiler::Compile(const SourceFile &input, const CompilerOptions &options, in Compile() 112 util::Hotfix *Compiler::InitHotfixHelper(const SourceFile &input, const CompilerOptions &options, in InitHotfixHelper() 141 int Compiler::CompileFiles(CompilerOptions &options, in CompileFiles() 175 panda::pandasm::Program *Compiler::CompileFile(const CompilerOptions &options, SourceFile *src, in CompileFile()
|
| /arkcompiler/runtime_core/templates/ |
| D | common.rb | 38 def fix_references(options) argument 169 def create_sub_options(option, options) argument 181 def options method
|
| D | merge.rb | 22 def check_option(optparser, options, key) argument
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_plural_rules.cpp | 48 JSHandle<JSTaggedValue> options = GetCallArg(argv, 1); in PluralRulesConstructor() local 69 JSHandle<JSTaggedValue> options = GetCallArg(argv, 1); in SupportedLocalesOf() local 120 JSHandle<JSObject> options(factory->NewJSObjectByConstructor(ctor)); in ResolvedOptions() local
|
| D | builtins_displaynames.cpp | 50 JSHandle<JSTaggedValue> options = GetCallArg(argv, 1); in DisplayNamesConstructor() local 71 JSHandle<JSTaggedValue> options = GetCallArg(argv, 1); in SupportedLocalesOf() local 136 JSHandle<JSObject> options(factory->NewJSObjectByConstructor(ctor)); in ResolvedOptions() local
|
| D | builtins_collator.cpp | 55 JSHandle<JSTaggedValue> options = GetCallArg(argv, 1); in CollatorConstructor() local 75 JSHandle<JSTaggedValue> options = GetCallArg(argv, 1); in SupportedLocalesOf() local 151 …JSHandle<JSObject> options = JSCollator::ResolvedOptions(thread, JSHandle<JSCollator>::Cast(thisVa… in ResolvedOptions() local
|
| D | builtins_list_format.cpp | 51 JSHandle<JSTaggedValue> options = GetCallArg(argv, 1); in ListFormatConstructor() local 72 JSHandle<JSTaggedValue> options = GetCallArg(argv, 1); in SupportedLocalesOf() local 150 JSHandle<JSObject> options(factory->NewJSObjectByConstructor(ctor)); in ResolvedOptions() local
|
| D | builtins_relative_time_format.cpp | 43 JSHandle<JSTaggedValue> options = GetCallArg(argv, 1); in RelativeTimeFormatConstructor() local 77 JSHandle<JSTaggedValue> options = GetCallArg(argv, 1); in SupportedLocalesOf() local 165 JSHandle<JSObject> options(factory->NewJSObjectByConstructor(ctor)); in ResolvedOptions() local
|
| /arkcompiler/runtime_core/compiler/ |
| D | compiler_options.cpp | 20 CompilerOptions options(""); variable
|
| /arkcompiler/runtime_core/verification/util/tests/ |
| D | verifier_test.h | 28 RuntimeOptions options; in VerifierTest() local
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | parserImpl.cpp | 445 TypeAnnotationParsingOptions options = TypeAnnotationParsingOptions::THROW_ERROR; in ParseTsTemplateLiteralType() local 465 TypeAnnotationParsingOptions *options) in ParseTsTypeAnnotationElement() 593 TypeAnnotationParsingOptions options = TypeAnnotationParsingOptions::THROW_ERROR; in ParseTsImportType() local 673 TypeAnnotationParsingOptions options = in ParseTsConditionalType() local 705 ir::Expression *ParserImpl::ParseTsTypeAnnotation(TypeAnnotationParsingOptions *options) in ParseTsTypeAnnotation() 730 TypeAnnotationParsingOptions options = TypeAnnotationParsingOptions::THROW_ERROR; in ParseTsTypeOperatorOrTypeReference() local 827 TypeAnnotationParsingOptions options = TypeAnnotationParsingOptions::THROW_ERROR; in ParseTsTupleElement() local 947 TypeAnnotationParsingOptions options = TypeAnnotationParsingOptions::THROW_ERROR; in ParseTsIndexAccessType() local 1051 TypeAnnotationParsingOptions options = TypeAnnotationParsingOptions::THROW_ERROR; in ParseTsMappedTypeParameter() local 1104 TypeAnnotationParsingOptions options = TypeAnnotationParsingOptions::THROW_ERROR; in ParseTsMappedType() local [all …]
|
| /arkcompiler/runtime_core/runtime/templates/ |
| D | gen_intrinsics_data.rb | 33 def check_option(optparser, options, key) argument
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | compileQueue.h | 75 explicit CompileFileJob(es2panda::SourceFile *src, es2panda::CompilerOptions *options, in CompileFileJob() 111 explicit CompileFileQueue(size_t threadCount, es2panda::CompilerOptions *options, in CompileFileQueue()
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_list_format_test.cpp | 39 JSRuntimeOptions options; in SetUp() local 108 …mat> CreateJSListFormatterTest(JSThread *thread, icu::Locale icuLocale, JSHandle<JSObject> options) in CreateJSListFormatterTest() 129 std::map<std::string, std::string> &options) in SetFormatterOptionsTest() 153 std::map<std::string, std::string> options { in HWTEST_F_L0() local 190 std::map<std::string, std::string> options { in HWTEST_F_L0() local 221 std::map<std::string, std::string> options { in HWTEST_F_L0() local 251 std::map<std::string, std::string> options { in HWTEST_F_L0() local 291 std::map<std::string, std::string> options { in HWTEST_F_L0() local
|