Home
last modified time | relevance | path

Searched refs:Foo (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/
H A Dtask_runner.h110 template <typename Foo>
111 void AddOnSuccess(Foo foo) in AddOnSuccess()
121 template <typename Foo>
122 void AddOnFail(Foo foo) in AddOnFail()
140 template <typename Foo>
141 Callback NextCallback(Callback &&cb, Foo foo) in NextCallback()
172 template <typename Foo>
173 void SetTaskFunc(Foo foo) in SetTaskFunc()
209 template <typename Foo>
210 void AddCallbackOnSuccess(Foo fo
[all...]
/arkcompiler/ets_runtime/test/moduletest/dyninstruction/
H A Ddyninstruction.js22 function Foo() { function
27 print(Foo())
/arkcompiler/ets_runtime/test/moduletest/getunmappedargs/
H A Dgetunmappedargs.js22 function Foo() { function
28 Foo(1
/arkcompiler/runtime_core/libpandabase/tests/
H A Dspan_test.cpp82 struct Foo { in TEST() struct
88 ASSERT_DEATH(sp.SubSpan<Foo>(4, 3), ".*"); in TEST()
89 ASSERT_DEATH(sp.SubSpan<Foo>(3, 2), ".*"); in TEST()
91 auto sub_sp = sp.SubSpan<Foo>(4, 2); in TEST()
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A Dspan_test.cpp84 struct Foo { in TEST() struct
90 ASSERT_DEATH(sp.SubSpan<Foo>(4U, 3U), ".*"); in TEST()
91 ASSERT_DEATH(sp.SubSpan<Foo>(3U, 2U), ".*"); in TEST()
93 auto subSp = sp.SubSpan<Foo>(4U, 2U); in TEST()
/arkcompiler/ets_runtime/test/moduletest/calltype/
H A Dcalltype.js82 function Foo(x) { function
85 var a = new Foo(2);
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/dynamic_object/
H A Dindex.js20 exports.Foo = {
/arkcompiler/ets_runtime/test/moduletest/jsonstringifier/
H A Djsonstringifier.js25 function Foo(a) {
28 const v1 = new Foo("2060681564", v0, 9.53248718923);
/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/
H A Dencoder64_test_1.cpp794 bool Foo(uint32_t param1, uint32_t param2) in Foo() function
802 FunctPtr g_fooPtr = &Foo;
815 // Call Foo in TEST_F()
/arkcompiler/runtime_core/static_core/compiler/tests/aarch32/
H A Dencoder32_test_1.cpp640 bool Foo(uint32_t param1, uint32_t param2) in Foo() function
648 FunctPtr g_fooPtr = &Foo;
660 // Call Foo in TEST_F()
/arkcompiler/runtime_core/static_core/compiler/tests/amd64/
H A Dencoder64_test_1.cpp720 bool Foo(uint32_t param1, uint32_t param2) in Foo() function
728 FunctPtr g_fooPtr = &Foo;

Completed in 10 milliseconds