Home
last modified time | relevance | path

Searched full:executed (Results 1 – 25 of 210) sorted by relevance

123456789

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/taskpool/
Dcancel_tasks.sts35 assert(e.toString() == "Error: taskpool:: task is not executed or has been executed");
48 assert(e.toString() == "Error: taskpool:: task is not executed or has been executed");
59 assert(e.toString() == "Error: taskpool:: task is not executed or has been executed");
/arkcompiler/ets_frontend/ets2panda/test/runtime/ets/
Dunion_type_parameters.sts30 assert foo<D>(new B<D>()) == 42: "Error! branch with return 42 must be executed";
31 assert foo<D>(new C<D>()) == 41: "Error! branch with return 41 must be executed";
DnotNull.sts103 assert false : "this must not be executed";
112 assert false : "this must not be executed";
/arkcompiler/ets_frontend/es2panda/test/parse_command/
DREADME.md79 + `--add_case`: Add the file path of a single test case to be executed.
80 + `--add_case_dir`: Add the directory where the test cases are to be executed and the script will a…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/13.compilation_units_packages_and_modules/02.separate_module_initializer/
Dimport_statements.sts21 initializers are executed to ensure that they all have valid initial values
22 …e separate module has top-level statements (see Top-Level Statements), then they are also executed.
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/
Drunner_base.py137 … # ignored test is a test what should be loaded and executed, but its failure should be ignored
142 # list of file names, each is a name of a test. Every test should be executed
145 # list of results of every executed test
147 # name of file with a list of only tests what should be executed
148 # if it's specified other tests are not executed
152 … # name of the single test file in form of a relative path from test_root what should be executed
153 # if it's specified other tests are not executed even if test_list is set
157 # failed + ignored + passed + excluded_after = len of all executed tests
/arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/
D8_statements.rst119 declarations, are executed one by one in the textual order of their
128 ``return`` statement, and is executed accordingly.
213 ``true``, then *thenStatement* is executed. Otherwise, *elseStatement* is
214 executed (if provided). A :index:`compile-time error` occurs if the expression
609 body, class initializer, or top-level statement are not executed.
636 … there is only a default clause in switchBlock then the default's statements/block are not executed
854 ``catch`` clause block is executed.
949 executed without regard to whether a ``try-catch`` completes normally or
958 A ``finally`` block is executed without regard to how (by reaching
997 // finally clause will be executed after try-catch is
[all …]
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DdynamicContext.cpp222 // First compile of the finaly clause, executed if the statement executed normally in EmitFinalizer()
234 // Third compile of the finaly clause, executed if the statement executed abruptly in EmitFinalizer()
259 …// Second compile of the finaly clause, executed if the statement executed normally, but abrupted … in EmitFinalizerInsertion()
/arkcompiler/runtime_core/static_core/plugins/ets/doc/tutorial/
Dbasics.rst506 case label1: // will be executed if label1 is matched
512 case label3: // will be executed if label2 or label3 is matched
527 the corresponding statements are executed.
530 default statements are executed.
536 executed.
570 A ``for`` statement is executed repeatedly until the specified loop exit
581 When a ``for`` statement is executed, the following process takes place:
584 #. An ``init`` expression is executed, if any. This expression usually
589 body are to be executed. If the value of condition is ``false``, then
592 #. The statements of the ``for`` body are executed.
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Descompat_taskpool.cpp55 "taskpool:: task is not executed or has been executed"); in TaskpoolCancelTask()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
DglobalClassHandler.h44 * @param init_statements statements which should be executed
60 * @return Statements, which should be executed before the start
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dmonitor.yaml271 … - description: Check that a thread owns a monitor after several executed monitorexit instructions
288 …Check that a thread owns a monitor if amount of executed monitorexit instructions is less than amo…
289 of executed monitorenter instructions
298 …Check that a thread does not own a monitor if amount of executed monitorexit instructions is the s…
299 amount of executed monitorenter instructions
/arkcompiler/ets_frontend/test/scripts/utils/
Dreadme.md6 …y commit information from 00:00 on the day before the script run to the time the script is executed
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/08.statements/05.if_statements/
Dif_not_executed.sts17 desc: If statement (not executed)
Dif_neg.sts18 desc: An if statement can be conditionally executed, or one of the two two statements can be select…
/arkcompiler/runtime_core/static_core/docs/
Dtask_manager.md13 - for which VM instance (`static` or `dynamic`) this task is executed;
25 …n proportion based on the current context(i.e. which language currently executed - static or dynam…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/08.statements/07.while_statements_and_do_statements/
Dwhile_not_executed.sts17 desc: While statement (not executed)
/arkcompiler/runtime_core/static_core/docs/diagrams/
Dmm-components.plantuml22 [GC] .> [GCThread] : executed in
/arkcompiler/runtime_core/docs/diagrams/
Dmm-components.pucomponent22 [GC] .> [GCThread] : executed in
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/
Darr_expr.sts19 Initializer expressions are executed from left to right.
Darr_abrupt.sts19 Initializer expressions are executed from left to right.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/06.statements/02.multiple_catch_clauses_in_try_statements/
Dexec.sts19 The try block and the entire try statement completes normally if catch blocks are not executed.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/08.statements/15.try_statements/03.try_statement_execution/
Dexec.sts19 The try block and the entire try statement completes normally if catch blocks are not executed.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/08.class_initializer/
Dclass_initializer_declaration.sts18 assert: A class initializer declared in a class is executed when the class is initialized. Together…
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/
Dschedulable_task_queue_interface.h57 … * method WaitForQueueEmptyAndFinish has not been executed. Otherwise it will return std::nullopt.
64 * executed. Otherwise it will return std::nullopt.

123456789