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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test___all__.py 72 # In case _socket fails to build, make this test fail more gracefully
74 import _socket namespace
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test___all__.py 72 # In case _socket fails to build, make this test fail more gracefully
74 import _socket namespace
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
socket.py 1 # Wrapper module for _socket, providing some additional facilities
47 import _socket namespace
48 from _socket import *
97 __all__.extend(os._get_exports_list(_socket))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
socket.py 1 # Wrapper module for _socket, providing some additional facilities
47 import _socket namespace
48 from _socket import *
97 __all__.extend(os._get_exports_list(_socket))
  /external/jmdns/src/javax/jmdns/impl/
JmDNSImpl.java 70 private volatile MulticastSocket _socket; field in class:JmDNSImpl
449 if (_socket != null) {
452 _socket = new MulticastSocket(DNSConstants.MDNS_PORT);
455 _socket.setNetworkInterface(hostInfo.getInterface());
462 _socket.setTimeToLive(255);
463 _socket.joinGroup(_group);
472 if (_socket != null) {
476 _socket.leaveGroup(_group);
480 _socket.close();
506 _socket = null
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 

Completed in 64 milliseconds