| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/escompat/ |
| D | escompat.cpp | 101 // 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/ |
| D | rule30_5.ets | 49 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
|
| D | rule30_6.ets | 51 y1 = x1 // ok, both are of the same type 54 x1 = y1 // ok, both are of the same type
|
| D | rule30_4.ets | 50 y1 = x1 // ok, both are of the same type 53 x1 = y1 // ok, both are of the same type
|
| D | rule30_2.ets | 69 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/ |
| D | isinstance.yaml | 393 # 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/ |
| D | ets_sync_primitives_test.cpp | 91 // 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/ |
| D | ct.params.yaml | 17 // 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/ |
| D | ignore_checked_coverage.txt | 7 …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/ |
| D | isinstance.yaml | 225 # 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/ |
| D | recipe30.md | 109 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/ |
| D | import_1.ets | 26 // First level import with both types of error 30 // Second level import import with both types of error
|
| D | master_file.ets | 20 // 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/ |
| D | method_overload_2.ets | 18 assert: If two methods of a class (whether both declared in the same class, or both inherited by a …
|
| D | method_overload_1.ets | 18 assert: If two methods of a class (whether both declared in the same class, or both inherited by a …
|
| D | method_overload_0.ets | 18 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/ |
| D | task_manager.md | 3 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/ |
| D | 16_concurrency.rst | 56 |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/ |
| D | hybridgref_napi.h | 28 * @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
|
| D | hybridgref_ani.h | 29 * @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/ |
| D | result_type_bool_n.ets | 23 …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/ |
| D | app_aot_jit_enable_list.conf | 1 …n be written as below, first is enable aot, second is enable jit, third is enable both aot and jit:
|
| D | app_aot_jit_enable_list_default.conf | 1 …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/ |
| D | branch_elimination_test.cpp | 21 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/ |
| D | branch_elimination_test.cpp | 21 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 …]
|