Home
last modified time | relevance | path

Searched defs:test (Results 1 – 25 of 624) sorted by relevance

12345678910>>...25

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_handle_test.cpp25 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/
Drun_checked_test.js16 function runTest(test, panda_options) { argument
43 let test = args[args.length - 1]; variable
/arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/conformance/classes/
Dtest-ts-class-auto-accessor-2.ts60 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/
Dencoder32_test.cpp437 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/
Dencoder64_test.cpp441 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/
Dencoder64_test.cpp443 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/
Dencoder64_test.cpp433 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/
Dencoder32_test.cpp431 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/
DconditionalExpression.h34 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/
Drun_test.js16 function runTest(test, warmup, iters) { argument
53 let test = args[2] variable
/arkcompiler/runtime_core/compiler/tests/aarch64/
Dencoder64_test.cpp436 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/
DconditionalExpression.h35 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/
Ddiscriminant-scope.js16 function test() { function
/arkcompiler/ets_frontend/es2panda/test/compiler/js/language/statements/try/
Dtry-finally-with-return-in-switch.js16 function test() { function
/arkcompiler/ets_frontend/es2panda/test/compiler/js/language/literals/
Dspecial-character.js16 function test() { function
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/escompat_demo/
Ddemo.ts18 function test() { function
/arkcompiler/ets_runtime/ecmascript/module/tests/module_test/
Dmodule_test_module_test_module_base.js18 let test = new Test('555'); variable
/arkcompiler/ets_runtime/test/aottest/pgo_ldobjbyvalue_string/
Dpgo_ldobjbyvalue_string.ts24 function test() { function
/arkcompiler/ets_runtime/test/moduletest/clampedarray/
Dclampedarray.js17 function test() { function
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-as-expression1.ts17 function test(x: boolean): boolean { return x; } function
/arkcompiler/runtime_core/static_core/tests/cts-coverage-tool/
DRakefile19 Rake::TestTask.new(:test) do |t| xtask
/arkcompiler/ets_frontend/es2panda/test/parser/js/language/arguments-object/
Dtest-func-named-decimal.js16 function test() {} function
/arkcompiler/ets_frontend/es2panda/test/compiler/dts/
Dtest-dts-1.d.ts18 test() : number; method in A
/arkcompiler/runtime_core/libpandabase/tests/
Darch_test.cpp21 namespace panda::test { namespace
/arkcompiler/runtime_core/tests/cts-coverage-tool/
DRakefile19 Rake::TestTask.new(:test) do |t| xtask

12345678910>>...25