Home
last modified time | relevance | path

Searched full:without (Results 1 – 25 of 8691) sorted by relevance

12345678910>>...348

/arkcompiler/runtime_core/static_core/tests/checked/
Dloop-unroll-constant.pa10 # 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/
Dcompiler_to_interpreter.pa10 # 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/
Dstep1.params.yaml10 # 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/
Dstep2.params.yaml10 # 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/
Doptions.yaml10 # 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/
Dorder.sts11 * 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/
Dinterface_method.ts11 * 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/
Dtest-without-ending-lf.js11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
23 let c = print(); // without '0x0a'
/arkcompiler/runtime_core/tests/checked/
Difcvt.pa10 # 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/
Dcheck_optional_method_interface.js11 * 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);
Dinterface_method.sts11 * 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/
Dstring-assignment.sts11 * 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/
Dtest-without-ending-lf.ts11 * 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/
Dimport_same_names.sts11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17 desc: A name is explicitly used without an alias in several bindings.
Dexplicitly_and_implicitly_import_2.sts11 * 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
Dexplicitly_and_implicitly_import_3.sts11 * 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
Dexplicitly_and_implicitly_import_1.sts11 * 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/
Dgeneric_typealias_7_neg.sts11 * 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/
DCMakeLists.txt10 # 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/
Dempty_interface_declaration.sts11 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18 desc: Empty interface declaration without type parameters
Dempty_interface_declaration_with_type_params.sts11 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/
Dfield_without_initializer.sts11 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/
Dnat4.sts11 * 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/
Dstatic_method_call.sts11 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/
Dcatch_clause.sts11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
29 if (true) throw 'Catch without explicit type';

12345678910>>...348