Home
last modified time | relevance | path

Searched full:mandatory (Results 1 – 25 of 81) sorted by relevance

1234

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_es_checked/
Ddata_view.yaml40 mandatory: 1
45 mandatory: 1
50 mandatory: 1
55 mandatory: 1
60 mandatory: 1
65 mandatory: 1
84 mandatory: 2
91 mandatory: 2
98 mandatory: 2
105 mandatory: 2
[all …]
Dstring.yaml79 mandatory: 1
84 mandatory: 1
90 mandatory: 1
98 mandatory: 1
110 mandatory: 0
116 mandatory: 1
123 mandatory: 1
128 mandatory: 1
133 mandatory: 1
155 mandatory: 0
Darray.yaml73 mandatory: 1
83 mandatory: 2
89 mandatory: 1
97 mandatory: 0
102 mandatory: 1
107 mandatory: 1
112 mandatory: 1
121 mandatory: 0
133 mandatory: 0
142 mandatory: 0
[all …]
Dint32array.yaml45 mandatory: 0
51 mandatory: 0
92 mandatory: 2
99 mandatory: 1
119 mandatory: 1
137 mandatory: 1
142 mandatory: 1
159 mandatory: 0
164 mandatory: 1
Dint16array.yaml45 mandatory: 0
51 mandatory: 0
92 mandatory: 2
99 mandatory: 1
119 mandatory: 1
137 mandatory: 1
142 mandatory: 1
159 mandatory: 0
164 mandatory: 1
Duint8array.yaml45 mandatory: 0
51 mandatory: 0
92 mandatory: 2
99 mandatory: 1
119 mandatory: 1
137 mandatory: 1
142 mandatory: 1
159 mandatory: 0
164 mandatory: 1
Duint8clampedarray.yaml45 mandatory: 0
51 mandatory: 0
92 mandatory: 2
99 mandatory: 1
119 mandatory: 1
137 mandatory: 1
142 mandatory: 1
159 mandatory: 0
164 mandatory: 1
Dint8array.yaml45 mandatory: 0
51 mandatory: 0
92 mandatory: 2
99 mandatory: 1
119 mandatory: 1
137 mandatory: 1
142 mandatory: 1
159 mandatory: 0
164 mandatory: 1
Duint32array.yaml45 mandatory: 0
51 mandatory: 0
92 mandatory: 2
99 mandatory: 1
119 mandatory: 1
137 mandatory: 1
142 mandatory: 1
159 mandatory: 0
164 mandatory: 1
Dfloat32array.yaml45 mandatory: 0
51 mandatory: 0
92 mandatory: 2
99 mandatory: 1
119 mandatory: 1
137 mandatory: 1
142 mandatory: 1
159 mandatory: 0
164 mandatory: 1
Dfloat64array.yaml45 mandatory: 0
51 mandatory: 0
92 mandatory: 2
99 mandatory: 1
119 mandatory: 1
137 mandatory: 1
142 mandatory: 1
159 mandatory: 0
164 mandatory: 1
Duint16array.yaml45 mandatory: 0
51 mandatory: 0
92 mandatory: 2
99 mandatory: 1
119 mandatory: 1
137 mandatory: 1
142 mandatory: 1
159 mandatory: 0
164 mandatory: 1
Dnumber.yaml24 mandatory: 0
Dboolean.yaml24 mandatory: 0
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/tools/generate-es-checked/
Dmain.rb235 mandatory = sub["mandatory"]
236 mandatory ||= -1
253 if mandatory != -1
254 mandatory += 1
257 gen_params(add + pars, mandatory: mandatory, rest_supp: rest).each { |pars|
363 def gen_params(types_supp, rest_supp: [], mandatory: -1)
364 if mandatory < 0
365 mandatory = types_supp.size
372 [old + [y]] + (idx < mandatory ? [] : [old])
DREADME.md58 * mandatory?: UInt
83 - `mandatory` number of mandatory params (useful for optionals testing)
/arkcompiler/runtime_core/static_core/verification/
DVerification.cmake70 message(FATAL_ERROR "Mandatory TARGET argument is not defined.")
93 message(FATAL_ERROR "Mandatory TARGET argument is not defined.")
114 message(FATAL_ERROR "Mandatory TARGET argument is not defined.")
/arkcompiler/runtime_core/static_core/libllvmbackend/cmake/
DLLVMInlineModules.cmake81 message(FATAL_ERROR "Mandatory SOURCES argument is not defined.")
84 message(FATAL_ERROR "Mandatory TARGET argument is not defined.")
87 message(FATAL_ERROR "Mandatory OUTPUT_VARIABLE argument is not defined.")
/arkcompiler/ets_frontend/ets2panda/checker/types/
Dsignature.cpp237 // skip check for ets cases only when all parameters are mandatory in Compatible()
251 …equivalent signature. Hence, we only need to check if the mandatory parameters of the signature wi… in Compatible()
252 … more mandatory parameters can match the parameters of the other signature (including the optional in Compatible()
255 XXXToCheckParametersNumber is calculated beforehand by counting mandatory parameters. in Compatible()
256 … Signature::params() stores all parameters (mandatory and optional), excluding the rest parameter. in Compatible()
264 …Note that optional parameters always come after mandatory parameters, and signatures containing bo… in Compatible()
285 mandatory parameters of "this" against ths RestVar of "other". in Compatible()
287 … we need to check the remaining mandatory parameters of "other" against the RestVar of "this". in Compatible()
/arkcompiler/runtime_core/cmake/
DTemplateBasedGen.cmake20 # Mandatory arguments:
89 # Mandatory arguments:
123 # Mandatory arguments:
154 # Mandatory arguments:
/arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/
D11_enums.rst48 Qualification by type is mandatory to access the enumeration constant:
57 exported along with the mandatory qualification.
60 are exported along with the mandatory qualification ``Color``.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/
DREADME.MD69 - semicolons are mandatory
72 - curly braces are mandatory for `if` operators: no one-line-ifs, please.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/03.readonly_parameters/
Dreadonly_custom_neg.params.yaml42 # set readonly parameter with default value in front of mandatory parameter
53 # set readonly parameter with default value in front of mandatory parameter
/arkcompiler/ets_frontend/ets2panda/test/parser/ets/
Dconstructor_super_call1.sts22 super(x) // mandatory super call
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/07.variable_and_constant_declarations/02.constant_declarations/
Dconst_decl.sts19 desc: A constant declaration introduces a named entity with mandatory initial value

1234