Home
last modified time | relevance | path

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

12345678910>>...14

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/escompat/
Descompat.cpp90 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime…
96 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime…
102 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime…
108 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime…
114 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime…
120 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime…
126 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime…
132 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime…
138 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime…
144 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime…
[all …]
/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/ets_frontend/ets2panda/linter/test_rules/
Drule30_5.sts49 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.sts51 y1 = x1 // ok, both are of the same type
54 x1 = y1 // ok, both are of the same type
Drule30_4.sts50 y1 = x1 // ok, both are of the same type
53 x1 = y1 // ok, both are of the same type
Drule30_2.sts69 y1 = x1 // ok, both are of the same type
72 x1 = y1 // ok, both are of the same type
/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/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/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/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/
Daccess_to_private_field_from_superclass_member.sts17 desc: A private field from of a superclass access, if both classes are members of same class.
18 assert: A private field of a superclass might be accessible to a subclass - for example, if both cl…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/08.method_overload_signatures/
Dmethod_overload_2.sts18 assert: If two methods of a class (whether both declared in the same class, or both inherited by a …
Dmethod_overload_0.sts18 assert: If two methods of a class (whether both declared in the same class, or both inherited by a …
Dmethod_overload_1.sts18 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/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/binary_numeric_promotion/
Dresult_type_bool_n.sts23 …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.
Dresult_type_cond_n.sts23 …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.
Dresult_type_bool.sts23 …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.
Dresult_type_bitwise.sts23 …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.
Dresult_type_arith.sts23 …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/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/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/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 …]
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dreg_alloc_verifier.h55 2) if both values are unknown then destination value will remain unknown;
56 3) if either destination or source value is known (but not both values simultaneously) then
58 4) if both source and destination values are known and holds result of the same instruction
60 5) if both source and destination values are known but holds results of different instructions
/arkcompiler/runtime_core/static_core/plugins/ets/doc/cookbook/
Dsummary.rst37 One of the most important features of |LANG| that helps achieving both goals
172 An unpredictable change of an object layout contradicts both good readability
270 answer to both questions above is "yes";
273 to both questions above is "no".
280 and more understandable code as both *pro* and *contra* arguments can be found.

12345678910>>...14