| /external/strace/ |
| D | listen.c | 34 SYS_FUNC(listen) in SYS_FUNC() argument
|
| /external/musl/src/network/ |
| D | listen.c | 4 int listen(int fd, int backlog) in listen() function
|
| /external/libcap/goapps/web/ |
| D | web.go | 60 func listen(network, address string) (net.Listener, error) { func
|
| /external/obex/src/com/android/obex/ |
| D | ObexTransport.java | 59 void listen() throws IOException; in listen() method
|
| D | ServerOperation.java | 129 ServerRequestHandler listen) throws IOException { in ServerOperation()
|
| /external/rust/crates/mio/src/sys/windows/ |
| D | tcp.rs | 49 pub(crate) fn listen(socket: &net::TcpListener, backlog: u32) -> io::Result<()> { in listen() function
|
| /external/rust/crates/mio/src/sys/shell/ |
| D | tcp.rs | 20 pub(crate) fn listen(_: &net::TcpListener, _: u32) -> io::Result<()> { in listen() function
|
| /external/crosvm/e2e_tests/guest_under_test/rootfs/ |
| D | delegate.rs | 32 fn listen(input: Box<dyn io::Read>, mut output: Box<dyn io::Write>) -> io::Result<()> { in listen() function
|
| /external/rust/crates/grpcio-sys/grpc/test/http2_test/ |
| D | http2_test_server.py | 87 def listen(endpoint, test_case): function
|
| /external/grpc-grpc/test/http2_test/ |
| D | http2_test_server.py | 82 def listen(endpoint, test_case): function
|
| /external/autotest/client/cros/netprotos/ |
| D | fake_host.py | 45 def listen(self, ip_addr, port, recv_callback): member in FakeSocket
|
| D | interface_host.py | 102 def listen(self, ip_addr, port, recv_callback): member in InterfaceDatagramSocket
|
| /external/rust/crates/mio/src/sys/unix/ |
| D | tcp.rs | 36 pub(crate) fn listen(socket: &net::TcpListener, backlog: u32) -> io::Result<()> { in listen() function
|
| /external/swiftshader/src/System/ |
| D | Socket.cpp | 66 void Socket::listen(int backlog) in listen() function in sw::Socket
|
| /external/AFLplusplus/utils/socket_fuzzing/ |
| D | socketfuzz.c | 91 int listen(int sockfd, int backlog) { in listen() function
|
| /external/deqp/framework/delibs/decpp/ |
| D | deSocket.cpp | 96 void Socket::listen (const SocketAddress& address) in listen() function in de::Socket
|
| /external/grpc-grpc/src/core/lib/iomgr/ |
| D | tcp_custom.h | 67 grpc_error* (*listen)(grpc_custom_socket* socket); member
|
| /external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
| D | tcp_custom.h | 71 grpc_error_handle (*listen)(grpc_custom_socket* socket); member
|
| /external/parameter-framework/asio-1.10.6/include/asio/ |
| D | basic_socket_acceptor.hpp | 413 void listen(int backlog = socket_base::max_connections) in listen() function in asio::basic_socket_acceptor 442 asio::error_code listen(int backlog, asio::error_code& ec) in listen() function in asio::basic_socket_acceptor
|
| D | socket_acceptor_service.hpp | 139 asio::error_code listen(implementation_type& impl, int backlog, in listen() function in asio::socket_acceptor_service
|
| /external/autotest/client/deps/lansim/src/py/ |
| D | host.py | 278 def listen(self, ip_addr, port, recv_callback): member in UDPSocket
|
| /external/parameter-framework/upstream/asio/stub/ |
| D | asio.hpp | 70 void listen() const {}; in listen() function
|
| /external/libchromeos-rs/src/ |
| D | net.rs | 172 pub fn listen(self) -> io::Result<TcpListener> { in listen() method
|
| /external/rust/crates/tokio/src/net/tcp/ |
| D | socket.rs | 644 pub fn listen(self, backlog: u32) -> io::Result<TcpListener> { in listen() method
|
| /external/python/cpython3/Lib/test/ |
| D | mock_socket.py | 87 def listen(self, backlog): member in MockSocket
|