/prebuilts/go/darwin-x86/src/net/smtp/ |
smtp_test.go | 156 c := &Client{Text: textproto.NewConn(fake), localName: "localhost"} 246 var basicClient = `HELO localhost 247 EHLO localhost 248 EHLO localhost 308 var newClientClient = `EHLO localhost 348 var newClient2Client = `EHLO localhost 349 HELO localhost 536 var sendMailClient = `EHLO localhost 537 HELO localhost 588 var authFailedClient = `EHLO localhost [all...] |
/prebuilts/go/linux-x86/src/net/smtp/ |
smtp_test.go | 156 c := &Client{Text: textproto.NewConn(fake), localName: "localhost"} 246 var basicClient = `HELO localhost 247 EHLO localhost 248 EHLO localhost 308 var newClientClient = `EHLO localhost 348 var newClient2Client = `EHLO localhost 349 HELO localhost 536 var sendMailClient = `EHLO localhost 537 HELO localhost 588 var authFailedClient = `EHLO localhost [all...] |
/external/jmdns/src/javax/jmdns/impl/ |
HostInfo.java | 67 HostInfo localhost = null; local 104 localhost = new HostInfo(addr, aName, dns); 105 return localhost;
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
SimpleXMLRPCServer.py | 15 server = SimpleXMLRPCServer(("localhost", 8000))
36 server = SimpleXMLRPCServer(("localhost", 8000))
67 server = SimpleXMLRPCServer(("localhost", 8000))
89 server = MathServer(("localhost", 8000))
701 server = SimpleXMLRPCServer(("localhost", 8000))
|
/external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/ |
ApacheHttpClient.java | 45 SSLContext sslContext = SslContextBuilder.localhost();
|
OkHttpAsync.java | 56 SSLContext sslContext = SslContextBuilder.localhost();
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
SimpleXMLRPCServer.py | 15 server = SimpleXMLRPCServer(("localhost", 8000)) 36 server = SimpleXMLRPCServer(("localhost", 8000)) 67 server = SimpleXMLRPCServer(("localhost", 8000)) 89 server = MathServer(("localhost", 8000)) 704 server = SimpleXMLRPCServer(("localhost", 8000))
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
SimpleXMLRPCServer.py | 15 server = SimpleXMLRPCServer(("localhost", 8000)) 36 server = SimpleXMLRPCServer(("localhost", 8000)) 67 server = SimpleXMLRPCServer(("localhost", 8000)) 89 server = MathServer(("localhost", 8000)) 704 server = SimpleXMLRPCServer(("localhost", 8000))
|
/prebuilts/go/darwin-x86/test/ |
escape_slice.go | 157 "localhost", 161 "localhost",
|
/prebuilts/go/linux-x86/test/ |
escape_slice.go | 157 "localhost", 161 "localhost",
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
SimpleXMLRPCServer.py | 15 server = SimpleXMLRPCServer(("localhost", 8000)) 36 server = SimpleXMLRPCServer(("localhost", 8000)) 67 server = SimpleXMLRPCServer(("localhost", 8000)) 89 server = MathServer(("localhost", 8000)) 704 server = SimpleXMLRPCServer(("localhost", 8000))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
SimpleXMLRPCServer.py | 15 server = SimpleXMLRPCServer(("localhost", 8000)) 36 server = SimpleXMLRPCServer(("localhost", 8000)) 67 server = SimpleXMLRPCServer(("localhost", 8000)) 89 server = MathServer(("localhost", 8000)) 704 server = SimpleXMLRPCServer(("localhost", 8000))
|
/external/autotest/site_utils/ |
server_manager_utils.py | 360 @raise ServerActionError: If localhost does not have given role or it's 363 if hostname.lower() in ['localhost', '127.0.0.1']:
|
/external/nanohttpd/ |
README.md | 18 You should now have a HTTP file server running on <http://localhost:8080/>. 48 System.out.println( "\nRunning! Point your browers to http://localhost:8080/ \n" ); 79 If it started ok, point your browser at <http://localhost:8080/> and enjoy a web server that asks your name and replies with a greeting. 239 Just a hint how to generate a certificate for localhost. 241 keytool -genkey -keyalg RSA -alias selfsigned -keystore keystore.jks -storepass password -validity 360 -keysize 2048 -ext SAN=DNS:localhost,IP:127.0.0.1 -validity 9999 243 This will generate a keystore file named 'keystore.jks' with a self signed certificate for a host named localhost with the ip adress 127.0.0.1 . Now
|
/external/nanohttpd/src/site/markdown/ |
index.md | 18 You should now have a HTTP file server running on <http://localhost:8080/>. 48 System.out.println( "\nRunning! Point your browers to http://localhost:8080/ \n" ); 79 If it started ok, point your browser at <http://localhost:8080/> and enjoy a web server that asks your name and replies with a greeting. 235 Just a hint how to generate a certificate for localhost. 237 keytool -genkey -keyalg RSA -alias selfsigned -keystore keystore.jks -storepass password -validity 360 -keysize 2048 -ext SAN=DNS:localhost,IP:127.0.0.1 -validity 9999 239 This will generate a keystore file named 'keystore.jks' with a self signed certificate for a host named localhost with the ip adress 127.0.0.1 . Now
|
/external/webrtc/webrtc/tools/rtcbot/bot/ |
api.js | 18 var stream = new WebSocketStream("wss://localhost:8080/");
|
/external/webrtc/webrtc/tools/rtcbot/ |
botmanager.js | 124 // BrowserBot spawns a process to open "https://localhost:8080/bot/browser". 136 child.exec('google-chrome "https://localhost:8080/bot/browser/"'); 143 // "https://localhost:8080/bot/browser/" on chrome for Android. 157 '-d https://localhost:8080/bot/browser/';
|
/system/bt/vendor_libs/test_vendor_lib/scripts/ |
build_and_run.sh | 86 python ${TEST_CHANNEL_ABS}/test_channel.py localhost ${TEST_CHANNEL_PORT}
|
/prebuilts/go/darwin-x86/src/net/ |
conf.go | 312 // isLocalhost reports whether h should be considered a "localhost" 315 return stringsEqualFold(h, "localhost") || stringsEqualFold(h, "localhost.localdomain") || stringsHasSuffixFold(h, ".localhost") || stringsHasSuffixFold(h, ".localhost.localdomain")
|
lookup_test.go | 20 case "localhost": 227 addrs, err := LookupHost("localhost") 478 if strings.Index(name, ".") == len(name)-1 { // "localhost" not "localhost." 485 // as some systems say 127.0.0.1 localhost localhost. 490 } else if strings.Contains(name, ".") && !strings.HasSuffix(name, ".") { // "localhost.localdomain." not "localhost.localdomain"
|
dial_unix_test.go | 53 // On some operating systems, localhost
|
/prebuilts/go/linux-x86/src/net/ |
conf.go | 312 // isLocalhost reports whether h should be considered a "localhost" 315 return stringsEqualFold(h, "localhost") || stringsEqualFold(h, "localhost.localdomain") || stringsHasSuffixFold(h, ".localhost") || stringsHasSuffixFold(h, ".localhost.localdomain")
|
lookup_test.go | 20 case "localhost": 227 addrs, err := LookupHost("localhost") 478 if strings.Index(name, ".") == len(name)-1 { // "localhost" not "localhost." 485 // as some systems say 127.0.0.1 localhost localhost. 490 } else if strings.Contains(name, ".") && !strings.HasSuffix(name, ".") { // "localhost.localdomain." not "localhost.localdomain"
|
dial_unix_test.go | 53 // On some operating systems, localhost
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/ |
ConnectionSpecSelectorTest.java | 42 private SSLContext sslContext = SslContextBuilder.localhost();
|