Searched refs:ctx (Results 1 – 5 of 5) sorted by relevance
130 SSLContext ctx = getContext(); in testHttpsConnection() local137 MockWebServer webServer = createWebServer(ctx, dispatcher); in testHttpsConnection()142 connection.setSSLSocketFactory(ctx.getSocketFactory()); in testHttpsConnection()162 SSLContext ctx = getContext(); in testHttpsConnection_Not_Found_Response() local170 MockWebServer webServer = createWebServer(ctx, dispatcher); in testHttpsConnection_Not_Found_Response()175 connection.setSSLSocketFactory(ctx.getSocketFactory()); in testHttpsConnection_Not_Found_Response()200 SSLContext ctx = getContext(); in testSetDefaultSSLSocketFactory() local202 SSLSocketFactory socketFactory = ctx.getSocketFactory(); in testSetDefaultSSLSocketFactory()215 MockWebServer webServer = createWebServer(ctx, dispatcher); in testSetDefaultSSLSocketFactory()247 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()
456 SerialCallbackContext ctx = curContext; in defaultWriteObject() local457 if (ctx == null) { in defaultWriteObject()460 Object curObj = ctx.getObj(); in defaultWriteObject()461 ObjectStreamClass curDesc = ctx.getDesc(); in defaultWriteObject()479 SerialCallbackContext ctx = curContext; in putFields() local480 if (ctx == null) { in putFields()483 Object curObj = ctx.getObj(); in putFields()484 ObjectStreamClass curDesc = ctx.getDesc(); in putFields()
553 SerialCallbackContext ctx = curContext; in defaultReadObject() local554 if (ctx == null) { in defaultReadObject()557 Object curObj = ctx.getObj(); in defaultReadObject()558 ObjectStreamClass curDesc = ctx.getDesc(); in defaultReadObject()592 SerialCallbackContext ctx = curContext; in readFields() local593 if (ctx == null) { in readFields()596 Object curObj = ctx.getObj(); in readFields()597 ObjectStreamClass curDesc = ctx.getDesc(); in readFields()