HomeSort by relevance Sort by last modified time
    Searched refs:LOCALHOST (Results 1 - 5 of 5) sorted by null

  /frameworks/base/tests/CoreTests/android/core/
NsdServiceInfoTest.java 20 public final static InetAddress LOCALHOST;
30 LOCALHOST = _host;
96 fullInfo.setHost(LOCALHOST);
109 attributedInfo.setHost(LOCALHOST);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
run.py 23 LOCALHOST = '127.0.0.1'
84 args=((LOCALHOST, port),))