Searched refs:ctx (Results 1 – 3 of 3) sorted by relevance
129 SSLContext ctx = getContext(); in testHttpsConnection() local136 MockWebServer webServer = createWebServer(ctx, dispatcher); in testHttpsConnection()141 connection.setSSLSocketFactory(ctx.getSocketFactory()); in testHttpsConnection()161 SSLContext ctx = getContext(); in testHttpsConnection_Not_Found_Response() local169 MockWebServer webServer = createWebServer(ctx, dispatcher); in testHttpsConnection_Not_Found_Response()174 connection.setSSLSocketFactory(ctx.getSocketFactory()); in testHttpsConnection_Not_Found_Response()199 SSLContext ctx = getContext(); in testSetDefaultSSLSocketFactory() local201 SSLSocketFactory socketFactory = ctx.getSocketFactory(); in testSetDefaultSSLSocketFactory()214 MockWebServer webServer = createWebServer(ctx, dispatcher); in testSetDefaultSSLSocketFactory()246 SSLContext ctx = getContext(); in testSetSSLSocketFactory() local[all …]
144 Unique_BN_CTX ctx(BN_CTX_new()); in NativeBN_BN_mul() local145 BN_CTX* ctxp = ctx.get(); in NativeBN_BN_mul()152 Unique_BN_CTX ctx(BN_CTX_new()); in NativeBN_BN_div() local153 BN_CTX* ctxp = ctx.get(); in NativeBN_BN_div()160 Unique_BN_CTX ctx(BN_CTX_new()); in NativeBN_BN_mod_exp() local161 BN_CTX* ctxp = ctx.get(); in NativeBN_BN_mod_exp()
483 URL ctx = null; in test_ConstructorLjava_net_URLLjava_lang_String() local484 u = new URL(ctx, spec); in test_ConstructorLjava_net_URLLjava_lang_String()489 ctx = new URL("jar:file:/a!/b"); in test_ConstructorLjava_net_URLLjava_lang_String()490 u = new URL(ctx, spec); in test_ConstructorLjava_net_URLLjava_lang_String()495 ctx = new URL("jar:file:/a!/b/c"); in test_ConstructorLjava_net_URLLjava_lang_String()496 u = new URL(ctx, spec); in test_ConstructorLjava_net_URLLjava_lang_String()501 ctx = new URL("jar:file:/a!/b/c/d"); in test_ConstructorLjava_net_URLLjava_lang_String()502 u = new URL(ctx, spec); in test_ConstructorLjava_net_URLLjava_lang_String()508 ctx = new URL( in test_ConstructorLjava_net_URLLjava_lang_String()510 u = new URL(ctx, spec); in test_ConstructorLjava_net_URLLjava_lang_String()