| /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/runtime_core/static_core/plugins/ets/tests/interop_js/tests/checked/ |
| D | run_checked_test.js | 16 function runTest(test, pandaptions) { argument 47 let test = args[args.length - 1]; variable
|
| /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/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/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/ets_frontend/ets2panda/ast_verifier/ |
| D | checkInfiniteLoop.cpp | 72 auto const *test = stmt->Test(); in HandleWhileStatement() local 90 auto const *test = stmt->Test(); in HandleDoWhileStatement() local 114 auto const *test = stmt->Test(); in HandleForUpdateStatement() local
|
| /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/static_core/plugins/ets/tests/interop_js/tests/perf/ |
| D | run_test.js | 17 function runTest(test, warmup, iters) { argument 56 let test = args[2]; variable
|
| /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/ets_frontend/es2panda/test/compiler/bytecodehar/projects/bytecodehar-dependency-resolve/ |
| D | bytecodehar1-file1.ts | 18 export function test() { function
|
| D | sourcehar-file2.ts | 16 export function test() { function
|
| D | bytecodehar1-file2.ts | 18 export function test() { function
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/bytecodehar/js/projects/bytecodehar-dependency-resolve/ |
| D | sourcehar-file2.js | 16 export function test() { function
|
| D | bytecodehar2-file1.js | 16 export function test() { function
|
| D | bytecodehar2-file2.js | 16 export function test() { function
|
| D | sourcehar-file1.js | 18 export function test() { function
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/bytecodehar/projects/bytecodehar-test-project/ |
| D | bytecodehar2-file2.ts | 16 export function test() { function
|
| D | sourcehar-file2.ts | 16 export function test() { function
|
| D | bytecodehar2-file1.ts | 16 export function test() { function
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/language/statements/try/ |
| D | try-finally-with-return-in-switch.js | 16 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_runtime/ecmascript/module/tests/module_test/ |
| D | module_test_module_test_module_base.js | 18 let test = new Test('555'); variable
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/language/statements/switch/ |
| D | discriminant-scope.js | 16 function test() { function
|