Searched refs:Foo (Results 1 - 11 of 11) sorted by relevance
/arkcompiler/runtime_core/static_core/libpandabase/ |
H A D | task_runner.h | 110 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 D | dyninstruction.js | 22 function Foo() { function 27 print(Foo())
|
/arkcompiler/ets_runtime/test/moduletest/getunmappedargs/ |
H A D | getunmappedargs.js | 22 function Foo() { function 28 Foo(1
|
/arkcompiler/runtime_core/libpandabase/tests/ |
H A D | span_test.cpp | 82 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 D | span_test.cpp | 84 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 D | calltype.js | 82 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 D | index.js | 20 exports.Foo = {
|
/arkcompiler/ets_runtime/test/moduletest/jsonstringifier/ |
H A D | jsonstringifier.js | 25 function Foo(a) { 28 const v1 = new Foo("2060681564", v0, 9.53248718923);
|
/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/ |
H A D | encoder64_test_1.cpp | 794 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 D | encoder32_test_1.cpp | 640 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 D | encoder64_test_1.cpp | 720 bool Foo(uint32_t param1, uint32_t param2) in Foo() function 728 FunctPtr g_fooPtr = &Foo;
|
Completed in 9 milliseconds