Home
last modified time | relevance | path

Searched refs:foreign (Results 1 – 25 of 317) sorted by relevance

12345678910>>...13

/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-foreign/
DREADME.md1 # lws minimal http server eventlib foreign
26 First the foreign loop is created with a 1s timer, and runs alone for 5s.
30 service using the foreign loop.
32 After the 10s are up, the lws context is destroyed inside the foreign loop
33 timer. The foreign loop runs alone again for a further 5s and then
45 $ ./lws-minimal-http-server-eventlib-foreign
46 [2018/03/29 12:19:31:3480] USER: LWS minimal http server eventlib + foreign loop | visit http://loc…
48 [2018/03/29 12:19:31:3804] NOTICE: Using foreign event loop...
54 [2018/03/29 12:19:33:9064] USER: main: lws context destroyed: cleaning the foreign loop
DCMakeLists.txt1 project(lws-minimal-http-server-eventlib-foreign C)
9 set(SAMP lws-minimal-http-server-eventlib-foreign)
10 set(SRCS minimal-http-server-eventlib-foreign.c)
137 …add_test(NAME hs_evlib_foreign_uv COMMAND lws-minimal-http-server-eventlib-foreign --uv -p ${PORT_…
141 …ING_DIRECTORY ${CMAKE_SOURCE_DIR}/minimal-examples/http-server/minimal-http-server-eventlib-foreign
145 …add_test(NAME hs_evlib_foreign_event COMMAND lws-minimal-http-server-eventlib-foreign --event -p $…
149 …ING_DIRECTORY ${CMAKE_SOURCE_DIR}/minimal-examples/http-server/minimal-http-server-eventlib-foreign
153 …add_test(NAME hs_evlib_foreign_ev COMMAND lws-minimal-http-server-eventlib-foreign --ev -p ${PORT_…
157 …ING_DIRECTORY ${CMAKE_SOURCE_DIR}/minimal-examples/http-server/minimal-http-server-eventlib-foreign
161 …add_test(NAME hs_evlib_foreign_glib COMMAND lws-minimal-http-server-eventlib-foreign --glib -p ${P…
[all …]
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/dispmanx/
Dgstglwindow_dispmanx_egl.c99 window_egl->foreign.element = 0; in gst_gl_window_dispmanx_egl_init()
100 window_egl->foreign.width = 0; in gst_gl_window_dispmanx_egl_init()
101 window_egl->foreign.height = 0; in gst_gl_window_dispmanx_egl_init()
135 && window_egl->native.element != window_egl->foreign.element) { in gst_gl_window_dispmanx_egl_close()
196 && window_egl->native.element != window_egl->foreign.element) { in gst_gl_window_dispmanx_egl_set_window_handle()
202 window_egl->native.element = window_egl->foreign.element = in gst_gl_window_dispmanx_egl_set_window_handle()
204 window_egl->native.width = window_egl->foreign.width = foreign_window->width; in gst_gl_window_dispmanx_egl_set_window_handle()
205 window_egl->native.height = window_egl->foreign.height = in gst_gl_window_dispmanx_egl_set_window_handle()
/third_party/wayland-protocols_standard/
DMakefile.am16 unstable/xdg-foreign/xdg-foreign-unstable-v1.xml \
17 unstable/xdg-foreign/xdg-foreign-unstable-v2.xml \
DMakefile.in326 unstable/xdg-foreign/xdg-foreign-unstable-v1.xml \
327 unstable/xdg-foreign/xdg-foreign-unstable-v2.xml \
471 unstable/xdg-foreign/xdg-foreign-unstable-v1.xml \
472 unstable/xdg-foreign/xdg-foreign-unstable-v2.xml \
518 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
525 $(AUTOMAKE) --foreign Makefile
/third_party/boost/libs/outcome/doc/src/content/recipes/
Dforeign-try.md3 description = "How to informing `BOOST_OUTCOME_TRY` about foreign Result types."
8 to accept as input any foreign types.
51 ## A very foreign pseudo-Expected type
65 Telling Outcome about this weird foreign Expected is straightforward:
/third_party/gettext/gettext-tools/tests/
Dmsguniq-a.inp1376 #: array.d:364 foreign.d:2282
1379 #: array.d:382 foreign.d:2299
1382 #: array.d:411 foreign.d:2310
2450 #: foreign.d:27
2453 #: foreign.d:100
2454 !A\ foreign\ variable\ ~\ already\ exists=
2456 #: foreign.d:140
2457 !A\ foreign\ function\ ~\ already\ exists=
2459 #: foreign.d:182
2460 !illegal\ foreign\ data\ type\ ~=
[all …]
Dautopoint-326 AM_INIT_AUTOMAKE([1.11 foreign])
51 AM_INIT_AUTOMAKE([foreign])
Dmsguniq-a.out1916 #: array.d:364 foreign.d:2282
1920 #: array.d:382 foreign.d:2299
1924 #: array.d:411 foreign.d:2310
3353 #: foreign.d:27
3357 #: foreign.d:100
3358 msgid "A foreign variable ~ already exists"
3361 #: foreign.d:140
3362 msgid "A foreign function ~ already exists"
3365 #: foreign.d:182
3366 msgid "illegal foreign data type ~"
[all …]
Dmsguniq-a.in3625 #: foreign.d:27
3629 #: foreign.d:100
3630 msgid "A foreign variable ~ already exists"
3633 #: foreign.d:140
3634 msgid "A foreign function ~ already exists"
3637 #: foreign.d:182
3638 msgid "illegal foreign data type ~"
3641 #: foreign.d:196
3642 msgid "~ cannot be converted to the foreign type ~"
3645 #: foreign.d:209
[all …]
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads-foreign-libuv-smp/
DCMakeLists.txt1 project(lws-minimal-ws-server-threads-foreign-libuv-smp C)
9 set(SAMP lws-minimal-ws-server-threads-foreign-smp)
/third_party/boost/libs/outcome/doc/src/content/reference/macros/
Dco_try_failure_likely.md12 …e provided. See [the recipe for supporting foreign input to `BOOST_OUTCOME_TRY`]({{% relref "/reci…
Dtry.md12 …e provided. See [the recipe for supporting foreign input to `BOOST_OUTCOME_TRY`]({{% relref "/reci…
Dtry_failure_likely.md12 …e provided. See [the recipe for supporting foreign input to `BOOST_OUTCOME_TRY`]({{% relref "/reci…
Dco_try.md12 …e provided. See [the recipe for supporting foreign input to `BOOST_OUTCOME_TRY`]({{% relref "/reci…
Dco_tryv.md12 …e provided. See [the recipe for supporting foreign input to `BOOST_OUTCOME_TRY`]({{% relref "/reci…
Dtryv.md12 …e provided. See [the recipe for supporting foreign input to `BOOST_OUTCOME_TRY`]({{% relref "/reci…
Dco_tryv_failure_likely.md12 …e provided. See [the recipe for supporting foreign input to `BOOST_OUTCOME_TRY`]({{% relref "/reci…
Dtryv_failure_likely.md12 …e provided. See [the recipe for supporting foreign input to `BOOST_OUTCOME_TRY`]({{% relref "/reci…
Dtryx.md12 …e provided. See [the recipe for supporting foreign input to `BOOST_OUTCOME_TRY`]({{% relref "/reci…
Dtryx_failure_likely.md12 …e provided. See [the recipe for supporting foreign input to `BOOST_OUTCOME_TRY`]({{% relref "/reci…
Dco_tryx.md12 …e provided. See [the recipe for supporting foreign input to `BOOST_OUTCOME_TRY`]({{% relref "/reci…
Dco_tryx_failure_likely.md12 …e provided. See [the recipe for supporting foreign input to `BOOST_OUTCOME_TRY`]({{% relref "/reci…
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/va/
Dgstvadisplay.c55 gboolean foreign; member
105 priv->foreign = TRUE; in _gst_va_display_filter_driver()
184 if (priv->display && !priv->foreign) in gst_va_display_dispose()
/third_party/wayland-protocols_standard/unstable/xdg-foreign/
DREADME1 xdg foreign protocol

12345678910>>...13