Searched defs:ctx (Results 1 - 2 of 2) sorted by relevance

/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
H A DHttpsURLConnectionTest.java129 SSLContext ctx = getContext();
136 MockWebServer webServer = createWebServer(ctx, dispatcher);
141 connection.setSSLSocketFactory(ctx.getSocketFactory());
161 SSLContext ctx = getContext();
169 MockWebServer webServer = createWebServer(ctx, dispatcher);
174 connection.setSSLSocketFactory(ctx.getSocketFactory());
199 SSLContext ctx = getContext();
201 SSLSocketFactory socketFactory = ctx.getSocketFactory();
214 MockWebServer webServer = createWebServer(ctx, dispatcher);
246 SSLContext ctx
794 createProxyAndWebServer(SSLContext ctx, Dispatcher dispatcher) argument
803 createWebServer(SSLContext ctx, Dispatcher dispatcher) argument
808 createServer( SSLContext ctx, Dispatcher dispatcher, boolean handleProxying) argument
[all...]
/libcore/luni/src/main/native/
H A Dlibcore_icu_NativeConverter.cpp350 const EncoderCallbackContext* ctx = reinterpret_cast<const EncoderCallbackContext*>(rawContext); local
353 ctx->onUnmappableInput(ctx, args, codeUnits, length, codePoint, reason, status);
357 ctx->onMalformedInput(ctx, args, codeUnits, length, codePoint, reason, status);
360 delete ctx;
454 const DecoderCallbackContext* ctx = reinterpret_cast<const DecoderCallbackContext*>(rawContext); local
457 ctx->onUnmappableInput(ctx, args, codeUnits, length, reason, status);
461 ctx
[all...]

Completed in 96 milliseconds