Home
last modified time | relevance | path

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

12345678910>>...55

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_handle_test.cpp25 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/
Dannotations_module.cpp22 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/
Dencoder64_test_1.cpp21 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/
Dencoder64_test_1.cpp23 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/
Dencoder32_test_1.cpp30 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/
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/plugins/ets/tests/interop_js/tests/checked/
Drun_checked_test.js42 function runTest(test, pandaOptions) { argument
88 let test = args[args.length - 1]; variable
/arkcompiler/ets_frontend/ets2panda/ir/statements/
DswitchCaseStatement.h33 explicit SwitchCaseStatement(Expression *test, ArenaVector<Statement *> &&consequent) in SwitchCaseStatement()
48 void SetTest(Expression *test) noexcept in SetTest()
/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/compiler/tests/amd64/
Dencoder64_test.cpp434 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/
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/runtime_core/static_core/plugins/ets/tests/interop_js/tests/perf/
Drun_test.js18 function runTest(test, warmup, iters) { argument
57 let test = args[5]; variable
/arkcompiler/ets_frontend/es2panda/test/compiler/bytecodehar/projects/bytecodehar-annotations-test-project/
Dsourcehar-file1.ts16 export function test() { function
Dsourcehar-file2.ts16 export function test() { function
/arkcompiler/ets_frontend/es2panda/test/compiler/cache_projects/bytecodehar-annotations-mod-hap-cache-file/
Dsourcehar-file2.ts16 export function test() { function
/arkcompiler/ets_frontend/es2panda/test/compiler/bytecodehar/js/projects/bytecodehar-dependency-resolve/
Dbytecodehar1-file1.js18 export function test() { function
Dsourcehar-file1.js18 export function test() { function
/arkcompiler/ets_frontend/es2panda/test/compiler/js/language/literals/
Dspecial-character.js16 function test() { function
/arkcompiler/ets_frontend/es2panda/test/compiler/cache_projects/bytecodehar-mod-hap-cache-file/
Dbytecodehar1-file2.ts18 export function test() { function
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/escompat_demo/
Ddemo.ts18 function test(): void { function
/arkcompiler/ets_frontend/es2panda/test/compiler/bytecodehar/projects/bytecodehar-dependency-resolve/
Dsourcehar-file1.ts18 export function test() { function
Dsourcehar-file2.ts16 export function test() { function
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/xgc/ea_coro/
Droot_from_ea_worker.js16 export function test() { function
/arkcompiler/ets_frontend/es2panda/test/compiler/cache_projects/bytecodehar-cache-file/
Dbytecodehar1-file2.ts18 export function test() { function
/arkcompiler/ets_frontend/es2panda/test/compiler/bytecodehar/projects/bytecodehar-test-project/
Dsourcehar-file2.ts16 export function test() { function

12345678910>>...55