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

1 2

  /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/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/chromium_org/third_party/tlslite/tlslite/integration/
XMLRPCTransport.py 28 server = ServerProxy("https://localhost", transport)
  /external/openssh/regress/
dynamic-forward.sh 42 for h in 127.0.0.1 localhost; do
  /external/chromium_org/chrome/test/functional/ispy/ispy_core/tools/
reverse_port_forwarder.py 76 'host-resolver-rules=\'MAP * 127.0.0.1,EXCEPT, localhost\'']
  /external/chromium_org/net/websockets/
websocket_throttle_unittest.cc 286 // For localhost: 127.0.0.1, 127.0.0.1
292 new SocketStream(GURL("ws://localhost/"), w1.get()));
299 // Trying to open connection to localhost will start without wait.
314 IPAddressNumber localhost; local
315 ParseIPLiteralToNumber("127.0.0.1", &localhost);
321 new SocketStream(GURL("ws://localhost:80/"), w1.get()));
325 AddressList::CreateFromIPAddress(localhost, 80));
329 // Trying to open connection to localhost:80 will start without waiting.
335 new SocketStream(GURL("ws://localhost:81/"), w2.get()));
339 AddressList::CreateFromIPAddress(localhost, 81))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_timeout.py 104 self.localhost = '127.0.0.1'
152 test_support.bind_port(self.sock, self.localhost)
170 test_support.bind_port(self.sock, self.localhost)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_timeout.py 104 self.localhost = '127.0.0.1'
152 test_support.bind_port(self.sock, self.localhost)
170 test_support.bind_port(self.sock, self.localhost)
  /external/jmdns/src/javax/jmdns/impl/
HostInfo.java 67 HostInfo localhost = null; local
104 localhost = new HostInfo(addr, aName, dns);
105 return localhost;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
SimpleXMLRPCServer.py 15 server = SimpleXMLRPCServer(("localhost", 8000))
36 server = SimpleXMLRPCServer(("localhost", 8000))
67 server = SimpleXMLRPCServer(("localhost", 8000))
89 server = MathServer(("localhost", 8000))
704 server = SimpleXMLRPCServer(("localhost", 8000))
smtpd.py 4 Usage: %(program)s [options] [localhost:localport [remotehost:remoteport]]
33 If localhost is not given then `localhost' is used, and if localport is not
34 given then 8025 is used. If remotehost is not given then `localhost' is used,
493 localspec = 'localhost:8025'
494 remotespec = 'localhost:25'
497 remotespec = 'localhost:25'
508 options.localhost = localspec[:i]
535 proxy = class_((options.localhost, options.localport),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
SimpleXMLRPCServer.py 15 server = SimpleXMLRPCServer(("localhost", 8000))
36 server = SimpleXMLRPCServer(("localhost", 8000))
67 server = SimpleXMLRPCServer(("localhost", 8000))
89 server = MathServer(("localhost", 8000))
704 server = SimpleXMLRPCServer(("localhost", 8000))
smtpd.py 4 Usage: %(program)s [options] [localhost:localport [remotehost:remoteport]]
33 If localhost is not given then `localhost' is used, and if localport is not
34 given then 8025 is used. If remotehost is not given then `localhost' is used,
493 localspec = 'localhost:8025'
494 remotespec = 'localhost:25'
497 remotespec = 'localhost:25'
508 options.localhost = localspec[:i]
535 proxy = class_((options.localhost, options.localport),
  /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/chromium_org/chrome/browser/net/
predictor_unittest.cc 124 GURL localhost("http://localhost:80");
126 names.push_back(localhost);
136 EXPECT_FALSE(testing_master.WasFound(localhost));
  /external/chromium_org/ppapi/native_client/tests/ppapi_browser/bad/
nacl.scons 10 # Manual testing with localhost:5103/scons-out/.../staging/ppapi_bad.html:
  /external/chromium_org/third_party/openssl/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/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...]
  /prebuilts/python/darwin-x86/2.7.5/bin/
smtpd.py 4 Usage: %(program)s [options] [localhost:localport [remotehost:remoteport]]
33 If localhost is not given then `localhost' is used, and if localport is not
34 given then 8025 is used. If remotehost is not given then `localhost' is used,
493 localspec = 'localhost:8025'
494 remotespec = 'localhost:25'
497 remotespec = 'localhost:25'
508 options.localhost = localspec[:i]
535 proxy = class_((options.localhost, options.localport),
  /prebuilts/python/linux-x86/2.7.5/bin/
smtpd.py 4 Usage: %(program)s [options] [localhost:localport [remotehost:remoteport]]
33 If localhost is not given then `localhost' is used, and if localport is not
34 given then 8025 is used. If remotehost is not given then `localhost' is used,
493 localspec = 'localhost:8025'
494 remotespec = 'localhost:25'
497 remotespec = 'localhost:25'
508 options.localhost = localspec[:i]
535 proxy = class_((options.localhost, options.localport),
  /external/chromium_org/build/android/buildbot/
bb_device_status_check.py 188 server = smtplib.SMTP('localhost')

Completed in 559 milliseconds

1 2