Searched defs:toClose (Results 1 – 10 of 10) sorted by relevance
253 Closeable toClose = (Closeable) value; in _writeCloseableValue() local282 Closeable toClose = (Closeable) value; in _writeCloseableValue() local
994 Closeable toClose = (Closeable) value; in writeValue() local1232 Closeable toClose = (Closeable) value; in _writeCloseable() local
95 Interface.Manager<I, P> manager, I impl, List<Closeable> toClose) { in newProxyOverPipe()
153 private static void closeAll(BaseStream<?, ?>[] toClose) { in closeAll()
248 List<SSLSocket[]> toClose = new ArrayList<SSLSocket[]>(); in test_SSLSessionContext_setSessionCacheSize_dynamic() local
1412 final Socket toClose = closeUnderlying ? underlying : clientWrapping; in test_SSLSocket_interrupt_case() local
252 List<SSLSocket[]> toClose = new ArrayList<SSLSocket[]>(); in test_SSLSessionContext_setSessionCacheSize_dynamic() local
1415 final Socket toClose = closeUnderlying ? underlying : clientWrapping; in test_SSLSocket_interrupt_case() local
63 private final Deque<DiskLruCache> toClose = new ArrayDeque<>(); field in DiskLruCacheTest
505 Closeable toClose, Exception fail) in closeOnFailAndThrowAsIOE()