Searched refs:foreign (Results 1 – 25 of 388) sorted by relevance
12345678910>>...16
/external/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-foreign/ |
D | README.md | 1 # 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
|
D | CMakeLists.txt | 1 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/ |
D | Makefile.am | 16 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/ |
D | debug-names-verify-cu-lists.s | 64 .long 0 # Header: foreign type unit count 81 .long 0 # Header: foreign type unit count 100 .long 0 # Header: foreign type unit count
|
D | debug-names-misaligned.s | 27 .long 0 # Header: foreign type unit count 59 .long 0 # Header: foreign type unit count
|
/external/wayland-protocols/ |
D | Android.bp | 85 "./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/ |
D | README | 1 xdg foreign protocol
|
/external/curl/include/ |
D | Makefile.am | 26 AUTOMAKE_OPTIONS = foreign no-dependencies
|
/external/curl/tests/certs/scripts/ |
D | Makefile.am | 22 AUTOMAKE_OPTIONS = foreign
|
/external/python/cpython2/Modules/_ctypes/libffi/man/ |
D | Makefile.am | 3 AUTOMAKE_OPTIONS=foreign
|
/external/libffi/man/ |
D | Makefile.am | 3 AUTOMAKE_OPTIONS=foreign
|
/external/llvm/test/ExecutionEngine/Interpreter/ |
D | lit.local.cfg | 1 # These tests require foreign function calls
|
/external/llvm-project/llvm/test/ExecutionEngine/Interpreter/ |
D | lit.local.cfg | 1 # These tests require foreign function calls
|
/external/libffi/include/ |
D | Makefile.am | 3 AUTOMAKE_OPTIONS=foreign
|
/external/python/cpython2/Modules/_ctypes/libffi/include/ |
D | Makefile.am | 3 AUTOMAKE_OPTIONS=foreign
|
/external/adhd/cras/ |
D | Makefile.am | 4 AUTOMAKE_OPTIONS = foreign
|
/external/erofs-utils/mkfs/ |
D | Makefile.am | 4 AUTOMAKE_OPTIONS = foreign
|
/external/erofs-utils/fuse/ |
D | Makefile.am | 4 AUTOMAKE_OPTIONS = foreign
|
/external/libwebsockets/minimal-examples/http-server/ |
D | README.md | 7 minimal-http-server-eventlib-foreign|Demonstrates integrating lws with a foreign event library
|
/external/scapy/scapy/contrib/ |
D | diameter.uts | 106 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/ |
D | Makefile.am | 23 AUTOMAKE_OPTIONS = foreign no-dependencies
|
/external/usrsctp/ |
D | bootstrap | 65 automake --foreign --add-missing --copy
|
/external/libffi/ |
D | METADATA | 2 description: "A portable foreign-function interface library."
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
D | Parser.java | 738 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/ |
D | Makefile.am | 22 AUTOMAKE_OPTIONS = foreign nostdinc
|
12345678910>>...16