/external/autotest/tko/ |
retrieve_logs.cgi | 72 # need to replace the gateway with 'localhost'. 74 normalized_host = host.replace(utils.DEFAULT_VM_GATEWAY, 'localhost') 95 if host and host != 'localhost' and host not in host_set: 112 # always point them to localhost or google storage.
|
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/ |
httpproxy_test.py | 70 self.host = 'localhost' 109 conn = httplib.HTTPConnection('localhost', 8889, timeout=10) 137 conn = httplib.HTTPConnection('localhost', 8889, timeout=10) 176 conn = httplib.HTTPConnection('localhost', 8889, timeout=10)
|
/external/curl/tests/data/ |
test1046 | 36 HTTP-IPv6 GET with numeric localhost --interface
|
test1047 | 38 FTP dir list PASV with localhost --interface
|
/external/iptables/extensions/ |
libxt_REDIRECT.man | 10 (locally-generated packets are mapped to the localhost address,
|
/external/jacoco/jacoco-maven-plugin.test/it/it-customize-agent/ |
verify.bsh | 23 + ",address=localhost"
|
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/stub/ |
StubFtpServer_RestartTest.groovy | 30 static final SERVER = "localhost"
|
/external/nanohttpd/core/src/test/java/fi/iki/elonen/integration/ |
CookieIntegrationTest.java | 88 HttpGet httpget = new HttpGet("http://localhost:8192/"); 100 HttpGet httpget = new HttpGet("http://localhost:8192/"); 114 clientCookie.setDomain("localhost"); 116 HttpGet httpget = new HttpGet("http://localhost:8192/");
|
/external/webrtc/webrtc/examples/peerconnection/client/ |
defaults.cc | 48 return GetEnvVarOrDefault("WEBRTC_SERVER", "localhost");
|
flagdefs.h | 26 DEFINE_string(server, "localhost", "The server to connect to.");
|
/external/webrtc/webrtc/tools/rtcbot/bot/ |
api.js | 18 var stream = new WebSocketStream("wss://localhost:8080/");
|
/external/webrtc/webrtc/tools/rtcbot/ |
botmanager.js | 124 // BrowserBot spawns a process to open "https://localhost:8080/bot/browser". 136 child.exec('google-chrome "https://localhost:8080/bot/browser/"'); 143 // "https://localhost:8080/bot/browser/" on chrome for Android. 157 '-d https://localhost:8080/bot/browser/';
|
/frameworks/base/tests/CoreTests/android/core/ |
NsdServiceInfoTest.java | 20 public final static InetAddress LOCALHOST; 30 LOCALHOST = _host; 96 fullInfo.setHost(LOCALHOST); 109 attributedInfo.setHost(LOCALHOST);
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/ |
SSLContextSpiTest.java | 77 SSLEngine sleng = ssl.engineCreateSSLEngine("localhost", 1080); 89 SSLEngine sleng = ssl.engineCreateSSLEngine("localhost", invalid_port[i]); 216 SSLEngine sleng = ssl.engineCreateSSLEngine("localhost", 1080); 219 assertEquals(sleng.getPeerHost(), "localhost");
|
HttpsURLConnectionTest.java | 58 URL url = new URL("https://localhost:55555"); 74 URL url = new URL("https://localhost:55555"); 116 URL url = new URL("https://localhost:55555"); 134 URL url = new URL("https://localhost:55555"); 157 URL url = new URL("https://localhost:55555");
|
/libcore/luni/src/test/java/libcore/java/net/ |
URITest.java | 48 assertEquals(new URI("HTTP://localhost/foo?bar=baz#quux"), 49 new URI("HTTP://localhost/foo?bar=baz#quux")); 50 assertEquals(new URI("http://localhost/foo?bar=baz#quux"), 51 new URI("http://LOCALHOST/foo?bar=baz#quux")); 52 assertFalse(new URI("http://localhost/foo?bar=baz#quux") 53 .equals(new URI("http://localhost/FOO?bar=baz#quux"))); 54 assertFalse(new URI("http://localhost/foo?bar=baz#quux") 55 .equals(new URI("http://localhost/foo?BAR=BAZ#quux"))); 56 assertFalse(new URI("http://localhost/foo?bar=baz#quux") 57 .equals(new URI("http://localhost/foo?bar=baz#QUUX"))) [all...] |
/external/chromium-trace/catapult/third_party/Paste/paste/ |
url.py | 268 >>> u = URL('http://localhost') 270 <URL http://localhost> 273 'http://localhost/view' 275 '<a href="http://localhost/view/foo">view</a>' 277 '<a href="http://localhost/view" onclick="return confirm(\'Really?\')">goto</a>' 279 '<a href="http://localhost/view?title=See+%22it%22">goto</a>' 281 '<a href="http://localhost/view/another?var=fuggetaboutit">goto</a>' 285 ValueError: You must give a content param to <URL http://localhost/view attrs(content="goto")> generate anchor tags 287 'http://localhost/view?foo=bar+stuff'
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_urllib2_localnet.py | 234 URL = "http://localhost" 371 (302, [('Location', 'http://localhost:%s/somewhere_else')], ''), 378 f = urllib2.urlopen('http://localhost:%s/' % handler.port) 394 urllib2.urlopen('http://localhost:%s/weeble' % handler.port) 414 f = urllib2.urlopen('http://localhost:%s/bizarre' % handler.port) 428 f = urllib2.urlopen('http://localhost:%s/bizarre' % handler.port, 'get=with_feeling') 442 req = urllib2.Request("http://localhost:%s/" % handler.port, 453 open_url = urllib2.urlopen("http://localhost:%s" % handler.port) 468 open_url = urllib2.urlopen("http://localhost:%s" % handler.port) 482 open_url = urllib2.urlopen("http://localhost:%s" % handler.port [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_urllib2_localnet.py | 234 URL = "http://localhost" 371 (302, [('Location', 'http://localhost:%s/somewhere_else')], ''), 378 f = urllib2.urlopen('http://localhost:%s/' % handler.port) 394 urllib2.urlopen('http://localhost:%s/weeble' % handler.port) 414 f = urllib2.urlopen('http://localhost:%s/bizarre' % handler.port) 428 f = urllib2.urlopen('http://localhost:%s/bizarre' % handler.port, 'get=with_feeling') 442 req = urllib2.Request("http://localhost:%s/" % handler.port, 453 open_url = urllib2.urlopen("http://localhost:%s" % handler.port) 468 open_url = urllib2.urlopen("http://localhost:%s" % handler.port) 482 open_url = urllib2.urlopen("http://localhost:%s" % handler.port [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_urllib2_localnet.py | 234 URL = "http://localhost" 371 (302, [('Location', 'http://localhost:%s/somewhere_else')], ''), 378 f = urllib2.urlopen('http://localhost:%s/' % handler.port) 394 urllib2.urlopen('http://localhost:%s/weeble' % handler.port) 414 f = urllib2.urlopen('http://localhost:%s/bizarre' % handler.port) 428 f = urllib2.urlopen('http://localhost:%s/bizarre' % handler.port, 'get=with_feeling') 442 req = urllib2.Request("http://localhost:%s/" % handler.port, 453 open_url = urllib2.urlopen("http://localhost:%s" % handler.port) 468 open_url = urllib2.urlopen("http://localhost:%s" % handler.port) 482 open_url = urllib2.urlopen("http://localhost:%s" % handler.port [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_urllib2_localnet.py | 234 URL = "http://localhost" 371 (302, [('Location', 'http://localhost:%s/somewhere_else')], ''), 378 f = urllib2.urlopen('http://localhost:%s/' % handler.port) 394 urllib2.urlopen('http://localhost:%s/weeble' % handler.port) 414 f = urllib2.urlopen('http://localhost:%s/bizarre' % handler.port) 428 f = urllib2.urlopen('http://localhost:%s/bizarre' % handler.port, 'get=with_feeling') 442 req = urllib2.Request("http://localhost:%s/" % handler.port, 453 open_url = urllib2.urlopen("http://localhost:%s" % handler.port) 468 open_url = urllib2.urlopen("http://localhost:%s" % handler.port) 482 open_url = urllib2.urlopen("http://localhost:%s" % handler.port [all...] |
/cts/tests/tests/net/src/android/net/cts/ |
TrafficStatsTest.java | 118 // Transfer 1MB of data across an explicitly localhost socket. 127 Socket socket = new Socket("localhost", server.getLocalPort()); 196 // Localhost traffic *does* count against per-UID stats. 212 // which happens only on non-localhost, such as TCP FIN retranmission packets 240 // Localhost traffic *does* count against total stats. 255 // Localhost traffic should *not* count against mobile stats,
|
/external/autotest/site_utils/ |
setup_dev_autotest.sh | 159 host: localhost 161 readonly_host: localhost 166 hostname: localhost 169 drones: localhost 218 'chromeosqa-admin'@'localhost' IDENTIFIED BY '${PASSWD}';" 316 echo "Browse to http://localhost to see if Autotest is working."
|
/external/mesa3d/docs/ |
README.QUAKE | 135 [david@localhost Mesa]$ ln -s libMesaGL.so libMesaGL.so.2 136 [david@localhost Mesa]$ ln -s libMesaGLU.so libMesaGLU.so.2 148 [david@localhost Mesa]$ ldd lib/libMesaGL.so 156 [david@localhost Mesa]# ldd lib/libMesaGL.so 160 [root@localhost quake2]# ldd quake2 165 [root@localhost quake2]# ldd ref_gl.so
|
/external/autotest/client/virt/ |
virt_test_utils.py | 149 clean=False, save_path=None, dest_host='localhost', mig_port=None): 159 @param dest_host: Destination host (defaults to 'localhost'). 200 if dest_host == 'localhost': 203 if (dest_host == 'localhost') and stable_check: 208 if dest_host == 'localhost': 214 if dest_host == 'localhost': 215 uri = "tcp:localhost:%d" % dest_vm.migration_port 221 uri = '"exec:nc localhost %s"' % dest_vm.migration_port 236 if dest_host == 'localhost': 241 if (dest_host == 'localhost') and stable_check [all...] |