| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_handle_test.cpp | 25 namespace panda::test { namespace 54 std::string test = "test" + std::to_string(i); in GlobalHandleCommon() local 72 std::string test = "test" + std::to_string(i); in HWTEST_F_L0() local 81 std::string test = "test" + std::to_string(i); in HWTEST_F_L0() local 106 std::string test = "test" + std::to_string(i); in HWTEST_F_L0() local 119 std::string test = "test" + std::to_string(i); in HWTEST_F_L0() local 126 std::string test = "test" + std::to_string(i); in HWTEST_F_L0() local 172 std::string test = "test" + std::to_string(i); in HWTEST_F_L0() local 185 std::string test = "test" + std::to_string(i); in HWTEST_F_L0() local
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/annotations/ |
| D | annotations_module.cpp | 22 namespace ark::es2panda::compiler::test { namespace 30 …nnotationEmitTest(const std::string_view text, const std::function<void(pandasm::Program *program)… in RunAnnotationEmitTest() 52 auto test = [this](pandasm::Program *program) { in TEST_F() local 73 auto test = [this](pandasm::Program *program) { in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/aarch64/ |
| D | encoder64_test_1.cpp | 21 bool TestNeg(Encoder64Test *test) in TestNeg() 70 bool TestNot(Encoder64Test *test) in TestNot() 112 bool TestMov(Encoder64Test *test) in TestMov() 154 bool TestMov2(Encoder64Test *test) in TestMov2() 281 bool TestBitTestAndBranch(Encoder64Test *test, T value, int pos, uint32_t expected) in TestBitTestAndBranch() 318 bool TestBitTestAndBranch(Encoder64Test *test) in TestBitTestAndBranch() 334 bool TestAddOverflow(Encoder64Test *test, T value1, T value2, T expected) in TestAddOverflow() 375 bool TestAddOverflow(Encoder64Test *test) in TestAddOverflow() 400 bool TestSubOverflow(Encoder64Test *test, T value1, T value2, T expected) in TestSubOverflow() 441 bool TestSubOverflow(Encoder64Test *test) in TestSubOverflow() [all …]
|
| /arkcompiler/runtime_core/static_core/compiler/tests/amd64/ |
| D | encoder64_test_1.cpp | 23 bool TestNeg(Encoder64Test *test) in TestNeg() 73 bool TestNot(Encoder64Test *test) in TestNot() 115 bool TestMov(Encoder64Test *test) in TestMov() 157 bool TestMov2(Encoder64Test *test) in TestMov2() 282 bool TestBitTestAndBranch(Encoder64Test *test, T value, int pos, uint32_t expected) in TestBitTestAndBranch() 321 bool TestBitTestAndBranch(Encoder64Test *test) in TestBitTestAndBranch() 337 bool TestAddOverflow(Encoder64Test *test, T value1, T value2, T expected) in TestAddOverflow() 378 bool TestAddOverflow(Encoder64Test *test) in TestAddOverflow() 403 bool TestSubOverflow(Encoder64Test *test, T value1, T value2, T expected) in TestSubOverflow() 444 bool TestSubOverflow(Encoder64Test *test) in TestSubOverflow() [all …]
|
| /arkcompiler/runtime_core/static_core/compiler/tests/aarch32/ |
| D | encoder32_test_1.cpp | 30 bool TestNeg(Encoder32Test *test) in TestNeg() 82 bool TestNot(Encoder32Test *test) in TestNot() 129 bool TestMov(Encoder32Test *test) in TestMov() 171 bool TestMov2(Encoder32Test *test) in TestMov2() 299 bool TestBitTestAndBranch(Encoder32Test *test, T value, int pos, uint32_t expected) in TestBitTestAndBranch() 336 bool TestBitTestAndBranch(Encoder32Test *test) in TestBitTestAndBranch() 352 bool TestJumpCC(Encoder32Test *test) in TestJumpCC() 485 bool TestLdr(Encoder32Test *test) in TestLdr() 547 bool TestStr(Encoder32Test *test) in TestStr() 703 bool TestAbs(Encoder32Test *test) in TestAbs() [all …]
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/conformance/classes/ |
| D | test-ts-class-auto-accessor-2.ts | 60 test() { method in Test5 70 test() { method in Test6 80 static test:string= "class name is accessor"; property in accessor
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/checked/ |
| D | run_checked_test.js | 42 function runTest(test, pandaOptions) { argument 88 let test = args[args.length - 1]; variable
|
| /arkcompiler/ets_frontend/ets2panda/ir/statements/ |
| D | switchCaseStatement.h | 33 explicit SwitchCaseStatement(Expression *test, ArenaVector<Statement *> &&consequent) in SwitchCaseStatement() 48 void SetTest(Expression *test) noexcept in SetTest()
|
| /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/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() 483 bool TestNot(Encoder32Test *test) in TestNot() 530 bool TestMov(Encoder32Test *test) in TestMov() 572 bool TestMov2(Encoder32Test *test) in TestMov2() 700 bool TestBitTestAndBranch(Encoder32Test *test, T value, int pos, uint32_t expected) in TestBitTestAndBranch() 737 bool TestBitTestAndBranch(Encoder32Test *test) in TestBitTestAndBranch() 753 bool TestJumpCC(Encoder32Test *test) in TestJumpCC() 889 bool TestLdr(Encoder32Test *test) in TestLdr() 951 bool TestStr(Encoder32Test *test) in TestStr() 1107 bool TestAbs(Encoder32Test *test) in TestAbs() [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/perf/ |
| D | run_test.js | 18 function runTest(test, warmup, iters) { argument 57 let test = args[5]; variable
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/bytecodehar/projects/bytecodehar-annotations-test-project/ |
| D | sourcehar-file1.ts | 16 export function test() { function
|
| D | sourcehar-file2.ts | 16 export function test() { function
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/cache_projects/bytecodehar-annotations-mod-hap-cache-file/ |
| D | sourcehar-file2.ts | 16 export function test() { function
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/bytecodehar/js/projects/bytecodehar-dependency-resolve/ |
| D | bytecodehar1-file1.js | 18 export function test() { function
|
| D | sourcehar-file1.js | 18 export function test() { function
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/language/literals/ |
| D | special-character.js | 16 function test() { function
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/cache_projects/bytecodehar-mod-hap-cache-file/ |
| D | bytecodehar1-file2.ts | 18 export function test() { function
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/escompat_demo/ |
| D | demo.ts | 18 function test(): void { function
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/bytecodehar/projects/bytecodehar-dependency-resolve/ |
| D | sourcehar-file1.ts | 18 export function test() { function
|
| D | sourcehar-file2.ts | 16 export function test() { function
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/xgc/ea_coro/ |
| D | root_from_ea_worker.js | 16 export function test() { function
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/cache_projects/bytecodehar-cache-file/ |
| D | bytecodehar1-file2.ts | 18 export function test() { function
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/bytecodehar/projects/bytecodehar-test-project/ |
| D | sourcehar-file2.ts | 16 export function test() { function
|