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

  /external/chromium-trace/trace-viewer/examples/
run_stream_server.sh 9 echo Navigate to http://localhost:8001/examples/stream_trace_viewer.html
  /external/ppp/pppd/plugins/radius/etc/
radiusclient.conf 37 authserver localhost:1812
42 acctserver localhost:1813
  /libcore/luni/src/test/java/libcore/java/net/
InetSocketAddressTest.java 45 "127.0.0.1", "localhost", "42.42.42.42", "0.0.0.0"
55 "localhost", "localhost", "42.42.42.42", "0.0.0.0"
69 new InetSocketAddress(InetAddress.getByName("localhost"), 65536);
75 new InetSocketAddress(InetAddress.getByName("localhost"), -1);
106 InetAddress localhost = InetAddress.getByName("localhost"); local
107 isa1 = new InetSocketAddress(localhost.getHostName(), 80);
108 isa2 = new InetSocketAddress(localhost.getHostAddress(), 80);
118 "127.0.0.1", "localhost", "42.42.42.42", "0.0.0.0
130 InetAddress localhost = InetAddress.getByName("localhost"); local
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
DatagramSocketImplTest.java 42 InetAddress localhost = InetAddress.getByName("localhost"); //$NON-NLS-1$ local
44 impl.test_connect(localhost, 0);
45 impl.test_connect(localhost, -1);
DatagramPacketTest.java 133 final InetAddress localhost = InetAddress.getLocalHost(); local
134 DatagramSocket socket = new DatagramSocket(0, localhost);
139 6 }, 6, localhost, port);
  /external/webkit/LayoutTests/fast/url/script-tests/
file-http-base.js 52 ["file://localhost", "file://localhost/"],
53 ["file://localhost/", "file://localhost/"],
54 ["file://localhost/test", "file://localhost/test"],
file.js 51 ["file://localhost", "file://localhost/"],
52 ["file://localhost/", "file://localhost/"],
53 ["file://localhost/test", "file://localhost/test"],
relative-win.js 17 ["file:///C:/something", "//localhost/c:/foo", "file:///C:/foo"],
27 ["file://localhost/C:/foo", "/bar", "file://localhost/C:/bar"],
standard-url.js 44 ["file:/example.com/", "file://localhost/example.com/"],
  /external/mdnsresponder/mDNSShared/
dnsextd.conf 7 // on port 53, and forward them on as appropriate to BIND on localhost:5030.
17 // tell BIND to accept packets from localhost:5030, like this:
  /external/openssh/regress/
dynamic-forward.sh 42 for h in 127.0.0.1 localhost; do
test-exec.sh 277 HostKeyAlias localhost-with-alias
307 echon 'localhost-with-alias,127.0.0.1,::1 '
  /external/jmdns/src/javax/jmdns/impl/
HostInfo.java 67 HostInfo localhost = null; local
104 localhost = new HostInfo(addr, aName, dns);
105 return localhost;
  /external/chromium/chrome/browser/net/
predictor_unittest.cc 132 GURL localhost("http://localhost:80");
134 names.push_back(localhost);
142 EXPECT_FALSE(testing_master->WasFound(localhost));
  /external/openssl/ssl/
ssltest.c 1085 char localhost[MAXHOSTNAMELEN+2]; local
1087 if (gethostname(localhost, sizeof localhost-1) == 0)
1089 localhost[sizeof localhost-1]='\0';
1090 if(strlen(localhost) == sizeof localhost-1)
1092 BIO_printf(bio_err,"localhost name too long\n");
1096 localhost);
    [all...]
  /external/webkit/LayoutTests/http/conf/
fedora-httpd.conf 264 ServerAdmin root@localhost
  /external/netperf/
netlib.c     [all...]
  /libcore/support/src/test/java/libcore/java/security/
TestKeyStore.java 254 subject = localhost();
471 private X500Principal localhost() { method in class:TestKeyStore.Builder
    [all...]
  /external/openssh/
configure     [all...]

Completed in 787 milliseconds