| /arkcompiler/runtime_core/static_core/tests/checked/ |
| D | loop-unroll-constant.pa | 10 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 # count gets unrolled without side exits 24 #! EVENT /_GLOBAL::main,loop-unroll,.*without side exits/ 36 #! EVENT /_GLOBAL::main,loop-unroll,.*without side exits/ 48 #! EVENT /_GLOBAL::main2,loop-unroll,.*without branching/ 63 #! EVENT /_GLOBAL::main2,loop-unroll,.*without branching/
|
| D | compiler_to_interpreter.pa | 10 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 17 #! CHECKER Check on nullptr before mov object was worked in case without deoptimization 69 mov.obj v1, v0 # Mov null object in compiled code without deoptimization, check should work
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/11.function_call_expression/step_1_selection_of_function/ |
| D | step1.params.yaml | 10 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 57 // select the most-specific function without boxing/unboxing 69 // select the most-specific function without boxing/unboxing 292 // select function without boxing/unboxing and without rest 308 // select function with unboxing and without rest 324 // select function with boxing and without rest 343 // select function without boxing/unboxing and without default parameter 359 // select function with unboxing and without default parameter 375 // select function with boxing and without default parameter 394 // select function without boxing/unboxing and without undefined parameter [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/10.method_call_expression/02.step_2_selection_of_method/ |
| D | step2.params.yaml | 10 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 264 // select method without boxing/unboxing and without rest 283 // select method with unboxing and without rest 302 // select method with boxing and without rest 324 // select method without boxing/unboxing and without default parameter 343 // select method with unboxing and without default parameter 362 // select method with boxing and without default parameter 384 // select method without boxing/unboxing and without undefined parameter 403 // select method with unboxing and without undefined parameter 422 // select method with boxing and without undefined parameter
|
| /arkcompiler/runtime_core/static_core/irtoc/backend/ |
| D | options.yaml | 10 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 37 …short - reports only LLVM_SUFFIX compilation units without dynamic methods which were skipped by L… 39 typed - same as full but without dynamic methods
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/ |
| D | order.sts | 11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 20 params: with and without braces 32 // without braces
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/interface/ts_to_ets/ |
| D | interface_method.ts | 11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 105 without?: WithoutOptionalMethodClass; property 110 return { with: arg, without: optional }; 123 return { with: withOptional, without: withoutOptional };
|
| /arkcompiler/ets_frontend/es2panda/test/parser/js/ |
| D | test-without-ending-lf.js | 11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 23 let c = print(); // without '0x0a'
|
| /arkcompiler/runtime_core/tests/checked/ |
| D | ifcvt.pa | 10 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 25 # without variable, you can write only such code. 44 # without variable, you can write only such code.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/interface/ets_to_ts/ |
| D | check_optional_method_interface.js | 11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 59 ASSERT_TRUE(!!result.with && !!result.without); 71 ASSERT_TRUE(!!result.with && !!result.without);
|
| D | interface_method.sts | 11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 150 // without?: WithoutOptionalMethodClass 155 // return { with: arg, without: optional } 168 // return { with: withOptional, without: withoutOptional };
|
| /arkcompiler/ets_frontend/ets2panda/test/runtime/ets/ |
| D | string-assignment.sts | 11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 17 …let str = "constant string literal"; // init with a const string literal without "String" annotati…
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
| D | test-without-ending-lf.ts | 11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 23 let c : number = print(); // without '0x0a'
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/13.compilation_units_packages_and_modules/04.import_directives/03.several_bindings_for_one_import_path/ |
| D | import_same_names.sts | 11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 17 desc: A name is explicitly used without an alias in several bindings.
|
| D | explicitly_and_implicitly_import_2.sts | 11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 17 desc: A name is explicitly used with alias and implicitly without alias. Sine is accessible
|
| D | explicitly_and_implicitly_import_3.sts | 11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 17 desc: A name is explicitly used with alias and implicitly without alias. sin is not accessible
|
| D | explicitly_and_implicitly_import_1.sts | 11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 17 desc: A name is explicitly used without alias and implicitly with alias.
|
| /arkcompiler/ets_frontend/ets2panda/test/compiler/ets/ |
| D | generic_typealias_7_neg.sts | 11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 19 …// NOTE (martin): Primitive type parameter isn't working without initialization, it'll be in a fol…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/atomics/ |
| D | CMakeLists.txt | 10 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 21 # --- Concurrent tests without synchronization 47 # This is a 'run_int_jit_aot_ets_code' function but without JIT
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/10.interfaces/01.interface_declarations/ |
| D | empty_interface_declaration.sts | 11 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 18 desc: Empty interface declaration without type parameters
|
| D | empty_interface_declaration_with_type_params.sts | 11 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 19 desc: Empty interface declaration without type parameters
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/10.interfaces/04.interface_members/ |
| D | field_without_initializer.sts | 11 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 17 desc: Field declaration without initializer.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/08.native_functions_and_methods/01.native_functions/ |
| D | nat4.sts | 11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 21 native function foo(); // native without parameters
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/01.static_methods/ |
| D | static_method_call.sts | 11 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 18 assert: A class method is always invoked without reference to a particular object.
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/ |
| D | catch_clause.sts | 11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 29 if (true) throw 'Catch without explicit type';
|