HomeSort by relevance Sort by last modified time
    Searched refs:listen (Results 276 - 300 of 584) sorted by null

<<11121314151617181920>>

  /prebuilts/gdb/linux-x86/lib/python2.7/
asyncore.py 334 def listen(self, num): member in class:dispatcher
338 return self.socket.listen(num)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_httplib.py 424 self.serv.listen(5)
456 self.serv.listen(5)
test_asynchat.py 31 self.sock.listen(1)
test_kqueue.py 87 serverSocket.listen(1)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
asyncore.py 334 def listen(self, num): member in class:dispatcher
338 return self.socket.listen(num)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_httplib.py 424 self.serv.listen(5)
456 self.serv.listen(5)
test_asynchat.py 31 self.sock.listen(1)
test_kqueue.py 87 serverSocket.listen(1)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
asyncore.py 334 def listen(self, num): member in class:dispatcher
338 return self.socket.listen(num)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_httplib.py 424 self.serv.listen(5)
456 self.serv.listen(5)
test_asynchat.py 31 self.sock.listen(1)
  /system/sepolicy/
access_vectors 53 listen
  /art/runtime/jdwp/
jdwp_socket.cc 47 int listenSock; /* listen for connection from debugger */
98 LOG(INFO) << "JDWP will " << (options->server ? "listen" : "connect") << " on port " << port;
108 * tries to bind to a listen port. If "port" is zero, we assume
152 if (listen(netState->listenSock, 5) != 0) {
153 PLOG(probe ? ERROR : FATAL) << "Listen failed";
369 * close the listen socket, but there's a good chance we won't be able to
  /external/boringssl/src/crypto/bio/
bio_test.cc 92 if (listen(listening_sock, 1)) {
93 PrintSocketError("listen");
  /external/dnsmasq/src/
network.c 316 listen(tcpfd, 5) == -1 ||
357 listen(tcpfd, 5) == -1 ||
412 * iface - input of the new interface details to listen on
479 if (listen(new->tcpfd, 5) == -1)
480 die(_("failed to listen on socket: %s"), NULL, EC_BADNET);
563 * we listen on. Before they'd be opened once in create_bound_listeners and stay
564 * until we exited. Now, if an interface moves off the to-listen list we need to
567 * interface - input of the interface details to listen on
663 if (listen(new->tcpfd, 5) == -1)
664 die(_("failed to listen on socket: %s"), NULL, EC_BADNET)
    [all...]
  /external/libmicrohttpd/src/microspdy/
daemon.c 339 if (listen (daemon->socket_fd, 20) < 0)
341 SPDYF_DEBUG("listen %i",errno);
  /external/libmicrohttpd/src/platform/
w32functions.c 581 && 0 == listen(listen_s, 1)
  /external/mtpd/
mtpd.c 111 if (listen(i, 1) == -1 || (control = accept(i, NULL, 0)) == -1) {
  /external/tpm2/
TcpServer.c 61 printf("Cannot create server listen socket. Error is 0x%x\n",
75 // listen/wait for server connections
76 res= listen(*listenSocket,3);
79 printf("Listen error. Error is 0x%x\n", WSAGetLastError());
102 // and return to our caller who can stop the server or listen for another
165 // This function is called to set up the socket interfaces to listen for commands.
186 // Note the platform service is single-threaded so we don't listen for a new
259 // Note the TPM command service is single-threaded so we don't listen for
468 // and return to our caller who can stop the server or listen for another
  /external/webrtc/webrtc/base/
macasyncsocket.cc 217 int MacAsyncSocket::Listen(int backlog) {
222 int res = ::listen(native_socket_, backlog);
  /hardware/libhardware/include/hardware/
bt_gatt_client.h 169 * Callback indicating the status of a listen() operation
289 /** Start or stop advertisements to listen for incoming connections */
290 bt_status_t (*listen)(int client_if, bool start); member in struct:__anon30688
  /libcore/luni/src/test/java/libcore/java/net/
OldServerSocketTest.java 355 protected void listen(int arg0) throws IOException { method in class:OldServerSocketTest.MockSocketImpl
  /libcore/ojluni/src/main/java/java/net/
AbstractPlainSocketImpl.java 377 * @param count the amount of time to listen for connections
379 protected synchronized void listen(int count) throws IOException { method in class:AbstractPlainSocketImpl
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_asynchat.py 31 self.sock.listen(1)
test_kqueue.py 87 serverSocket.listen(1)

Completed in 1262 milliseconds

<<11121314151617181920>>