Home
last modified time | relevance | path

Searched refs:iox (Results 1 – 25 of 253) sorted by relevance

1234567891011

/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/transport/
H A DTFileTransport.java213 } catch (IOException iox) { in createInputStream()
215 throw new TTransportException(iox.getMessage(), iox); in createInputStream()
260 } catch (IOException iox) { in tailRead()
261 throw new TTransportException(iox.getMessage(), iox); in tailRead()
370 } catch (IOException iox) { in open()
382 } catch (IOException iox) { in close()
480 } catch (IOException iox) { in getNumChunks()
481 throw new TTransportException(iox.getMessage(), iox); in getNumChunks()
521 catch (IOException iox) {throw new TTransportException(iox.getMessage(), in seekToChunk()
527 catch (IOException iox) { in seekToChunk()
[all …]
H A DTIOStreamTransport.java103 } catch (IOException iox) { in close()
104 LOGGER.warn("Error closing input stream.", iox); in close()
111 } catch (IOException iox) { in close()
112 LOGGER.warn("Error closing output stream.", iox); in close()
128 } catch (IOException iox) { in read()
129 throw new TTransportException(TTransportException.UNKNOWN, iox); in read()
146 } catch (IOException iox) { in write()
147 throw new TTransportException(TTransportException.UNKNOWN, iox); in write()
160 } catch (IOException iox) { in flush()
161 throw new TTransportException(TTransportException.UNKNOWN, iox); in flush()
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/java/src/org/apache/thrift/transport/
H A DTFileTransport.java213 } catch (IOException iox) { in createInputStream()
215 throw new TTransportException(iox.getMessage(), iox); in createInputStream()
260 } catch (IOException iox) { in tailRead()
261 throw new TTransportException(iox.getMessage(), iox); in tailRead()
370 } catch (IOException iox) { in open()
382 } catch (IOException iox) { in close()
480 } catch (IOException iox) { in getNumChunks()
481 throw new TTransportException(iox.getMessage(), iox); in getNumChunks()
521 catch (IOException iox) {throw new TTransportException(iox.getMessage(), in seekToChunk()
527 catch (IOException iox) { in seekToChunk()
[all …]
H A DTIOStreamTransport.java103 } catch (IOException iox) { in close()
104 LOGGER.warn("Error closing input stream.", iox); in close()
111 } catch (IOException iox) { in close()
112 LOGGER.warn("Error closing output stream.", iox); in close()
128 } catch (IOException iox) { in read()
129 throw new TTransportException(TTransportException.UNKNOWN, iox); in read()
146 } catch (IOException iox) { in write()
147 throw new TTransportException(TTransportException.UNKNOWN, iox); in write()
160 } catch (IOException iox) { in flush()
161 throw new TTransportException(TTransportException.UNKNOWN, iox); in flush()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/java/src/main/java/com/facebook/thrift/transport/
H A DTIOStreamTransport.java91 } catch (IOException iox) { in close()
92 LOGGER.warn("Error closing input stream.", iox); in close()
99 } catch (IOException iox) { in close()
100 LOGGER.warn("Error closing output stream.", iox); in close()
115 } catch (IOException iox) { in read()
116 throw new TTransportException(TTransportException.UNKNOWN, iox); in read()
132 } catch (IOException iox) { in write()
133 throw new TTransportException(TTransportException.UNKNOWN, iox); in write()
144 } catch (IOException iox) { in flush()
145 throw new TTransportException(TTransportException.UNKNOWN, iox); in flush()
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/transport/
H A DTIOStreamTransport.java101 } catch (IOException iox) { in close()
102 LOGGER.warn("Error closing input stream.", iox); in close()
109 } catch (IOException iox) { in close()
110 LOGGER.warn("Error closing output stream.", iox); in close()
126 } catch (IOException iox) { in read()
127 throw new TTransportException(TTransportException.UNKNOWN, iox); in read()
144 } catch (IOException iox) { in write()
145 throw new TTransportException(TTransportException.UNKNOWN, iox); in write()
158 } catch (IOException iox) { in flush()
159 throw new TTransportException(TTransportException.UNKNOWN, iox); in flush()
H A DTFileTransport.java218 } catch (IOException iox) { in createInputStream()
219 throw new TTransportException(iox.getMessage(), iox); in createInputStream()
264 } catch (IOException iox) { in tailRead()
265 throw new TTransportException(iox.getMessage(), iox); in tailRead()
374 } catch (IOException iox) { in open()
386 } catch (IOException iox) { in close()
484 } catch (IOException iox) { in getNumChunks()
485 throw new TTransportException(iox.getMessage(), iox); in getNumChunks()
525 catch (IOException iox) {throw new TTransportException(iox.getMessage(), in seekToChunk()
531 catch (IOException iox) { in seekToChunk()
[all …]
/dports/devel/thrift-cpp/thrift-0.14.0/lib/java/src/org/apache/thrift/transport/
H A DTFileTransport.java219 } catch (IOException iox) { in createInputStream()
220 throw new TTransportException(iox.getMessage(), iox); in createInputStream()
265 } catch (IOException iox) { in tailRead()
266 throw new TTransportException(iox.getMessage(), iox); in tailRead()
375 } catch (IOException iox) { in open()
387 } catch (IOException iox) { in close()
485 } catch (IOException iox) { in getNumChunks()
486 throw new TTransportException(iox.getMessage(), iox); in getNumChunks()
526 catch (IOException iox) {throw new TTransportException(iox.getMessage(), in seekToChunk()
532 catch (IOException iox) { in seekToChunk()
[all …]
H A DTIOStreamTransport.java150 } catch (IOException iox) { in close()
151 LOGGER.warn("Error closing input stream.", iox); in close()
157 } catch (IOException iox) { in close()
158 LOGGER.warn("Error closing output stream.", iox); in close()
177 } catch (IOException iox) { in read()
178 throw new TTransportException(TTransportException.UNKNOWN, iox); in read()
195 } catch (IOException iox) { in write()
196 throw new TTransportException(TTransportException.UNKNOWN, iox); in write()
212 } catch (IOException iox) { in flush()
213 throw new TTransportException(TTransportException.UNKNOWN, iox); in flush()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/transport/
H A DTFileTransport.java219 } catch (IOException iox) { in createInputStream()
220 throw new TTransportException(iox.getMessage(), iox); in createInputStream()
265 } catch (IOException iox) { in tailRead()
266 throw new TTransportException(iox.getMessage(), iox); in tailRead()
375 } catch (IOException iox) { in open()
387 } catch (IOException iox) { in close()
485 } catch (IOException iox) { in getNumChunks()
486 throw new TTransportException(iox.getMessage(), iox); in getNumChunks()
526 catch (IOException iox) {throw new TTransportException(iox.getMessage(), in seekToChunk()
532 catch (IOException iox) { in seekToChunk()
[all …]
H A DTIOStreamTransport.java150 } catch (IOException iox) { in close()
151 LOGGER.warn("Error closing input stream.", iox); in close()
157 } catch (IOException iox) { in close()
158 LOGGER.warn("Error closing output stream.", iox); in close()
177 } catch (IOException iox) { in read()
178 throw new TTransportException(TTransportException.UNKNOWN, iox); in read()
195 } catch (IOException iox) { in write()
196 throw new TTransportException(TTransportException.UNKNOWN, iox); in write()
212 } catch (IOException iox) { in flush()
213 throw new TTransportException(TTransportException.UNKNOWN, iox); in flush()
/dports/devel/py-thrift/thrift-0.14.0/lib/java/src/org/apache/thrift/transport/
H A DTFileTransport.java219 } catch (IOException iox) { in createInputStream()
220 throw new TTransportException(iox.getMessage(), iox); in createInputStream()
265 } catch (IOException iox) { in tailRead()
266 throw new TTransportException(iox.getMessage(), iox); in tailRead()
375 } catch (IOException iox) { in open()
387 } catch (IOException iox) { in close()
485 } catch (IOException iox) { in getNumChunks()
486 throw new TTransportException(iox.getMessage(), iox); in getNumChunks()
526 catch (IOException iox) {throw new TTransportException(iox.getMessage(), in seekToChunk()
532 catch (IOException iox) { in seekToChunk()
[all …]
H A DTIOStreamTransport.java150 } catch (IOException iox) { in close()
151 LOGGER.warn("Error closing input stream.", iox); in close()
157 } catch (IOException iox) { in close()
158 LOGGER.warn("Error closing output stream.", iox); in close()
177 } catch (IOException iox) { in read()
178 throw new TTransportException(TTransportException.UNKNOWN, iox); in read()
195 } catch (IOException iox) { in write()
196 throw new TTransportException(TTransportException.UNKNOWN, iox); in write()
212 } catch (IOException iox) { in flush()
213 throw new TTransportException(TTransportException.UNKNOWN, iox); in flush()
/dports/devel/thrift-c_glib/thrift-0.14.0/lib/java/src/org/apache/thrift/transport/
H A DTFileTransport.java219 } catch (IOException iox) { in createInputStream()
220 throw new TTransportException(iox.getMessage(), iox); in createInputStream()
265 } catch (IOException iox) { in tailRead()
266 throw new TTransportException(iox.getMessage(), iox); in tailRead()
375 } catch (IOException iox) { in open()
387 } catch (IOException iox) { in close()
485 } catch (IOException iox) { in getNumChunks()
486 throw new TTransportException(iox.getMessage(), iox); in getNumChunks()
526 catch (IOException iox) {throw new TTransportException(iox.getMessage(), in seekToChunk()
532 catch (IOException iox) { in seekToChunk()
[all …]
H A DTIOStreamTransport.java150 } catch (IOException iox) { in close()
151 LOGGER.warn("Error closing input stream.", iox); in close()
157 } catch (IOException iox) { in close()
158 LOGGER.warn("Error closing output stream.", iox); in close()
177 } catch (IOException iox) { in read()
178 throw new TTransportException(TTransportException.UNKNOWN, iox); in read()
195 } catch (IOException iox) { in write()
196 throw new TTransportException(TTransportException.UNKNOWN, iox); in write()
212 } catch (IOException iox) { in flush()
213 throw new TTransportException(TTransportException.UNKNOWN, iox); in flush()
/dports/devel/thrift/thrift-0.14.0/lib/java/src/org/apache/thrift/transport/
H A DTFileTransport.java219 } catch (IOException iox) { in createInputStream()
220 throw new TTransportException(iox.getMessage(), iox); in createInputStream()
265 } catch (IOException iox) { in tailRead()
266 throw new TTransportException(iox.getMessage(), iox); in tailRead()
375 } catch (IOException iox) { in open()
387 } catch (IOException iox) { in close()
485 } catch (IOException iox) { in getNumChunks()
486 throw new TTransportException(iox.getMessage(), iox); in getNumChunks()
526 catch (IOException iox) {throw new TTransportException(iox.getMessage(), in seekToChunk()
532 catch (IOException iox) { in seekToChunk()
[all …]
H A DTIOStreamTransport.java150 } catch (IOException iox) { in close()
151 LOGGER.warn("Error closing input stream.", iox); in close()
157 } catch (IOException iox) { in close()
158 LOGGER.warn("Error closing output stream.", iox); in close()
177 } catch (IOException iox) { in read()
178 throw new TTransportException(TTransportException.UNKNOWN, iox); in read()
195 } catch (IOException iox) { in write()
196 throw new TTransportException(TTransportException.UNKNOWN, iox); in write()
212 } catch (IOException iox) { in flush()
213 throw new TTransportException(TTransportException.UNKNOWN, iox); in flush()
/dports/devel/node-thrift/thrift-0.14.0/lib/java/src/org/apache/thrift/transport/
H A DTFileTransport.java219 } catch (IOException iox) { in createInputStream()
220 throw new TTransportException(iox.getMessage(), iox); in createInputStream()
265 } catch (IOException iox) { in tailRead()
266 throw new TTransportException(iox.getMessage(), iox); in tailRead()
375 } catch (IOException iox) { in open()
387 } catch (IOException iox) { in close()
485 } catch (IOException iox) { in getNumChunks()
486 throw new TTransportException(iox.getMessage(), iox); in getNumChunks()
526 catch (IOException iox) {throw new TTransportException(iox.getMessage(), in seekToChunk()
532 catch (IOException iox) { in seekToChunk()
[all …]
H A DTIOStreamTransport.java150 } catch (IOException iox) { in close()
151 LOGGER.warn("Error closing input stream.", iox); in close()
157 } catch (IOException iox) { in close()
158 LOGGER.warn("Error closing output stream.", iox); in close()
177 } catch (IOException iox) { in read()
178 throw new TTransportException(TTransportException.UNKNOWN, iox); in read()
195 } catch (IOException iox) { in write()
196 throw new TTransportException(TTransportException.UNKNOWN, iox); in write()
212 } catch (IOException iox) { in flush()
213 throw new TTransportException(TTransportException.UNKNOWN, iox); in flush()
/dports/devel/thrift-cpp/thrift-0.14.0/lib/javame/src/org/apache/thrift/transport/
H A DTIOStreamTransport.java99 } catch (IOException iox) { in close()
106 } catch (IOException iox) { in close()
121 } catch (IOException iox) { in read()
122 throw new TTransportException(TTransportException.UNKNOWN, iox); in read()
135 } catch (IOException iox) { in write()
136 throw new TTransportException(TTransportException.UNKNOWN, iox); in write()
149 } catch (IOException iox) { in flush()
150 throw new TTransportException(TTransportException.UNKNOWN, iox); in flush()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/lib/javame/src/org/apache/thrift/transport/
H A DTIOStreamTransport.java99 } catch (IOException iox) { in close()
106 } catch (IOException iox) { in close()
121 } catch (IOException iox) { in read()
122 throw new TTransportException(TTransportException.UNKNOWN, iox); in read()
135 } catch (IOException iox) { in write()
136 throw new TTransportException(TTransportException.UNKNOWN, iox); in write()
149 } catch (IOException iox) { in flush()
150 throw new TTransportException(TTransportException.UNKNOWN, iox); in flush()
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/javame/src/org/apache/thrift/transport/
H A DTIOStreamTransport.java99 } catch (IOException iox) { in close()
106 } catch (IOException iox) { in close()
121 } catch (IOException iox) { in read()
122 throw new TTransportException(TTransportException.UNKNOWN, iox); in read()
135 } catch (IOException iox) { in write()
136 throw new TTransportException(TTransportException.UNKNOWN, iox); in write()
149 } catch (IOException iox) { in flush()
150 throw new TTransportException(TTransportException.UNKNOWN, iox); in flush()
/dports/devel/py-thrift/thrift-0.14.0/lib/javame/src/org/apache/thrift/transport/
H A DTIOStreamTransport.java99 } catch (IOException iox) { in close()
106 } catch (IOException iox) { in close()
121 } catch (IOException iox) { in read()
122 throw new TTransportException(TTransportException.UNKNOWN, iox); in read()
135 } catch (IOException iox) { in write()
136 throw new TTransportException(TTransportException.UNKNOWN, iox); in write()
149 } catch (IOException iox) { in flush()
150 throw new TTransportException(TTransportException.UNKNOWN, iox); in flush()
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/javame/src/org/apache/thrift/transport/
H A DTIOStreamTransport.java99 } catch (IOException iox) { in close()
106 } catch (IOException iox) { in close()
121 } catch (IOException iox) { in read()
122 throw new TTransportException(TTransportException.UNKNOWN, iox); in read()
135 } catch (IOException iox) { in write()
136 throw new TTransportException(TTransportException.UNKNOWN, iox); in write()
149 } catch (IOException iox) { in flush()
150 throw new TTransportException(TTransportException.UNKNOWN, iox); in flush()
/dports/devel/thrift-c_glib/thrift-0.14.0/lib/javame/src/org/apache/thrift/transport/
H A DTIOStreamTransport.java99 } catch (IOException iox) { in close()
106 } catch (IOException iox) { in close()
121 } catch (IOException iox) { in read()
122 throw new TTransportException(TTransportException.UNKNOWN, iox); in read()
135 } catch (IOException iox) { in write()
136 throw new TTransportException(TTransportException.UNKNOWN, iox); in write()
149 } catch (IOException iox) { in flush()
150 throw new TTransportException(TTransportException.UNKNOWN, iox); in flush()

1234567891011