HomeSort by relevance Sort by last modified time
    Searched refs:Listen (Results 1 - 25 of 26) sorted by null

1 2

  /external/opencore/oscl/oscl/osclio/src/
oscl_socket_listen.h 28 Internal implementation of async Listen
39 TPVSocketEvent Listen(uint32 qsize,
66 void Listen(uint32 qsize);
oscl_socket_listen.cpp 58 TPVSocketEvent OsclListenMethod::Listen(uint32 qsize,
64 ListenRequest()->Listen(qsize);
72 void OsclListenRequest::Listen(uint32 qsize)
oscl_tcp_socket.h 60 inline int32 Listen(int aQueueSize);
138 inline int32 OsclTCPSocketI::Listen(int aQueueSize)
140 return iSocket->Listen(aQueueSize) ;
179 return (iListenMethod->Listen(qsize, aTimeout));
oscl_socket_imp_base.h 45 virtual int32 Listen(uint32 qSize) = 0;
87 //optional methods, for async bind/listen
oscl_socket_imp_pv.h 58 int32 Listen(uint32 qSize);
oscl_socket.cpp 215 OSCL_EXPORT_REF int32 OsclTCPSocket::Listen(int32 aQueueSize)
217 return iTCPSocket->Listen(aQueueSize);
oscl_socket.h 408 * Listen.
415 OSCL_IMPORT_REF int32 Listen(int32 aQueueSize);
433 * Cancel Async Listen
436 * on the current socket, causing the Listen to complete
438 * Listen operation, this method will have no effect.
oscl_socket_imp_pv.cpp 135 int32 OsclSocketI::Listen(uint32 qSize)
  /external/webkit/WebKitTools/BuildSlaveSupport/
run-performance-tests 62 Listen => 1,
  /external/v8/test/cctest/
test-sockets.cc 36 Semaphore* listening_; // Signalled when the server socket is in listen mode.
50 // Listen for new connections.
51 ok = server_->Listen(1);
  /external/webkit/LayoutTests/http/conf/
apache2-debian-httpd.conf 156 # Listen: Allows you to bind Apache to specific IP addresses and/or
163 #Listen 3000
164 Listen 127.0.0.1:8080
165 Listen 127.0.0.1:8443
apache2-httpd.conf 156 # Listen: Allows you to bind Apache to specific IP addresses and/or
163 #Listen 3000
164 Listen 127.0.0.1:8080
165 Listen 127.0.0.1:8443
fedora-httpd.conf 131 # Listen: Allows you to bind Apache to specific IP addresses and/or
135 # Change this to Listen on specific IP addresses as shown below to
138 #Listen 12.34.56.78:80
139 Listen 127.0.0.1:8080
140 Listen 127.0.0.1:8443
httpd.conf 174 # Listen: Allows you to bind Apache to specific IP addresses and/or
181 #Listen 3000
182 Listen 127.0.0.1:8080
183 Listen 127.0.0.1:8443
cygwin-httpd.conf 174 # Listen: Allows you to bind Apache to specific IP addresses and/or
180 #Listen 3000
181 Listen 127.0.0.1:8080
  /external/quake/quake/src/WinQuake/
net.h 162 void (*Listen) (qboolean state);
189 void (*Listen) (qboolean state);
net_main.cpp 179 Con_Printf ("\"listen\" is \"%u\"\n", listening ? 1 : 0);
189 dfunc.Listen (listening);
220 Cbuf_AddText ("listen 0\n");
223 Cbuf_AddText ("listen 1\n");
256 Cbuf_AddText ("listen 0\n");
257 Cbuf_AddText ("listen 1\n");
834 if (COM_CheckParm("-listen") || cls.state == ca_dedicated)
868 Cmd_AddCommand ("listen", NET_Listen_f);
881 net_drivers[net_driverlevel].Listen (true);
net_dgrm.cpp 828 net_landrivers[i].Listen (state);
    [all...]
  /external/v8/src/
platform-posix.cc 208 bool Listen(int backlog) const;
247 bool POSIXSocket::Listen(int backlog) const {
252 int status = listen(socket_, backlog);
platform.h 475 virtual bool Listen(int backlog) const = 0;
debug-agent.cc 69 bool ok = server_->Listen(1);
88 // Signal termination and make the server exit either its listen call or its
platform-win32.cc     [all...]
  /external/ppp/pppd/plugins/radius/etc/
dictionary 152 VALUE Framed-Routing Listen 2
153 VALUE Framed-Routing Broadcast-Listen 3
  /external/dnsmasq/contrib/dynamic-dnsmasq/
dynamic-dnsmasq.pl 24 # dynamic-dnsmasq.pl listen &
51 die "Usage: $0 ADD|DEL|LISTUSERS|WRITEHOSTSFILE|LISTEN\n";
89 } elsif ( lc $ARGV[0] eq "listen" ) {
94 my $sock = IO::Socket::INET->new(Listen => 5,
  /build/tools/droiddoc/templates/assets/
android-developer-reference.js 380 * - Listen for Ctrl+F (Cmd on Mac) and expand all inherited members (to aid page search)

Completed in 983 milliseconds

1 2