Home
last modified time | relevance | path

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

12345

/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/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/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/runtime_core/compiler/
Dcompiler_options.cpp20 CompilerOptions options(""); variable
/arkcompiler/ets_frontend/arkguard/test/ut/
DNameGenerator.spec.ts96 const options: NameGeneratorOptions = { constant
133 const options = { constant
144 const options = { constant
219 const options = { constant
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
Darrayconcat.ts32 public options: IOptions[]; property in parser
DconstructorArgs.ts31 constructor(public options:Options) { property in Sub
DinfinitelyExpandingTypesNonGenericBase.ts29 options: Options<Functionality<T>[]>; property in A
/arkcompiler/runtime_core/templates/
Dmerge.rb22 def check_option(optparser, options, key) argument
Dcommon.rb38 def fix_references(options) argument
169 def create_sub_options(option, options) argument
181 def options method
/arkcompiler/ets_frontend/es2panda/
Des2panda.cpp59 panda::pandasm::Program *Compiler::Compile(const SourceFile &input, const CompilerOptions &options, in Compile()
120 …il::PatchFix *Compiler::InitPatchFixHelper(const SourceFile &input, const CompilerOptions &options, in InitPatchFixHelper()
157 int Compiler::CompileFiles(CompilerOptions &options, in CompileFiles()
192 panda::pandasm::Program *Compiler::CompileFile(const CompilerOptions &options, SourceFile *src, in CompileFile()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_plural_rules.cpp50 JSHandle<JSTaggedValue> options = GetCallArg(argv, 1); in PluralRulesConstructor() local
72 JSHandle<JSTaggedValue> options = GetCallArg(argv, 1); in SupportedLocalesOf() local
125 JSHandle<JSObject> options(factory->NewJSObjectByConstructor(ctor)); in ResolvedOptions() local
Dbuiltins_displaynames.cpp52 JSHandle<JSTaggedValue> options = GetCallArg(argv, 1); in DisplayNamesConstructor() local
74 JSHandle<JSTaggedValue> options = GetCallArg(argv, 1); in SupportedLocalesOf() local
142 JSHandle<JSObject> options(factory->NewJSObjectByConstructor(ctor)); in ResolvedOptions() local
Dbuiltins_collator.cpp57 JSHandle<JSTaggedValue> options = GetCallArg(argv, 1); in CollatorConstructor() local
78 JSHandle<JSTaggedValue> options = GetCallArg(argv, 1); in SupportedLocalesOf() local
157 …JSHandle<JSObject> options = JSCollator::ResolvedOptions(thread, JSHandle<JSCollator>::Cast(thisVa… in ResolvedOptions() local
Dbuiltins_list_format.cpp53 JSHandle<JSTaggedValue> options = GetCallArg(argv, 1); in ListFormatConstructor() local
75 JSHandle<JSTaggedValue> options = GetCallArg(argv, 1); in SupportedLocalesOf() local
157 JSHandle<JSObject> options(factory->NewJSObjectByConstructor(ctor)); in ResolvedOptions() local
Dbuiltins_relative_time_format.cpp46 JSHandle<JSTaggedValue> options = GetCallArg(argv, 1); in RelativeTimeFormatConstructor() local
83 JSHandle<JSTaggedValue> options = GetCallArg(argv, 1); in SupportedLocalesOf() local
174 JSHandle<JSObject> options(factory->NewJSObjectByConstructor(ctor)); in ResolvedOptions() local
Dbuiltins_number_format.cpp57 JSHandle<JSTaggedValue> options = GetCallArg(argv, 1); in NumberFormatConstructor() local
98 JSHandle<JSTaggedValue> options = GetCallArg(argv, 1); in SupportedLocalesOf() local
185 JSHandle<JSObject> options(factory->NewJSObjectByConstructor(ctor)); in ResolvedOptions() local
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp324 ir::Expression *ParserImpl::ParseTsIdentifierReference(TypeAnnotationParsingOptions options) in ParseTsIdentifierReference()
499 TypeAnnotationParsingOptions options = TypeAnnotationParsingOptions::THROW_ERROR; in ParseTsTemplateLiteralType() local
522 TypeAnnotationParsingOptions *options) in ParseTsTypeAnnotationElement()
654 TypeAnnotationParsingOptions options = TypeAnnotationParsingOptions::THROW_ERROR; in ParseTsImportType() local
734 TypeAnnotationParsingOptions options = in ParseTsConditionalType() local
766 ir::Expression *ParserImpl::ParseTsTypeAnnotation(TypeAnnotationParsingOptions *options) in ParseTsTypeAnnotation()
791 TypeAnnotationParsingOptions options = throwError ? in ParseTsTypeOperatorOrTypeReference() local
896 TypeAnnotationParsingOptions options = TypeAnnotationParsingOptions::THROW_ERROR; in ParseTsTupleElement() local
1026 TypeAnnotationParsingOptions options = throwError ? in ParseTsIndexAccessType() local
1051 ir::Expression *ParserImpl::ParseTsTypeReferenceOrQuery(TypeAnnotationParsingOptions options, bool … in ParseTsTypeReferenceOrQuery()
[all …]
/arkcompiler/runtime_core/tests/cts-generator/generator/
Dparser.rb89 def iterate_tests(options) 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/runtime_core/isa/
Dgen.rb47 def check_option(optparser, options, key) argument

12345