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/
Dlibcore_math_NativeBN.cpp144 Unique_BN_CTX ctx(BN_CTX_new()); in NativeBN_BN_mul() local
152 Unique_BN_CTX ctx(BN_CTX_new()); in NativeBN_BN_div() local
160 Unique_BN_CTX ctx(BN_CTX_new()); in NativeBN_BN_mod_exp() 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
DObjectInputStream.java550 SerialCallbackContext ctx = curContext; in defaultReadObject() local
589 SerialCallbackContext ctx = curContext; in readFields() local