Home
last modified time | relevance | path

Searched defs:ctx (Results 1 – 6 of 6) 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
624 SSLContext ctx = getContext(); in testProxyConnection_Not_Found_Response() local
[all …]
/libcore/luni/src/main/native/
Djava_math_NativeBN.cpp451 Unique_BN_CTX ctx(BN_CTX_new()); in NativeBN_BN_gcd() local
459 Unique_BN_CTX ctx(BN_CTX_new()); in NativeBN_BN_mul() local
467 Unique_BN_CTX ctx(BN_CTX_new()); in NativeBN_BN_exp() local
475 Unique_BN_CTX ctx(BN_CTX_new()); in NativeBN_BN_div() local
483 Unique_BN_CTX ctx(BN_CTX_new()); in NativeBN_BN_nnmod() local
491 Unique_BN_CTX ctx(BN_CTX_new()); in NativeBN_BN_mod_exp() local
499 Unique_BN_CTX ctx(BN_CTX_new()); in NativeBN_BN_mod_inverse() local
517 Unique_BN_CTX ctx(BN_CTX_new()); in NativeBN_BN_primality_test() local
Dlibcore_icu_NativeConverter.cpp350 const EncoderCallbackContext* ctx = reinterpret_cast<const EncoderCallbackContext*>(rawContext); in CHARSET_ENCODER_CALLBACK() local
454 const DecoderCallbackContext* ctx = reinterpret_cast<const DecoderCallbackContext*>(rawContext); in CHARSET_DECODER_CALLBACK() 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
/libcore/ojluni/src/main/java/java/io/
DObjectOutputStream.java449 SerialCallbackContext ctx = curContext; in defaultWriteObject() local
472 SerialCallbackContext ctx = curContext; in putFields() local
DObjectInputStream.java497 SerialCallbackContext ctx = curContext; in defaultReadObject() local
536 SerialCallbackContext ctx = curContext; in readFields() local