Home
last modified time | relevance | path

Searched full:either (Results 1 – 25 of 22467) sorted by relevance

12345678910>>...899

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/escompat/
Descompat.cpp11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
101 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime…
107 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime…
113 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime…
119 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime…
125 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime…
131 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime…
137 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime…
143 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime…
149 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime…
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/binary_numeric_promotion/
Dresult_type_bool_n.ets11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
23 …2. Widening primitive conversion (link to conv) is applied to convert either or both operands as s…
24 • If either operand is of type double, the other is converted to double.
25 • Otherwise, if either operand is of type float, the other is converted to float.
26 • Otherwise, if either operand is of type long, the other is converted to long.
Dresult_type_arith.ets11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
23 …2. Widening primitive conversion (link to conv) is applied to convert either or both operands as s…
24 • If either operand is of type double, the other is converted to double.
25 • Otherwise, if either operand is of type float, the other is converted to float.
26 • Otherwise, if either operand is of type long, the other is converted to long.
Dresult_type_arith_n.ets11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
23 …2. Widening primitive conversion (link to conv) is applied to convert either or both operands as s…
24 • If either operand is of type double, the other is converted to double.
25 • Otherwise, if either operand is of type float, the other is converted to float.
26 • Otherwise, if either operand is of type long, the other is converted to long.
Dresult_type_cond.ets11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
23 …2. Widening primitive conversion (link to conv) is applied to convert either or both operands as s…
24 • If either operand is of type double, the other is converted to double.
25 • Otherwise, if either operand is of type float, the other is converted to float.
26 • Otherwise, if either operand is of type long, the other is converted to long.
Dresult_type_bitwise.ets11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
23 …2. Widening primitive conversion (link to conv) is applied to convert either or both operands as s…
24 • If either operand is of type double, the other is converted to double.
25 • Otherwise, if either operand is of type float, the other is converted to float.
26 • Otherwise, if either operand is of type long, the other is converted to long.
Dresult_type_bool.ets11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
23 …2. Widening primitive conversion (link to conv) is applied to convert either or both operands as s…
24 • If either operand is of type double, the other is converted to double.
25 • Otherwise, if either operand is of type float, the other is converted to float.
26 • Otherwise, if either operand is of type long, the other is converted to long.
/arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/
Drest_parameter_14.ets11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
24 /* @@@ label1 Error SyntaxError: Rest parameter should be either array or tuple type. */
25 /* @@@ label2 Error SyntaxError: Rest parameter should be either array or tuple type. */
Dfor_with_empty_body.ets11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
26 /* @@? 22:1 Error SyntaxError: A try statement should contain either finally clause or at least one…
DtryBlockOnly.ets11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
22 /* @@@ label Error SyntaxError: A try statement should contain either finally clause or at least on…
/arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/
Drestvar_type_infer.ets11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
22 /* @@? 17:16 Error SyntaxError: Rest parameter should be either array or tuple type. */
24 /* @@? 18:26 Error SyntaxError: Rest parameter should be either array or tuple type. */
DobjectLiteralBadKey.ets11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
23 /* @@@ label Error TypeError: key in class composite should be either identifier or string literal …
/arkcompiler/ets_runtime/test/moduletest/objectdefineproperties/
Dexpect_output.txt10 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 TypeError: either Value or Writable is present
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcg_cfg.h11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
33 * The last instruction in bb is either conditional or unconditional jump.
41 * The last instruction in bb is either conditional or unconditional jump.
49 * The last instruction in bb is either a conditional or an unconditional jump.
/arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/
Drunner_base.py13 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
41 # directory where test files are located - it's either set explicitly to the absolute value
45 # it's either set explicitly to the absolute value or
59 …# excluded_list: either absolute path or path relative from list_root to the file with the list of…
63 …# ignored_list: either absolute path or path relative from list_root to the file with the list of …
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/08.statements/09.for_of_statements/
Dfor_of_neg.ets11 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18 desc: In a 'for-of' statement type 'expr' must be either array or string.
Dfor_of.ets11 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18 desc: In a 'for-of' statement type 'expr' must be either array or string, or an instance of iterabl…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/08.method_body/
Dmethod_declaration_with_block.ets11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18 assert: A method body is either a block of code that implements the method or simply a semicolon, i…
Dnative_method_declaration_with_block.ets11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18 assert: It is a compile-time error if a method declaration is either abstract or native and has a b…
Dabstract_method_declaration_with_block.ets11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18 assert: It is a compile-time error if a method declaration is either abstract or native and has a b…
Dmethod_declaration_with_semicolon.ets11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18 assert: A method body is either a block of code that implements the method or simply a semicolon, i…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/03.field_initialization/
Dnon_static_field_initialization_reference.ets11 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18 …ass or interface C, it is a compile-time error if. The reference appears either in a non-static va…
Dstatic_field_initialization_reference.ets11 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18 …ass or interface C, it is a compile-time error if. The reference appears either in a static variab…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/07.reference_equality/
Dtype_conversion_of_one_operand_to_another_type.ets11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18 of either operand to the type of the other.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/08.statements/15.try_statements/
Dtry_n.ets11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19 A try statement must contain either a finally clause, or at least one catch clause.

12345678910>>...899