Home
last modified time | relevance | path

Searched full:attempt (Results 1 – 25 of 80) sorted by relevance

1234

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/
Daccess_modifier_over.params.yaml150 - doc: A compile-time error occurs if an attempt is made to override private member
157 - doc: A compile-time error occurs if an attempt is made to override private member
164 - doc: A compile-time error occurs if an attempt is made to override private member
171 - doc: A compile-time error occurs if an attempt is made to override private member
178 - doc: A compile-time error occurs if an attempt is made to override private member
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/01.object_literal_of_class_type/
Dclass_composite_bad_multiple_init.ets17 desc: Compilation error when attempt to init field multiple times
Dclass_composite_initialization_order.ets17 desc: Compilation no error when attempt to init fields out of order
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/03.object_literal_of_record_type/
Drecord_composite_bad_multiple_init.ets17 desc: Compilation error when attempt to init field multiple times
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/02.object_literal_of_interface_type/
Dinterface_composite_bad_multiple_init.ets17 desc: Compilation error when attempt to init field multiple times
Dinterface_composite_initialization_order.ets17 desc: Compilation no error when attempt to init fields out of order
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/01.abstract_classes/
Dabstract_instantiate.ets17 desc: A compile-time error occurs if an attempt is made to create an instance of an abstract class
Dabstract_instantiate_1.ets17 desc: A compile-time error occurs if an attempt is made to create an instance of an abstract class
/arkcompiler/runtime_core/compiler/docs/
Daot_resolve_string.md16 …resolution attempt requires runtime call, so usage of regular `ResolveString` call reduces the ove…
35 …then each resolution attempt will increment value inside the slot until it either get replaced wit…
/arkcompiler/runtime_core/static_core/compiler/docs/
Daot_resolve_string.md16 …resolution attempt requires runtime call, so usage of regular `ResolveString` call reduces the ove…
35 …then each resolution attempt will increment value inside the slot until it either get replaced wit…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/local_scope_ops/
Densure_enough_references.cpp42 // Attempt to create a new UTF8 string and check the result in TEST_F()
61 * Attempt to create a local scope with very large capacity (MAX_CAPACITY). in TEST_F()
/arkcompiler/runtime_core/static_core/libllvmbackend/object_code/
Dcreated_object_file.cpp73 … ASSERT(sectionIndex_.find(name) != sectionIndex_.end() && "Attempt to access an unknown section"); in GetSection()
92 "Attempt to access unknown section '.rela.llvm_stackmaps'"); in GetStackMapInfo()
154 ASSERT(objectFile_ != nullptr && "Attempt to get size of empty CreatedObjectFile"); in Size()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/
Dreference_to_inheritance_fields_with_same_name.ets18 assert: However, any attempt within the body of the class to refer to any such field by its simple …
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/05.casting_conversions_to_type_parameter/
Dcast.ets26 return p as T // attempt to convert of any type to type parameter
Dcast_neg.ets27 return p as T // attempt to convert of any type to type parameter
/arkcompiler/runtime_core/static_core/scripts/
Dupdate_master_and_branch.sh28 echo "attempt $i to execute the command \"$command\""
Dinstall-third-party114 echo "$MSG_PREFIX Cloning $lib_dir, attempt $i / $NUM_CLONE_ATTEMPTS"
132 echo "$MSG_PREFIX Cloning $lib_dir, attempt $i / $NUM_CLONE_ATTEMPTS"
/arkcompiler/ets_frontend/ets2panda/scripts/
Darkui-setup.sh81 echo "Attempt $attempt_num failed and there are no more attempts left!"
84 … echo "Attempt $((attempt_num++)) failed! Trying again in $((delay *= attempt_num)) seconds..."
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/object_ops/
Dcall_object_method_boolean_test.cpp132 // Attempt to call the method with a nullptr method pointer. in TEST_F()
150 // Attempt to call the method with a nullptr result pointer. in TEST_F()
170 // Attempt to call the method with a nullptr object pointer. in TEST_F()
187 // Attempt to call the method with a nullptr argument array. in TEST_F()
/arkcompiler/runtime_core/libabckit/tests/stress/
Dstress_hermes_with_runtime.py51 …if test_result_one.result == -1: # First attempt JS Test failed with timeout. This bypass next te…
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dlse.h36 * 1) delete stores that attempt to store the same values that already have
38 * 2) delete loads that attempt to load values that were previously loaded or
/arkcompiler/ets_frontend/ets2panda/linter/docs/rules/
Drecipe30.md85 // An attempt to assign b to d will result in a compile-time error:
/arkcompiler/runtime_core/cmake/
DSanitizers.cmake55 # Attempt to add link library "log" to target * which is not built in this directory.
/arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/
Dinit_runner.py41 … main_text = f"Attempt #{i} of {attempts}: type the value of the mandatory variable {prop}: "
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/
Dets_vm_init_prealloc_test.ets36 throw new Error("ets_vm_init_prealloc_test.ets: unsuccessful attempt of fill the heap.");

1234