Home
last modified time | relevance | path

Searched refs:TestFunction (Results 1 – 25 of 42) sorted by relevance

12

/arkcompiler/ets_frontend/arkguard/test/grammar/toplevel/
Dtoplevel_export_test2.ts22 function TestFunction(): void {} function
30 export {var1 as l, TestFunction as k, TestClass as m, TestNs as n, TestType as o,
Dtoplevel_export_test1.ts22 function TestFunction(): void {} function
Dtoplevel_import_test1.ts23 function TestFunction(): void {} function
/arkcompiler/toolchain/test/fuzztest/connectserverrunserver_fuzzer/
Dconnectserverrunserver_fuzzer.cpp25 void TestFunction([[maybe_unused]]std::string &&message) in TestFunction() function
36 std::function<void(std::string&&)> testFunction = TestFunction; in ConnectServerRunServerFuzzTest()
/arkcompiler/toolchain/test/fuzztest/connectserverstopserver_fuzzer/
Dconnectserverstopserver_fuzzer.cpp25 void TestFunction([[maybe_unused]]std::string &&message) in TestFunction() function
36 std::function<void(std::string&&)> testFunction = TestFunction; in ConnectServerStopServerFuzzTest()
/arkcompiler/toolchain/test/fuzztest/connectserverrunserversocketfd1_fuzzer/
Dconnectserverrunserversocketfd1_fuzzer.cpp25 void TestFunction([[maybe_unused]]std::string &&message) in TestFunction() function
36 std::function<void(std::string&&)> testFunction = TestFunction; in ConnectServerRunServerSocketfd1FuzzTest()
/arkcompiler/toolchain/test/fuzztest/connectserversendmessage_fuzzer/
Dconnectserversendmessage_fuzzer.cpp25 void TestFunction([[maybe_unused]]std::string &&message) in TestFunction() function
36 std::function<void(std::string&&)> testFunction = TestFunction; in ConnectServerSendMessageFuzzTest()
/arkcompiler/ets_frontend/ets2panda/test/parser/ets/import_tests/
Dimport_ts_file.sts16 import {TestFunction} from "import_tests/modules/typescript_file_import";
19 TestFunction();
/arkcompiler/ets_frontend/ets2panda/test/compiler/ets/
DthrowingFunctionCheck2.sts16 function TestFunction(): void throws {}
22 TestFunction();
DrethrowingFunctionCheck3.sts16 function TestFunction(f: () => void throws): void rethrows {}
22 TestFunction(TestFunctionToo);
DrethrowingConstructorCheck3.sts20 function TestFunction(): void throws {}
24 let a = new TestClass(TestFunction);
DthrowingFunctionCheck6.sts16 function TestFunction(): void throws {
30 TestFunction();
DthrowingFunctionCheck3.sts21 function TestFunction(): void throws {
31 TestFunction();
DrethrowingMethodCheck3.sts20 function TestFunction(): void throws {}
26 testClass.testMethod(TestFunction);
/arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/
DthrowingFunctionCheck1.sts16 function TestFunction(): void throws {}
18 let notOK = TestFunction();
DrethrowingFunctionCheck1.sts16 function TestFunction(f: () => void throws): void rethrows {}
21 TestFunction(TestFunctionToo);
DthrowingFunctionCheck4.sts16 function TestFunction(): void throws {
21 TestFunction();
DthrowingFunctionCheck5.sts16 function TestFunction(): void throws {
22 TestFunction();
DrethrowingFunctionCheck2.sts16 function TestFunction(f: () => void throws): void rethrows {}
21 TestFunction(TestFunctionToo);
DrethrowingMethodCheck1.sts20 function TestFunction(): void throws {}
25 testClass.testMethod(TestFunction);
DrethrowingConstructorCheck1.sts20 function TestFunction(): void throws {}
23 let a = new TestClass(TestFunction);
DrethrowingConstructorCheck2.sts20 function TestFunction(): void throws {}
23 let a = new TestClass(TestFunction);
DrethrowingMethodCheck2.sts20 function TestFunction(): void throws {}
25 testClass.testMethod(TestFunction);
/arkcompiler/ets_frontend/ets2panda/test/parser/ets/import_tests/modules/
Dtypescript_file_import.ts16 export function TestFunction(): void {} function
/arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/import_tests/modules/
Dtypescript_file_import.ts16 export function TestFunction(): void {} function

12