Searched defs:localhost (Results 1 - 4 of 4) sorted by relevance

/external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/internal/
H A DSslContextBuilder.java42 * self-signed certificate for a single hostname such as "localhost".
53 private static SSLContext localhost; // Lazily initialized. field in class:SslContextBuilder
67 /** Returns a new SSL context for this host's current localhost address. */
68 public static synchronized SSLContext localhost() { method in class:SslContextBuilder
69 if (localhost == null) {
71 localhost = new SslContextBuilder(InetAddress.getByName("localhost").getHostName()).build();
78 return localhost;
/external/lldb/source/Host/common/
H A DHost.cpp1383 const bool localhost = true; local
1387 localhost,
/external/lldb/source/Target/
H A DProcess.cpp486 bool localhost,
499 if (localhost)
485 ConvertArgumentsForLaunchingInShell(Error &error, bool localhost, bool will_debug, bool first_arg_is_full_shell_command) argument
/external/netperf/
H A Dnetlib.c2650 char *localhost,
2673 localhost,
2725 error = getaddrinfo((char *)localhost,
2733 localhost,
2744 localhost,
2754 dump_addrinfo(where, local_res, localhost, localport, locfam);
2794 localhost,
2869 char *localhost,
2878 localhost,
2884 localhost,localpor
2625 establish_control_internal(char *hostname, char *port, int remfam, char *localhost, char *localport, int locfam) argument
2844 establish_control(char *hostname, char *port, int remfam, char *localhost, char *localport, int locfam) argument
[all...]

Completed in 335 milliseconds