HomeSort by relevance Sort by last modified time
    Searched full:localhost (Results 201 - 225 of 1417) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
SSLSocketTest.java 54 SSLSocket soc = new MySSLSocket("localhost", ss.getLocalPort());
77 SSLSocket soc = new MySSLSocket("localhost", ss1.getLocalPort(),
  /external/autotest/client/common_lib/cros/tendo/
buffet_config.py 17 LOCAL_OAUTH_URL = 'http://localhost:%d/%s/' % (LOCAL_SERVER_PORT,
19 LOCAL_SERVICE_URL = 'http://localhost:%d/' % LOCAL_SERVER_PORT
  /external/autotest/server/site_tests/factory_InstallServo/
factory_InstallServo.py 10 servo_host: the host running the servod (defaults to localhost)
92 def run_once(self, servo_host="localhost", servo_port=None,
  /external/autotest/site_utils/rpm_control_system/
rpm_logging_config.py 94 'localhost', log_socket_server.LogSocketServer.port)
104 email_handler = SuspendableSMTPHandler('localhost', 'rpm@google.com',
  /external/autotest/site_utils/
test_droid.py 72 default='localhost',
115 'feedback=interactive feedback_args=localhost:%d' %
  /external/chromium-trace/catapult/telemetry/third_party/webpagereplay/
certutils_test.py 32 self, ('localhost', 0), BaseHTTPServer.BaseHTTPRequestHandler)
83 cert_str = certutils.get_host_cert('localhost', server.server_port)
  /external/curl/tests/data/
test2003 61 http://%HOSTIP:%HTTPPORT/20030001 ftp://%HOSTIP:%FTPPORT/20030002 file://localhost/%PWD/log/test2003.txt tftp://%HOSTIP:%TFTPPORT//20030003 tftp://%HOSTIP:%TFTPPORT//20030003 file://localhost/%PWD/log/test2003.txt ftp://%HOSTIP:%FTPPORT/20030002 http://%HOSTIP:%HTTPPORT/20030001
  /external/dhcpcd-6.8.2/dhcpcd-hooks/
30-hostname 64 ""|"(none)"|localhost|localhost.localdomain) return 0;;
  /external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/output/
MockServerSocketTest.java 51 final InetAddress addr = InetAddress.getByName("localhost");
67 final InetAddress addr = InetAddress.getByName("localhost");
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/net/
PingPongSocketExample.java 46 ServerSocket server = Gdx.net.newServerSocket(Protocol.TCP, "localhost", 9999, hints);
63 Socket client = Gdx.net.newClientSocket(Protocol.TCP, "localhost", 9999, hints);
  /external/mdnsresponder/mDNSShared/
dnsextd.conf 7 // on port 53, and forward them on as appropriate to BIND on localhost:5030.
17 // tell BIND to accept packets from localhost:5030, like this:
  /external/ppp/pppd/plugins/radius/etc/
radiusclient.conf 37 authserver localhost:1812
42 acctserver localhost:1813
radiusclient.conf.in 37 authserver localhost:1812
42 acctserver localhost:1813
  /external/slf4j/slf4j-ext/src/test/java/org/slf4j/dummyExt/
EventLoggerTest.java 64 MDC.put("hostname", "localhost");
103 assertEquals(event.getMDC("hostname"), "localhost");
  /external/webrtc/webrtc/tools/loopback_test/
record-test.sh 15 # # on localhost:8080
22 # $ export TEST="http://localhost:8080/loopback_test.html?auto-mode=true"
  /external/webrtc/webrtc/tools/rtcbot/
README 30 click Proceed to localhost (unsafe).
56 - Configure and enable port forwarding 8080 -> localhost:8080
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
InetSocketAddressTest.java 115 new InetSocketAddress("Localhost", 1000) };
127 new InetSocketAddress("Localhost", 1000) };
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
HandshakeCompletedEventTest.java 88 mySSLSession session = new mySSLSession("localhost", 1080, null);
99 mySSLSession session = new mySSLSession("localhost", 1080, null);
110 mySSLSession session = new mySSLSession("localhost", 1080, null);
145 mySSLSession session = new mySSLSession("localhost", 1080, null);
165 mySSLSession session = new mySSLSession("localhost", 1080, null);
176 mySSLSession session = new mySSLSession("localhost", 1080, null);
204 private String host = "localhost";
464 * Implements a test SSL socket client. It open a connection to localhost on
  /libcore/luni/src/test/java/libcore/java/net/
SocketTest.java 65 s.bind(new InetSocketAddress("localhost", 0));
83 new Socket("localhost", 80);
253 Socket socket = new Socket("localhost", server.port);
275 Socket socket = new Socket("localhost", server.port);
315 Socket socket = new Socket("localhost", serverSocket.getLocalPort());
527 new SocketThatFailOnClose("localhost", 1);
533 new SocketThatFailOnClose("localhost", 1, null, 0);
539 new SocketThatFailOnClose("localhost", 1, true);
  /prebuilts/go/darwin-x86/src/internal/testenv/
testenv.go 89 // external (non-localhost) networks.
95 // external (non-localhost) networks.
  /prebuilts/go/linux-x86/src/internal/testenv/
testenv.go 89 // external (non-localhost) networks.
95 // external (non-localhost) networks.
  /art/tools/ahat/test/
PerformanceTest.java 47 String uri = "http://localhost:7100/object?id=" + bigArray.getId();
  /cts/apps/CtsVerifier/
create_test_certs.sh 21 '/CN=localhost'
  /external/autotest/client/cros/
dark_resume_xmlrpc_server.py 54 'localhost', constants.DARK_RESUME_XMLRPC_SERVER_PORT)
  /external/autotest/client/cros/networking/
apmanager_xmlrpc_server.py 68 server = xmlrpc_server.XmlRpcServer('localhost',

Completed in 474 milliseconds

1 2 3 4 5 6 7 891011>>