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/ |
| D | escompat.cpp | 11 * 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/ |
| D | result_type_bool_n.ets | 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.ets | 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.ets | 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.ets | 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.ets | 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.ets | 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_frontend/ets2panda/test/ast/parser/ets/ |
| D | rest_parameter_14.ets | 11 * 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. */
|
| D | for_with_empty_body.ets | 11 * 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…
|
| D | tryBlockOnly.ets | 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/ets_frontend/ets2panda/test/ast/compiler/ets/ |
| D | restvar_type_infer.ets | 11 * 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. */
|
| D | objectLiteralBadKey.ets | 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_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/runtime_core/static_core/tests/tests-u-runner-2/runner/ |
| D | runner_base.py | 13 # 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/ |
| D | for_of_neg.ets | 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.ets | 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/08.method_body/ |
| D | method_declaration_with_block.ets | 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 | native_method_declaration_with_block.ets | 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 | abstract_method_declaration_with_block.ets | 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_semicolon.ets | 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/05.field_declarations/03.field_initialization/ |
| D | non_static_field_initialization_reference.ets | 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.ets | 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/07.expressions/25.equality_expressions/07.reference_equality/ |
| D | type_conversion_of_one_operand_to_another_type.ets | 11 * 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/ |
| D | try_n.ets | 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.
|
12345678910>>...899