Home
last modified time | relevance | path

Searched full:unsupported (Results 1 – 25 of 316) sorted by relevance

12345678910>>...13

/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
Dpipe.cpp22 // Unsupported on windows platform in CreatePipe()
28 // Unsupported on windows platform in SetFdNonblocking()
34 // Unsupported on windows platform in ReadFromPipe()
40 // Unsupported on windows platform in WriteToPipe()
46 // Unsupported on windows platform in WaitForEvent()
52 // Unsupported on windows platform in Dup2()
Dthread.cpp39 // Unsupported on windows platform in GetPPid()
45 // Unsupported on windows platform in GetUid()
51 // Unsupported on windows platform in GetEuid()
57 // Unsupported on windows platform in GetGid()
63 // Unsupported on windows platform in GetEgid()
69 // Unsupported on windows platform in GetGroups()
/arkcompiler/runtime_core/static_core/plugins/ets/doc/cookbook/
Dguide.rst19 supported features, and explicitly list all unsupported features. The document
22 a suggestion on how to rewrite your code and work around an unsupported case.
66 .. _Status of Unsupported Features:
68 Status of Unsupported Features
71 Currently unsupported are mainly the features that degrade the following:
Dintro.rst30 #. **Unsupported features**: more code refactoring can be required. Example:
31 The type ``any`` is unsupported, and you are to introduce explicit
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/04.access_modifiers/
Daccess_modifiers.params.yaml26 - { body: "class B{}", unsupported: "true" }
27 - { body: "interface I{}", unsupported: "true" }
28 - { body: "enum Color {Red, Green}", unsupported: "true" }
Ddefault_access_modifiers.params.yaml18 - { body: "class B{}", call: "let x: A.B = new A.B()", unsupported: "true" }
19 - { body: "interface I{}", call: "let x: A.I", unsupported: "true" }
20 - { body: "enum Color {Red, Green}", call: "instance.Color.Red", unsupported: "true" }
/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/
Dencoder64_test_1.cpp32 // If encode unsupported - now print error in TestNeg()
34 std::cerr << "Unsupported for " << TypeName<T>() << std::endl; in TestNeg()
81 // If encode unsupported - now print error in TestNot()
83 std::cerr << "Unsupported for " << TypeName<T>() << std::endl; in TestNot()
123 // If encode unsupported - now print error in TestMov()
125 std::cerr << "Unsupported for " << TypeName<T>() << std::endl; in TestMov()
167 // If encode unsupported - now print error in TestMov2()
169 std::cerr << "Unsupported for " << TypeName<Src>() << ", " << TypeName<Dst>() << "\n"; in TestMov2()
268 std::cerr << "Unsupported \n"; in TEST_F()
302 std::cerr << "Unsupported for " << TypeName<T>() << std::endl; in TestBitTestAndBranch()
[all …]
Dencoder64_test_2.cpp40 // If encode unsupported - now print error in TestCmp64()
42 std::cerr << "Unsupported for " << TypeName<T>() << std::endl; in TestCmp64()
92 // If encode unsupported - now print error in TestCompare()
94 std::cerr << "Unsupported for " << TypeName<T>() << std::endl; in TestCompare()
143 // If encode unsupported - now print error in TestCompare64()
145 std::cerr << "Unsupported for " << TypeName<T>() << std::endl; in TestCompare64()
193 // If encode unsupported - now print error in TestCast()
195 std::cerr << "Unsupported for " << TypeName<Src>() << ", " << TypeName<Dst>() << "\n"; in TestCast()
395 // If encode unsupported - now print error in TestFcvtjzs()
397 … std::cerr << "Unsupported for " << TypeName<double>() << ", " << TypeName<int32_t>() << "\n"; in TestFcvtjzs()
[all …]
/arkcompiler/runtime_core/static_core/compiler/tests/amd64/
Dencoder64_test_1.cpp34 // If encode unsupported - now print error in TestNeg()
36 std::cerr << "Unsupported for " << TypeName<T>() << "\n"; in TestNeg()
84 // If encode unsupported - now print error in TestNot()
86 std::cerr << "Unsupported for " << TypeName<T>() << "\n"; in TestNot()
126 // If encode unsupported - now print error in TestMov()
128 std::cerr << "Unsupported for " << TypeName<T>() << "\n"; in TestMov()
170 // If encode unsupported - now print error in TestMov2()
172 std::cerr << "Unsupported for " << TypeName<Src>() << ", " << TypeName<Dst>() << "\n"; in TestMov2()
269 std::cerr << "Unsupported \n"; in TEST_F()
305 std::cerr << "Unsupported for " << TypeName<T>() << std::endl; in TestBitTestAndBranch()
[all …]
Dencoder64_test_2.cpp39 // If encode unsupported - now print error in TestCompare64()
41 std::cerr << "Unsupported for " << TypeName<T>() << "\n"; in TestCompare64()
89 // If encode unsupported - now print error in TestCast()
91 std::cerr << "Unsupported for " << TypeName<Src>() << ", " << TypeName<Dst>() << "\n"; in TestCast()
295 // If encode unsupported - now print error in TestDiv()
297 std::cerr << "Unsupported for " << TypeName<T>() << "\n"; in TestDiv()
377 // If encode unsupported - now print error in TestDivImm()
379 std::cerr << "Unsupported for " << TypeName<T>() << "\n"; in TestDivImm()
425 // If encode unsupported - now print error in TestMod()
427 std::cerr << "Unsupported for " << TypeName<T>() << "\n"; in TestMod()
[all …]
/arkcompiler/runtime_core/static_core/compiler/tests/aarch32/
Dencoder32_test_1.cpp41 // If encode unsupported - now print error in TestNeg()
43 std::cerr << "Unsupported for " << TypeName<T>() << "\n"; in TestNeg()
93 // If encode unsupported - now print error in TestNot()
95 std::cerr << "Unsupported for " << TypeName<T>() << "\n"; in TestNot()
140 // If encode unsupported - now print error in TestMov()
142 std::cerr << "Unsupported for " << TypeName<T>() << "\n"; in TestMov()
184 // If encode unsupported - now print error in TestMov2()
186 std::cerr << "Unsupported for " << TypeName<Src>() << ", " << TypeName<Dst>() << "\n"; in TestMov2()
286 std::cerr << "Unsupported \n"; in TEST_F()
320 std::cerr << "Unsupported for " << TypeName<T>() << std::endl; in TestBitTestAndBranch()
[all …]
Dencoder32_test_2.cpp41 // If encode unsupported - now print error in TestCompare()
43 std::cerr << "Unsupported for " << TypeName<T>() << "\n"; in TestCompare()
96 // If encode unsupported - now print error in TestCompare64()
98 std::cerr << "Unsupported for " << TypeName<T>() << "\n"; in TestCompare64()
151 // If encode unsupported - now print error in TestCast()
153 std::cerr << "Unsupported for " << TypeName<Src>() << ", " << TypeName<Dst>() << "\n"; in TestCast()
362 // If encode unsupported - now print error in TestDiv()
364 std::cerr << "Unsupported for " << TypeName<T>() << "\n"; in TestDiv()
497 // If encode unsupported - now print error in TestMod()
499 std::cerr << "Unsupported for " << TypeName<T>() << "\n"; in TestMod()
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/01.internal_access_modifier/
Dinternal_member_access.params.yaml18 - { body: "class B { static x: int = 1; }", call: "B.x", unsupported: "true" }
19 - { body: "enum Color {Red, Green}", call: "Color.Red.ordinal()", unsupported: "true" }
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/04.access_modifiers/04.public_access_modifier/
Dpublic_member_access_out_class.params.yaml18 - { body: "class B { static x: int = 1; }", call: "B.x", unsupported: "true" }
19 - { body: "enum Color {Red, Green}", call: "Color.Red.ordinal()", unsupported: "true" }
Dpublic_member_access_in_class.params.yaml18 …- { body: "class B { static x: int = 1; }", type: "int", call: "B.x", value: "1", unsupported: "tr…
19 …um Color {Red, Green}", type: "int", call: "Color.Red.ordinal()", value: "1", unsupported: "true" }
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/04.access_modifiers/03.protected_access_modifier/
Dprotected_member_access_in_class.params.yaml18 …- { body: "class C { static x: int = 1; }", type: "int", call: "C.x", value: "1", unsupported: "tr…
19 …um Color {Red, Green}", type: "int", call: "Color.Red.ordinal()", value: "1", unsupported: "true" }
Dprotected_member_access_in_derived_class.params.yaml18 …- { body: "class C { static x: int = 1; }", type: "int", call: "C.x", value: "1", unsupported: "tr…
19 …um Color {Red, Green}", type: "int", call: "Color.Red.ordinal()", value: "1", unsupported: "true" }
/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
Ddeclgen_ets2ts_error.yaml21 message: Unsupported type {}.
25 message: Unsupported literal type.
/arkcompiler/runtime_core/static_core/runtime/fibers/arch/
Dasm_macros.h26 #error "Unsupported target"
30 #error "Unsupported target"
/arkcompiler/runtime_core/compiler/tests/amd64/
Dencoder64_test.cpp445 // If encode unsupported - now print error in TestNeg()
447 std::cerr << "Unsupported for " << TypeName<T>() << "\n"; in TestNeg()
497 // If encode unsupported - now print error in TestNot()
499 std::cerr << "Unsupported for " << TypeName<T>() << "\n"; in TestNot()
541 // If encode unsupported - now print error in TestMov()
543 std::cerr << "Unsupported for " << TypeName<T>() << "\n"; in TestMov()
587 // If encode unsupported - now print error in TestMov2()
589 std::cerr << "Unsupported for " << TypeName<Src>() << ", " << TypeName<Dst>() << "\n"; in TestMov2()
689 std::cerr << "Unsupported \n"; in TEST_F()
725 std::cerr << "Unsupported for " << TypeName<T>() << std::endl; in TestBitTestAndBranch()
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/04.access_modifiers/01.private_access_modifier/
Dprivate_member_access_in_class.params.yaml18 … B { static x: int = 1; }", type: "int", call: "return this.B.x", value: "1", unsupported: "true" }
19 …d, Green}", type: "int", call: "return this.Color.Red.ordinal()", value: "1", unsupported: "true" }
/arkcompiler/runtime_core/compiler/tests/aarch32/
Dencoder32_test.cpp442 // If encode unsupported - now print error in TestNeg()
444 std::cerr << "Unsupported for " << TypeName<T>() << "\n"; in TestNeg()
494 // If encode unsupported - now print error in TestNot()
496 std::cerr << "Unsupported for " << TypeName<T>() << "\n"; in TestNot()
541 // If encode unsupported - now print error in TestMov()
543 std::cerr << "Unsupported for " << TypeName<T>() << "\n"; in TestMov()
585 // If encode unsupported - now print error in TestMov2()
587 std::cerr << "Unsupported for " << TypeName<Src>() << ", " << TypeName<Dst>() << "\n"; in TestMov2()
687 std::cerr << "Unsupported \n"; in TEST_F()
721 std::cerr << "Unsupported for " << TypeName<T>() << std::endl; in TestBitTestAndBranch()
[all …]
/arkcompiler/runtime_core/compiler/tests/aarch64/
Dencoder64_test.cpp447 // If encode unsupported - now print error in TestNeg()
449 std::cerr << "Unsupported for " << TypeName<T>() << "\n"; in TestNeg()
499 // If encode unsupported - now print error in TestNot()
501 std::cerr << "Unsupported for " << TypeName<T>() << "\n"; in TestNot()
543 // If encode unsupported - now print error in TestMov()
545 std::cerr << "Unsupported for " << TypeName<T>() << "\n"; in TestMov()
589 // If encode unsupported - now print error in TestMov2()
591 std::cerr << "Unsupported for " << TypeName<Src>() << ", " << TypeName<Dst>() << "\n"; in TestMov2()
692 std::cerr << "Unsupported \n"; in TEST_F()
726 std::cerr << "Unsupported for " << TypeName<T>() << std::endl; in TestBitTestAndBranch()
[all …]
/arkcompiler/runtime_core/static_core/irtoc/lang/
Dregmap.rb43 raise "Unsupported type: #{other.class}"
53 raise "Unsupported type: #{other.class}"
/arkcompiler/ets_runtime/common_components/heap/allocator/
Dallocator.cpp46 …LOG_COMMON(ERROR) << "Unsupported arkEnableAsyncAllocation, arkEnableAsyncAllocation should be 0 o… in InitAyncAllocation()
60 …LOG_COMMON(ERROR) << "Unsupported arkEnableAsyncAllocation, arkEnableAsyncAllocation should be 0 o… in InitAyncAllocation()

12345678910>>...13