Home
last modified time | relevance | path

Searched full:both (Results 1 – 25 of 433) sorted by relevance

12345678910>>...18

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/escompat/
Descompat.cpp101 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime…
107 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime…
113 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime…
119 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime…
125 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime…
131 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime…
137 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime…
143 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime…
149 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime…
155 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime…
[all …]
/arkcompiler/ets_frontend/ets2panda/linter/test/rules/
Drule30_5.ets49 y2 = x2 // ok, both are of the same type
52 y1 = x1 // ok, both are of the same type
55 x1 = y1 // ok, both are of the same type
Drule30_6.ets51 y1 = x1 // ok, both are of the same type
54 x1 = y1 // ok, both are of the same type
Drule30_4.ets50 y1 = x1 // ok, both are of the same type
53 x1 = y1 // ok, both are of the same type
Drule30_2.ets69 y1 = x1 // ok, both are of the same type
72 x1 = y1 // ok, both are of the same type
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Disinstance.yaml393 # O and T are of the same type, both arrays, std object
401 # O and T are of the same type, both arrays, custom object
409 # O and T are of the same type, both arrays, string
418 # O is a subtype of T, both arrays, std object
426 # O is a subtype of T, both arrays, custom object
544 # O and T are of the same type, both arrays, std object
552 # O and T are of the same type, both arrays, custom object
560 # O and T are of the same type, both arrays, string
569 # O is a subtype of T, both arrays, std object
577 # O implements T, both arrays, std object
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dets_sync_primitives_test.cpp91 // Check both EtsMutex and ark::Class<Mutex> has the same number of fields
99 // Check both EtsMutex and ark::Class<Mutex> has the same number of fields
107 // Check both EtsEvent and ark::Class<Event> has the same number of fields
115 // Check both EtsCondVar and ark::Class<CondVar> has the same number of fields
123 // Check both EtsQueueSpinlock and ark::Class<QueueSpinlock> has the same number of fields
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/06.callable_types/
Dct.params.yaml17 // CTE if both invoke and instantiate are present in the same class
27 // CTE if both invoke and instantiate are available
40 // CTE if both invoke and instantiate are available
53 // CTE if both invoke and instantiate are available
/arkcompiler/runtime_core/static_core/compiler/tools/
Dignore_checked_coverage.txt7 …ark - ignoring a benchmark or CTS-assembly test (both osr and jit)
8 … - ignoring a single function of a benchmark or CTS-assembly test (both osr and jit)
/arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/
Disinstance.yaml225 # O and T are of the same type, both arrays, std object
233 # O and T are of the same type, both arrays, custom object
241 # O and T are of the same type, both arrays, string
250 # O is a subtype of T, both arrays, std object
258 # O is a subtype of T, both arrays, custom object
336 # O and T are of unrelated types, both arrays, std object
344 # O and T are of unrelated types, both arrays, custom object
353 # O is a supertype of T, both arrays, std object
361 # O is a supertype of T, both arrays, custom object
/arkcompiler/ets_frontend/ets2panda/linter/docs/rules/
Drecipe30.md109 y = x // ok, both are of the same type
112 x = y // ok, both are of the same type
118 // X and Y implement the same interface, thus both calls are allowed:
/arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/import_tests/import_chain_with_errors/
Dimport_1.ets26 // First level import with both types of error
30 // Second level import import with both types of error
Dmaster_file.ets20 // First level import with both types of error
24 // Second level import import with both types of error
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/06.overriding_methods/
Dmethod_overload_2.ets18 assert: If two methods of a class (whether both declared in the same class, or both inherited by a …
Dmethod_overload_1.ets18 assert: If two methods of a class (whether both declared in the same class, or both inherited by a …
Dmethod_overload_0.ets18 assert: If two methods of a class (whether both declared in the same class, or both inherited by a …
/arkcompiler/runtime_core/static_core/docs/
Dtask_manager.md3 Internally in VM we have different tasks for two components `GC` and `JIT`. Both of this components…
5 For Hybrid mode (i.e. we can execute both static and dynamic code) TaskManager also should take int…
21 …ty, then it try to execute task from the background queue. If no tasks in both queues - WorkerThre…
/arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/
D16_concurrency.rst56 |LANG| enables both asynchronous programming and parallel-run coroutines, and
95 The returning values of both type ``Promise<T>`` and type ``T`` are allowed
198 - Pass ``Promise`` from one coroutine to another, use it in both coroutines,
200 - Pass ``Promise`` from one coroutine to another, use it in both coroutines,
201 and call ``then`` in both coroutines. The user is to provide custom
215 both, then they are called in different coroutines (possibly concurrently).
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/libani_helpers/interop_js/
Dhybridgref_napi.h28 * @brief Saves reference which could be later accessed from both NAPI and ANI code
34 * Returned `hybridgref` can be used from both NAPI and ANI code
Dhybridgref_ani.h29 * @brief Saves reference which could be later accessed from both NAPI and ANI code
35 * Returned `hybridgref` can be used from both NAPI and ANI code
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/binary_numeric_promotion/
Dresult_type_bool_n.ets23 …2. Widening primitive conversion (link to conv) is applied to convert either or both operands as s…
27 • Otherwise, both operands are converted to type int.
/arkcompiler/ets_runtime/ecmascript/ohos/
Dapp_aot_jit_enable_list.conf1 …n be written as below, first is enable aot, second is enable jit, third is enable both aot and jit:
Dapp_aot_jit_enable_list_default.conf1 …n be written as below, first is enable aot, second is enable jit, third is enable both aot and jit:
/arkcompiler/runtime_core/compiler/tests/
Dbranch_elimination_test.cpp21 enum class RemainedSuccessor { TRUE_SUCCESSOR, FALSE_SUCCESSOR, BOTH }; enumerator
995 …BuildGraphAndCheckElimination<DominantCondResult::FALSE, RemainedSuccessor::BOTH>(ConditionCode::C… in TEST_F()
997 …BuildGraphAndCheckElimination<DominantCondResult::FALSE, RemainedSuccessor::BOTH>(ConditionCode::C… in TEST_F()
999 …BuildGraphAndCheckElimination<DominantCondResult::FALSE, RemainedSuccessor::BOTH>(ConditionCode::C… in TEST_F()
1001 …BuildGraphAndCheckElimination<DominantCondResult::FALSE, RemainedSuccessor::BOTH>(ConditionCode::C… in TEST_F()
1003 …BuildGraphAndCheckElimination<DominantCondResult::FALSE, RemainedSuccessor::BOTH>(ConditionCode::C… in TEST_F()
1005 …BuildGraphAndCheckElimination<DominantCondResult::FALSE, RemainedSuccessor::BOTH>(ConditionCode::C… in TEST_F()
1007 …BuildGraphAndCheckElimination<DominantCondResult::FALSE, RemainedSuccessor::BOTH>(ConditionCode::C… in TEST_F()
1009 …BuildGraphAndCheckElimination<DominantCondResult::FALSE, RemainedSuccessor::BOTH>(ConditionCode::C… in TEST_F()
1024 …BuildGraphAndCheckElimination<DominantCondResult::TRUE, RemainedSuccessor::BOTH>(ConditionCode::CC… in TEST_F()
[all …]
/arkcompiler/runtime_core/static_core/compiler/tests/
Dbranch_elimination_test.cpp21 enum class RemainedSuccessor { TRUE_SUCCESSOR, FALSE_SUCCESSOR, BOTH }; enumerator
1012 …BuildGraphAndCheckElimination<DominantCondResult::FALSE, RemainedSuccessor::BOTH>(ConditionCode::C… in TEST_F()
1014 …BuildGraphAndCheckElimination<DominantCondResult::FALSE, RemainedSuccessor::BOTH>(ConditionCode::C… in TEST_F()
1016 …BuildGraphAndCheckElimination<DominantCondResult::FALSE, RemainedSuccessor::BOTH>(ConditionCode::C… in TEST_F()
1018 …BuildGraphAndCheckElimination<DominantCondResult::FALSE, RemainedSuccessor::BOTH>(ConditionCode::C… in TEST_F()
1020 …BuildGraphAndCheckElimination<DominantCondResult::FALSE, RemainedSuccessor::BOTH>(ConditionCode::C… in TEST_F()
1022 …BuildGraphAndCheckElimination<DominantCondResult::FALSE, RemainedSuccessor::BOTH>(ConditionCode::C… in TEST_F()
1024 …BuildGraphAndCheckElimination<DominantCondResult::FALSE, RemainedSuccessor::BOTH>(ConditionCode::C… in TEST_F()
1026 …BuildGraphAndCheckElimination<DominantCondResult::FALSE, RemainedSuccessor::BOTH>(ConditionCode::C… in TEST_F()
1044 …BuildGraphAndCheckElimination<DominantCondResult::TRUE, RemainedSuccessor::BOTH>(ConditionCode::CC… in TEST_F()
[all …]

12345678910>>...18