Home
last modified time | relevance | path

Searched refs:testFunction (Results 1 – 21 of 21) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/arrayflatmap/
Darrayflatmap.js29 function testFunction(element, index, array) { function
37 var result1 = arr1.flatMap(testFunction);
39 var result2 = arr2.flatMap(testFunction);
47 function testFunction(element, index, array) {
56 var result3 = arr3.flatMap(testFunction);
64 var result4 = arr4.flatMap(testFunction);
/arkcompiler/ets_frontend/arkguard/test/grammar/namecache_removecomments/
DnamecacheTest2_expected_cache.txt3 "testFunction#para1": "j",
4 "testFunction#para2": "k",
5 "#testFunction:21:29": "i"
DnamecacheTest2.ts21 function testFunction(para1: number, para2: string) { function
/arkcompiler/ets_runtime/test/moduletest/arrayfindlastindex/
Darrayfindlastindex.js33 function testFunction(element, index, array) { function
41 var result1 = arr1.findLastIndex(testFunction);
43 var result2 = arr2.findLastIndex(testFunction);
/arkcompiler/toolchain/test/fuzztest/connectserverrunserver_fuzzer/
Dconnectserverrunserver_fuzzer.cpp36 std::function<void(std::string&&)> testFunction = TestFunction; in ConnectServerRunServerFuzzTest() local
37 ConnectServer connectServer("com.example.myapplication", testFunction); in ConnectServerRunServerFuzzTest()
/arkcompiler/toolchain/test/fuzztest/connectserverstopserver_fuzzer/
Dconnectserverstopserver_fuzzer.cpp36 std::function<void(std::string&&)> testFunction = TestFunction; in ConnectServerStopServerFuzzTest() local
37 ConnectServer connectServer("com.example.myapplication", testFunction); in ConnectServerStopServerFuzzTest()
/arkcompiler/toolchain/test/fuzztest/connectserverrunserversocketfd1_fuzzer/
Dconnectserverrunserversocketfd1_fuzzer.cpp36 std::function<void(std::string&&)> testFunction = TestFunction; in ConnectServerRunServerSocketfd1FuzzTest() local
38 ConnectServer connectServer(socketfd, testFunction); in ConnectServerRunServerSocketfd1FuzzTest()
/arkcompiler/toolchain/test/fuzztest/connectserversendmessage_fuzzer/
Dconnectserversendmessage_fuzzer.cpp36 std::function<void(std::string&&)> testFunction = TestFunction; in ConnectServerSendMessageFuzzTest() local
37 ConnectServer connectServer("com.example.myapplication", testFunction); in ConnectServerSendMessageFuzzTest()
/arkcompiler/ets_runtime/test/moduletest/arrayfindlast/
Darrayfindlast.js66 function testFunction(element, index, array) { function
74 result = arr3.findLast(testFunction);
76 result = arr4.findLast(testFunction);
/arkcompiler/toolchain/tooling/test/testcases/js/
Dstep.js23 function testFunction() { function
88 testFunction();
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/static_enum/
Dstatic_enum_test.js41 testFunction(etsVm);
45 function testFunction(etsVm) { function
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/test_class_methods_returning_values/ets_to_js/js_suites/
Dtest_function_return_class.js26 ASSERT_EQ(testClassVal.testFunction(), 1);
/arkcompiler/ets_frontend/ets2panda/test/parser/ets/
DthrowsRethrowsAsVariables.sts19 function testFunction(): void throws {}
DfunctionThrowsRethrows.sts16 function testFunction(): void throws {
DfunctionThrowsRethrows-expected.txt123 "name": "testFunction",
147 "name": "testFunction",
DthrowsRethrowsAsVariables-expected.txt430 "name": "testFunction",
454 "name": "testFunction",
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/test_class_methods_returning_values/ets_to_js/
Dtest_class_methods.sts72 testFunction(): number {
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/test_class_methods_returning_values/js_to_ets/
Dtest_class_methods.ts175 testFunction(): number { method in TestClass
Dtest_class_methods.js223 testFunction() { method in TestClass
Dtest_class_methods.sts267 && testClassVal.testFunction() as number == 1
/arkcompiler/toolchain/tooling/test/
Ddebugger_params_test.cpp1080 "functionDeclaration":"testFunction", "objectId":"1", in HWTEST_F_L0()