/external/libmicrohttpd/src/testzzuf/ |
test_long_header.c | 126 memcpy (url, "http://localhost:11081/", 127 strlen ("http://localhost:11081/")); 191 curl_easy_setopt (c, CURLOPT_URL, "http://localhost:11081/hello_world");
|
test_get_chunked.c | 142 curl_easy_setopt (c, CURLOPT_URL, "http://localhost:11081/hello_world"); 183 curl_easy_setopt (c, CURLOPT_URL, "http://localhost:11081/hello_world"); 241 curl_easy_setopt (c, CURLOPT_URL, "http://localhost:11081/hello_world");
|
test_post.c | 172 curl_easy_setopt (c, CURLOPT_URL, "http://localhost:11081/hello_world"); 224 curl_easy_setopt (c, CURLOPT_URL, "http://localhost:11081/hello_world"); 294 curl_easy_setopt (c, CURLOPT_URL, "http://localhost:1082/hello_world");
|
test_post_form.c | 190 curl_easy_setopt (c, CURLOPT_URL, "http://localhost:11081/hello_world"); 241 curl_easy_setopt (c, CURLOPT_URL, "http://localhost:11081/hello_world"); 309 curl_easy_setopt (c, CURLOPT_URL, "http://localhost:1082/hello_world");
|
test_put.c | 141 curl_easy_setopt (c, CURLOPT_URL, "http://localhost:11081/hello_world"); 192 curl_easy_setopt (c, CURLOPT_URL, "http://localhost:11081/hello_world"); 261 curl_easy_setopt (c, CURLOPT_URL, "http://localhost:11081/hello_world");
|
test_put_chunked.c | 147 curl_easy_setopt (c, CURLOPT_URL, "http://localhost:11080/hello_world"); 194 curl_easy_setopt (c, CURLOPT_URL, "http://localhost:11081/hello_world"); 273 curl_easy_setopt (c, CURLOPT_URL, "http://localhost:11082/hello_world");
|
test_put_large.c | 156 curl_easy_setopt (c, CURLOPT_URL, "http://localhost:11081/hello_world"); 208 curl_easy_setopt (c, CURLOPT_URL, "http://localhost:11081/hello_world"); 279 curl_easy_setopt (c, CURLOPT_URL, "http://localhost:11081/hello_world");
|
/external/parameter-framework/upstream/test/functional-tests-legacy/Util/ |
PfwUnitTestLib.py | 73 platform_command = ["remote-process", "localhost", "5000"] 78 platform_command = ["remote-process", "localhost", str(testPlatformPort)] 88 while socket.socket().connect_ex(("localhost", self.testPlatformPort)) != 0:
|
/libcore/luni/src/test/java/tests/security/cert/ |
LDAPCertStoreParametersTest.java | 44 * with the default parameter values (server name "localhost", port 389) 55 * with the default parameter values (server name "localhost", port 389) 59 assertEquals("host", "localhost", cp.getServerName());
|
/prebuilts/go/darwin-x86/src/net/smtp/ |
smtp_test.go | 116 c := &Client{Text: textproto.NewConn(fake), localName: "localhost"} 206 var basicClient = `HELO localhost 207 EHLO localhost 208 EHLO localhost 268 var newClientClient = `EHLO localhost 308 var newClient2Client = `EHLO localhost 309 HELO localhost 496 var sendMailClient = `EHLO localhost 497 HELO localhost 548 var authFailedClient = `EHLO localhost [all...] |
/prebuilts/go/linux-x86/src/net/smtp/ |
smtp_test.go | 116 c := &Client{Text: textproto.NewConn(fake), localName: "localhost"} 206 var basicClient = `HELO localhost 207 EHLO localhost 208 EHLO localhost 268 var newClientClient = `EHLO localhost 308 var newClient2Client = `EHLO localhost 309 HELO localhost 496 var sendMailClient = `EHLO localhost 497 HELO localhost 548 var authFailedClient = `EHLO localhost [all...] |
/external/chromium-trace/catapult/third_party/WebOb/docs/ |
reference.txt | 66 {'HTTP_HOST': 'localhost:80', 71 'SERVER_NAME': 'localhost', 128 'localhost:80' 130 'http://localhost' 132 'http://localhost/blog' 134 'http://localhost/blog/article' 136 'http://localhost/blog/article?id=1' 149 'http://localhost/blog/archive' 175 [('Content-Length', '4'), ('Content-Type', 'application/x-www-urlencoded'), ('Host', 'localhost:80')] 691 >>> res.location = 'http://localhost/foo [all...] |
/packages/apps/Email/src/com/android/email/mail/transport/ |
SmtpSender.java | 97 String localHost = "localhost"; 109 localHost = sb.toString(); 111 String result = executeSimpleCommand("EHLO " + localHost); 129 result = executeSimpleCommand("EHLO " + localHost);
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/ |
test_appengine.py | 535 'HTTP_HOST': 'localhost', 551 response = self.app.get('http://localhost/foo_path') 554 self.assertEqual('http://localhost/oauth2callback', q['redirect_uri'][0]) 557 self.assertEqual('http://localhost/foo_path', 571 self.assertEqual('http://localhost/foo_path', parts[0]) 609 self.assertEqual('http://localhost/oauth2callback', q['redirect_uri'][0]) 625 self.assertEqual('http://localhost/foo_path', response.headers['Location']) 648 response = self.app.get('http://localhost/bar_path/2012/01') 654 self.assertEqual('http://localhost/oauth2callback', q['redirect_uri'][0]) 657 self.assertEqual('http://localhost/bar_path/2012/01' [all...] |
/cts/tests/tests/net/src/android/net/cts/ |
UriTest.java | 96 Uri uri = Uri.parse("http://localhost:42"); 97 assertEquals("localhost", uri.getHost()); 100 uri = Uri.parse("http://bob@localhost:42"); 102 assertEquals("localhost", uri.getHost()); 105 uri = Uri.parse("http://bob%20lee@localhost:42"); 109 uri = Uri.parse("http://localhost"); 110 assertEquals("localhost", uri.getHost());
|
/external/antlr/antlr-3.4/runtime/C/doxygen/ |
build.dox | 105 [jimi@localhost dist]$ tar zvxf libantlr3c-3.0.0-rc8.tar.gz 115 [jimi@localhost dist]$ cd libantlr3c-3.0.0-rc 118 [jimi@localhost libantlr3c-3.0.0-rc8]$ ./configure 140 [jimi@localhost libantlr3c-3.0.0-rc8]$ make 156 [jimi@localhost libantlr3c-3.0.0-rc8]$ sudo make install 171 [jimi@localhost libantlr3c-3.0.0-rc8]$
|
/external/chromium-trace/catapult/third_party/webapp2/tests/ |
extras_routes_test.py | 41 self.assertEqual(rsp.headers['Location'], 'http://localhost/i-was-redirected-easily') 47 self.assertEqual(rsp.headers['Location'], 'http://localhost/i-was-redirected-easily') 53 self.assertEqual(rsp.headers['Location'], 'http://localhost/i-was-redirected-easily') 60 self.assertEqual(rsp.headers['Location'], 'http://localhost/redirect-to-name-destination') 79 self.assertEqual(rsp.headers['Location'], 'http://localhost/strict-foo') 85 self.assertEqual(rsp.headers['Location'], 'http://localhost/strict-bar/')
|
/external/nanohttpd/ |
README.md | 18 You should now have a HTTP file server running on <http://localhost:8080/>. 48 System.out.println( "\nRunning! Point your browers to http://localhost:8080/ \n" ); 79 If it started ok, point your browser at <http://localhost:8080/> and enjoy a web server that asks your name and replies with a greeting. 239 Just a hint how to generate a certificate for localhost. 241 keytool -genkey -keyalg RSA -alias selfsigned -keystore keystore.jks -storepass password -validity 360 -keysize 2048 -ext SAN=DNS:localhost,IP:127.0.0.1 -validity 9999 243 This will generate a keystore file named 'keystore.jks' with a self signed certificate for a host named localhost with the ip adress 127.0.0.1 . Now
|
/external/nanohttpd/src/site/markdown/ |
index.md | 18 You should now have a HTTP file server running on <http://localhost:8080/>. 48 System.out.println( "\nRunning! Point your browers to http://localhost:8080/ \n" ); 79 If it started ok, point your browser at <http://localhost:8080/> and enjoy a web server that asks your name and replies with a greeting. 235 Just a hint how to generate a certificate for localhost. 237 keytool -genkey -keyalg RSA -alias selfsigned -keystore keystore.jks -storepass password -validity 360 -keysize 2048 -ext SAN=DNS:localhost,IP:127.0.0.1 -validity 9999 239 This will generate a keystore file named 'keystore.jks' with a self signed certificate for a host named localhost with the ip adress 127.0.0.1 . Now
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/ |
SSLSocketTest.java | 146 getSSLSocket("localhost", 8082); 390 ssl = getSSLSocket("localhost", startServer("UseClientMode")); 615 private SSLSocket getSSLSocket(InetAddress host, int port, InetAddress localHost, int localPort) 619 localHost, 623 private SSLSocket getSSLSocket(String host, int port, InetAddress localHost, int localPort) 627 localHost,
|
/development/samples/KeyChainDemo/src/com/example/android/keychain/ |
KeyChainDemoActivity.java | 74 private static final String TEST_SSL_URL = "https://localhost:8080"; 82 // Button to launch the browser for testing https://localhost:8080 257 "localhost", // Any host
|
/external/autotest/client/common_lib/cros/ |
chromedriver.py | 77 urllib2.urlopen('http://localhost:%i/json/new' % 81 ('localhost:%d' % 164 self.url = 'http://localhost:%d' % port
|
/external/autotest/puppylab/ |
vm_manager.py | 73 'localhost', 121 @param source: A path to the box, typically a file path on localhost. 177 'shard1_shadow_config_hostname': 'localhost:8002',
|
/external/autotest/scheduler/ |
drones.py | 192 self.hostname = 'localhost' 193 self._host = local_host.LocalHost() 244 if hostname == 'localhost':
|
/external/autotest/site_utils/ |
brillo_common.py | 22 # adjust for. Namely SSH requires the use of 'localhost' while HTTP requires 26 _VIRT_MACHINE_SSH_ADDR = 'localhost:9222' 177 if not moblab.hostname.startswith('localhost'):
|