Home
last modified time | relevance | path

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

12345678910>>...18

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_handle_test.cpp25 namespace panda::test { namespace
79 std::string test = "test" + std::to_string(i); in HWTEST_F_L0() local
91 std::string test = "test" + std::to_string(i); in HWTEST_F_L0() local
98 std::string test = "test" + std::to_string(i); in HWTEST_F_L0() local
112 std::string test = "test" + std::to_string(i); in HWTEST_F_L0() local
130 std::string test = "test" + std::to_string(i); in HWTEST_F_L0() local
143 std::string test = "test" + std::to_string(i); in HWTEST_F_L0() local
150 std::string test = "test" + std::to_string(i); in HWTEST_F_L0() local
191 std::string test = "test" + std::to_string(i); in HWTEST_F_L0() local
204 std::string test = "test" + std::to_string(i); in HWTEST_F_L0() local
/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()
485 bool TestNot(Encoder32Test *test) in TestNot()
534 bool TestMov(Encoder32Test *test) in TestMov()
578 bool TestMov2(Encoder32Test *test) in TestMov2()
708 bool TestBitTestAndBranch(Encoder32Test *test, T value, int pos, uint32_t expected) in TestBitTestAndBranch()
745 bool TestBitTestAndBranch(Encoder32Test *test) in TestBitTestAndBranch()
761 bool TestJumpCC(Encoder32Test *test) in TestJumpCC()
897 bool TestLdr(Encoder32Test *test) in TestLdr()
959 bool TestStr(Encoder32Test *test) in TestStr()
1115 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/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/es2panda/test/compiler/js/language/statements/try/
Dtry-finally-with-return-in-switch.js1 function test() { function
/arkcompiler/ets_runtime/ecmascript/module/tests/module_test/
Dmodule_test_module_test_module_base.js18 var test = new Test('555'); variable
Dmodule_test_module_test_A.js30 var test = new Test('555'); variable
/arkcompiler/ets_frontend/es2panda/test/compiler/js/language/literals/
Dspecial-character.js1 function test() { function
/arkcompiler/ets_frontend/es2panda/test/compiler/js/language/statements/switch/
Ddiscriminant-scope.js1 function test() { function
/arkcompiler/runtime_core/tests/cts-coverage-tool/
DRakefile19 Rake::TestTask.new(:test) do |t| xtask
/arkcompiler/runtime_core/libpandabase/tests/
Darch_test.cpp21 namespace panda::test { namespace
Dunix_exec_test.cpp20 namespace panda::test { namespace
Dmem_space_test.cpp20 namespace panda::test { namespace
Dunix_library_loader_test.cpp20 namespace panda::test { namespace
Dunix_error_test.cpp20 namespace panda::test { namespace
Dunix_native_stack_test.cpp25 namespace panda::test { namespace
Dunix_file_test.cpp23 namespace panda::test { namespace
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-as-expression1.ts17 function test(x: boolean): boolean { return x; } function
/arkcompiler/runtime_core/runtime/tests/
Dinvokation_helper.cpp20 namespace panda::test { namespace
Dtagged_value_test.cpp20 namespace panda::test { namespace
Dgc_task_test.cpp19 namespace panda::test { namespace
/arkcompiler/ets_runtime/test/typeinfer/binarysearch/
Dbinarysearch.ts23 const test = array[middle]; constant
/arkcompiler/ets_runtime/test/moduletest/memleak/objectcreate/
Dobjectcreate.js22 test() { method
/arkcompiler/ets_runtime/test/moduletest/merge/
DA.js28 test() { method in Merge

12345678910>>...18