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
624 SSLContext ctx = getContext(); in testProxyConnection_Not_Found_Response() local
[all …]
/libcore/luni/src/main/native/
Djava_math_NativeBN.cpp453 Unique_BN_CTX ctx(BN_CTX_new()); in NativeBN_BN_gcd() local
461 Unique_BN_CTX ctx(BN_CTX_new()); in NativeBN_BN_mul() local
469 Unique_BN_CTX ctx(BN_CTX_new()); in NativeBN_BN_exp() local
477 Unique_BN_CTX ctx(BN_CTX_new()); in NativeBN_BN_div() local
485 Unique_BN_CTX ctx(BN_CTX_new()); in NativeBN_BN_nnmod() local
493 Unique_BN_CTX ctx(BN_CTX_new()); in NativeBN_BN_mod_exp() local
501 Unique_BN_CTX ctx(BN_CTX_new()); in NativeBN_BN_mod_inverse() local
519 Unique_BN_CTX ctx(BN_CTX_new()); in NativeBN_BN_primality_test() local
Dlibcore_icu_NativeConverter.cpp379 const EncoderCallbackContext* ctx = reinterpret_cast<const EncoderCallbackContext*>(rawContext); in CHARSET_ENCODER_CALLBACK() local
493 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.java456 SerialCallbackContext ctx = curContext; in defaultWriteObject() local
479 SerialCallbackContext ctx = curContext; in putFields() local