/arkcompiler/ets_runtime/ecmascript/tests/ |
D | js_handle_test.cpp | 25 namespace panda::test { namespace 81 std::string test = "test" + std::to_string(i); in HWTEST_F_L0() local 93 std::string test = "test" + std::to_string(i); in HWTEST_F_L0() local 102 std::string test = "test" + std::to_string(i); in HWTEST_F_L0() local 118 std::string test = "test" + std::to_string(i); in HWTEST_F_L0() local 136 std::string test = "test" + std::to_string(i); in HWTEST_F_L0() local 149 std::string test = "test" + std::to_string(i); in HWTEST_F_L0() local 156 std::string test = "test" + std::to_string(i); in HWTEST_F_L0() local 201 std::string test = "test" + std::to_string(i); in HWTEST_F_L0() local 214 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, panda_options) { argument 43 let test = args[args.length - 1]; variable
|
/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/compiler/tests/aarch32/ |
D | encoder32_test.cpp | 437 bool TestNeg(Encoder32Test *test) in TestNeg() 489 bool TestNot(Encoder32Test *test) in TestNot() 536 bool TestMov(Encoder32Test *test) in TestMov() 578 bool TestMov2(Encoder32Test *test) in TestMov2() 706 bool TestBitTestAndBranch(Encoder32Test *test, T value, int pos, uint32_t expected) in TestBitTestAndBranch() 743 bool TestBitTestAndBranch(Encoder32Test *test) in TestBitTestAndBranch() 759 bool TestJumpCC(Encoder32Test *test) in TestJumpCC() 895 bool TestLdr(Encoder32Test *test) in TestLdr() 957 bool TestStr(Encoder32Test *test) in TestStr() 1113 bool TestAbs(Encoder32Test *test) in TestAbs() [all …]
|
/arkcompiler/runtime_core/static_core/compiler/tests/amd64/ |
D | encoder64_test.cpp | 441 bool TestNeg(Encoder64Test *test) in TestNeg() 491 bool TestNot(Encoder64Test *test) in TestNot() 533 bool TestMov(Encoder64Test *test) in TestMov() 575 bool TestMov2(Encoder64Test *test) in TestMov2() 700 bool TestBitTestAndBranch(Encoder64Test *test, T value, int pos, uint32_t expected) in TestBitTestAndBranch() 739 bool TestBitTestAndBranch(Encoder64Test *test) in TestBitTestAndBranch() 755 bool TestAddOverflow(Encoder64Test *test, T value1, T value2, T expected) in TestAddOverflow() 796 bool TestAddOverflow(Encoder64Test *test) in TestAddOverflow() 821 bool TestSubOverflow(Encoder64Test *test, T value1, T value2, T expected) in TestSubOverflow() 862 bool TestSubOverflow(Encoder64Test *test) in TestSubOverflow() [all …]
|
/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/ |
D | encoder64_test.cpp | 443 bool TestNeg(Encoder64Test *test) in TestNeg() 492 bool TestNot(Encoder64Test *test) in TestNot() 534 bool TestMov(Encoder64Test *test) in TestMov() 576 bool TestMov2(Encoder64Test *test) in TestMov2() 703 bool TestBitTestAndBranch(Encoder64Test *test, T value, int pos, uint32_t expected) in TestBitTestAndBranch() 740 bool TestBitTestAndBranch(Encoder64Test *test) in TestBitTestAndBranch() 756 bool TestAddOverflow(Encoder64Test *test, T value1, T value2, T expected) in TestAddOverflow() 797 bool TestAddOverflow(Encoder64Test *test) in TestAddOverflow() 822 bool TestSubOverflow(Encoder64Test *test, T value1, T value2, T expected) in TestSubOverflow() 863 bool TestSubOverflow(Encoder64Test *test) in TestSubOverflow() [all …]
|
/arkcompiler/runtime_core/compiler/tests/amd64/ |
D | encoder64_test.cpp | 433 bool TestNeg(Encoder64Test *test) in TestNeg() 483 bool TestNot(Encoder64Test *test) in TestNot() 525 bool TestMov(Encoder64Test *test) in TestMov() 567 bool TestMov2(Encoder64Test *test) in TestMov2() 693 bool TestBitTestAndBranch(Encoder64Test *test, T value, int pos, uint32_t expected) in TestBitTestAndBranch() 732 bool TestBitTestAndBranch(Encoder64Test *test) in TestBitTestAndBranch() 748 bool TestAddOverflow(Encoder64Test *test, T value1, T value2, T expected) in TestAddOverflow() 789 bool TestAddOverflow(Encoder64Test *test) in TestAddOverflow() 814 bool TestSubOverflow(Encoder64Test *test, T value1, T value2, T expected) in TestSubOverflow() 855 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/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 | 16 function runTest(test, warmup, iters) { argument 53 let test = args[2] variable
|
/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/ets2panda/ir/expressions/ |
D | conditionalExpression.h | 35 explicit ConditionalExpression(Expression *test, Expression *consequent, Expression *alternate) in ConditionalExpression() 64 void SetTest(Expression *const test) noexcept in SetTest()
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/language/statements/switch/ |
D | discriminant-scope.js | 16 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/ets_frontend/es2panda/test/compiler/js/language/literals/ |
D | special-character.js | 16 function test() { function
|
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/escompat_demo/ |
D | demo.ts | 18 function test() { 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_runtime/test/aottest/pgo_ldobjbyvalue_string/ |
D | pgo_ldobjbyvalue_string.ts | 24 function test() { function
|
/arkcompiler/ets_runtime/test/moduletest/clampedarray/ |
D | clampedarray.js | 17 function test() { function
|
/arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
D | test-as-expression1.ts | 17 function test(x: boolean): boolean { return x; } function
|
/arkcompiler/runtime_core/static_core/tests/cts-coverage-tool/ |
D | Rakefile | 19 Rake::TestTask.new(:test) do |t| xtask
|
/arkcompiler/ets_frontend/es2panda/test/parser/js/language/arguments-object/ |
D | test-func-named-decimal.js | 16 function test() {} function
|
/arkcompiler/ets_frontend/es2panda/test/compiler/dts/ |
D | test-dts-1.d.ts | 18 test() : number; method in A
|
/arkcompiler/runtime_core/libpandabase/tests/ |
D | arch_test.cpp | 21 namespace panda::test { namespace
|
/arkcompiler/runtime_core/tests/cts-coverage-tool/ |
D | Rakefile | 19 Rake::TestTask.new(:test) do |t| xtask
|