Home
last modified time | relevance | path

Searched refs:toClose (Results 1 – 4 of 4) sorted by relevance

/external/conscrypt/openjdk-integ-tests/src/test/java/libcore/javax/net/ssl/
DSSLSessionContextTest.java209 List<SSLSocket[]> toClose = new ArrayList<>(); in test_SSLSessionContext_setSessionCacheSize_dynamic() local
210 toClose.add( in test_SSLSessionContext_setSessionCacheSize_dynamic()
213 toClose.add( in test_SSLSessionContext_setSessionCacheSize_dynamic()
216 toClose.add( in test_SSLSessionContext_setSessionCacheSize_dynamic()
225 toClose.add( in test_SSLSessionContext_setSessionCacheSize_dynamic()
231 toClose.add( in test_SSLSessionContext_setSessionCacheSize_dynamic()
234 toClose.add( in test_SSLSessionContext_setSessionCacheSize_dynamic()
238 for (SSLSocket[] pair : toClose) { in test_SSLSessionContext_setSessionCacheSize_dynamic()
DSSLSocketTest.java1697 final Socket toClose = (closeUnderlying) ? underlying : clientWrapping; in test_SSLSocket_interrupt_case() local
1702 toClose.close(); in test_SSLSocket_interrupt_case()
/external/libmojo/mojo/android/javatests/src/org/chromium/mojo/bindings/
DBindingsTestUtils.java100 Interface.Manager<I, P> manager, I impl, List<Closeable> toClose) { in newProxyOverPipe() argument
104 toClose.add(proxy); in newProxyOverPipe()
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/
DDiskLruCacheTest.java63 private final Deque<DiskLruCache> toClose = new ArrayDeque<>(); field in DiskLruCacheTest
74 toClose.add(cache); in createNewCacheWithSize()
85 while (!toClose.isEmpty()) { in tearDown()
86 toClose.pop().close(); in tearDown()
1065 toClose.add(cache); in isClosed_uninitializedCache()