Home
last modified time | relevance | path

Searched refs:closure (Results 1 – 4 of 4) sorted by relevance

/openbmc/pyphosphor/obmc/utils/
H A Ddtree.py61 closure = ('<', '>')
64 closure = ('', '')
66 fd.write(closure[0])
74 fd.write(closure[1])
/openbmc/boost-dbus/include/dbus/detail/
H A Dqueue.hpp39 class closure { class in dbus::detail::queue
46 closure(handler_type h, Message m, in closure() function in dbus::detail::queue::closure
62 io.post(closure(h, m)); in push()
93 io.post(closure(init.handler, m)); in BOOST_ASIO_INITFN_RESULT_TYPE()
/openbmc/skeleton/libopenbmc_intf/
H A Dopenbmc_intf.c202 GClosure *closure, in _g_dbus_codegen_marshal_BOOLEAN__OBJECT_INT() argument
215 GCClosure *cc = (GCClosure*) closure; in _g_dbus_codegen_marshal_BOOLEAN__OBJECT_INT()
222 if (G_CCLOSURE_SWAP_DATA (closure)) in _g_dbus_codegen_marshal_BOOLEAN__OBJECT_INT()
224 data1 = closure->data; in _g_dbus_codegen_marshal_BOOLEAN__OBJECT_INT()
230 data2 = closure->data; in _g_dbus_codegen_marshal_BOOLEAN__OBJECT_INT()
247 GClosure *closure, in _g_dbus_codegen_marshal_BOOLEAN__OBJECT() argument
259 GCClosure *cc = (GCClosure*) closure; in _g_dbus_codegen_marshal_BOOLEAN__OBJECT()
266 if (G_CCLOSURE_SWAP_DATA (closure)) in _g_dbus_codegen_marshal_BOOLEAN__OBJECT()
268 data1 = closure->data; in _g_dbus_codegen_marshal_BOOLEAN__OBJECT()
274 data2 = closure->data; in _g_dbus_codegen_marshal_BOOLEAN__OBJECT()
[all …]
/openbmc/openbmc-test-automation/gui/lib/
H A Dresource.robot217 [Documentation] Do final closure activities of test case execution.