Home
last modified time | relevance | path

Searched +defs:read +defs:buffer (Results 26 – 50 of 9043) sorted by relevance

12345678910>>...362

/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/swift/Sources/
H A DTStreamTransport.swift56 var read = Data() in readAll() variable
58 var buffer = Array<UInt8>(repeating: 0, count: size - read.count) in readAll() variable
72 public func read(size: Int) throws -> Data { in read() function
77 var read = Data() in read() variable
79 var buffer = Array<UInt8>(repeating: 0, count: size - read.count) in read() variable
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/lib/swift/Sources/
H A DTStreamTransport.swift63 var read = Data() in readAll() variable
65 var buffer = Array<UInt8>(repeating: 0, count: size - read.count) in readAll() variable
79 public func read(size: Int) throws -> Data { in read() function
84 var read = Data() in read() variable
86 var buffer = Array<UInt8>(repeating: 0, count: size - read.count) in read() variable
/dports/devel/py-thrift/thrift-0.14.0/lib/swift/Sources/
H A DTStreamTransport.swift63 var read = Data() in readAll() variable
65 var buffer = Array<UInt8>(repeating: 0, count: size - read.count) in readAll() variable
79 public func read(size: Int) throws -> Data { in read() function
84 var read = Data() in read() variable
86 var buffer = Array<UInt8>(repeating: 0, count: size - read.count) in read() variable
/dports/devel/thrift-c_glib/thrift-0.14.0/lib/swift/Sources/
H A DTStreamTransport.swift63 var read = Data() in readAll() variable
65 var buffer = Array<UInt8>(repeating: 0, count: size - read.count) in readAll() variable
79 public func read(size: Int) throws -> Data { in read() function
84 var read = Data() in read() variable
86 var buffer = Array<UInt8>(repeating: 0, count: size - read.count) in read() variable
/dports/devel/thrift-cpp/thrift-0.14.0/lib/swift/Sources/
H A DTStreamTransport.swift63 var read = Data() in readAll() variable
65 var buffer = Array<UInt8>(repeating: 0, count: size - read.count) in readAll() variable
79 public func read(size: Int) throws -> Data { in read() function
84 var read = Data() in read() variable
86 var buffer = Array<UInt8>(repeating: 0, count: size - read.count) in read() variable
/dports/devel/thrift/thrift-0.14.0/lib/swift/Sources/
H A DTStreamTransport.swift63 var read = Data() in readAll() variable
65 var buffer = Array<UInt8>(repeating: 0, count: size - read.count) in readAll() variable
79 public func read(size: Int) throws -> Data { in read() function
84 var read = Data() in read() variable
86 var buffer = Array<UInt8>(repeating: 0, count: size - read.count) in read() variable
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/lib/swift/Sources/
H A DTStreamTransport.swift63 var read = Data() in readAll() variable
65 var buffer = Array<UInt8>(repeating: 0, count: size - read.count) in readAll() variable
79 public func read(size: Int) throws -> Data { in read() function
84 var read = Data() in read() variable
86 var buffer = Array<UInt8>(repeating: 0, count: size - read.count) in read() variable
/dports/devel/node-thrift/thrift-0.14.0/lib/swift/Sources/
H A DTStreamTransport.swift63 var read = Data() in readAll() variable
65 var buffer = Array<UInt8>(repeating: 0, count: size - read.count) in readAll() variable
79 public func read(size: Int) throws -> Data { in read() function
84 var read = Data() in read() variable
86 var buffer = Array<UInt8>(repeating: 0, count: size - read.count) in read() variable
/dports/databases/sqlrelay/sqlrelay-1.7.0/src/server/
H A Dsqlrprotocol.cpp63 void sqlrprotocol::read(const unsigned char *rp, in read() function in sqlrprotocol
70 bool sqlrprotocol::read(const unsigned char *rp, in read() function in sqlrprotocol
87 void sqlrprotocol::read(const unsigned char *rp, in read() function in sqlrprotocol
94 bool sqlrprotocol::read(const unsigned char *rp, in read() function in sqlrprotocol
111 void sqlrprotocol::read(const unsigned char *rp, in read() function in sqlrprotocol
119 void sqlrprotocol::read(const unsigned char *rp, in read() function in sqlrprotocol
127 void sqlrprotocol::read(const unsigned char *rp, in read() function in sqlrprotocol
135 void sqlrprotocol::read(const unsigned char *rp, in read() function in sqlrprotocol
142 void sqlrprotocol::read(const unsigned char *rp, in read() function in sqlrprotocol
149 void sqlrprotocol::read(const unsigned char *rp, in read() function in sqlrprotocol
[all …]
/dports/graphics/mupdf/mupdf-1.18.0-source/platform/java/src/com/artifex/mupdf/fitz/
H A DBufferInputStream.java8 protected Buffer buffer; field in BufferInputStream
12 public BufferInputStream(Buffer buffer) { in BufferInputStream()
31 public int read() { in read() method in BufferInputStream
38 public int read(byte[] b) { in read() method in BufferInputStream
45 public int read(byte[] b, int off, int len) { in read() method in BufferInputStream
/dports/www/firefox-esr/firefox-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/upstream/
H A DDataSourceInputStream.java69 public int read() throws IOException { in read() method in DataSourceInputStream
75 public int read(@NonNull byte[] buffer) throws IOException { in read() method in DataSourceInputStream
80 public int read(@NonNull byte[] buffer, int offset, int length) throws IOException { in read() method in DataSourceInputStream
/dports/www/firefox/firefox-99.0/mobile/android/exoplayer2/src/main/java/org/mozilla/thirdparty/com/google/android/exoplayer2/upstream/
H A DDataSourceInputStream.java69 public int read() throws IOException { in read() method in DataSourceInputStream
75 public int read(@NonNull byte[] buffer) throws IOException { in read() method in DataSourceInputStream
80 public int read(@NonNull byte[] buffer, int offset, int length) throws IOException { in read() method in DataSourceInputStream
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/upstream/
H A DDataSourceInputStream.java69 public int read() throws IOException { in read() method in DataSourceInputStream
75 public int read(@NonNull byte[] buffer) throws IOException { in read() method in DataSourceInputStream
80 public int read(@NonNull byte[] buffer, int offset, int length) throws IOException { in read() method in DataSourceInputStream
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/geckoview/src/thirdparty/java/com/google/android/exoplayer2/upstream/
H A DDataSourceInputStream.java69 public int read() throws IOException { in read() method in DataSourceInputStream
75 public int read(@NonNull byte[] buffer) throws IOException { in read() method in DataSourceInputStream
80 public int read(@NonNull byte[] buffer, int offset, int length) throws IOException { in read() method in DataSourceInputStream
/dports/lang/spidermonkey78/firefox-78.9.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/upstream/
H A DDataSourceInputStream.java69 public int read() throws IOException { in read() method in DataSourceInputStream
75 public int read(@NonNull byte[] buffer) throws IOException { in read() method in DataSourceInputStream
80 public int read(@NonNull byte[] buffer, int offset, int length) throws IOException { in read() method in DataSourceInputStream
/dports/deskutils/syncthingtray/c++utilities/io/
H A Dbinaryreader.h218 inline void BinaryReader::read(char *buffer, std::streamsize length) in read() function
226 inline void BinaryReader::read(std::uint8_t *buffer, std::streamsize length) in read() function
234 inline void BinaryReader::read(std::vector<char> &buffer, std::streamsize length) in read() function
640 inline void BinaryReader::read(char &oneCharacter) in read() function
648 inline void BinaryReader::read(std::uint8_t &oneByte) in read() function
657 inline void BinaryReader::read(bool &oneBool) in read() function
676 inline void BinaryReader::read(std::int16_t &one16BitInt) in read() function
692 inline void BinaryReader::read(std::int32_t &one32BitInt) in read() function
708 inline void BinaryReader::read(std::int64_t &one64BitInt) in read() function
724 inline void BinaryReader::read(float &one32BitFloat) in read() function
[all …]
/dports/astro/marble/marble-21.12.3/src/plugins/runner/monav/
H A Dsignals.h32 bool read( QLocalSocket* in ) in read() function
116 QByteArray buffer; in post() local
127 bool read( QLocalSocket* in ) in read() function
144 QByteArray buffer= in->read( size ); in read() local
172 QByteArray buffer; in post() local
185 bool read( QLocalSocket* in ) in read() function
202 QByteArray buffer= in->read( size ); in read() local
236 QByteArray buffer; in post() local
245 bool read( QLocalSocket* in ) in read() function
262 QByteArray buffer= in->read( size ); in read() local
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/tests/streams/
H A Dstdstream.cpp123 wxStdInputStreamBuffer buffer(stream); in InputBuffer_pubsetbuf() local
133 wxStdInputStreamBuffer buffer(stream); in InputBuffer_pubseekoff() local
165 wxStdInputStreamBuffer buffer(stream); in InputBuffer_pubseekpos() local
181 wxStdInputStreamBuffer buffer(stream); in InputBuffer_pubsync() local
193 wxStdInputStreamBuffer buffer(stream); in InputBuffer_in_avail() local
207 wxStdInputStreamBuffer buffer(stream); in InputBuffer_snextc() local
228 wxStdInputStreamBuffer buffer(stream); in InputBuffer_sbumpc() local
245 wxStdInputStreamBuffer buffer(stream); in InputBuffer_sgetc() local
270 std::streamsize read = buffer.sgetn(data, TEST_SIZE * 2); in InputBuffer_sgetn() local
286 std::streamsize read = buffer.sgetn(data, TEST_SIZE); in InputBuffer_sputbackc() local
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/tests/streams/
H A Dstdstream.cpp126 wxStdInputStreamBuffer buffer(stream); in InputBuffer_pubsetbuf() local
136 wxStdInputStreamBuffer buffer(stream); in InputBuffer_pubseekoff() local
168 wxStdInputStreamBuffer buffer(stream); in InputBuffer_pubseekpos() local
184 wxStdInputStreamBuffer buffer(stream); in InputBuffer_pubsync() local
196 wxStdInputStreamBuffer buffer(stream); in InputBuffer_in_avail() local
210 wxStdInputStreamBuffer buffer(stream); in InputBuffer_snextc() local
231 wxStdInputStreamBuffer buffer(stream); in InputBuffer_sbumpc() local
248 wxStdInputStreamBuffer buffer(stream); in InputBuffer_sgetc() local
273 std::streamsize read = buffer.sgetn(data, TEST_SIZE * 2); in InputBuffer_sgetn() local
289 std::streamsize read = buffer.sgetn(data, TEST_SIZE); in InputBuffer_sputbackc() local
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/tests/streams/
H A Dstdstream.cpp126 wxStdInputStreamBuffer buffer(stream); in InputBuffer_pubsetbuf() local
136 wxStdInputStreamBuffer buffer(stream); in InputBuffer_pubseekoff() local
168 wxStdInputStreamBuffer buffer(stream); in InputBuffer_pubseekpos() local
184 wxStdInputStreamBuffer buffer(stream); in InputBuffer_pubsync() local
196 wxStdInputStreamBuffer buffer(stream); in InputBuffer_in_avail() local
210 wxStdInputStreamBuffer buffer(stream); in InputBuffer_snextc() local
231 wxStdInputStreamBuffer buffer(stream); in InputBuffer_sbumpc() local
248 wxStdInputStreamBuffer buffer(stream); in InputBuffer_sgetc() local
273 std::streamsize read = buffer.sgetn(data, TEST_SIZE * 2); in InputBuffer_sgetn() local
289 std::streamsize read = buffer.sgetn(data, TEST_SIZE); in InputBuffer_sputbackc() local
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/java/io/
H A DReader.java114 public abstract int read(char buf[], int offset, int count) in read() method in Reader
134 public int read(char buf[]) throws IOException in read() method in Reader
150 public int read() throws IOException in read() method in Reader
158 public int read(CharBuffer buffer) throws IOException in read() method in Reader
272 char[] buffer = new char[bsize]; in skip() local
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/java/io/
H A DReader.java114 public abstract int read(char buf[], int offset, int count) in read() method in Reader
134 public int read(char buf[]) throws IOException in read() method in Reader
150 public int read() throws IOException in read() method in Reader
158 public int read(CharBuffer buffer) throws IOException in read() method in Reader
272 char[] buffer = new char[bsize]; in skip() local
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/java/io/
H A DReader.java114 public abstract int read(char buf[], int offset, int count) in read() method in Reader
134 public int read(char buf[]) throws IOException in read() method in Reader
150 public int read() throws IOException in read() method in Reader
158 public int read(CharBuffer buffer) throws IOException in read() method in Reader
272 char[] buffer = new char[bsize]; in skip() local
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/java/io/
H A DReader.java114 public abstract int read(char buf[], int offset, int count) in read() method in Reader
134 public int read(char buf[]) throws IOException in read() method in Reader
150 public int read() throws IOException in read() method in Reader
158 public int read(CharBuffer buffer) throws IOException in read() method in Reader
272 char[] buffer = new char[bsize]; in skip() local
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/java/io/
H A DReader.java114 public abstract int read(char buf[], int offset, int count) in read() method in Reader
134 public int read(char buf[]) throws IOException in read() method in Reader
150 public int read() throws IOException in read() method in Reader
158 public int read(CharBuffer buffer) throws IOException in read() method in Reader
272 char[] buffer = new char[bsize]; in skip() local

12345678910>>...362