HomeSort by relevance Sort by last modified time
    Searched full:sockets (Results 276 - 300 of 1483) sorted by null

<<11121314151617181920>>

  /prebuilts/go/darwin-x86/src/net/
sockopt_bsd.go 44 // Allow multicast UDP and raw IP datagram sockets to listen
platform_test.go 68 // Abstract unix domain sockets, a Linux-ism.
118 // IPv6 communication using AF_INET6 sockets.
136 // sockets.
  /prebuilts/go/linux-x86/src/net/
ipsock_posix.go 7 // Internet protocol family sockets for POSIX
20 // routed to an IPv6 socket - two separate sockets are required if
36 // only dealing with IPv4 sockets? As long as the host system
156 // Internet sockets (TCP, UDP, IP)
sockopt_bsd.go 44 // Allow multicast UDP and raw IP datagram sockets to listen
platform_test.go 68 // Abstract unix domain sockets, a Linux-ism.
118 // IPv6 communication using AF_INET6 sockets.
136 // sockets.
  /system/core/include/cutils/
qtaguid.h 29 * Set tags (and owning UIDs) for network sockets.
  /system/core/init/
signal_handler.cpp 29 #include <cutils/sockets.h>
  /system/core/libcutils/
sockets.cpp 32 #include <cutils/sockets.h>
  /system/sepolicy/
surfaceflinger.te 33 # Create and use netlink kobject uevent sockets.
  /external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/output/
MockSocketConnectionTest.java 37 * To verify that the tests reflect the behavior of real TCP sockets this
65 System.err.println("Using Real Sockets!");
139 // Real sockets will have a delay
  /external/libchrome/base/message_loop/
message_pump_libevent.h 21 // Class to monitor sockets and issue callbacks when sockets are ready for I/O
160 // Libevent dispatcher. Watches all sockets registered with it, and sends
  /external/libchrome/base/
sync_socket.h 50 // Initializes and connects a pair of sockets.
52 // return, the sockets will both be valid and connected.
112 // Initializes a pair of cancelable sockets. See documentation for
  /external/skia/experimental/nanomsg/
picture_demo.cpp 95 //Clients use NN_REQ (request) type sockets.
128 // NN_REP sockets receive a request then make a reply. NN_PULL sockets just receive a request.
  /external/webrtc/webrtc/base/
natsocketfactory.h 35 // Creates sockets that will send all traffic through a NAT, using an existing
36 // NATServer instance running at nat_addr. The actual data is sent using sockets
62 // Creates sockets that will send traffic through a NAT depending on what
  /frameworks/base/core/java/org/apache/http/conn/scheme/
SocketFactory.java 43 * A factory for creating and connecting sockets.
117 * As a rule of thumb, plain sockets are not secure and
118 * TLS/SSL sockets are secure. However, there may be
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_imaplib.py 72 # between naked sockets and SSL sockets.
78 # Naked sockets return empty strings..
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_imaplib.py 72 # between naked sockets and SSL sockets.
78 # Naked sockets return empty strings..
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_imaplib.py 72 # between naked sockets and SSL sockets.
78 # Naked sockets return empty strings..
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_imaplib.py 72 # between naked sockets and SSL sockets.
78 # Naked sockets return empty strings..
  /system/core/adb/
adb_listeners.cpp 23 #include <cutils/sockets.h>
122 #if !defined(_WIN32) // No Unix-domain sockets on Windows.
174 // Never remove smart sockets.
  /external/curl/docs/libcurl/
libcurl-multi.3 138 call with information about what sockets to wait for, and for what activity,
143 sockets libcurl is currently using and for what activities (read and/or write)
144 on those sockets your application is expected to wait for.
146 Your application must make sure to receive all sockets informed about in the
166 the sockets you've been asked to wait on, or if the timeout timer expires.
  /external/curl/lib/
curl_setup_once.h 130 /* Minix doesn't support recv on TCP sockets */
142 * which is used to read incoming data from sockets. If your
182 /* Minix doesn't support send on TCP sockets */
215 * Currently recvfrom is only used on udp sockets.
269 * Stack-independent version of fcntl() on sockets:
  /system/connectivity/shill/
device_info.h 47 class Sockets;
299 void set_sockets(Sockets* sockets) { sockets_.reset(sockets); }
333 std::unique_ptr<Sockets> sockets_;
http_proxy.cc 40 #include "shill/net/sockets.h"
105 Sockets* sockets) {
113 proxy_socket_ = sockets->Socket(PF_INET, SOCK_STREAM, 0);
124 if (sockets->Bind(proxy_socket_,
127 sockets->GetSockName(proxy_socket_,
130 sockets->SetNonBlocking(proxy_socket_) < 0 ||
131 sockets->Listen(proxy_socket_, kMaxClientQueue) < 0) {
132 sockets->Close(proxy_socket_);
150 new AsyncConnection(connection_->interface_name(), dispatcher, sockets,
    [all...]
  /external/autotest/client/site_tests/platform_CompressedSwapPerf/
platform_CompressedSwapPerf.py 291 sockets = []
305 # Open sockets to hog processes, waiting for them to bind first.
309 sockets.append(hog_sock)
320 for hog_sock in sockets:
324 for hog_sock in sockets:
341 hog_sock = sockets[selection]
384 for hog_sock in sockets:

Completed in 1719 milliseconds

<<11121314151617181920>>