Home
last modified time | relevance | path

Searched defs:ctx (Results 1 – 5 of 5) sorted by relevance

/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
DHttpsURLConnectionTest.java129 SSLContext ctx = getContext(); in testHttpsConnection() local
161 SSLContext ctx = getContext(); in testHttpsConnection_Not_Found_Response() local
199 SSLContext ctx = getContext(); in testSetDefaultSSLSocketFactory() local
246 SSLContext ctx = getContext(); in testSetSSLSocketFactory() local
323 SSLContext ctx = getContext(); in testSetHostnameVerifier() local
359 SSLContext ctx = getContext(); in test_doOutput() local
390 SSLContext ctx = getContext(); in testProxyConnection() local
431 SSLContext ctx = getContext(); in testProxyAuthConnection() local
538 SSLContext ctx = getContext(); in testProxyAuthConnection_doOutput() local
623 SSLContext ctx = getContext(); in testProxyConnection_Not_Found_Response() local
[all …]
/libcore/luni/src/main/native/
Djava_math_NativeBN.cpp499 Unique_BN_CTX ctx(BN_CTX_new()); in NativeBN_BN_gcd() local
506 Unique_BN_CTX ctx(BN_CTX_new()); in NativeBN_BN_mul() local
513 Unique_BN_CTX ctx(BN_CTX_new()); in NativeBN_BN_exp() local
520 Unique_BN_CTX ctx(BN_CTX_new()); in NativeBN_BN_div() local
527 Unique_BN_CTX ctx(BN_CTX_new()); in NativeBN_BN_nnmod() local
534 Unique_BN_CTX ctx(BN_CTX_new()); in NativeBN_BN_mod_exp() local
541 Unique_BN_CTX ctx(BN_CTX_new()); in NativeBN_BN_mod_inverse() local
556 Unique_BN_CTX ctx(BN_CTX_new()); in NativeBN_BN_is_prime_ex() local
Dlibcore_icu_NativeConverter.cpp349 const EncoderCallbackContext* ctx = reinterpret_cast<const EncoderCallbackContext*>(rawContext); in CHARSET_ENCODER_CALLBACK() local
453 const DecoderCallbackContext* ctx = reinterpret_cast<const DecoderCallbackContext*>(rawContext); in CHARSET_DECODER_CALLBACK() local
/libcore/dex/src/main/java/com/android/dex/util/
DExceptionWithContext.java82 String ctx = ((ExceptionWithContext) cause).context.toString(); in ExceptionWithContext() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DURLTest.java483 URL ctx = null; in test_ConstructorLjava_net_URLLjava_lang_String() local