/prebuilts/go/darwin-x86/src/net/ |
netgo_unix_test.go | 16 host := "localhost"
|
cgo_unix_test.go | 17 _, err, ok := cgoLookupIP(ctx, "localhost") 29 _, err, ok := cgoLookupIP(ctx, "localhost")
|
conf_test.go | 17 localhost string 266 {"localhost", "myhostname", hostLookupCgo}, 267 {"Localhost", "myhostname", hostLookupCgo}, 268 {"anything.localhost", "myhostname", hostLookupCgo}, 269 {"Anything.localhost", "myhostname", hostLookupCgo}, 270 {"localhost.localdomain", "myhostname", hostLookupCgo}, 271 {"Localhost.Localdomain", "myhostname", hostLookupCgo}, 272 {"anything.localhost.localdomain", "myhostname", hostLookupCgo}, 273 {"Anything.Localhost.Localdomain", "myhostname", hostLookupCgo}, 332 getHostname = func() (string, error) { return ht.localhost, nil [all...] |
/prebuilts/go/linux-x86/src/log/syslog/ |
example_test.go | 16 sysLog, err := syslog.Dial("tcp", "localhost:1234",
|
/prebuilts/go/linux-x86/src/net/http/ |
proxy_test.go | 20 // Never proxy localhost: 21 {"localhost", false}, 31 {"localhost.net", true}, // not match as suffix of address 32 {"local.localhost", true}, // not match as prefix as address
|
/prebuilts/go/linux-x86/src/net/ |
netgo_unix_test.go | 16 host := "localhost"
|
cgo_unix_test.go | 17 _, err, ok := cgoLookupIP(ctx, "localhost") 29 _, err, ok := cgoLookupIP(ctx, "localhost")
|
conf_test.go | 17 localhost string 266 {"localhost", "myhostname", hostLookupCgo}, 267 {"Localhost", "myhostname", hostLookupCgo}, 268 {"anything.localhost", "myhostname", hostLookupCgo}, 269 {"Anything.localhost", "myhostname", hostLookupCgo}, 270 {"localhost.localdomain", "myhostname", hostLookupCgo}, 271 {"Localhost.Localdomain", "myhostname", hostLookupCgo}, 272 {"anything.localhost.localdomain", "myhostname", hostLookupCgo}, 273 {"Anything.Localhost.Localdomain", "myhostname", hostLookupCgo}, 332 getHostname = func() (string, error) { return ht.localhost, nil [all...] |
/external/ltp/testcases/commands/mail/ |
mail_tests.sh | 110 tst_resm TINFO "Test #1: mail root@localhost will send mail to root" 113 mail -s "Test" root@localhost < $LTPTMP/tst_mail.in \ 224 # Test that mail non_existent_user@localhost will result in delivery failure. 233 tst_resm TINFO "Test #3: mail non_existent_user@localhost will fail" 237 mail -s "Test" non_existent_user@localhost < $LTPTMP/tst_mail.in > \ 304 mail -s "Test" root@localhost -c mail_test@localhost < \ 341 mail -s "Test" root@localhost -c mail_test@localhost < \
|
/external/curl/tests/ |
stunnel.pem | 11 subjectAltName = DNS:localhost 18 subjectInfoAccess = AD_DVCS;URI:"https://localhost:8433/509" 19 authorityInfoAccess = AD_DVCS;URI:"https://localhost:8433/509" 39 1.commonName_value = "localhost" 65 Issuer: C=SE, ST=Solna, L=Mooo, O=Haxx, OU=Coolx, CN=storbror, CN=localhost 69 Subject: C=SE, ST=Solna, L=Mooo, O=Haxx, OU=Coolx, CN=storbror, CN=localhost 88 DNS:localhost 102 ad dvcs - URI:https://localhost:8433/509 105 ad dvcs - URI:https://localhost:8433/509
|
/external/autotest/contrib/ |
task_runner.sh | 8 HELP="This is a script to bootstrap a localhost shard cluster for testing.\n\ 22 AFE=localhost:8001 23 SHARD_NAME=localhost:8004
|
/external/linux-kselftest/tools/testing/selftests/ftrace/test.d/event/ |
event-pid.tc | 18 ping localhost -c 1 || sleep .001 || usleep 1 || sleep 1
|
/external/libvncserver/webclients/java-applet/ssl/ |
ss_vncviewer | 100 # ss_vncviewer -ssh -sshcmd 'x11vnc -localhost' bob@bobs-home.net:0 103 # ss_vncviewer -ssh -proxy bob@bobs-home.net:2222 localhost:0 105 # ss_vncviewer -ssh -proxy fred@gw-host,fred@peecee localhost:0 108 # e.g. -sshcmd 'x11vnc -display :0 -localhost -rfbport 5900' 155 localhost="localhost" 157 localhost="127.0.0.1" 595 host=$localhost 884 ssh_cmd=`echo "$ssh_cmd" | sed -e 's/ -localhost/ /g'` 1155 $if = "localhost"; [all...] |
/external/autotest/site_utils/ |
setup_dev_autotest.sh | 159 host: localhost 161 readonly_host: localhost 166 hostname: localhost 169 drones: localhost 292 echo "Browse to http://localhost to see if Autotest is working."
|
/external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/ |
OkHttp.java | 41 SSLContext sslContext = SslContextBuilder.localhost();
|
UrlConnection.java | 37 SSLContext sslContext = SslContextBuilder.localhost();
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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)
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
DatagramPacketTest.java | 133 final InetAddress localhost = InetAddress.getLocalHost(); local 134 DatagramSocket socket = new DatagramSocket(0, localhost); 139 6 }, 6, localhost, port);
|
/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/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/go/darwin-x86/src/net/http/pprof/ |
pprof.go | 20 // log.Println(http.ListenAndServe("localhost:6060", nil)) 25 // go tool pprof http://localhost:6060/debug/pprof/heap 29 // go tool pprof http://localhost:6060/debug/pprof/profile 34 // go tool pprof http://localhost:6060/debug/pprof/block 38 // wget http://localhost:6060/debug/pprof/trace?seconds=5 40 // To view all available profiles, open http://localhost:6060/debug/pprof/
|
/prebuilts/go/linux-x86/src/net/http/pprof/ |
pprof.go | 20 // log.Println(http.ListenAndServe("localhost:6060", nil)) 25 // go tool pprof http://localhost:6060/debug/pprof/heap 29 // go tool pprof http://localhost:6060/debug/pprof/profile 34 // go tool pprof http://localhost:6060/debug/pprof/block 38 // wget http://localhost:6060/debug/pprof/trace?seconds=5 40 // To view all available profiles, open http://localhost:6060/debug/pprof/
|
/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/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)
|
/external/libcups/cups/ |
ppd-util.c | 139 char localhost[HTTP_MAX_URI],/* Local hostname */ local 185 strlcpy(hostname, "localhost", sizeof(hostname)); 188 if (!_cups_strcasecmp(hostname, "localhost")) 300 if (cupsServer()[0] == '/' && !_cups_strcasecmp(hostname, "localhost") && port == ippPort()) 303 * Redirect localhost to domain socket... 313 * Remap local hostname to localhost... 316 httpGetHostname(NULL, localhost, sizeof(localhost)); 318 DEBUG_printf(("2cupsGetPPD3: Local hostname=\"%s\"", localhost)); 320 if (!_cups_strcasecmp(localhost, hostname) [all...] |