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

<<31323334353637383940>>

  /packages/services/Telephony/src/com/android/phone/common/mail/
MailTransport.java 149 // Only throw an error when there are no more sockets to try.
  /packages/services/Telephony/tests/src/com/android/phone/common/mail/
MailTransportTest.java 95 // For testing purposes, how sockets are created can be overridden.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
socket.h 107 /* Create two new sockets, of type TYPE in domain DOMAIN and using
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
socket.h 107 /* Create two new sockets, of type TYPE in domain DOMAIN and using
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
socket.h 107 /* Create two new sockets, of type TYPE in domain DOMAIN and using
  /prebuilts/go/darwin-x86/src/net/
ipsock.go 5 // Internet protocol family sockets
  /prebuilts/go/darwin-x86/src/syscall/
syscall_plan9.go 51 // creation of IPv6 sockets to return EAFNOSUPPORT.
types_linux.go 167 // Sockets
  /prebuilts/go/linux-x86/src/net/
ipsock.go 5 // Internet protocol family sockets
  /prebuilts/go/linux-x86/src/syscall/
syscall_plan9.go 51 // creation of IPv6 sockets to return EAFNOSUPPORT.
types_linux.go 167 // Sockets
  /system/bt/tools/bdtool/
bdtool.c 213 fprintf(stderr, "Unable to listen for incoming SCO sockets: %d\n", error);
  /system/connectivity/dhcp_client/
dhcpv4.cc 91 sockets_(new shill::Sockets()),
  /system/core/adb/
Android.mk 54 sockets.cpp \
fdevent.cpp 64 // Then we can avoid leaving many sockets in CLOSE_WAIT state. See http://b/23314034.
sysdeps_win32.cpp 34 #include <cutils/sockets.h>
636 // non-blocking sockets can cause an error code of WSAEWOULDBLOCK and
667 std::vector<WSAPOLLFD> sockets; local
680 sockets.push_back(wsapollfd);
685 if (sockets.empty()) {
689 int result = WSAPoll(sockets.data(), sockets.size(), timeout);
696 for (size_t i = 0; i < sockets.size(); ++i) {
697 original[i]->revents = sockets[i].revents;
    [all...]
transport_local.cpp 29 #include <cutils/sockets.h>
  /external/netperf/src/
nettest_sctp.c 98 non_block = 0, /* default to blocking sockets */
113 SCTP Sockets Test Options:\n\
316 /* (a.k.a. stream) for the sockets interface. It receives its */
    [all...]
  /bionic/libc/
SYSCALLS.TXT 239 # sockets
258 # sockets for x86. These are done as an "indexed" call to socketcall syscall.
  /docs/source.android.com/src/security/overview/
app-security.jd 176 Examples include the filesystem, local sockets, or signals. However, the Linux
209 sockets or world-writable files, these are the recommended Android IPC
  /external/avahi/man/
avahi-daemon.conf.5.xml.in 69 sockets. Default is "yes".</p>
75 sockets. Default is "yes".</p>
  /external/libnl/lib/
nl.c 394 * A non-blocking sockets causes the function to return immediately with
696 * A non-blocking sockets causes the function to return immediately if
  /external/libvncserver/rfb/
rfbclient.h 215 /* sockets.c */
545 /* sockets.c */
  /external/libxml2/doc/devhelp/
libxml2-nanoftp.html 81 </pre><p>macro used to provide portability of code to windows sockets the value to be used when the socket is not valid</p>
85 </pre><p>macro used to provide portability of code to windows sockets</p>
  /external/mockwebserver/src/main/java/com/google/mockwebserver/
MockWebServer.java 233 * This gnarly block of code will release all sockets and
381 // of sockets being in a known state when subsequent requests are made.

Completed in 2601 milliseconds

<<31323334353637383940>>