| /arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/ |
| D | pipe.cpp | 22 // 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()
|
| D | thread.cpp | 39 // 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/ |
| D | guide.rst | 19 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:
|
| D | intro.rst | 30 #. **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/ |
| D | access_modifiers.params.yaml | 26 - { body: "class B{}", unsupported: "true" } 27 - { body: "interface I{}", unsupported: "true" } 28 - { body: "enum Color {Red, Green}", unsupported: "true" }
|
| D | default_access_modifiers.params.yaml | 18 - { 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/ |
| D | encoder64_test_1.cpp | 32 // 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 …]
|
| D | encoder64_test_2.cpp | 40 // 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/ |
| D | encoder64_test_1.cpp | 34 // 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 …]
|
| D | encoder64_test_2.cpp | 39 // 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/ |
| D | encoder32_test_1.cpp | 41 // 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 …]
|
| D | encoder32_test_2.cpp | 41 // 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/ |
| D | internal_member_access.params.yaml | 18 - { 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/ |
| D | public_member_access_out_class.params.yaml | 18 - { body: "class B { static x: int = 1; }", call: "B.x", unsupported: "true" } 19 - { body: "enum Color {Red, Green}", call: "Color.Red.ordinal()", unsupported: "true" }
|
| D | public_member_access_in_class.params.yaml | 18 …- { 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/ |
| D | protected_member_access_in_class.params.yaml | 18 …- { 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" }
|
| D | protected_member_access_in_derived_class.params.yaml | 18 …- { 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/ |
| D | declgen_ets2ts_error.yaml | 21 message: Unsupported type {}. 25 message: Unsupported literal type.
|
| /arkcompiler/runtime_core/static_core/runtime/fibers/arch/ |
| D | asm_macros.h | 26 #error "Unsupported target" 30 #error "Unsupported target"
|
| /arkcompiler/runtime_core/compiler/tests/amd64/ |
| D | encoder64_test.cpp | 445 // 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/ |
| D | private_member_access_in_class.params.yaml | 18 … 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/ |
| D | encoder32_test.cpp | 442 // 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/ |
| D | encoder64_test.cpp | 447 // 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/ |
| D | regmap.rb | 43 raise "Unsupported type: #{other.class}" 53 raise "Unsupported type: #{other.class}"
|
| /arkcompiler/ets_runtime/common_components/heap/allocator/ |
| D | allocator.cpp | 46 …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()
|