Home
last modified time | relevance | path

Searched refs:timeout_id (Results 1 – 15 of 15) sorted by relevance

/third_party/glib/gio/tests/
Dgdbus-tests.c60 guint timeout_id; in _g_assert_property_notify_run() local
71 timeout_id = g_timeout_add_seconds (30, in _g_assert_property_notify_run()
76 g_source_remove (timeout_id); in _g_assert_property_notify_run()
186 guint timeout_id; in _g_assert_signal_received_run() local
195 timeout_id = g_timeout_add_seconds (30, in _g_assert_signal_received_run()
200 g_source_remove (timeout_id); in _g_assert_signal_received_run()
Dgdbus-connection-slow.c194 guint timeout_id; in test_connection_large_message() local
201 timeout_id = g_timeout_add_seconds (LARGE_MESSAGE_TIMEOUT_SECONDS, in test_connection_large_message()
210 GUINT_TO_POINTER (timeout_id), /* user_data */ in test_connection_large_message()
Dgmenumodel.c29 cancel_timeout (guint timeout_id) in cancel_timeout() argument
34 g_source_remove (timeout_id); in cancel_timeout()
1061 guint timeout_id; in do_subscriptions() local
1063 timeout_id = add_timeout (60); in do_subscriptions()
1140 cancel_timeout (timeout_id); in do_subscriptions()
/third_party/gstreamer/gstplugins_base/tests/examples/seek/
Dinstant-rate-change.c67 guint timeout_id; member
98 data->timeout_id = g_timeout_add_seconds (PLAY_PAUSE_DELAY, in do_play_pause()
119 data->timeout_id = g_timeout_add_seconds (PLAY_PAUSE_DELAY, in do_play_pause()
135 data->timeout_id = g_timeout_add_seconds (PLAY_PAUSE_DELAY, in do_play_pause()
167 if (data->timeout_id != 0) in on_preroll()
173 data->timeout_id = g_timeout_add_seconds (IDLE_CYCLE_DELAY, in on_preroll()
191 data->timeout_id = g_timeout_add_seconds (PLAY_PAUSE_DELAY, in on_preroll()
/third_party/gstreamer/gstplugins_base/tests/examples/device-provider/
Dexample-device-provider.c60 guint timeout_id; member
238 g_assert (!self->timeout_id); in example_device_provider_start()
255 self->timeout_id = in example_device_provider_start()
268 g_assert (self->timeout_id); in example_device_provider_stop()
275 g_source_remove (self->timeout_id); in example_device_provider_stop()
276 self->timeout_id = 0; in example_device_provider_stop()
/third_party/cef/libcef/browser/
Dbrowser_info_manager.cc285 const int timeout_id = ++next_timeout_id_; in OnGetNewBrowserInfo() local
290 pending->timeout_id = timeout_id; in OnGetNewBrowserInfo()
303 global_id, timeout_id), in OnGetNewBrowserInfo()
533 int timeout_id) { in TimeoutNewBrowserInfoResponse() argument
545 if (pending_info->timeout_id != timeout_id) in TimeoutNewBrowserInfoResponse()
Dbrowser_info_manager.h206 int timeout_id; member
217 int timeout_id);
/third_party/gstreamer/gstreamer/gst/
Dgstbus.c1106 guint timeout_id; member
1150 if (!poll_data->timeout_id) { in poll_destroy()
1159 poll_data->timeout_id = 0; in poll_destroy_timeout()
1227 poll_data->timeout_id = g_timeout_add_full (G_PRIORITY_DEFAULT_IDLE, in gst_bus_poll()
1231 poll_data->timeout_id = 0; in gst_bus_poll()
1248 if (poll_data->timeout_id) in gst_bus_poll()
1249 g_source_remove (poll_data->timeout_id); in gst_bus_poll()
/third_party/gstreamer/gstplugins_base/tests/examples/decodebin_next/
Dplaybin-test.c47 glong timeout_id; member
219 if (data->timeout_id == 0) in _on_bus_message()
221 data->timeout_id = in _on_bus_message()
Ddecodebin3.c53 glong timeout_id; member
224 if (data->timeout_id == 0) in _on_bus_message()
226 data->timeout_id = in _on_bus_message()
/third_party/gstreamer/gstreamer/tests/check/libs/
Daggregator.c244 guint timeout_id; member
478 test->timeout_id = in _test_data_init()
511 g_source_remove (test.timeout_id); in GST_START_TEST()
540 g_source_remove (test.timeout_id); in GST_START_TEST()
567 g_source_remove (test.timeout_id); in GST_START_TEST()
595 g_source_remove (test.timeout_id); in GST_START_TEST()
630 g_source_remove (test.timeout_id); in GST_START_TEST()
918 g_source_remove (test.timeout_id); in GST_START_TEST()
1312 g_source_remove (test.timeout_id); in GST_START_TEST()
1342 g_source_remove (test.timeout_id); in GST_START_TEST()
/third_party/libsoup/tests/
Dsession-test.c67 guint timeout_id; in do_test_for_session() local
102 timeout_id = g_idle_add_full (G_PRIORITY_HIGH, timeout_cb, &local_timeout, NULL); in do_test_for_session()
117 g_source_remove (timeout_id); in do_test_for_session()
Dmisc-test.c979 guint timeout_id; in do_pause_cancel_test() local
986 timeout_id = g_timeout_add_seconds (5, pause_cancel_timeout, &timed_out); in do_pause_cancel_test()
1008 g_source_remove (timeout_id); in do_pause_cancel_test()
/third_party/glib/gio/
Dgtestdbus.c80 guint timeout_id; in _g_object_unref_and_wait_weak_notify() local
93 timeout_id = g_timeout_add (30 * 1000, on_weak_notify_timeout, &data); in _g_object_unref_and_wait_weak_notify()
104 g_source_remove (timeout_id); in _g_object_unref_and_wait_weak_notify()
/third_party/node/test/fixtures/wpt/resources/
Dtestharness.js1506 this.timeout_id = null;
1583 if (this.timeout_id === null) {
1681 this.timeout_id = setTimeout(function()
1697 this.timeout_id = null;
1720 clearTimeout(this.timeout_id);
2117 this.timeout_id = null;
2160 if (this.timeout_id)
2162 clearTimeout(this.timeout_id);
2205 clearTimeout(this.timeout_id);
2207 this.timeout_id = setTimeout(function() {