HomeSort by relevance Sort by last modified time
    Searched defs:SOCKET (Results 1 - 15 of 15) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_socket_types.h 11 typedef UINT_PTR SOCKET;
13 typedef INT_PTR SOCKET;
16 #define INVALID_SOCKET (SOCKET)(~0)
  /external/libxml2/include/libxml/
nanoftp.h 23 * SOCKET:
27 #define SOCKET int
32 * the value to be used when the socket is not valid
137 XMLPUBFUN SOCKET XMLCALL
146 XMLPUBFUN SOCKET XMLCALL
  /external/bluetooth/bluedroid/udrv/ulinux/
uipc_linux.h 21 typedef int SOCKET;
22 #define INVALID_SOCKET (SOCKET)(-1)
25 /* tcp/ip socket configuration */
36 /* Socket configuration for GLGPS interface */
  /external/chromium_org/third_party/webrtc/test/channel_transport/
udp_socket_wrapper.h 27 typedef int SOCKET;
31 #define INVALID_SOCKET (SOCKET)(~0)
60 // Socket to local address specified by name.
71 // Set socket options.
87 // Close socket and don't return until completed.
100 // Creating the socket is done via CreateSocket().
102 // Destroying the socket is done via CloseBlocking().
  /external/chromium_org/third_party/libjingle/source/talk/base/
physicalsocketserver.h 39 typedef int SOCKET;
66 virtual SOCKET GetSocket() = 0;
74 // A socket server that provides the real sockets of the underlying OS.
81 virtual Socket* CreateSocket(int type);
82 virtual Socket* CreateSocket(int family, int type);
88 AsyncSocket* WrapSocket(SOCKET s);
  /external/chromium_org/third_party/webrtc/base/
physicalsocketserver.h 22 typedef int SOCKET;
49 virtual SOCKET GetSocket() = 0;
57 // A socket server that provides the real sockets of the underlying OS.
64 virtual Socket* CreateSocket(int type);
65 virtual Socket* CreateSocket(int family, int type);
71 AsyncSocket* WrapSocket(SOCKET s);
  /external/chromium_org/ppapi/proxy/
serialized_handle.h 27 // memory handle, socket descriptor, etc). This is useful for passing handles in
32 enum Type { INVALID, SHARED_MEMORY, SOCKET, FILE };
60 // Create a socket or file handle.
66 bool is_socket() const { return type_ == SOCKET; }
93 void set_socket(const IPC::PlatformFileForTransit& socket) {
94 type_ = SOCKET;
95 descriptor_ = socket;
147 // This is valid if type == SOCKET || type == FILE.
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3defs.h 225 typedef struct sockaddr_in ANTLR3_SOCKADDRT, * pANTLR3_SOCKADDRT; // Type used for socket address declaration
299 # include <socket.h>
302 # include <sys/socket.h>
351 // SOCKET not defined on Unix
353 typedef int SOCKET;
364 typedef struct sockaddr_in ANTLR3_SOCKADDRT, * pANTLR3_SOCKADDRT; // Type used for socket address declaration
380 typedef struct sockaddr_in ANTLR3_SOCKADDRT, * pANTLR3_SOCKADDRT; // Type used for socket address declaration
385 #define INVALID_SOCKET ((SOCKET)-1)
  /development/apps/Development/src/com/android/development/
Connectivity.java 69 import java.net.Socket;
555 onRoutedRequest(SOCKET);
558 private final static int SOCKET = 1;
575 case SOCKET:
663 Socket socket = null; local
665 socket = new Socket(remote, 80, local, 6000);
667 Log.e(TAG, "Exception creating socket: " + e);
671 PrintWriter out = new PrintWriter(socket.getOutputStream(), true)
700 Socket socket = null; local
    [all...]
  /external/chromium_org/third_party/libxml/src/
nanoftp.c 32 #include <sys/socket.h>
56 #include <sys/socket.h>
95 #define SOCKET int
131 struct sockaddr_in ftpAddr; /* the socket address struct */
134 SOCKET controlFd; /* the file descriptor for the control socket */
135 SOCKET dataFd; /* the file descriptor for the data socket */
157 s = socket (AF_INET6, SOCK_STREAM, 0);
916 ctxt->controlFd = socket (AF_INET6, SOCK_STREAM, 0)
    [all...]
nanohttp.c 31 #include <sys/socket.h>
78 #define SOCKET int
105 #define SOCKET int
117 #ifndef SOCKET
118 #define SOCKET int
142 SOCKET fd; /* the file descriptor for the socket */
201 s = socket (AF_INET6, SOCK_STREAM, 0);
477 * socket to be writable or default timeout prior
836 * @addr: a socket address structur
    [all...]
  /external/libxml2/
nanohttp.c 31 #include <sys/socket.h>
102 #define SOCKET int
137 SOCKET fd; /* the file descriptor for the socket */
194 SOCKET s;
196 s = socket (AF_INET6, SOCK_STREAM, 0);
482 * socket to be writable or default timeout prior
841 * @addr: a socket address structure
844 * non-blocking semantic on the socket, and allow 60 seconds for
850 static SOCKET
    [all...]
  /external/netperf/
netlib.h 10 # include <sys/socket.h>
327 #define SOCKET int
334 /* the socket from another thread can also return several other errors. */
417 extern SOCKET win_kludge_socket, win_kludge_socket2;
445 extern SOCKET server_sock;
487 extern void set_sock_buffer(SOCKET sd,
507 extern int set_nonblock (SOCKET sock);
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 1574 milliseconds