Home
last modified time | relevance | path

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

12345678910>>...48

/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/runtime_core/static_core/plugins/ets/tests/interop_js/tests/checked/
Drun_checked_test.js16 function runTest(test, pandaOptions) { argument
50 let test = args[args.length - 1]; variable
/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/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/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/ets_frontend/ets2panda/ast_verifier/
DcheckInfiniteLoop.cpp72 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/
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.js17 function runTest(test, warmup, iters) { argument
56 let test = args[2]; variable
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/escompat_demo/
Ddemo.ts18 function test(): void { function
/arkcompiler/runtime_core/libabckit/tests/ut/isa/isa_dynamic/get_insts/
Dgetnextpropname_dynamic.js15 let test = [1, 2, 'success']; variable
/arkcompiler/ets_frontend/es2panda/test/compiler/cache_projects/bytecodehar-cache-file/
Dsourcehar-file2.ts16 export function test() { function
Dbytecodehar2-file2.ts16 export function test() { function
/arkcompiler/ets_frontend/es2panda/test/compiler/cache_projects/bytecodehar-mod-hap-cache-file/
Dbytecodehar1-file2.ts18 export function test() { function
Dbytecodehar2-file2.ts16 export function test() { function
Dbytecodehar2-file1.ts16 export 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_runtime/ecmascript/module/tests/module_test/
Dmodule_test_module_test_module_base.js18 let test = new Test('555'); variable
/arkcompiler/ets_frontend/es2panda/test/compiler/js/language/statements/switch/
Ddiscriminant-scope.js16 function test() { function
/arkcompiler/ets_frontend/es2panda/test/compiler/bytecodehar/projects/bytecodehar-dependency-resolve/
Dbytecodehar1-file1.ts18 export function test() { function
Dbytecodehar1-file2.ts18 export function test() { function
Dsourcehar-file2.ts16 export function test() { function
Dsourcehar-file1.ts18 export function test() { function
/arkcompiler/ets_frontend/es2panda/test/compiler/bytecodehar/js/projects/bytecodehar-dependency-resolve/
Dbytecodehar2-file2.js16 export function test() { function
/arkcompiler/ets_frontend/es2panda/test/compiler/js/language/literals/
Dspecial-character.js16 function test() { function

12345678910>>...48