Home
last modified time | relevance | path

Searched refs:loop (Results 1 – 25 of 226255) sorted by path

12345678910>>...9051

/dports/accessibility/accerciser/accerciser-3.38.0/
H A DChangeLog43 * plugins/ipython_view.py: Made up/down history not loop (bug #578608).
1415 * src/lib/accerciser/script_playback.py: A wait loop for getting
1807 * src/accerciser.in: Added global icon info, moved main loop, correct
1809 * src/lib/accerciser/__init__.py: Moved main loop here
H A Daclocal.m41620 dnl The same code as in the loop below:
3702 # loop where config.status creates the headers, so we can generate
4424 # We'll loop over all known methods to create a tar archive until one works.
/dports/accessibility/at-spi2-atk/at-spi2-atk-2.34.2/
H A DNEWS28 * Defer registration until the main loop is entered. This fixes an issue
29 where a Python application could import gtk but not enter the main loop,
195 * Collection: Fix an infinite loop when encountering a NULL parent
250 * Fix crash when a main loop is shut down repeatedly (BGO#699554).
434 appropriate main loop context.
502 * Use libatspi to get the accessibility bus and handle main loop integration.
/dports/accessibility/at-spi2-atk/at-spi2-atk-2.34.2/atk-adaptor/
H A Devent.c59 GMainLoop *loop; member
132 g_main_loop_quit (closure->loop); in set_reply()
141 g_main_loop_quit (closure->loop); in timeout_reply()
154 closure.loop = g_main_loop_new (spi_global_app_data->main_context, FALSE); in send_and_allow_reentry()
168 g_main_loop_run (closure.loop); in send_and_allow_reentry()
172 g_main_loop_unref (closure.loop); in send_and_allow_reentry()
/dports/accessibility/at-spi2-core/at-spi2-core-2.36.0/
H A DNEWS154 * Poll direct dbus connections in the main loop--fixes processes
394 loop, such as with a dogtail script (BGO#701145).
736 * Disable caching if atspi_event_main has not been called to run the main loop.
/dports/accessibility/at-spi2-core/at-spi2-core-2.36.0/bus/
H A Dat-spi-bus-launcher.c51 GMainLoop *loop; member
118 g_main_loop_quit (app->loop); in g_signal_cb()
283 g_main_loop_quit (app->loop); in on_bus_exited()
695 g_main_loop_quit (app->loop); in on_bus_acquired()
733 g_main_loop_quit (app->loop); in on_name_lost()
748 g_main_loop_quit (app->loop); in on_name_acquired()
775 g_main_loop_quit (app->loop); in on_sigterm_pipe()
842 _global_app->loop = g_main_loop_new (NULL, FALSE); in main()
899 g_main_loop_run (_global_app->loop); in main()
/dports/accessibility/at-spi2-core/at-spi2-core-2.36.0/registryd/
H A Dtestregistry.py13 def __init__(self, bus, loop): argument
15 self._loop = loop
53 loop = gobject.MainLoop()
54 stateM = IdleStateM(bus, loop)
56 loop.run()
/dports/accessibility/atkmm/atkmm-2.28.0/
H A Daclocal.m42339 # loop where config.status creates the headers, so we can generate
2823 # We'll loop over all known methods to create a tar archive until one works.
/dports/accessibility/atkmm/atkmm-2.28.0/build/
H A Dlibtool.m41743 # nice to cause kernel panics so lets avoid the loop below.
1787 # Only check the string length outside the loop.
H A Dltmain.sh9118 loop=$revision
9119 while test 0 -ne "$loop"; do
9120 func_arith $revision - $loop
9122 func_arith $loop - 1
9123 loop=$func_arith_result
9145 loop=$age
9146 while test 0 -ne "$loop"; do
9147 func_arith $current - $loop
9149 func_arith $loop - 1
9150 loop=$func_arith_result
/dports/accessibility/caribou/caribou-0.4.21/
H A Daclocal.m41731 # loop where config.status creates the headers, so we can generate
2457 # We'll loop over all known methods to create a tar archive until one works.
H A Dltmain.sh8920 loop=$revision
8921 while test 0 -ne "$loop"; do
8922 func_arith $revision - $loop
8924 func_arith $loop - 1
8925 loop=$func_arith_result
8947 loop=$age
8948 while test 0 -ne "$loop"; do
8949 func_arith $current - $loop
8951 func_arith $loop - 1
8952 loop=$func_arith_result
/dports/accessibility/caribou/caribou-0.4.21/caribou/antler/
H A Dmain.py20 loop = GObject.MainLoop()
21 loop.run()
/dports/accessibility/caribou/caribou-0.4.21/m4/
H A Dlibtool.m41744 # nice to cause kernel panics so lets avoid the loop below.
1788 # Only check the string length outside the loop.
/dports/accessibility/feedbackd/feedbackd-b2a8061cdc7be4fa76f7fa976c67bac4f5a0055c/cli/
H A Dfbcli.c17 static GMainLoop *loop; variable
23 g_main_loop_quit (loop); in on_shutdown_signal()
32 g_main_loop_quit (loop); in on_watch_expired()
44 g_main_loop_quit (loop); in on_feedback_ended()
87 loop = g_main_loop_new (NULL, FALSE); in trigger_event()
88 g_main_loop_run (loop); in trigger_event()
89 g_main_loop_unref (loop); in trigger_event()
99 g_main_loop_quit (loop); in on_profile_changed()
119 loop = g_main_loop_new (NULL, FALSE); in set_profile()
122 g_main_loop_run (loop); in set_profile()
/dports/accessibility/feedbackd/feedbackd-b2a8061cdc7be4fa76f7fa976c67bac4f5a0055c/debian/
H A Dchangelog71 g_object_unref() at the end of the loop was never hit.
220 * fbcli: Quit main loop on CTRL-C / SIGTERM.
/dports/accessibility/feedbackd/feedbackd-b2a8061cdc7be4fa76f7fa976c67bac4f5a0055c/src/
H A Dfbd.c18 static GMainLoop *loop; variable
37 if (loop) in quit_cb()
38 g_idle_add ((GSourceFunc) g_main_loop_quit, loop); in quit_cb()
99 g_main_loop_quit (loop); in name_lost_cb()
119 loop = g_main_loop_new (NULL, FALSE); in main()
130 g_main_loop_run (loop); in main()
131 g_main_loop_unref (loop); in main()
/dports/accessibility/orca/orca-41.1/
H A DChangeLog23384 A test/html/heading-loop.html
H A DNEWS3711 * Fix a number of bugs that caused Orca to loop and/or skip over content
10122 * Fix for bug #490266 - Endless loop in navigating ARIA trees
H A Daclocal.m4584 # loop where config.status creates the headers, so we can generate
1308 # We'll loop over all known methods to create a tar archive until one works.
/dports/accessibility/orca/orca-41.1/m4/
H A Dlib-link.m4285 dnl The same code as in the loop below:
/dports/accessibility/py-atspi/pyatspi-2.38.1/
H A DNEWS464 simple scripts without a main loop to work better.
H A Daclocal.m41757 # nice to cause kernel panics so lets avoid the loop below.
1801 # Only check the string length outside the loop.
9956 # loop where config.status creates the headers, so we can generate
10639 # We'll loop over all known methods to create a tar archive until one works.
/dports/accessibility/py-atspi/pyatspi-2.38.1/config/
H A Dltmain.sh8920 loop=$revision
8921 while test 0 -ne "$loop"; do
8922 func_arith $revision - $loop
8924 func_arith $loop - 1
8925 loop=$func_arith_result
8947 loop=$age
8948 while test 0 -ne "$loop"; do
8949 func_arith $current - $loop
8951 func_arith $loop - 1
8952 loop=$func_arith_result
/dports/accessibility/py-atspi/pyatspi-2.38.1/tests/pyatspi/
H A Dtestrunner102 loop = GLib.MainLoop()
105 loop.quit()
113 loop.run()

12345678910>>...9051