HomeSort by relevance Sort by last modified time
    Searched full:_localhost (Results 1 - 3 of 3) sorted by null

  /external/jmdns/src/javax/jmdns/impl/
JmDNSImpl.java 303 private HostInfo _localHost;
407 _localHost = HostInfo.newHostInfo(address, this, name);
408 _name = (name != null ? name : _localHost.getName());
516 return this._localHost.advanceState(task);
524 return this._localHost.revertState();
532 return this._localHost.cancelState();
540 return this._localHost.closeState();
548 return this._localHost.recoverState();
564 this._localHost.associateWithTask(task, state);
572 this._localHost.removeAssociationWithTask(task)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib.py 809 _localhost = None variable
812 global _localhost
813 if _localhost is None:
814 _localhost = socket.gethostbyname('localhost')
815 return _localhost
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib.py 809 _localhost = None variable
812 global _localhost
813 if _localhost is None:
814 _localhost = socket.gethostbyname('localhost')
815 return _localhost
    [all...]

Completed in 588 milliseconds