| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_handle_test.cpp | 25 namespace panda::test { namespace 79 std::string test = "test" + std::to_string(i); in HWTEST_F_L0() local 91 std::string test = "test" + std::to_string(i); in HWTEST_F_L0() local 98 std::string test = "test" + std::to_string(i); in HWTEST_F_L0() local 112 std::string test = "test" + std::to_string(i); in HWTEST_F_L0() local 130 std::string test = "test" + std::to_string(i); in HWTEST_F_L0() local 143 std::string test = "test" + std::to_string(i); in HWTEST_F_L0() local 150 std::string test = "test" + std::to_string(i); in HWTEST_F_L0() local 191 std::string test = "test" + std::to_string(i); in HWTEST_F_L0() local 204 std::string test = "test" + std::to_string(i); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/compiler/tests/amd64/ |
| D | encoder64_test.cpp | 434 bool TestNeg(Encoder64Test *test) in TestNeg() 486 bool TestNot(Encoder64Test *test) in TestNot() 530 bool TestMov(Encoder64Test *test) in TestMov() 574 bool TestMov2(Encoder64Test *test) in TestMov2() 702 bool TestBitTestAndBranch(Encoder64Test *test, T value, int pos, uint32_t expected) in TestBitTestAndBranch() 741 bool TestBitTestAndBranch(Encoder64Test *test) in TestBitTestAndBranch() 757 bool TestAddOverflow(Encoder64Test *test, T value1, T value2, T expected) in TestAddOverflow() 798 bool TestAddOverflow(Encoder64Test *test) in TestAddOverflow() 823 bool TestSubOverflow(Encoder64Test *test, T value1, T value2, T expected) in TestSubOverflow() 864 bool TestSubOverflow(Encoder64Test *test) in TestSubOverflow() [all …]
|
| /arkcompiler/runtime_core/compiler/tests/aarch32/ |
| D | encoder32_test.cpp | 431 bool TestNeg(Encoder32Test *test) in TestNeg() 485 bool TestNot(Encoder32Test *test) in TestNot() 534 bool TestMov(Encoder32Test *test) in TestMov() 578 bool TestMov2(Encoder32Test *test) in TestMov2() 708 bool TestBitTestAndBranch(Encoder32Test *test, T value, int pos, uint32_t expected) in TestBitTestAndBranch() 745 bool TestBitTestAndBranch(Encoder32Test *test) in TestBitTestAndBranch() 761 bool TestJumpCC(Encoder32Test *test) in TestJumpCC() 897 bool TestLdr(Encoder32Test *test) in TestLdr() 959 bool TestStr(Encoder32Test *test) in TestStr() 1115 bool TestAbs(Encoder32Test *test) in TestAbs() [all …]
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| D | conditionalExpression.h | 34 explicit ConditionalExpression(Expression *test, Expression *consequent, Expression *alternate) in ConditionalExpression() 59 void SetTest(Expression *test) in SetTest()
|
| /arkcompiler/runtime_core/compiler/tests/aarch64/ |
| D | encoder64_test.cpp | 436 bool TestNeg(Encoder64Test *test) in TestNeg() 488 bool TestNot(Encoder64Test *test) in TestNot() 532 bool TestMov(Encoder64Test *test) in TestMov() 576 bool TestMov2(Encoder64Test *test) in TestMov2() 705 bool TestBitTestAndBranch(Encoder64Test *test, T value, int pos, uint32_t expected) in TestBitTestAndBranch() 742 bool TestBitTestAndBranch(Encoder64Test *test) in TestBitTestAndBranch() 758 bool TestAddOverflow(Encoder64Test *test, T value1, T value2, T expected) in TestAddOverflow() 799 bool TestAddOverflow(Encoder64Test *test) in TestAddOverflow() 824 bool TestSubOverflow(Encoder64Test *test, T value1, T value2, T expected) in TestSubOverflow() 865 bool TestSubOverflow(Encoder64Test *test) in TestSubOverflow() [all …]
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/language/statements/try/ |
| D | try-finally-with-return-in-switch.js | 1 function test() { function
|
| /arkcompiler/ets_runtime/ecmascript/module/tests/module_test/ |
| D | module_test_module_test_module_base.js | 18 var test = new Test('555'); variable
|
| D | module_test_module_test_A.js | 30 var test = new Test('555'); variable
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/language/literals/ |
| D | special-character.js | 1 function test() { function
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/language/statements/switch/ |
| D | discriminant-scope.js | 1 function test() { function
|
| /arkcompiler/runtime_core/tests/cts-coverage-tool/ |
| D | Rakefile | 19 Rake::TestTask.new(:test) do |t| xtask
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| D | arch_test.cpp | 21 namespace panda::test { namespace
|
| D | unix_exec_test.cpp | 20 namespace panda::test { namespace
|
| D | mem_space_test.cpp | 20 namespace panda::test { namespace
|
| D | unix_library_loader_test.cpp | 20 namespace panda::test { namespace
|
| D | unix_error_test.cpp | 20 namespace panda::test { namespace
|
| D | unix_native_stack_test.cpp | 25 namespace panda::test { namespace
|
| D | unix_file_test.cpp | 23 namespace panda::test { namespace
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
| D | test-as-expression1.ts | 17 function test(x: boolean): boolean { return x; } function
|
| /arkcompiler/runtime_core/runtime/tests/ |
| D | invokation_helper.cpp | 20 namespace panda::test { namespace
|
| D | tagged_value_test.cpp | 20 namespace panda::test { namespace
|
| D | gc_task_test.cpp | 19 namespace panda::test { namespace
|
| /arkcompiler/ets_runtime/test/typeinfer/binarysearch/ |
| D | binarysearch.ts | 23 const test = array[middle]; constant
|
| /arkcompiler/ets_runtime/test/moduletest/memleak/objectcreate/ |
| D | objectcreate.js | 22 test() { method
|
| /arkcompiler/ets_runtime/test/moduletest/merge/ |
| D | A.js | 28 test() { method in Merge
|