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

<<11121314151617181920>>

  /external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/
chrome_browser_backend_unittest.py 90 '--host-resolver-rules=MAP * 127.0.0.1,EXCLUDE localhost',
  /external/chromium-trace/catapult/third_party/Paste/paste/auth/
grantip.py 88 # Give localhost system role (no username):
  /external/chromium-trace/catapult/third_party/Paste/paste/exceptions/
errormiddleware.py 112 from_address = global_conf.get('error_from_address', 'errors@localhost')
115 smtp_server = global_conf.get('smtp_server', 'localhost')
327 error_email_from='errors@localhost',
328 smtp_server='localhost',
reporter.py 41 smtp_server = 'localhost'
  /external/chromium-trace/catapult/third_party/WebOb/docs/
comment-example.txt 81 httpd = make_server('localhost', options.port, app)
82 print 'Serving on http://localhost:%s' % options.port
131 ``http://localhost:8080/index.html`` becomes
303 the example server, it will be ``http://localhost:PORT/``). We use
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/fps/
test.py 61 'returnURL': 'https://localhost/',
  /external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
devshell.py 75 sock.connect(('localhost', port))
  /external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/
test_devshell.py 43 self._socket.bind(('localhost', 0))
  /external/chromium-trace/catapult/third_party/typ/typ/fakes/tests/
host_fake_test.py 76 url = 'http://localhost/test'
  /external/chromium-trace/catapult/third_party/webtest/webtest/
http.py 75 body = body.replace(six.b('http://localhost/'),
  /external/curl/docs/examples/
multi-double.c 50 curl_easy_setopt(http_handle2, CURLOPT_URL, "http://localhost/");
  /external/curl/docs/libcurl/opts/
CURLOPT_UNIX_SOCKET_PATH.3 60 curl_easy_setopt(curl_handle, CURLOPT_URL, "http://localhost/");
  /external/curl/tests/server/
resolve.c 30 * Like if 'localhost' actual exists etc.
  /external/dbus/doc/
dbus-uuidgen.1 42 sockets, local X displays, localhost.localdomain resolution, process
  /external/ipsec-tools/src/racoon/
isakmp_xauth.h 126 #define LDAP_DFLT_HOST "localhost"
  /external/jacoco/org.jacoco.ant/src/org/jacoco/ant/
DumpTask.java 53 * IP Address or hostname to connect to. Defaults to <code>localhost</code>
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/core/server/
AbstractFtpServer_StartTestCase.java 30 private static final String SERVER = "localhost";
  /external/nanohttpd/core/src/test/java/fi/iki/elonen/
HttpSSLServerTest.java 56 HttpTrace httphead = new HttpTrace("https://localhost:9043/index.html");
SSLServerSocketFactoryTest.java 57 HttpTrace httphead = new HttpTrace("https://localhost:9043/index.html");
  /external/nanohttpd/core/src/test/java/fi/iki/elonen/integration/
PutStreamIntegrationTest.java 92 HttpPut httpput = new HttpPut("http://localhost:8192/");
  /external/nanohttpd/websocket/src/test/java/fi/iki/elonen/samples/echo/
EchoWebSocketsTest.java 65 String destUri = "ws://localhost:9191";
  /external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
OkHttpAsync.java 56 SSLContext sslContext = SslContextBuilder.localhost();
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/
ConnectionSpecSelectorTest.java 42 private SSLContext sslContext = SslContextBuilder.localhost();
  /external/webrtc/webrtc/base/
autodetectproxy_unittest.cc 103 TestCopesWithProxy(rtc::SocketAddress("localhost", 9999));
httpserver_unittest.cc 22 "Host: localhost\r\n"

Completed in 612 milliseconds

<<11121314151617181920>>