Home
last modified time | relevance | path

Searched refs:_fake_context (Results 1 – 5 of 5) sorted by relevance

/dports/devel/py-oslo.log/oslo.log-4.4.0/oslo_log/tests/unit/
H A Dtest_log.py71 def _fake_context(): function
631 ctxt = _fake_context()
643 ctxt = _fake_context()
651 ctxt = _fake_context()
662 ctxt = _fake_context()
825 ctxt = _fake_context()
832 ctxt = _fake_context()
839 ctxt = _fake_context()
849 ctxt = _fake_context()
871 ctxt = _fake_context()
[all …]
H A Dtest_formatters.py30 def _fake_context(): function
77 ctxt = _fake_context()
/dports/textproc/ibus/ibus-1.5.24/client/gtk2/
H A Dibusimcontext.c125 static IBusInputContext *_fake_context = NULL; variable
567 ibuscontext = _fake_context; in _key_snooper_cb()
580 if (_fake_context != ibuscontext) in _key_snooper_cb()
1174 if (_fake_context != NULL) { in ibus_im_context_focus_in()
1234 if (_fake_context != NULL) { in ibus_im_context_focus_out()
2233 g_assert (ibuscontext == _fake_context);
2234 g_object_unref (_fake_context);
2235 _fake_context = NULL;
2260 _fake_context = context;
2265 g_signal_connect (_fake_context, "destroy",
[all …]
/dports/textproc/ibus/ibus-1.5.24/client/gtk3/
H A Dibusimcontext.c125 static IBusInputContext *_fake_context = NULL; variable
567 ibuscontext = _fake_context; in _key_snooper_cb()
580 if (_fake_context != ibuscontext) in _key_snooper_cb()
1174 if (_fake_context != NULL) { in ibus_im_context_focus_in()
1234 if (_fake_context != NULL) { in ibus_im_context_focus_out()
2233 g_assert (ibuscontext == _fake_context);
2234 g_object_unref (_fake_context);
2235 _fake_context = NULL;
2260 _fake_context = context;
2265 g_signal_connect (_fake_context, "destroy",
[all …]
/dports/textproc/ibus/ibus-1.5.24/client/gtk4/
H A Dibusimcontext.c125 static IBusInputContext *_fake_context = NULL; variable
567 ibuscontext = _fake_context; in _key_snooper_cb()
580 if (_fake_context != ibuscontext) in _key_snooper_cb()
1174 if (_fake_context != NULL) { in ibus_im_context_focus_in()
1234 if (_fake_context != NULL) { in ibus_im_context_focus_out()
2233 g_assert (ibuscontext == _fake_context);
2234 g_object_unref (_fake_context);
2235 _fake_context = NULL;
2260 _fake_context = context;
2265 g_signal_connect (_fake_context, "destroy",
[all …]