/external/chromium-trace/catapult/tracing/ |
README.md | 29 Run http server `$CATAPULT/bin/run_dev_server`. In any browser, navigate to `http://localhost:8003/` 33 All tests | http://localhost:8003/tests.html 34 All tests with short format | http://localhost:8003/tracing/tests.html?shortFormat 35 An individual test suite(such as ui/foo_test.js) | http://localhost:8003/tests.html?testSuiteName=ui.foo 36 Tests named foo| http://localhost:8003/tests.html?testFilterString=foo
|
/external/nanohttpd/nanolets/src/test/java/fi/iki/elonen/router/ |
TestNanolets.java | 110 HttpGet httpget = new HttpGet("http://localhost:9090/user/blabla"); 118 HttpPost httppost = new HttpPost("http://localhost:9090/user/blabla"); 126 HttpPut httpgput = new HttpPut("http://localhost:9090/user/blabla"); 134 HttpDelete httpdelete = new HttpDelete("http://localhost:9090/user/blabla"); 147 HttpGet httpget = new HttpGet("http://localhost:9090/test"); 159 HttpGet httpget = new HttpGet("http://localhost:9090/interface"); 171 HttpGet httpget = new HttpGet("http://localhost:9090/toBeDeleted"); 183 HttpGet httpget = new HttpGet("http://localhost:9090/user/help"); 195 HttpGet httpget = new HttpGet("http://localhost:9090/stream"); 239 HttpGet httpget = new HttpGet("http://localhost:9090/general/value1/value2?param3=value3¶m4=value4") [all...] |
/external/autotest/site_utils/ |
mysql_bootstrap.py | 15 to grant permissions for (A1_user, A1_pass, localhost). 79 host='localhost', port=3306): 116 @param use_ssh: If False, the command is executed on localhost 119 --host=localhost. 125 mysql_cmd_host = 'localhost' 127 ssh_dest_server = 'localhost' 178 # Confirm the new user can ping the remote database server from localhost. 191 return infra.execute_command('localhost', cmd).rstrip('\n') 209 Grants permissions to the appropriate user on localhost, then enables the 220 # For access via localhost, one needs to specify localhost as the hostname [all...] |
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/http/ |
HttpURLConnectionTest.java | 130 * is made to localhost:server_port. Otherwise it will 132 * Address of the returned proxy will be localhost:proxy_port. 142 if (("localhost".equals(uri.getHost())) 145 new InetSocketAddress("localhost", proxy_port)); 172 new URL("http://localhost:" + httpServer.port()).openConnection(); 191 URL url = new URL("http://localhost:" + server.port()); 195 new InetSocketAddress("localhost", 231 URL url = new URL("http://localhost:" + server.port()); 289 new InetSocketAddress("localhost", proxy.port())));
|
/external/apache-harmony/x-net/src/test/impl/java.injected/javax/net/ |
SocketFactoryTest.java | 62 s = sf.createSocket("localhost", 8082); 67 s = sf.createSocket("localhost", 8081, InetAddress.getLocalHost(), 8082); 91 public Socket createSocket(String host, int port, InetAddress localHost, int localPort)
|
/external/apache-harmony/x-net/src/test/impl/java.injected/javax/net/ssl/ |
DefaultSSLSocketFactoryTest.java | 41 f.createSocket("localhost", 0); 56 f.createSocket("localhost", 0, InetAddress.getLocalHost(), 1); 116 f.createSocket(new Socket(), "localhost", 1, true);
|
/external/autotest/client/cros/ |
httpd_unittest.py | 48 post_resp = urllib.urlopen('http://localhost:8000/post_test', 60 err = run_get_test(test_server, 'http://localhost:8000' + GET_TEST_PATH) 73 'https://localhost:%d%s' % (ssl_port, GET_TEST_PATH))
|
/external/autotest/client/site_tests/desktopui_UrlFetchWithChromeDriver/ |
desktopui_UrlFetchWithChromeDriver.py | 22 with localhost http server. Default value is set to True. 32 self._test_url = 'http://localhost:8000/hello.html' 34 self._domain = 'localhost'
|
/external/chromium-trace/catapult/dashboard/docs/ |
getting-set-up.md | 21 default, this starts a server on [localhost:8080](http://localhost:8080/). 24 [/load\_from\_prod](http://localhost:8080/load_from_prod).
|
/external/chromium-trace/catapult/third_party/webapp2/tests/ |
handler_test.py | 305 self.assertEqual(rsp.headers['Location'], 'http://localhost/broken') 312 self.assertEqual(rsp.headers['Location'], 'http://localhost/methods') 319 self.assertEqual(rsp.headers['Location'], 'http://localhost/broken') 326 self.assertEqual(rsp.headers['Location'], 'http://localhost/methods') 333 self.assertEqual(rsp.headers['Location'], 'http://localhost/2010/07/test?foo=bar#my-anchor') 341 The resource was found at http://localhost/somewhere; you should be redirected automatically. """) 342 self.assertEqual(rsp.headers['Location'], 'http://localhost/somewhere') 369 req = webapp2.Request.blank('http://localhost:80/') 393 req = webapp2.Request.blank('http://localhost:80/') 407 self.assertEqual(func('home', _full=True), 'http://localhost:80/' [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_urllib2net.py | 63 # f = opener.open('http://localhost/') 137 ## localhost = 'bitdiddle.cnri.reston.va.us' 139 ## localhost = 'localhost' 141 ## localhost = None 142 ## if localhost is not None: 144 ## 'file://%s/etc/passwd' % localhost, 145 ## 'http://%s/simple/' % localhost, 146 ## 'http://%s/digest/' % localhost, 147 ## 'http://%s/not/found.h' % localhost, [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_urllib2net.py | 63 # f = opener.open('http://localhost/') 137 ## localhost = 'bitdiddle.cnri.reston.va.us' 139 ## localhost = 'localhost' 141 ## localhost = None 142 ## if localhost is not None: 144 ## 'file://%s/etc/passwd' % localhost, 145 ## 'http://%s/simple/' % localhost, 146 ## 'http://%s/digest/' % localhost, 147 ## 'http://%s/not/found.h' % localhost, [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_urllib2net.py | 63 # f = opener.open('http://localhost/') 137 ## localhost = 'bitdiddle.cnri.reston.va.us' 139 ## localhost = 'localhost' 141 ## localhost = None 142 ## if localhost is not None: 144 ## 'file://%s/etc/passwd' % localhost, 145 ## 'http://%s/simple/' % localhost, 146 ## 'http://%s/digest/' % localhost, 147 ## 'http://%s/not/found.h' % localhost, [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_urllib2net.py | 63 # f = opener.open('http://localhost/') 137 ## localhost = 'bitdiddle.cnri.reston.va.us' 139 ## localhost = 'localhost' 141 ## localhost = None 142 ## if localhost is not None: 144 ## 'file://%s/etc/passwd' % localhost, 145 ## 'http://%s/simple/' % localhost, 146 ## 'http://%s/digest/' % localhost, 147 ## 'http://%s/not/found.h' % localhost, [all...] |
/system/core/crash_reporter/ |
kernel_log_collector.sh | 23 # 2013-06-14T16:31:40.514513-07:00 localhost kernel: [ 2.682472] MSG MSG ... 24 # 2013-06-19T20:38:58.661826+00:00 localhost kernel: [ 1.668092] MSG MSG ... 28 msg_pattern="^[0-9-]*T[0-9:.+-]* localhost kernel"
|
/development/tools/axl/ |
udpServer.py | 14 hostname = "localhost"
|
/external/autotest/client/cros/cellular/ |
forward_8960_screen | 19 8960 front panel display. It will print a localhost URL to visit. 40 newImage.src = 'http://localhost:' + port + '/screen.gif?' + tag; 80 ssh_forwarding_configuration = 'localhost:%s:%s:80' % ( 113 print 'http://localhost:%s/8960.html' % http_server_port
|
/external/autotest/server/ |
installable_object.py | 26 saved in a temporary location on the LocalHost. That location
|
/external/autotest/server/site_tests/brillo_WebservdSanity/ |
brillo_WebservdSanity.py | 18 r = requests.get('http://localhost:8998/webservd-test-client/ping')
|
/external/autotest/tko/ |
jsonp_fetcher.cgi | 26 file_contents = urllib2.urlopen('http://localhost' + path).read()
|
/external/curl/tests/data/ |
test1045 | 32 HTTP GET with numeric localhost --interface
|
test2000 | 35 ftp://%HOSTIP:%FTPPORT/2000 file://localhost/%PWD/log/test2000.txt
|
/external/dbus/ |
.mailmap | 6 Havoc Pennington <hp@pobox.com> Havoc Pennington <hp@localhost.localdomain>
|
/external/javassist/sample/evolve/ |
start.html | 21 <ul><h2><a href="http://localhost:5003/demo.html">
|
/external/wpa_supplicant_8/hs20/client/ |
devdetail.xml | 27 <ClientTriggerRedirectURI>http://localhost:12345/</ClientTriggerRedirectURI>
|