Searched defs:Socket (Results 1 - 6 of 6) sorted by relevance

/external/chromium/net/socket/
H A Dsocket.h16 class Socket { class in namespace:net
18 virtual ~Socket() {}
/external/webkit/Source/WebKit/android/wds/
H A DConnection.h36 class Socket { class in namespace:android::WDS
38 Socket(): m_fd(-1) {} function in class:android::WDS::Socket
39 Socket(int fd): m_fd(fd) {} function in class:android::WDS::Socket
40 ~Socket() {
66 Socket m_socket;
79 Socket m_socket;
/external/chromium/third_party/libjingle/source/talk/base/
H A Dsocket.h145 class Socket { class in namespace:talk_base
147 virtual ~Socket() {}
164 virtual Socket *Accept(SocketAddress *paddr) = 0;
191 Socket() {} function in class:talk_base::Socket
194 DISALLOW_EVIL_CONSTRUCTORS(Socket);
/external/v8/src/
H A Dplatform.h108 class Socket;
238 // Factory method for creating platform dependent Socket.
239 // Please use delete to reclaim the storage for the returned Socket.
240 static Socket* CreateSocket();
632 // Socket
635 class Socket { class in namespace:v8::internal
637 virtual ~Socket() {}
642 virtual Socket* Accept() const = 0;
648 // Receive calls to exit. After Shutdown the Socket object cannot be used for
/external/qemu/android/
H A Dconsole.c92 typedef int Socket; typedef
97 Socket sock; /* socket used for communication */
109 Socket listen_fd;
322 control_client_create( Socket socket,
599 Socket fd;
631 Socket fd;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 157 milliseconds