Home
last modified time | relevance | path

Searched defs:listen (Results 1 – 25 of 55) sorted by relevance

123

/third_party/grpc/src/python/grpcio_tests/tests/unit/framework/common/
D__init__.py28 listen=True, argument
78 listen=True, argument
/third_party/musl/src/network/
Dlisten.c4 int listen(int fd, int backlog) in listen() function
/third_party/typescript/tests/cases/compiler/
DdeclaredExternalModule.ts13 listen: (port: number) => void; property
DexportAssignmentWithImportStatementPrivacyError.ts8 listen: (port: number) => void; property
DexportAssignmentWithPrivacyError.ts7 listen: (port: number) => void; property
DdeclareFileExportAssignment.ts9 listen: (port: number) => void; property
DmultipleExportAssignments.ts7 listen: (port: number) => void; property
DdeclaredExternalModuleWithExportAssignment.ts8 listen: (port: number) => void; property
DdeclarationMaps.ts9 listen: (port: number) => void; property
DdeclarationMapsWithoutDeclaration.ts8 listen: (port: number) => void; property
DdeclFileExportAssignmentImportInternalModule.ts10 listen: (port: number) => void; property
DdeclareFileExportAssignmentWithVarFromVariableStatement.ts9 listen: (port: number) => void; property
DdeclFileImportModuleWithExportAssignment.ts11 listen: (port: number) => void; property
/third_party/grpc/test/http2_test/
Dhttp2_test_server.py87 def listen(endpoint, test_case): function
/third_party/node/lib/internal/cluster/
Dchild.js142 function listen(backlog) { function
175 const handle = { close, listen, ref: noop, unref: noop }; property
/third_party/weston/include/libweston/
Dxwayland-api.h80 (*listen)(struct weston_xwayland *xwayland, void *user_data, member
/third_party/skia/third_party/externals/swiftshader/src/Common/
DSocket.cpp65 void Socket::listen(int backlog) in listen() function in sw::Socket
/third_party/skia/third_party/externals/swiftshader/src/System/
DSocket.cpp66 void Socket::listen(int backlog) in listen() function in sw::Socket
/third_party/ffmpeg/libavformat/
Dtls.h34 int listen; member
Dunix.c39 int listen; member
/third_party/vk-gl-cts/framework/delibs/decpp/
DdeSocket.cpp96 void Socket::listen (const SocketAddress& address) in listen() function in de::Socket
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/aio/iomgr/
Dsocket.pxd.pxi61 cdef listen(self) member in _AsyncioSocket
Dsocket.pyx.pxi205 cdef listen(self): member in _AsyncioSocket
/third_party/node/doc/api/
Dnet.md366 #### `server.listen(handle[, backlog][, callback])`
385 #### `server.listen(options[, callback])`
440 #### `server.listen(path[, backlog][, callback])`
453 #### `server.listen([port[, host[, backlog]]][, callback])`
/third_party/grpc/src/core/lib/iomgr/
Dtcp_custom.h70 grpc_error* (*listen)(grpc_custom_socket* socket); member

123