/external/curl/lib/ |
smtp.c | 1506 char localhost[HOSTNAME_MAX + 1]; local [all...] |
/external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/internal/huc/ |
CacheAdapterTest.java | 61 private SSLContext sslContext = SslContextBuilder.localhost();
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
ConnectionReuseTest.java | 37 private SSLContext sslContext = SslContextBuilder.localhost();
|
/prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/ |
webui.go | 94 host = "localhost" 157 for _, v := range []string{"localhost", "127.0.0.1", "[::1]", "::1"} {
|
fetch_test.go | 189 {"http://localhost/profile?file=cppbench.cpu", ""}, 384 l, err := tls.Listen("tcp", "localhost:0", tlsConfig)
|
webui_test.go | 233 for _, s := range []string{"localhost:10000", "[::1]:10000", "127.0.0.1:10000"} {
|
/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/ |
webui.go | 94 host = "localhost" 157 for _, v := range []string{"localhost", "127.0.0.1", "[::1]", "::1"} {
|
fetch_test.go | 189 {"http://localhost/profile?file=cppbench.cpu", ""}, 384 l, err := tls.Listen("tcp", "localhost:0", tlsConfig)
|
webui_test.go | 233 for _, s := range []string{"localhost:10000", "[::1]:10000", "127.0.0.1:10000"} {
|
/prebuilts/tools/common/m2/repository/com/squareup/okhttp/mockwebserver/2.7.4/ |
mockwebserver-2.7.4.jar | |
/external/fio/tools/ |
genfio | 91 Generating dellr720-day2/localhost-4k,128k,1m-all-write,randwrite,read,randread-sdb,sdc,sdd,sde.fio
|
/external/toolchain-utils/android_bench_suite/ |
run.py | 102 default='localhost',
|
/prebuilts/go/darwin-x86/src/net/smtp/ |
smtp.go | 69 c := &Client{Text: text, conn: conn, serverName: host, localName: "localhost"} 93 // over the host name used. The client will introduce itself as "localhost"
|
/prebuilts/go/linux-x86/src/net/smtp/ |
smtp.go | 69 c := &Client{Text: text, conn: conn, serverName: host, localName: "localhost"} 93 // over the host name used. The client will introduce itself as "localhost"
|
/prebuilts/sdk/tools/ |
jack-admin | 59 SERVER_HOST=${SERVER_HOST:=localhost}
|
/toolchain/benchmark/ |
run.py | 102 default='localhost',
|
/external/conscrypt/testing/src/main/java/org/conscrypt/java/security/ |
TestKeyStore.java | 161 private static final String LOCAL_HOST_NAME = "localhost"; 162 private static final String LOCAL_HOST_NAME_IPV6 = "ip6-localhost"; 562 // Default to localhost if nothing was specified. 564 subject = localhost(); 651 private X500Principal localhost() { method in class:TestKeyStore.Builder [all...] |
/external/libvncserver/webclients/novnc/ |
README.md | 101 `./utils/launch.sh --vnc localhost:5901`
|
/external/python/cpython3/Lib/ |
smtpd.py | 4 Usage: %(program)s [options] [localhost:localport [remotehost:remoteport]] 42 If localhost is not given then `localhost' is used, and if localport is not 43 given then 8025 is used. If remotehost is not given then `localhost' is used, 905 localspec = 'localhost:8025 [all...] |
/libcore/support/src/test/java/libcore/java/security/ |
TestKeyStore.java | 159 private static final String LOCAL_HOST_NAME = "localhost"; 377 subject = localhost(); 643 private X500Principal localhost() { method in class:TestKeyStore.Builder [all...] |
/prebuilts/go/darwin-x86/src/cmd/trace/ |
main.go | 54 httpFlag = flag.String("http", "localhost:0", "HTTP service address (e.g., ':6060')")
|
/prebuilts/go/darwin-x86/src/log/syslog/ |
syslog.go | 158 w.hostname = "localhost"
|
/prebuilts/go/darwin-x86/src/net/ |
dnsclient.go | 178 // (like "localhost" or "myhost") do not get trailing dots, but any other
|
tcpsock_posix.go | 71 // pick local port 50001 as the source for a Dial("tcp", "", "localhost:50001"),
|
/prebuilts/go/linux-x86/src/cmd/trace/ |
main.go | 54 httpFlag = flag.String("http", "localhost:0", "HTTP service address (e.g., ':6060')")
|