HomeSort by relevance Sort by last modified time
    Searched full:localhost (Results 151 - 175 of 1417) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/nanohttpd/core/src/test/java/fi/iki/elonen/integration/
GetAndPostIntegrationTest.java 105 HttpGet httpget = new HttpGet("http://localhost:8192/?age=120&gender=Male");
116 HttpPost httppost = new HttpPost("http://localhost:8192/");
132 HttpPost httppost = new HttpPost("http://localhost:8192/");
148 HttpPost httppost = new HttpPost("http://localhost:8192/");
159 HttpGet httpget = new HttpGet("http://localhost:8192/");
170 HttpPost httppost = new HttpPost("http://localhost:8192/chin");
  /frameworks/base/core/tests/coretests/src/android/net/http/
AbstractProxyTest.java 76 new HttpGet("https://localhost:" + server.getPort() + "/foo"));
242 System.setProperty("proxyHost", "localhost");
248 System.setProperty("http.proxyHost", "localhost");
254 System.setProperty("https.proxyHost", "localhost");
261 new HttpHost("localhost", server.getPort()));
267 new HttpHost("localhost", server.getPort()));
  /prebuilts/go/darwin-x86/src/net/http/pprof/
pprof.go 22 // log.Println(http.ListenAndServe("localhost:6060", nil))
27 // go tool pprof http://localhost:6060/debug/pprof/heap
31 // go tool pprof http://localhost:6060/debug/pprof/profile
35 // go tool pprof http://localhost:6060/debug/pprof/block
39 // wget http://localhost:6060/debug/pprof/trace?seconds=5
41 // To view all available profiles, open http://localhost:6060/debug/pprof/
  /prebuilts/go/linux-x86/src/net/http/pprof/
pprof.go 22 // log.Println(http.ListenAndServe("localhost:6060", nil))
27 // go tool pprof http://localhost:6060/debug/pprof/heap
31 // go tool pprof http://localhost:6060/debug/pprof/profile
35 // go tool pprof http://localhost:6060/debug/pprof/block
39 // wget http://localhost:6060/debug/pprof/trace?seconds=5
41 // To view all available profiles, open http://localhost:6060/debug/pprof/
  /external/apache-harmony/x-net/src/test/impl/java.injected/javax/net/ssl/
HttpsURLConnection_ImplTest.java 37 if (ver.verify("localhost", null)) {
49 if (ver.verify("localhost", null)) {
  /external/autotest/client/common_lib/cros/fake_device_server/client_lib/
common_client.py 14 _DEFAULT_SERVER_URL = 'http://localhost:9876'
22 @param server_url: Base url for the server e.g. http://localhost:8080
  /external/autotest/client/common_lib/cros/graphite/
autotest_stats.py 25 'SERVER', 'hostname', default='localhost')
27 if hostname.lower() in ['localhost', '127.0.0.1']:
  /external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/python2/httplib2/test/functional/
test_proxies.py 77 'localhost', self.proxyport)
80 response, body = client.request('http://localhost:%d/%s' %
  /external/chromium-trace/catapult/third_party/webapp2/tests/
extras_appengine_users_test.py 57 'https://www.google.com/accounts/Login?continue=http%3A//localhost/login_required')
87 'https://www.google.com/accounts/Login?continue=http%3A//localhost/admin_required')
  /external/conscrypt/src/main/java/org/conscrypt/
OpenSSLSocketFactoryImpl.java 72 public Socket createSocket(String hostname, int port, InetAddress localHost, int localPort)
76 localHost,
  /external/dbus/dbus/
dbus-server-win.c 62 const char *host = "localhost";
63 const char *bind = "localhost";
  /external/jacoco/org.jacoco.ant.test/src/org/jacoco/ant/
DumpTaskWithServerTest.xml 33 <socket server="localhost" port="6300"/>
41 <socket server="localhost" port="6300"/>
  /external/testng/src/test/java/test/remote/
RemoteTest.java 44 runTest("-serport", PORT1, new SerializedMessageSender("localhost", PORT1));
49 runTest("-port", PORT2, new StringMessageSender("localhost", PORT2));
  /libcore/ojluni/src/main/java/sun/misc/
FileURLMapper.java 35 * other than "localhost".
62 if (host == null || "".equals(host) || "localhost".equalsIgnoreCase (host)) {
  /libcore/support/src/test/java/tests/net/
DelegatingSSLSocketFactory.java 78 public Socket createSocket(String host, int port, InetAddress localHost, int localPort)
80 SSLSocket socket = (SSLSocket) mDelegate.createSocket(host, port, localHost, localPort);
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_smtplib.py 182 smtp = smtplib.SMTP(HOST, self.port, local_hostname='localhost', timeout=3)
186 smtp = smtplib.SMTP(HOST, self.port, local_hostname='localhost', timeout=3)
192 smtp = smtplib.SMTP(HOST, self.port, local_hostname='localhost', timeout=3)
199 smtp = smtplib.SMTP(HOST, self.port, local_hostname='localhost', timeout=3)
206 smtp = smtplib.SMTP(HOST, self.port, local_hostname='localhost', timeout=3)
215 smtp = smtplib.SMTP(HOST, self.port, local_hostname='localhost', timeout=3)
222 smtp = smtplib.SMTP(HOST, self.port, local_hostname='localhost', timeout=3)
229 smtp = smtplib.SMTP(HOST, self.port, local_hostname='localhost', timeout=3)
259 "localhost", "bogus")
261 "localhost:bogus"
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_smtplib.py 182 smtp = smtplib.SMTP(HOST, self.port, local_hostname='localhost', timeout=3)
186 smtp = smtplib.SMTP(HOST, self.port, local_hostname='localhost', timeout=3)
192 smtp = smtplib.SMTP(HOST, self.port, local_hostname='localhost', timeout=3)
199 smtp = smtplib.SMTP(HOST, self.port, local_hostname='localhost', timeout=3)
206 smtp = smtplib.SMTP(HOST, self.port, local_hostname='localhost', timeout=3)
215 smtp = smtplib.SMTP(HOST, self.port, local_hostname='localhost', timeout=3)
222 smtp = smtplib.SMTP(HOST, self.port, local_hostname='localhost', timeout=3)
229 smtp = smtplib.SMTP(HOST, self.port, local_hostname='localhost', timeout=3)
259 "localhost", "bogus")
261 "localhost:bogus"
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_smtplib.py 182 smtp = smtplib.SMTP(HOST, self.port, local_hostname='localhost', timeout=3)
186 smtp = smtplib.SMTP(HOST, self.port, local_hostname='localhost', timeout=3)
192 smtp = smtplib.SMTP(HOST, self.port, local_hostname='localhost', timeout=3)
199 smtp = smtplib.SMTP(HOST, self.port, local_hostname='localhost', timeout=3)
206 smtp = smtplib.SMTP(HOST, self.port, local_hostname='localhost', timeout=3)
215 smtp = smtplib.SMTP(HOST, self.port, local_hostname='localhost', timeout=3)
222 smtp = smtplib.SMTP(HOST, self.port, local_hostname='localhost', timeout=3)
229 smtp = smtplib.SMTP(HOST, self.port, local_hostname='localhost', timeout=3)
259 "localhost", "bogus")
261 "localhost:bogus"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_smtplib.py 182 smtp = smtplib.SMTP(HOST, self.port, local_hostname='localhost', timeout=3)
186 smtp = smtplib.SMTP(HOST, self.port, local_hostname='localhost', timeout=3)
192 smtp = smtplib.SMTP(HOST, self.port, local_hostname='localhost', timeout=3)
199 smtp = smtplib.SMTP(HOST, self.port, local_hostname='localhost', timeout=3)
206 smtp = smtplib.SMTP(HOST, self.port, local_hostname='localhost', timeout=3)
215 smtp = smtplib.SMTP(HOST, self.port, local_hostname='localhost', timeout=3)
222 smtp = smtplib.SMTP(HOST, self.port, local_hostname='localhost', timeout=3)
229 smtp = smtplib.SMTP(HOST, self.port, local_hostname='localhost', timeout=3)
259 "localhost", "bogus")
261 "localhost:bogus"
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
InetAddressTest.java 50 InetAddress ia1 = InetAddress.getByName("ip6-localhost");
83 InetAddress[] all = InetAddress.getAllByName("localhost");
90 assertTrue(alias.getHostName().startsWith("localhost"));
172 ia2 = InetAddress.getByName("localhost");
182 ia2 = InetAddress.getByName("localhost");
192 ia2 = InetAddress.getByName("localhost");
202 ia2 = InetAddress.getByName("localhost");
214 ia2 = InetAddress.getByName("localhost");
352 ia = InetAddress.getByName("localhost"); //$NON-NLS-1$
418 SerializationTest.verifySelf(InetAddress.getByName("localhost"),
    [all...]
  /external/autotest/client/common_lib/
mail.py 37 server = smtplib.SMTP("localhost")
  /external/autotest/client/cros/faft/
rpc_server.py 28 server = SimpleXMLRPCServer(('localhost', options.port), allow_none=True,
  /external/autotest/client/site_tests/p2p_ServeFiles/
control 15 file but, for security reasons, localhost can't.
  /external/autotest/scheduler/shard/
simple_heartbeat_client.py 10 --server http://localhost:8080
17 --server http://localhost:8080
61 Constructs a url like: http://localhost:8080/lumpy?raw&host_limit=3
115 '--server', default='http://localhost:8080',
  /external/autotest/site_utils/tester_feedback/
service.py 45 rpc_server = SimpleXMLRPCServer.SimpleXMLRPCServer(('localhost', 0))

Completed in 449 milliseconds

1 2 3 4 5 67 8 91011>>