Home
last modified time | relevance | path

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

12345678910

/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/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/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/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/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/runtime/fibers/arch/
Dasm_macros.h26 #error "Unsupported target"
30 #error "Unsupported target"
/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/toolchain/build/prebuilts_download/
Dprebuilts_download.sh46 echo "$0: Warning: unsupported parameter: $1" >&2
61 echo "Unsupported host platform: $(uname -s)"
/arkcompiler/runtime_core/static_core/runtime/interpreter/arch/
Dglobal_regs.h21 #error "Unsupported target arch"
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/08.reference_types/04.literal_types/
Das_const.sts20 ArkTS does not support as const assertions because literal types are unsupported altogether
/arkcompiler/ets_frontend/es2panda/test/patch/currentVersion/coldfix/coldfix-throwerror/remove-lexenv-1/
Dexpected.txt15 [Patch] Found unsupported change in file, will not generate patch!
/arkcompiler/ets_frontend/es2panda/test/patch/currentVersion/hotfix/hotfix-throwerror/modify-import/
Dexpected.txt15 [Patch] Found unsupported change in file, will not generate patch!
/arkcompiler/ets_frontend/es2panda/test/patch/currentVersion/hotfix/hotfix-throwerror/modify-export-1/
Dexpected.txt15 [Patch] Found unsupported change in file, will not generate patch!
/arkcompiler/ets_frontend/es2panda/test/patch/11/hotreload/hotreload-throwerror/modify-lexenv-4/
Dexpected.txt15 [Patch] Found unsupported change in file, will not generate patch!
/arkcompiler/ets_frontend/es2panda/test/patch/11/hotfix/hotfix-throwerror/modify-lexenv-4/
Dexpected.txt15 [Patch] Found unsupported change in file, will not generate patch!
/arkcompiler/ets_frontend/es2panda/test/patch/11/hotreload/hotreload-throwerror/add-lexenv-1/
Dexpected.txt15 [Patch] Found unsupported change in file, will not generate patch!
/arkcompiler/ets_frontend/es2panda/test/patch/11/hotfix/hotfix-throwerror/modify-lexenv-3/
Dexpected.txt15 [Patch] Found unsupported change in file, will not generate patch!

12345678910