Home
last modified time | relevance | path

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

12345678910>>...16

/external/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-foreign/
DREADME.md1 # lws minimal http server eventlib foreign
25 First the foreign loop is created with a 1s timer, and runs alone for 5s.
29 service using the foreign loop.
31 After the 10s are up, the lws context is destroyed inside the foreign loop
32 timer. The foreign loop runs alone again for a further 5s and then
44 $ ./lws-minimal-http-server-eventlib-foreign
45 [2018/03/29 12:19:31:3480] USER: LWS minimal http server eventlib + foreign loop | visit http://loc…
47 [2018/03/29 12:19:31:3804] NOTICE: Using foreign event loop...
53 [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)
5 set(SAMP lws-minimal-http-server-eventlib-foreign)
6 set(SRCS minimal-http-server-eventlib-foreign.c)
/external/wayland-protocols/freedesktop.org/
DMakefile.am16 unstable/xdg-foreign/xdg-foreign-unstable-v1.xml \
17 unstable/xdg-foreign/xdg-foreign-unstable-v2.xml \
/external/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/
Ddebug-names-verify-cu-lists.s64 .long 0 # Header: foreign type unit count
81 .long 0 # Header: foreign type unit count
100 .long 0 # Header: foreign type unit count
Ddebug-names-misaligned.s27 .long 0 # Header: foreign type unit count
59 .long 0 # Header: foreign type unit count
/external/wayland-protocols/
DAndroid.bp85 "./freedesktop.org/unstable/xdg-foreign/xdg-foreign-unstable-v1.xml",
86 "./freedesktop.org/unstable/xdg-foreign/xdg-foreign-unstable-v2.xml",
/external/wayland-protocols/freedesktop.org/unstable/xdg-foreign/
DREADME1 xdg foreign protocol
/external/curl/include/
DMakefile.am26 AUTOMAKE_OPTIONS = foreign no-dependencies
/external/curl/tests/certs/scripts/
DMakefile.am22 AUTOMAKE_OPTIONS = foreign
/external/python/cpython2/Modules/_ctypes/libffi/man/
DMakefile.am3 AUTOMAKE_OPTIONS=foreign
/external/libffi/man/
DMakefile.am3 AUTOMAKE_OPTIONS=foreign
/external/llvm/test/ExecutionEngine/Interpreter/
Dlit.local.cfg1 # These tests require foreign function calls
/external/llvm-project/llvm/test/ExecutionEngine/Interpreter/
Dlit.local.cfg1 # These tests require foreign function calls
/external/libffi/include/
DMakefile.am3 AUTOMAKE_OPTIONS=foreign
/external/python/cpython2/Modules/_ctypes/libffi/include/
DMakefile.am3 AUTOMAKE_OPTIONS=foreign
/external/adhd/cras/
DMakefile.am4 AUTOMAKE_OPTIONS = foreign
/external/erofs-utils/mkfs/
DMakefile.am4 AUTOMAKE_OPTIONS = foreign
/external/erofs-utils/fuse/
DMakefile.am4 AUTOMAKE_OPTIONS = foreign
/external/libwebsockets/minimal-examples/http-server/
DREADME.md7 minimal-http-server-eventlib-foreign|Demonstrates integrating lws with a foreign event library
/external/scapy/scapy/contrib/
Ddiameter.uts106 a6 = AVP (283, avpLen=33, val='foreign.realm1.fr')
108 raw(a6) == b'\x00\x00\x01\x1b@\x00\x00!foreign.realm1.fr\x00\x00\x00'
140 …2u\x80\x00\x00\x10\x00\x00(\xaf\x00\x00\x00\x01\x00\x00\x01\x1b@\x00\x00!foreign.realm1.fr\x00\x00…
145 …2u\x80\x00\x00\x10\x00\x00(\xaf\x00\x00\x00\x01\x00\x00\x01\x1b@\x00\x00!foreign.realm1.fr\x00\x00…
150 …2u\x80\x00\x00\x10\x00\x00(\xaf\x00\x00\x00\x01\x00\x00\x01\x1b@\x00\x00!foreign.realm1.fr\x00\x00…
228 …2u\x80\x00\x00\x10\x00\x00(\xaf\x00\x00\x00\x01\x00\x00\x01\x1b@\x00\x00!foreign.realm1.fr\x00\x00…
246 AVP (283, avpLen=33, val='foreign.realm1.fr')
/external/curl/docs/cmdline-opts/
DMakefile.am23 AUTOMAKE_OPTIONS = foreign no-dependencies
/external/usrsctp/
Dbootstrap65 automake --foreign --add-missing --copy
/external/libffi/
DMETADATA2 description: "A portable foreign-function interface library."
/external/tagsoup/src/org/ccil/cowan/tagsoup/
DParser.java738 if (foreign(prefix, namespace)) { in pop()
746 if (foreign(attPrefix, attNamespace)) { in pop()
781 if (foreign(prefix, namespace)) { in push()
790 if (foreign(attPrefix, attNamespace)) { in push()
814 private boolean foreign(String prefix, String namespace) { in foreign() method in Parser
816 boolean foreign = !(prefix.equals("") || namespace.equals("") || in foreign()
819 return foreign; in foreign()
/external/curl/tests/server/
DMakefile.am22 AUTOMAKE_OPTIONS = foreign nostdinc

12345678910>>...16