Searched full:either (Results 1 – 25 of 14648) sorted by relevance
12345678910>>...586
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/escompat/ |
| D | escompat.cpp | 11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 90 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime… 96 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime… 102 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime… 108 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime… 114 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime… 120 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime… 126 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime… 132 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime… 138 // 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/ |
| D | result_type_bool_n.sts | 11 * 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.
|
| D | result_type_bool.sts | 11 * 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.
|
| D | result_type_cond.sts | 11 * 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.
|
| D | result_type_arith_n.sts | 11 * 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.
|
| D | result_type_arith.sts | 11 * 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.
|
| D | result_type_bitwise.sts | 11 * 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_runtime/test/moduletest/objectdefineproperties/ |
| D | expect_output.txt | 10 # 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/ |
| D | cg_cfg.h | 11 * 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/ets_frontend/ets2panda/test/ast/compiler/ets/ |
| D | objectLiteralBadKey.sts | 11 * 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_frontend/ets2panda/test/ast/parser/ets/ |
| D | tryBlockOnly.sts | 11 * 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/runtime_core/static_core/plugins/ets/tests/ets-templates/08.statements/09.for_of_statements/ |
| D | for_of_neg.sts | 11 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.
|
| D | for_of.sts | 11 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/09.method_body/ |
| D | abstract_method_declaration_with_block.sts | 11 * 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…
|
| D | native_method_declaration_with_block.sts | 11 * 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…
|
| D | method_declaration_with_block.sts | 11 * 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…
|
| D | method_declaration_with_semicolon.sts | 11 * 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/04.access_modifiers/ |
| D | access_modifiers.sts | 11 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 20 assert: Members and constructors may have either private, internal, internal protected, protected o…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/03.field_initialization/ |
| D | non_static_field_initialization_reference.sts | 11 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…
|
| D | static_field_initialization_reference.sts | 11 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/08.statements/15.try_statements/ |
| D | try_n.sts | 11 * 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.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/07.reference_equality/ |
| D | type_conversion_of_one_operand_to_another_type.sts | 11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 17 desc: A compile-time error occurs if casting conversion cannot convert the type of either operand t…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/ |
| D | inheritance_fields_with_same_name.sts | 11 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 18 assert: It is possible for a class to inherit more than one field with the same name, either from i…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/05.callable_types/01.callable_types_with_invoke_method/ |
| D | ct_invoke_access.sts | 11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 20 in a type call expression in either case above. If the signature has
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/04.class_implementation_clause/ |
| D | abstract_method_inheritance_by_non_abstract_class.sts | 11 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 18 …bstract member methods of each direct superinterface must be implemented either by a declaration i…
|
12345678910>>...586