Home
last modified time | relevance | path

Searched defs:options (Results 1 – 25 of 152) sorted by relevance

1234567

/arkcompiler/runtime_core/compiler/docs/
Dpaoc.md11 ### 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/
Drun.py64 def node_modules(options): argument
79 def per_platform_config(options, inp_dir): argument
106 def npm_run_build(options): argument
Dgen_diagnostic.rb31 def check_option(optparser, options, key) argument
/arkcompiler/runtime_core/verification/config/handlers/
Dconfig_handler_method_options.cpp41 …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
Dconfig_handler_method_groups.cpp52 PandaString options; in RegisterConfigHandlerMethodGroups() member
63 const auto OPTIONS_HANDLER = [](Context &c, PandaString &&options) { in RegisterConfigHandlerMethodGroups()
/arkcompiler/runtime_core/tests/cts-generator/
Dtest-runner.rb33 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
Dgenerate-cts.rb26 def check_option(optparser, options, key) argument
/arkcompiler/runtime_core/runtime/tests/
Dcompiler_queue_test.cpp34 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 …]
Dintrinsics_blacklist_test.cpp41 void CreateRuntime(RuntimeOptions &options) in CreateRuntime()
64 RuntimeOptions options; in TEST_F() local
/arkcompiler/ets_frontend/ts2panda/ts2abc/
Dmain.cpp23 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/
Dmain.cpp85const 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/
Des2panda.cpp58 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/
Dcommon.rb38 def fix_references(options) argument
169 def create_sub_options(option, options) argument
181 def options method
Dmerge.rb22 def check_option(optparser, options, key) argument
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_plural_rules.cpp48 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
Dbuiltins_displaynames.cpp50 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
Dbuiltins_collator.cpp55 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
Dbuiltins_list_format.cpp51 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
Dbuiltins_relative_time_format.cpp43 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/
Dcompiler_options.cpp20 CompilerOptions options(""); variable
/arkcompiler/runtime_core/verification/util/tests/
Dverifier_test.h28 RuntimeOptions options; in VerifierTest() local
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp445 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/
Dgen_intrinsics_data.rb33 def check_option(optparser, options, key) argument
/arkcompiler/ets_frontend/es2panda/compiler/core/
DcompileQueue.h75 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/
Djs_list_format_test.cpp39 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

1234567