Home
last modified time | relevance | path

Searched refs:timeout (Results 1 – 25 of 259468) sorted by path

12345678910>>...10379

/dports/accessibility/accerciser/accerciser-3.38.0/
H A DChangeLog37 timeout as opposed to an idle callback (bug #576954).
/dports/accessibility/at-spi2-atk/at-spi2-atk-2.34.2/
H A DNEWS433 * Really fix BGO#658013: Attach the timeout for a key listener to the
438 * Fix for BGO#658013: Add timeout to check for disconnect on a key listener.
/dports/accessibility/at-spi2-atk/at-spi2-atk-2.34.2/atk-adaptor/
H A Devent.c61 guint timeout; member
142 closure->timeout = -1; in timeout_reply()
166 closure.timeout = g_source_attach (source, spi_global_app_data->main_context); in send_and_allow_reentry()
169 if (closure.timeout != -1) in send_and_allow_reentry()
/dports/accessibility/at-spi2-atk/at-spi2-atk-2.34.2/tests/
H A Datk_test_util.c75 struct timespec timeout = { .tv_sec = 0, .tv_nsec = 10 * 1000000 }; in get_root_obj() local
90 nanosleep(&timeout, NULL); in get_root_obj()
108 struct timespec timeout = { .tv_sec = 0, .tv_nsec = 10 * 1000000 }; in terminate_app() local
122 nanosleep(&timeout, NULL); in terminate_app()
H A Dmeson.build82 test('atk-test', atk_test_bin, timeout: 120)
/dports/accessibility/at-spi2-core/at-spi2-core-2.36.0/
H A DNEWS287 * Add names to every timeout (bgo#710644).
578 * Reduce the method call timeout slightly, so that it will be lower than
579 the keystroke listener timeout.
906 * Add timeout, and support inspecting our own app.
/dports/accessibility/at-spi2-core/at-spi2-core-2.36.0/atspi/
H A Datspi-gmain.c64 gint *timeout) in message_queue_prepare() argument
68 *timeout = -1; in message_queue_prepare()
117 DBusTimeout *timeout; member
290 if (handler->timeout) in timeout_handler_source_finalized()
320 handler->timeout = NULL; in timeout_handler_timeout_freed()
348 handler->timeout = timeout; in connection_setup_add_timeout()
436 add_timeout (DBusTimeout *timeout, in add_timeout() argument
452 remove_timeout (DBusTimeout *timeout, in remove_timeout() argument
463 timeout_toggled (DBusTimeout *timeout, in timeout_toggled() argument
470 add_timeout (timeout, data); in timeout_toggled()
[all …]
/dports/accessibility/at-spi2-core/at-spi2-core-2.36.0/dbind/
H A Ddbind.c315 dbind_set_timeout (int timeout) in dbind_set_timeout() argument
317 dbind_timeout = timeout; in dbind_set_timeout()
H A Ddbind.h68 void dbind_set_timeout (int timeout);
/dports/accessibility/at-spi2-core/at-spi2-core-2.36.0/registryd/
H A Ddeviceeventcontroller.c911 send_and_allow_reentry (DBusConnection *bus, DBusMessage *message, int timeout, DBusError *error) in send_and_allow_reentry() argument
925 if (!dbus_connection_read_write_dispatch (bus, timeout) || in send_and_allow_reentry()
926 time_elapsed (&tv) > timeout) in send_and_allow_reentry()
H A Devent-source.c43 event_prepare (GSource *source, gint *timeout) in event_prepare() argument
48 *timeout = -1; in event_prepare()
/dports/accessibility/eflite/eflite-0.4.1/
H A Dfs.c94 static int s_index_wait(struct synth_struct *s, int id, int timeout);
967 static int s_index_wait(struct synth_struct *s, int id, int timeout)
H A Dsynthesizer.h56 int (*index_wait)(struct synth_struct *s, int id, int timeout);
/dports/accessibility/feedbackd/feedbackd-b2a8061cdc7be4fa76f7fa976c67bac4f5a0055c/
H A DEvent-naming-spec-0.0.0.md80 - timeout-completed: A user configured timeout completed (e.g. a stop watch).
/dports/accessibility/feedbackd/feedbackd-b2a8061cdc7be4fa76f7fa976c67bac4f5a0055c/cli/
H A Dfbcli.c61 trigger_event (const char *name, const gchar *profile, gint timeout) in trigger_event() argument
73 lfb_event_set_timeout (event, timeout); in trigger_event()
137 int timeout = -1; in main() local
141 {"timeout", 't', 0, G_OPTION_ARG_INT, &timeout, in main()
170 success = trigger_event (name, profile, timeout); in main()
/dports/accessibility/feedbackd/feedbackd-b2a8061cdc7be4fa76f7fa976c67bac4f5a0055c/debian/
H A Dchangelog303 * theme: Add timeout-completed event for alarms and stop watches
/dports/accessibility/feedbackd/feedbackd-b2a8061cdc7be4fa76f7fa976c67bac4f5a0055c/libfeedback/
H A Dlfb-event.c96 gint timeout; member
246 g_value_set_int (value, self->timeout); in lfb_event_get_property()
359 self->timeout = -1; in lfb_event_init()
440 self->timeout, in lfb_event_trigger_feedback()
494 self->timeout, in lfb_event_trigger_feedback_async()
630 lfb_event_set_timeout (LfbEvent *self, gint timeout) in lfb_event_set_timeout() argument
634 if (self->timeout == timeout) in lfb_event_set_timeout()
637 self->timeout = timeout; in lfb_event_set_timeout()
668 return self->timeout; in lfb_event_get_timeout()
H A Dlfb-event.h74 void lfb_event_set_timeout (LfbEvent *self, gint timeout);
/dports/accessibility/feedbackd/feedbackd-b2a8061cdc7be4fa76f7fa976c67bac4f5a0055c/src/
H A Dfbd-event.c41 int timeout; member
78 switch (self->timeout) { in on_fb_ended()
118 self->timeout = g_value_get_int (value); in fbd_event_set_property()
153 g_value_set_int (value, self->timeout); in fbd_event_get_property()
289 self->timeout = -1; in fbd_event_init()
293 fbd_event_new (int id, const char *app_id, const char *event, int timeout, const char *sender) in fbd_event_new() argument
299 "timeout", timeout, in fbd_event_new()
333 return self->timeout; in fbd_event_get_timeout()
388 if (self->timeout > 0) { in fbd_event_run_feedbacks()
389 self->timeout_id = g_timeout_add_seconds (self->timeout, in fbd_event_run_feedbacks()
H A Dfbd-event.h36 FbdEvent *fbd_event_new (gint id, const char *app_id, const char *event, int timeout, const char…
/dports/accessibility/feedbackd/feedbackd-b2a8061cdc7be4fa76f7fa976c67bac4f5a0055c/tests/
H A Dtest-fbd-event.c20 gint timeout; in test_fbd_event() local
29 "timeout", &timeout, in test_fbd_event()
39 g_assert_cmpint (fbd_event_get_timeout (event), ==, timeout); in test_fbd_event()
40 g_assert_cmpint (timeout, ==, 2); in test_fbd_event()
H A Dtest-lfb-event.c17 gint timeout; in test_lfb_event_props() local
27 g_object_get (event, "timeout", &timeout, NULL); in test_lfb_event_props()
28 g_assert_cmpint (timeout, ==, -1); in test_lfb_event_props()
/dports/accessibility/kmag/kmag-21.12.3/src/
H A Dkmagzoomview.cpp117 connect(&m_grabTimer, &QTimer::timeout, this, &KMagZoomView::grabFrame); in KMagZoomView()
122 connect(&m_mouseViewTimer, &QTimer::timeout, this, &KMagZoomView::updateMouseView); in KMagZoomView()
/dports/accessibility/libqaccessibilityclient/libqaccessibilityclient-0.4.1/examples/accessibleapps/
H A Deventview.cpp226 connect(&m_pendingTimer, SIGNAL(timeout()), this, SLOT(processPending())); in EventsWidget()
/dports/accessibility/orca/orca-41.1/
H A DChangeLog2769 Gracefully handle AT-SPI2 timeout when checking validity of app
26070 Add a sanity check to hopefully work around a Thunderbird timeout
32225 AT-SPI2 timeout whac-a-mole
32231 Handle a couple more timeout tracebacks
32238 Still more AT-SPI2 timeout handling
32259 The AT-SPI2 timeout handling continues.
32275 More work on bug 673556 - The new AT-SPI2 timeout errors need to be handled
32282 Handle yet more of the new timeout/hung errors from AT-SPI2
32289 Handle more of the new timeout errors we get from AT-SPI2
32338 Add debugging info to help track down Orca suicide due to timeout
[all …]

12345678910>>...10379