/third_party/lwip/test/unit/core/ |
D | test_timers.c | 27 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/ |
D | gstgtkutils.c | 30 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/ |
D | test-dgram-listen-after-bind.js | 32 let fired = false; variable 39 fired = true; 44 assert(fired, 'listening should fire after bind');
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | WorkerThread_unittest.cpp | 25 void operator()() override { fired = true; } in TEST() 27 bool fired = false; in TEST() member in __anonb4fccf040111::TEST::TestTask 47 EXPECT_TRUE(task->fired); in TEST()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | WorkerThread_unittest.cpp | 25 void operator()() override { fired = true; } in TEST() 27 bool fired = false; in TEST() member in __anon2584c4990111::TEST::TestTask 47 EXPECT_TRUE(task->fired); in TEST()
|
/third_party/node/src/inspector/ |
D | node_protocol.pdl | 108 # 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/ |
D | bindExample.md | 46 // 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…
|
D | associateExample.md | 63 // 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/ |
D | bindExample.md | 46 // 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…
|
D | associateExample.md | 63 // This event is fired when the SOCKS server has started listening on a new UDP port for UDP relayi…
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/win32/ |
D | gstvkwindow_win32.c | 130 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/ |
D | gstglwindow.c | 624 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/flutter/flutter/packages/flutter/test/scheduler/ |
D | lifecycle_test.dart | 20 // even though no lifecycle event was fired from the platform.
|
/third_party/node/lib/ |
D | events.js | 515 if (!this.fired) { 517 this.fired = true; 525 const state = { fired: false, wrapFn: undefined, target, type, listener }; property
|
/third_party/node/lib/internal/ |
D | child_process.js | 913 let fired = false; 915 if (fired) return; 916 fired = true;
|
/third_party/skia/third_party/externals/oboe/docs/ |
D | AndroidAudioHistory.md | 12 - Regression bug: [AAudio] Headphone disconnect event not fired for MMAP streams. https://github.co…
|
/third_party/node/deps/npm/node_modules/socks/docs/ |
D | migratingFromV1.md | 46 …resumed before any data will come in or out as they are paused right before this callback is fired.
|
/third_party/libuv/docs/src/ |
D | design.rst | 52 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/ |
D | en_AU.po | 2086 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 …]
|
D | en_GB.po | 2086 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/ |
D | disconnect.md | 30 which is fired when a head set is plugged in or out. If your min SDK is LOLLIPOP or later then you …
|
/third_party/gstreamer/gstplugins_bad/sys/asio/ |
D | gstasioobject.cpp | 1020 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/flutter/engine/flutter/lib/web_ui/lib/src/engine/ |
D | alarm_clock.dart | 106 // The timer fired before the target date. We need to reschedule.
|
/third_party/libexif/test/testdata/ |
D | pentax_makernote_variant_2.jpg.parsed | 83 Value: Flash fired, auto mode
|
/third_party/flutter/flutter/packages/flutter/test/rendering/ |
D | paint_error_test.dart | 53 'The following RenderObject was being processed when the exception was fired:\n'
|