/external/curl/tests/data/ |
test1063 | 31 -r 4294967303- file://localhost/%PWD/log/test1063.txt
|
test288 | 34 file://localhost/%PWD/log/test288.txt
|
test2004 | 33 --key curl_client_key --pubkey curl_client_key.pub -u %USER: tftp://%HOSTIP:%TFTPPORT//2004 sftp://%HOSTIP:%SSHPORT%PWD/log/test2004.txt file://localhost/%PWD/log/test2004.txt scp://%HOSTIP:%SSHPORT%PWD/log/test2004.txt file://localhost/%PWD/log/test2004.txt sftp://%HOSTIP:%SSHPORT%PWD/log/test2004.txt tftp://%HOSTIP:%TFTPPORT//2004 --insecure
|
/external/fio/examples/ |
netio.fio | 18 hostname=localhost
|
/external/nanopb-c/tools/ |
set_version.sh | 4 # e.g. user@localhost:~/nanopb$ tools/set_version.sh nanopb-0.1.9-dev
|
/external/webrtc/webrtc/tools/loopback_test/ |
README | 9 Access http://localhost:8080/loopback_test.html to run the test
|
/prebuilts/go/darwin-x86/src/net/ |
cgo_unix_test.go | 13 host := "localhost"
|
netgo_unix_test.go | 13 host := "localhost"
|
/prebuilts/go/darwin-x86/src/net/http/ |
proxy_test.go | 20 // Never proxy localhost: 21 {"localhost", false}, 31 {"localhost.net", true}, // not match as suffix of address 32 {"local.localhost", true}, // not match as prefix as address
|
/prebuilts/go/linux-x86/src/net/ |
cgo_unix_test.go | 13 host := "localhost"
|
netgo_unix_test.go | 13 host := "localhost"
|
/prebuilts/go/linux-x86/src/net/http/ |
proxy_test.go | 20 // Never proxy localhost: 21 {"localhost", false}, 31 {"localhost.net", true}, // not match as suffix of address 32 {"local.localhost", true}, // not match as prefix as address
|
/system/bt/doc/ |
btsnoop_net.md | 14 $ nc localhost 8872 | hcidump -r /dev/stdin
|
/external/autotest/apache/conf/ |
afe-directives | 14 # Allow all requests from localhost or corp.google.com subdomains with any port 15 SetEnvIf Origin "^http(s)?://(localhost|([^/]+\.)?corp\.google\.com)(:[0-9]+)?$" \
|
new-tko-directives | 14 # Allow all requests from localhost or corp.google.com subdomains with any port 15 SetEnvIf Origin "^http(s)?://(localhost|([^/]+\.)?corp\.google\.com)(:[0-9]+)?$" \
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/ |
cros_device.py | 14 name='ChromeOs with host %s' % host_name or 'localhost', 15 guid='cros:%s' % host_name or 'localhost')
|
/external/compiler-rt/test/msan/ |
getaddrinfo-positive.cc | 16 int res = getaddrinfo("localhost", NULL, NULL, &ai); 18 res = getaddrinfo("localhost", NULL, &hint, &ai);
|
/external/nanohttpd/core/src/test/java/fi/iki/elonen/integration/ |
GZipIntegrationTest.java | 85 HttpGet request = new HttpGet("http://localhost:8192/"); 97 HttpGet request = new HttpGet("http://localhost:8192/"); 108 HttpGet request = new HttpGet("http://localhost:8192/"); 119 HttpGet request = new HttpGet("http://localhost:8192/"); 129 HttpGet request = new HttpGet("http://localhost:8192/"); 139 HttpGet request = new HttpGet("http://localhost:8192/"); 148 HttpGet request = new HttpGet("http://localhost:8192/"); 159 HttpGet request = new HttpGet("http://localhost:8192/");
|
/external/nanohttpd/webserver/src/test/java/fi/iki/elonen/ |
TestCorsHttpServerWithSingleOrigin.java | 73 "localhost", 78 "--cors=http://localhost:9090" 98 HttpOptions httpOption = new HttpOptions("http://localhost:9090/xxx/yyy.html"); 102 Assert.assertEquals("Cors should have added a header: Access-Control-Allow-Origin: http://localhost:9090", "http://localhost:9090", 110 HttpGet httpget = new HttpGet("http://localhost:9090/testdir/test.html"); 116 Assert.assertEquals("Cors should have added a header: Access-Control-Allow-Origin: http://localhost:9090", "http://localhost:9090",
|
TestHttpServer.java | 69 "localhost", 93 HttpGet httpget = new HttpGet("http://localhost:9090/xxx/yyy.html"); 102 HttpGet httpget = new HttpGet("http://localhost:9090/index.xml"); 108 httpget = new HttpGet("http://localhost:9090/testdir/testdir/different.xml"); 118 HttpGet httpget = new HttpGet("http://localhost:9090/testdir/test.html"); 125 httpget = new HttpGet("http://localhost:9090/"); 132 httpget = new HttpGet("http://localhost:9090/testdir"); 139 httpget = new HttpGet("http://localhost:9090/testdir/testpdf.pdf");
|
/external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/internal/ |
SslContextBuilder.java | 42 * self-signed certificate for a single hostname such as "localhost". 53 private static SSLContext localhost; // Lazily initialized. field in class:SslContextBuilder 67 /** Returns a new SSL context for this host's current localhost address. */ 68 public static synchronized SSLContext localhost() { method in class:SslContextBuilder 69 if (localhost == null) { 71 localhost = new SslContextBuilder(InetAddress.getByName("localhost").getHostName()).build(); 78 return localhost;
|
/external/parameter-framework/upstream/test/test-platform/ |
README.md | 25 remote-process localhost 5001 help 26 remote-process localhost 5001 start
|
/external/tcpdump/tests/ |
syslog-v.out | 12 Msg: 2013-09-12T19:16:34.457849+04:00 localhost through rsyslog: test message 23 16 Msg: 2013-09-12T19:16:43.513746+04:00 localhost through rsyslog: test message 24
|
/tools/test/connectivity/acts/framework/tests/ |
acts_adb_test.py | 28 test_s.bind(('localhost', 0)) 35 test_s.bind(('localhost', 0))
|
/libcore/luni/src/test/java/libcore/net/ |
NetworkSecurityPolicyTest.java | 76 NetworkSecurityPolicy.getInstance().isCleartextTrafficPermitted("localhost")); 80 NetworkSecurityPolicy.getInstance().isCleartextTrafficPermitted("localhost")); 83 policy.addHostMapping("localhost", true); 88 NetworkSecurityPolicy.getInstance().isCleartextTrafficPermitted("localhost")); 98 URL url = new URL("http://localhost:" + server.getPort() + "/test.txt"); 111 URL url = new URL("http://localhost:" + server.getPort() + "/test.txt"); 126 URL url = new URL("ftp://localhost:" + server.getPort() + "/test.txt"); 139 URL url = new URL("ftp://localhost:" + server.getPort() + "/test.txt"); 153 URL url = new URL("jar:http://localhost:" + server.getPort() + "/test.jar!/"); 166 URL url = new URL("jar:http://localhost:" + server.getPort() + "/test.jar!/") [all...] |