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

  /external/chromium_org/ppapi/proxy/
serialized_handle.h 93 void set_socket(const IPC::PlatformFileForTransit& socket) { function in class:ppapi::proxy::SerializedHandle
115 set_socket(IPC::InvalidPlatformFileForTransit());
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
asyncore.py 245 self.set_socket(sock, map)
299 self.set_socket(sock)
301 def set_socket(self, sock, map=None): member in class:dispatcher
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
asyncore.py 245 self.set_socket(sock, map)
299 self.set_socket(sock)
301 def set_socket(self, sock, map=None): member in class:dispatcher
  /external/chromium_org/net/socket/
socket_test_util.h 212 void set_socket(AsyncSocket* socket) { socket_ = socket; } function in class:net::SocketDataProvider
    [all...]

Completed in 1172 milliseconds