Home
last modified time | relevance | path

Searched defs:localhost (Results 1 – 15 of 15) sorted by relevance

/external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/internal/
DSslContextBuilder.java42 private static SSLContext localhost; // Lazily initialized. field in SslContextBuilder
45 public static synchronized SSLContext localhost() { in localhost() method in SslContextBuilder
/external/grpc-grpc/test/core/surface/
Dconcurrent_connectivity_test.cc177 char* localhost = gpr_strdup("localhost:54321"); in run_concurrent_connectivity_test() local
286 char* localhost = gpr_strdup("localhost:54321"); in run_concurrent_watches_with_short_timeouts_test() local
/external/libevent/test/
Dregress_bufferevent.c657 fake_listener_create(struct sockaddr_in *localhost) in fake_listener_create()
731 struct sockaddr_in localhost; in test_bufferevent_connect() local
821 struct sockaddr_in localhost; in test_bufferevent_connect_fail_eventcb() local
895 struct sockaddr_in localhost; in test_bufferevent_connect_fail() local
1147 struct sockaddr_in localhost; in test_bufferevent_trigger() local
/external/libcups/cups/
Dppd-util.c135 char localhost[HTTP_MAX_URI],/* Local hostname */ in cupsGetPPD3() local
/external/python/cpython3/Lib/test/
Dtest_timeout.py114 localhost = socket_helper.HOST variable in TimeoutTestCase
/external/grpc-grpc-java/interop-testing/src/test/java/io/grpc/testing/integration/
DTrafficControlProxy.java43 private final String localhost = "localhost"; field in TrafficControlProxy
/external/libcups/backend/
Dlpd.c715 char localhost[255]; /* Local host name */ in lpd_queue() local
/external/kernel-headers/original/uapi/linux/
Dvbox_vmmdev_types.h190 struct vmmdev_hgcm_service_location_localhost localhost; member
/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/java/security/
DTestKeyStore.java670 private X500Principal localhost() { in localhost() method in TestKeyStore.Builder
/external/conscrypt/testing/src/main/java/org/conscrypt/java/security/
DTestKeyStore.java667 private X500Principal localhost() { in localhost() method in TestKeyStore.Builder
/external/curl/lib/
Dsmtp.c1684 char localhost[HOSTNAME_MAX + 1]; in smtp_parse_url_path() local
/external/python/cpython2/Lib/
Durllib.py818 def localhost(): function
/external/python/httplib2/doc/html/
Dsearchindex.js1 …{all:1,code:1,chain:1,proxy_type_xxx:1,follow:1,privat:1,readabl:1,those:1,sent:1,liter:1,everi:1,…
/external/python/cpython3/Lib/urllib/
Drequest.py2349 def localhost(): function
/external/webrtc/p2p/base/
Dport_unittest.cc1653 Port* localhost = ports[3].get(); in TEST_F() local