Home
last modified time | relevance | path

Searched refs:fired (Results 1 – 25 of 134) sorted by relevance

123456

/third_party/lwip/test/unit/core/
Dtest_timers.c27 static int fired[3]; variable
32 fired[index] = 1; in dummy_handler()
100 memset(&fired, 0, sizeof(fired)); in START_TEST()
108 fail_unless(fired[0] == 0); in START_TEST()
109 fail_unless(fired[1] == 0); in START_TEST()
110 fail_unless(fired[2] == 1); in START_TEST()
115 fail_unless(fired[0] == 0); in START_TEST()
116 fail_unless(fired[1] == 0); in START_TEST()
117 fail_unless(fired[2] == 1); in START_TEST()
121 fail_unless(fired[0] == 1); in START_TEST()
[all …]
/third_party/gstreamer/gstplugins_good/ext/gtk/
Dgstgtkutils.c30 gboolean fired; member
40 info->fired = TRUE; in gst_gtk_invoke_func()
55 info.fired = FALSE; in gst_gtk_invoke_on_main()
63 while (!info.fired) in gst_gtk_invoke_on_main()
/third_party/node/test/parallel/
Dtest-dgram-listen-after-bind.js32 let fired = false; variable
39 fired = true;
44 assert(fired, 'listening should fire after bind');
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DWorkerThread_unittest.cpp25 void operator()() override { fired = true; } in TEST()
27 bool fired = false; in TEST() member in __anon562e61260111::TEST::TestTask
47 EXPECT_TRUE(task->fired); in TEST()
/third_party/node/src/inspector/
Dnode_protocol.pdl108 # This event is fired instead of `Runtime.executionContextDestroyed` when
110 # It is fired when the Node process finished all code execution and is
/third_party/node/deps/npm/node_modules/socks/docs/examples/javascript/
DbindExample.md46 // This event is fired when the SOCKS server has started listening on a new port for incoming conne…
60 // This event is fired when the SOCKS server has accepted an incoming connection on the newly bound…
DassociateExample.md63 // This event is fired when the SOCKS server has started listening on a new UDP port for UDP relayi…
/third_party/node/deps/npm/node_modules/socks/docs/examples/typescript/
DbindExample.md46 // This event is fired when the SOCKS server has started listening on a new port for incoming conne…
60 // This event is fired when the SOCKS server has accepted an incoming connection on the newly bound…
DassociateExample.md63 // This event is fired when the SOCKS server has started listening on a new UDP port for UDP relayi…
/third_party/node/deps/npm/node_modules/events/
Devents.js238 if (!this.fired) {
240 this.fired = true;
248 var state = { fired: false, wrapFn: undefined, target: target, type: type, listener: listener }; property
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/win32/
Dgstvkwindow_win32.c130 gboolean fired; member
142 data->fired = TRUE; in _create_window()
178 while (!data.fired) in gst_vulkan_window_win32_open()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglwindow.c624 gboolean fired; member
638 message->fired = TRUE; in _run_message_sync()
652 message.fired = FALSE; in gst_gl_window_default_send_message()
660 while (!message.fired) in gst_gl_window_default_send_message()
/third_party/node/lib/
Devents.js627 if (!this.fired) {
629 this.fired = true;
637 const state = { fired: false, wrapFn: undefined, target, type, listener }; property
/third_party/skia/third_party/externals/oboe/docs/
DAndroidAudioHistory.md12 - Regression bug: [AAudio] Headphone disconnect event not fired for MMAP streams. https://github.co…
/third_party/node/lib/internal/
Dchild_process.js922 let fired = false;
924 if (fired) return;
925 fired = true;
/third_party/node/deps/npm/node_modules/socks/docs/
DmigratingFromV1.md46 …resumed before any data will come in or out as they are paused right before this callback is fired.
/third_party/libuv/docs/src/
Ddesign.rst52 which have been added to the poller and callbacks will be fired indicating socket conditions
105 It's possible that no I/O callbacks were fired after blocking for I/O, but some time has passed
/third_party/libexif/po/
Den_AU.po2086 msgid "Flash fired"
2087 msgstr "Flash fired"
2114 msgid "Flash fired, compulsory flash mode"
2115 msgstr "Flash fired, compulsory flash mode"
2118 msgid "Flash fired, compulsory flash mode, return light not detected"
2119 msgstr "Flash fired, compulsory flash mode, return light not detected"
2122 msgid "Flash fired, compulsory flash mode, return light detected"
2123 msgstr "Flash fired, compulsory flash mode, return light detected"
2134 msgid "Flash fired, auto mode"
2135 msgstr "Flash fired, auto mode"
[all …]
Den_GB.po2086 msgid "Flash fired"
2087 msgstr "Flash fired"
2114 msgid "Flash fired, compulsory flash mode"
2115 msgstr "Flash fired, compulsory flash mode"
2118 msgid "Flash fired, compulsory flash mode, return light not detected"
2119 msgstr "Flash fired, compulsory flash mode, return light not detected"
2122 msgid "Flash fired, compulsory flash mode, return light detected"
2123 msgstr "Flash fired, compulsory flash mode, return light detected"
2134 msgid "Flash fired, auto mode"
2135 msgstr "Flash fired, auto mode"
[all …]
/third_party/skia/third_party/externals/oboe/docs/notes/
Ddisconnect.md30 which is fired when a head set is plugged in or out. If your min SDK is LOLLIPOP or later then you …
/third_party/libexif/test/testdata/
Dpentax_makernote_variant_2.jpg.parsed83 Value: Flash fired, auto mode
Dolympus_makernote_variant_2.jpg.parsed89 Value: Flash fired, auto mode
Dfuji_makernote_variant_1.jpg.parsed107 Value: Flash fired, compulsory flash mode, red-eye reduction mode
/third_party/gstreamer/gstplugins_bad/sys/asio/
Dgstasioobject.cpp1020 gboolean fired; member
1032 data->fired = TRUE; in gst_asio_object_thread_run_func()
1050 thread_data.fired = FALSE; in gst_asio_object_thread_add()
1056 while (!thread_data.fired) in gst_asio_object_thread_add()
/third_party/gstreamer/gstreamer/docs/random/wtay/
Dautoplug2130 the "new_object" signal will be fired by the autoplugger whenever

123456