Home
last modified time | relevance | path

Searched full:which (Results 1 – 25 of 1276) sorted by relevance

12345678910>>...52

/arkcompiler/ets_frontend/ets2panda/test/runtime/ets/
DMultiline_string.ets18 which should be enclosed in
21 which should be enclosed in
24 which should be enclosed in
28 which should be enclosed in
30 …assertEQ(x2, "This is an example of a multiline string,\n which should be enclo…
50 which should be enclosed in
52 …assertEQ(x7[1], "This is an example of a multiline string,\n which should be en…
/arkcompiler/ets_frontend/test/scripts/
Dreadme.md5 2. Run xts test which in auto_xts_test
6 3. Run sdk_test which in sdk_test
7 4. Run performance test which in performance_test
8 5. Run spider script which in get commit log
/arkcompiler/runtime_core/static_core/runtime/mem/gc/heap-space-misc/
Dcrossing_map.h29 // If enabled - we will manage elements, which cross map borders.
40 // which will be dynamically allocated/deallocated via internal allocator:
58 // This element (or map) can be used to get the first object address, which starts inside this page…
59 // or an object address, which crosses the borders of this page.
65 * @param start_addr - first bit of the memory which must be covered by the Crossing Map.
66 * @param size - size of the memory which must be covered by the Crossing Map.
98 * @brief Find and return the first object, which starts in an interval inclusively
99 * or an object, which crosses the interval border.
101 * we find the first object, which crosses the border of this interval.
104 * @return Returns the first object which starts inside an interval,
[all …]
/arkcompiler/runtime_core/static_core/docs/
Dtask_manager.md11 It is some limited by time task, which has these properties:
13 - for which VM instance (`static` or `dynamic`) this task is executed;
14 - which component is the owner of this task (`GC`, `JIT`, etc.)
21 WorkerThread is the thread which executing tasks. Each WorkerThread has two queues - one for the fo…
25 …er creates array of tasks in proportion based on the current context(i.e. which language currently…
31 It is a queue for tasks of the same "kind" or "components" (for example "JIT") which is fullfilled …
63 The thread which is responsible for Task execution.
Dimport-export.md19 …dments, which allow other implementation approaches, and on the other hand, several hot fixes has …
41 It is ensured currently via the *ETSParser::ParseDefaultSources* method, which parse an internally …
50 Which paths included in this list are stored in a vector that can be retrieved via the *Helpers::St…
72 …parsing process of the package directive and is set with the module name, which is either the pack…
73 …- The declaration module is not handled now, which is a special kind of compilation units that con…
161 … a common abc from multiple abc files, which is useful for packages. This would allows to run runt…
162which currently creates a large etsstdlib.abc at runtime, ignoring that each lib element belongs t…
171 …ope is investigated, and so on. The searching lasts at the global scope - which is the end of the …
177 Aware of this, global scope has an extra **foreignBindings_** member that helps to know which varia…
226 …is a string literal which can be points to a module (separate module | package module) or a folder…
[all …]
/arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_test/bytecode_har/src/test/
DLocalUnit.test.ets22 … // Presets an action, which is performed only once before all test cases of the test suite start.
26 // Presets an action, which is performed before each unit test case starts.
31 // Presets a clear action, which is performed after each unit test case ends.
36 // Presets a clear action, which is performed after all test cases of the test suite end.
43 … // Defines a variety of assertion methods, which are used to declare expected boolean conditions.
/arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_increace_compile/bytecodehar/src/test/
DLocalUnit.test.ets22 … // Presets an action, which is performed only once before all test cases of the test suite start.
26 // Presets an action, which is performed before each unit test case starts.
31 // Presets a clear action, which is performed after each unit test case ends.
36 // Presets a clear action, which is performed after all test cases of the test suite end.
43 … // Defines a variety of assertion methods, which are used to declare expected boolean conditions.
/arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_increace_compile/entry/src/test/
DLocalUnit.test.ets22 … // Presets an action, which is performed only once before all test cases of the test suite start.
26 // Presets an action, which is performed before each unit test case starts.
31 // Presets a clear action, which is performed after each unit test case ends.
36 // Presets a clear action, which is performed after all test cases of the test suite end.
43 … // Defines a variety of assertion methods, which are used to declare expected boolean conditions.
/arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_increace_compile/library/src/test/
DLocalUnit.test.ets22 … // Presets an action, which is performed only once before all test cases of the test suite start.
26 // Presets an action, which is performed before each unit test case starts.
31 // Presets a clear action, which is performed after each unit test case ends.
36 // Presets a clear action, which is performed after all test cases of the test suite end.
43 … // Defines a variety of assertion methods, which are used to declare expected boolean conditions.
/arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_test/source_har/src/test/
DLocalUnit.test.ets22 … // Presets an action, which is performed only once before all test cases of the test suite start.
26 // Presets an action, which is performed before each unit test case starts.
31 // Presets a clear action, which is performed after each unit test case ends.
36 // Presets a clear action, which is performed after all test cases of the test suite end.
43 … // Defines a variety of assertion methods, which are used to declare expected boolean conditions.
/arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_test/entry/src/test/
DLocalUnit.test.ets22 … // Presets an action, which is performed only once before all test cases of the test suite start.
26 // Presets an action, which is performed before each unit test case starts.
31 // Presets a clear action, which is performed after each unit test case ends.
36 // Presets a clear action, which is performed after all test cases of the test suite end.
43 … // Defines a variety of assertion methods, which are used to declare expected boolean conditions.
/arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_test/source_har1/src/test/
DLocalUnit.test.ets22 … // Presets an action, which is performed only once before all test cases of the test suite start.
26 // Presets an action, which is performed before each unit test case starts.
31 // Presets a clear action, which is performed after each unit test case ends.
36 // Presets a clear action, which is performed after all test cases of the test suite end.
43 … // Defines a variety of assertion methods, which are used to declare expected boolean conditions.
/arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_out_project/entry/src/test/
DLocalUnit.test.ets22 … // Presets an action, which is performed only once before all test cases of the test suite start.
26 // Presets an action, which is performed before each unit test case starts.
31 // Presets a clear action, which is performed after each unit test case ends.
36 // Presets a clear action, which is performed after all test cases of the test suite end.
43 … // Defines a variety of assertion methods, which are used to declare expected boolean conditions.
/arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_out_project/out_har/src/test/
DLocalUnit.test.ets22 … // Presets an action, which is performed only once before all test cases of the test suite start.
26 // Presets an action, which is performed before each unit test case starts.
31 // Presets a clear action, which is performed after each unit test case ends.
36 // Presets a clear action, which is performed after all test cases of the test suite end.
43 … // Defines a variety of assertion methods, which are used to declare expected boolean conditions.
/arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_out_project/out_hsp/src/test/
DLocalUnit.test.ets22 … // Presets an action, which is performed only once before all test cases of the test suite start.
26 // Presets an action, which is performed before each unit test case starts.
31 // Presets a clear action, which is performed after each unit test case ends.
36 // Presets a clear action, which is performed after all test cases of the test suite end.
43 … // Defines a variety of assertion methods, which are used to declare expected boolean conditions.
/arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_test/bytecode_har1/src/test/
DLocalUnit.test.ets22 … // Presets an action, which is performed only once before all test cases of the test suite start.
26 // Presets an action, which is performed before each unit test case starts.
31 // Presets a clear action, which is performed after each unit test case ends.
36 // Presets a clear action, which is performed after all test cases of the test suite end.
43 … // Defines a variety of assertion methods, which are used to declare expected boolean conditions.
/arkcompiler/ets_frontend/ets2panda/docs/
Dimport_export.md19 …dments, which allow other implementation approaches, and on the other hand, several hot fixes has …
41 It is ensured currently via the *ETSParser::ParseDefaultSources* method, which parse an internally …
57 …estigated, and so on. Search continues until the global scope is reached, which is the end of scop…
63 According to this, global scope has an extra **foreignBindings_** member that helps to know which v…
112 …is a string literal which can be points to a module (separate module | package module) or a folder…
113 …n import path, the string literal will be passed to the importPathManager which will resolve it as…
116 The importPath with the resolved path and two additional information - which is the language inform…
120 The import specifier list will be filled until an import directive can be found, which may contain …
126 …dd importAlias, but there is a temporary exception due to stdlib sources, which will have to be ha…
134 The *ParseNamedSpecifiers* method will create the *ImportSpecifier* AST Node with local name, which
[all …]
/arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_out_project/out_hsp/src/ohosTest/ets/test/
DAbility.test.ets23 … // Presets an action, which is performed only once before all test cases of the test suite start.
27 // Presets an action, which is performed before each unit test case starts.
32 // Presets a clear action, which is performed after each unit test case ends.
37 // Presets a clear action, which is performed after all test cases of the test suite end.
45 … // Defines a variety of assertion methods, which are used to declare expected boolean conditions.
/arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_test/bytecode_har1/src/ohosTest/ets/test/
DAbility.test.ets23 … // Presets an action, which is performed only once before all test cases of the test suite start.
27 // Presets an action, which is performed before each unit test case starts.
32 // Presets a clear action, which is performed after each unit test case ends.
37 // Presets a clear action, which is performed after all test cases of the test suite end.
45 … // Defines a variety of assertion methods, which are used to declare expected boolean conditions.
/arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_increace_compile/bytecodehar/src/ohosTest/ets/test/
DAbility.test.ets23 … // Presets an action, which is performed only once before all test cases of the test suite start.
27 // Presets an action, which is performed before each unit test case starts.
32 // Presets a clear action, which is performed after each unit test case ends.
37 // Presets a clear action, which is performed after all test cases of the test suite end.
45 … // Defines a variety of assertion methods, which are used to declare expected boolean conditions.
/arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_test/source_har1/src/ohosTest/ets/test/
DAbility.test.ets23 … // Presets an action, which is performed only once before all test cases of the test suite start.
27 // Presets an action, which is performed before each unit test case starts.
32 // Presets a clear action, which is performed after each unit test case ends.
37 // Presets a clear action, which is performed after all test cases of the test suite end.
45 … // Defines a variety of assertion methods, which are used to declare expected boolean conditions.
/arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_increace_compile/library/src/ohosTest/ets/test/
DAbility.test.ets23 … // Presets an action, which is performed only once before all test cases of the test suite start.
27 // Presets an action, which is performed before each unit test case starts.
32 // Presets a clear action, which is performed after each unit test case ends.
37 // Presets a clear action, which is performed after all test cases of the test suite end.
45 … // Defines a variety of assertion methods, which are used to declare expected boolean conditions.
/arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_test/source_har/src/ohosTest/ets/test/
DAbility.test.ets23 … // Presets an action, which is performed only once before all test cases of the test suite start.
27 // Presets an action, which is performed before each unit test case starts.
32 // Presets a clear action, which is performed after each unit test case ends.
37 // Presets a clear action, which is performed after all test cases of the test suite end.
45 … // Defines a variety of assertion methods, which are used to declare expected boolean conditions.
/arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_test/entry/src/ohosTest/ets/test/
DAbility.test.ets23 … // Presets an action, which is performed only once before all test cases of the test suite start.
27 // Presets an action, which is performed before each unit test case starts.
32 // Presets a clear action, which is performed after each unit test case ends.
37 // Presets a clear action, which is performed after all test cases of the test suite end.
45 … // Defines a variety of assertion methods, which are used to declare expected boolean conditions.
/arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_out_project/out_har/src/ohosTest/ets/test/
DAbility.test.ets23 … // Presets an action, which is performed only once before all test cases of the test suite start.
27 // Presets an action, which is performed before each unit test case starts.
32 // Presets a clear action, which is performed after each unit test case ends.
37 // Presets a clear action, which is performed after all test cases of the test suite end.
45 … // Defines a variety of assertion methods, which are used to declare expected boolean conditions.

12345678910>>...52