Searched
full:localhost (Results
276 -
300 of
1417) sorted by null
<<11121314151617181920>>
/external/testng/src/main/java/org/testng/remote/ |
RemoteTestNG.java | 41 private static final String LOCALHOST = "localhost";
68 m_host = defaultIfStringEmpty(host, LOCALHOST);
|
/libcore/luni/src/test/java/libcore/java/net/ |
URLTest.java | 58 for (InetAddress inetAddress : InetAddress.getAllByName("localhost")) { 63 URL urlByHostName = new URL("http://localhost/foo?bar=baz#quux"); 71 assertEquals(new URL("HTTP://localhost/foo?bar=baz#quux"), 72 new URL("HTTP://localhost/foo?bar=baz#quux")); 73 assertTrue(new URL("http://localhost/foo?bar=baz#quux").equals( 74 new URL("http://LOCALHOST/foo?bar=baz#quux"))); 75 assertFalse(new URL("http://localhost/foo?bar=baz#quux").equals( 76 new URL("http://localhost/FOO?bar=baz#quux"))); 77 assertFalse(new URL("http://localhost/foo?bar=baz#quux").equals( 78 new URL("http://localhost/foo?BAR=BAZ#quux"))) [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/email/test/data/ |
msg_25.txt | 6 Received: from localhost (localhost) by zinfandel.lacita.com (8.7.3/8.6.10-MT4.00) with internal id JAB03225; Fri, 6 Apr 2001 09:23:06 -0800 (GMT-0800) 79 Received: from localhost.localdomain
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_timeout.py | 104 self.localhost = '127.0.0.1' 152 test_support.bind_port(self.sock, self.localhost) 170 test_support.bind_port(self.sock, self.localhost)
|
/prebuilts/gdb/linux-x86/lib/python2.7/email/test/data/ |
msg_25.txt | 6 Received: from localhost (localhost) by zinfandel.lacita.com (8.7.3/8.6.10-MT4.00) with internal id JAB03225; Fri, 6 Apr 2001 09:23:06 -0800 (GMT-0800) 79 Received: from localhost.localdomain
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_timeout.py | 104 self.localhost = '127.0.0.1' 152 test_support.bind_port(self.sock, self.localhost) 170 test_support.bind_port(self.sock, self.localhost)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/data/ |
msg_25.txt | 6 Received: from localhost (localhost) by zinfandel.lacita.com (8.7.3/8.6.10-MT4.00) with internal id JAB03225; Fri, 6 Apr 2001 09:23:06 -0800 (GMT-0800) 79 Received: from localhost.localdomain
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_timeout.py | 104 self.localhost = '127.0.0.1' 152 test_support.bind_port(self.sock, self.localhost) 170 test_support.bind_port(self.sock, self.localhost)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/data/ |
msg_25.txt | 6 Received: from localhost (localhost) by zinfandel.lacita.com (8.7.3/8.6.10-MT4.00) with internal id JAB03225; Fri, 6 Apr 2001 09:23:06 -0800 (GMT-0800) 79 Received: from localhost.localdomain
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_timeout.py | 104 self.localhost = '127.0.0.1' 152 test_support.bind_port(self.sock, self.localhost) 170 test_support.bind_port(self.sock, self.localhost)
|
/prebuilts/tools/linux-x86_64/kythe/ |
README.md | 90 --public_resources /opt/kythe/web/ui --listen localhost:9898 92 # The sample web UI will be serving at http://localhost:9898 95 # local running server by passing the '--api=http://localhost:9898' flag.
|
/bootable/recovery/etc/ |
init.rc | 46 hostname localhost
|
/cts/tests/tests/webkit/src/android/webkit/cts/ |
MimeTypeMapTest.java | 35 assertEquals("html", MimeTypeMap.getFileExtensionFromUrl("http://localhost/index.html"));
|
/external/apache-harmony/x-net/src/test/impl/java.injected/javax/net/ssl/ |
SSLSocketFactoryTest.java | 87 factory.createSocket("localhost", 2021);
|
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/ |
SSLSocketImplTest.java | 59 return new SSLSocketImpl("localhost", port, 74 new InetSocketAddress("localhost", server.getPort())); 138 socket = new SSLSocketImpl("localhost", 193 * SSLSocketImpl(String host, int port, InetAddress localHost, int 203 "localhost", 205 InetAddress.getByName("localhost"), 270 InetAddress.getByName("localhost"), 336 InetAddress.getByName("localhost"), 338 InetAddress.getByName("localhost"), [all...] |
/external/autotest/client/cros/ |
webpagereplay_wrapper.py | 47 return ['--host-resolver-rules=MAP * %s, EXCLUDE localhost' %
|
/external/autotest/client/site_tests/login_ChromeProfileSanitary/ |
login_ChromeProfileSanitary.py | 47 spec = 'http://localhost:8000'
|
/external/autotest/frontend/afe/ |
views.py | 41 GWT_SERVER = 'http://localhost:8888/'
|
/external/autotest/server/hosts/ |
plankton_host.py | 37 def _initialize(self, plankton_host='localhost', plankton_port=9998,
|
/external/autotest/server/site_tests/autoupdate_Rollback/ |
control | 36 http://localhost:8080/stage?archive_url=\
|
/external/autotest/server/site_tests/provision_FactoryImage/ |
control | 31 for its servo, and if the DUT isn't in .cros we will attempt to use localhost
|
/external/autotest/server/ |
system_utils.py | 27 scheduler_config.CONFIG_SECTION, 'drones', default='localhost')
|
/external/autotest/site_utils/ |
dump_to_cloudsql.py | 14 arguments will connect to localhost as root with an empty password. 114 host = 'localhost' 125 print 'Connecting to mysql at localhost as %s.' % self._user 256 With no optional arguments will connect to localhost as root
|
log_socket_server_unittest.py | 29 socketHandler = logging.handlers.SocketHandler('localhost', port)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/ |
credentials_lib_test.py | 98 self.assertEqual(flags.auth_host_name, 'localhost')
|
Completed in 417 milliseconds
<<11121314151617181920>>