Home
last modified time | relevance | path

Searched refs:checkStream (Results 1 – 25 of 263) sorted by relevance

1234567891011

/dports/lang/abcl/abcl-src-1.8.0/src/org/armedbear/lisp/
H A DSynonymStream.java115 return checkStream(symbol.symbolValue()).listen(); in listen()
133 return checkStream(symbol.symbolValue())._readChar(); in _readChar()
139 checkStream(symbol.symbolValue())._unreadChar(n); in _unreadChar()
151 checkStream(symbol.symbolValue())._writeChar(c); in _writeChar()
164 checkStream(symbol.symbolValue())._writeString(s); in _writeString()
170 checkStream(symbol.symbolValue())._writeLine(s); in _writeLine()
177 return checkStream(symbol.symbolValue())._readByte(); in _readByte()
184 checkStream(symbol.symbolValue())._writeByte(n); in _writeByte()
190 checkStream(symbol.symbolValue())._finishOutput(); in _finishOutput()
196 checkStream(symbol.symbolValue())._clearInput(); in _clearInput()
[all …]
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/support_data/
H A DossimFfRevb.cpp785 if (checkStream(is)) return; in loadFromStream()
789 if (checkStream(is)) return; in loadFromStream()
793 if (checkStream(is)) return; in loadFromStream()
797 if (checkStream(is)) return; in loadFromStream()
801 if (checkStream(is)) return; in loadFromStream()
805 if (checkStream(is)) return; in loadFromStream()
809 if (checkStream(is)) return; in loadFromStream()
813 if (checkStream(is)) return; in loadFromStream()
817 if (checkStream(is)) return; in loadFromStream()
821 if (checkStream(is)) return; in loadFromStream()
[all …]
H A DossimFfRevc.cpp1050 if (checkStream(is)) return; in loadFromStream()
1104 if (checkStream(is)) return; in loadFromStream()
1110 if (checkStream(is)) return; in loadFromStream()
1116 if (checkStream(is)) return; in loadFromStream()
1122 if (checkStream(is)) return; in loadFromStream()
1128 if (checkStream(is)) return; in loadFromStream()
1136 if (checkStream(is)) return; in loadFromStream()
1144 if (checkStream(is)) return; in loadFromStream()
1152 if (checkStream(is)) return; in loadFromStream()
1160 if (checkStream(is)) return; in loadFromStream()
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/crypto/
H A DTestCryptoStreams.java111 checkStream(); in write()
118 checkStream(); in flush()
150 checkStream(); in hflush()
156 checkStream(); in hsync()
189 checkStream(); in seek()
213 checkStream(); in read()
233 checkStream(); in read()
247 checkStream(); in skip()
281 checkStream(); in read()
310 checkStream(); in readFully()
[all …]
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/include/osgDB/
H A DInputStream87 InputStream& operator>>( bool& b ) { _in->readBool(b); checkStream(); return *this; }
88 InputStream& operator>>( char& c ) { _in->readChar(c); checkStream(); return *this; }
91 InputStream& operator>>( short& s ) { _in->readShort(s); checkStream(); return *this; }
93 InputStream& operator>>( int& i ) { _in->readInt(i); checkStream(); return *this; }
95 InputStream& operator>>( long& l ) { _in->readLong(l); checkStream(); return *this; }
97 InputStream& operator>>( float& f ) { _in->readFloat(f); checkStream(); return *this; }
98 InputStream& operator>>( double& d ) { _in->readDouble(d); checkStream(); return *this; }
155 void readWrappedString( std::string& str ) { _in->readWrappedString(str); checkStream(); }
203 inline void checkStream();
234 void InputStream::checkStream()
[all …]
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/
H A DInputStream87 InputStream& operator>>( bool& b ) { _in->readBool(b); checkStream(); return *this; }
88 InputStream& operator>>( char& c ) { _in->readChar(c); checkStream(); return *this; }
91 InputStream& operator>>( short& s ) { _in->readShort(s); checkStream(); return *this; }
93 InputStream& operator>>( int& i ) { _in->readInt(i); checkStream(); return *this; }
95 InputStream& operator>>( long& l ) { _in->readLong(l); checkStream(); return *this; }
97 InputStream& operator>>( float& f ) { _in->readFloat(f); checkStream(); return *this; }
98 InputStream& operator>>( double& d ) { _in->readDouble(d); checkStream(); return *this; }
150 void readWrappedString( std::string& str ) { _in->readWrappedString(str); checkStream(); }
206 inline void checkStream();
237 void InputStream::checkStream()
[all …]
/dports/comms/wsjtz/wsjtx/Audio/
H A Dsoundout.cpp15 bool SoundOutput::checkStream () const in checkStream() function in SoundOutput
79 checkStream (); in restart()
85 connect (m_stream.data(), &QAudioOutput::notify, [this] () {checkStream ();}); in restart()
122 checkStream (); in suspend()
131 checkStream (); in resume()
140 checkStream (); in reset()
202 if (!checkStream ()) in handleStateChanged()
H A Dsoundin.cpp16 bool SoundInput::checkStream () in checkStream() function in SoundInput
80 if (!checkStream ()) in start()
86 connect (m_stream.data(), &QAudioInput::notify, [this] () {checkStream ();}); in start()
98 checkStream (); in start()
113 checkStream (); in suspend()
128 checkStream (); in resume()
156 if (!checkStream ()) in handleStateChanged()
/dports/print/libpagemaker/libpagemaker-0.0.4/src/lib/
H A Dlibpagemaker_utils.cpp21 void checkStream(const RVNGInputStreamPtr &input) in checkStream() function
43 checkStream(input); in readU8()
60 checkStream(input); in readU16()
81 checkStream(input); in readU32()
102 checkStream(input); in readU64()
123 checkStream(input); in readNBytes()
136 checkStream(input); in skip()
/dports/devel/hadoop/hadoop-1.2.1/src/core/org/apache/hadoop/io/compress/
H A DDecompressorStream.java64 checkStream(); in read()
69 checkStream(); in read()
148 checkStream(); in getCompressedData()
154 protected void checkStream() throws IOException { in checkStream() method in DecompressorStream
170 checkStream(); in skip()
187 checkStream(); in available()
/dports/textproc/libe-book/libe-book-0.1.3/src/lib/
H A Dlibebook_utils.cpp25 void checkStream(librevenge::RVNGInputStream *const input) in checkStream() function
47 checkStream(input); in readU8()
59 checkStream(input); in readU16()
75 checkStream(input); in readU32()
91 checkStream(input); in readU64()
107 checkStream(input); in readNBytes()
120 checkStream(input); in readCString()
135 checkStream(input); in readPascalString()
147 checkStream(input); in skip()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/io/compress/
H A DDecompressorStream.java71 checkStream(); in read()
77 checkStream(); in read()
156 checkStream(); in getCompressedData()
162 protected void checkStream() throws IOException { in checkStream() method in DecompressorStream
180 checkStream(); in skip()
198 checkStream(); in available()
/dports/editors/libreoffice/libreoffice-7.2.6.2/package/qa/storages/
H A DTest04.java251 … if ( !m_aTestHelper.checkStream( xResStorage, "SubStream1", "MediaType1", true, pBytes1 ) ) in test()
254 … if ( !m_aTestHelper.checkStream( xResStorage, "BigSubStream1", "MediaType1", true, pBigBytes ) ) in test()
257 … if ( !m_aTestHelper.checkStream( xResStorage, "SubStream1_copy", "MediaType1", true, pBytes1 ) ) in test()
260 …if ( !m_aTestHelper.checkStream( xResStorage, "BigSubStream1_copy", "MediaType1", true, pBigBytes … in test()
263 … if ( !m_aTestHelper.checkStream( xResSubStorage1, "SubStream1", "MediaType1", true, pBytes1 ) ) in test()
266 …if ( !m_aTestHelper.checkStream( xResSubStorage1, "BigSubStream1", "MediaType1", true, pBigBytes )… in test()
269 … if ( !m_aTestHelper.checkStream( xResSubStorage2, "SubStream2", "MediaType2", false, pBytes2 ) ) in test()
272 …if ( !m_aTestHelper.checkStream( xResSubStorage2, "BigSubStream2", "MediaType2", false, pBigBytes … in test()
H A DTest12.java163 … if ( !m_aTestHelper.checkStream( xResWSubStorage, "SubStream1", "MediaType1", true, pBytes1 ) ) in test()
166 …if ( !m_aTestHelper.checkStream( xResWSubStorage, "BigSubStream1", "MediaType1", true, pBigBytes )… in test()
237 … if ( !m_aTestHelper.checkStream( xReadSubStorage1, "SubStream1", "MediaType1", true, pBytes1 ) ) in checkSubStorages()
240 …if ( !m_aTestHelper.checkStream( xReadSubStorage1, "BigSubStream1", "MediaType1", true, pBigBytes … in checkSubStorages()
243 … if ( !m_aTestHelper.checkStream( xReadSubStorage2, "SubStream1", "MediaType1", true, pBytes1 ) ) in checkSubStorages()
246 …if ( !m_aTestHelper.checkStream( xReadSubStorage2, "BigSubStream1", "MediaType1", true, pBigBytes … in checkSubStorages()
/dports/graphics/libzmf/libzmf-0.0.2/src/lib/
H A Dlibzmf_utils.cpp31 void checkStream(const RVNGInputStreamPtr &input) in checkStream() function
91 checkStream(input); in readU8()
103 checkStream(input); in readU16()
119 checkStream(input); in readU32()
135 checkStream(input); in readU64()
164 checkStream(input); in readNBytes()
177 checkStream(input); in skip()
200 checkStream(input); in getLength()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/package/qa/storages/
H A DTest04.java251 … if ( !m_aTestHelper.checkStream( xResStorage, "SubStream1", "MediaType1", true, pBytes1 ) ) in test()
254 … if ( !m_aTestHelper.checkStream( xResStorage, "BigSubStream1", "MediaType1", true, pBigBytes ) ) in test()
257 … if ( !m_aTestHelper.checkStream( xResStorage, "SubStream1_copy", "MediaType1", true, pBytes1 ) ) in test()
260 …if ( !m_aTestHelper.checkStream( xResStorage, "BigSubStream1_copy", "MediaType1", true, pBigBytes … in test()
263 … if ( !m_aTestHelper.checkStream( xResSubStorage1, "SubStream1", "MediaType1", true, pBytes1 ) ) in test()
266 …if ( !m_aTestHelper.checkStream( xResSubStorage1, "BigSubStream1", "MediaType1", true, pBigBytes )… in test()
269 … if ( !m_aTestHelper.checkStream( xResSubStorage2, "SubStream2", "MediaType2", false, pBytes2 ) ) in test()
272 …if ( !m_aTestHelper.checkStream( xResSubStorage2, "BigSubStream2", "MediaType2", false, pBigBytes … in test()
H A DTest12.java163 … if ( !m_aTestHelper.checkStream( xResWSubStorage, "SubStream1", "MediaType1", true, pBytes1 ) ) in test()
166 …if ( !m_aTestHelper.checkStream( xResWSubStorage, "BigSubStream1", "MediaType1", true, pBigBytes )… in test()
237 … if ( !m_aTestHelper.checkStream( xReadSubStorage1, "SubStream1", "MediaType1", true, pBytes1 ) ) in checkSubStorages()
240 …if ( !m_aTestHelper.checkStream( xReadSubStorage1, "BigSubStream1", "MediaType1", true, pBigBytes … in checkSubStorages()
243 … if ( !m_aTestHelper.checkStream( xReadSubStorage2, "SubStream1", "MediaType1", true, pBytes1 ) ) in checkSubStorages()
246 …if ( !m_aTestHelper.checkStream( xReadSubStorage2, "BigSubStream1", "MediaType1", true, pBigBytes … in checkSubStorages()
/dports/java/bouncycastle15/crypto-169/core/src/test/java/org/bouncycastle/util/io/test/
H A DBufferingOutputStreamTest.java29 checkStream(data, 16); in performTest()
30 checkStream(data, 33); in performTest()
31 checkStream(data, 128); in performTest()
35 private void checkStream(byte[] data, int bufsize) in checkStream() method in BufferingOutputStreamTest
/dports/textproc/libqxp/libqxp-0.0.0/src/lib/
H A Dlibqxp_utils.cpp30 void checkStream(librevenge::RVNGInputStream *const input) in checkStream() function
101 checkStream(input); in readU8()
113 checkStream(input); in readU16()
129 checkStream(input); in readU32()
145 checkStream(input); in readU64()
182 checkStream(input); in readNBytes()
195 checkStream(input); in readCString()
210 checkStream(input); in readPascalString()
219 checkStream(input); in readString()
236 checkStream(input); in skip()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmlprofiler/tests/
H A Dqmlprofilertraceclient_test.cpp56 QDataStream checkStream(&checkBuffer); in testMessageReceived() local
57 checkStream.setVersion(QDataStream::Qt_5_6); in testMessageReceived()
82 checkStream >> timestamp >> message >> rangeType; in testMessageReceived()
103 QVERIFY(checkStream.atEnd()); in testMessageReceived()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/io/compress/bzip2/
H A DBzip2Decompressor.java184 checkStream(); in getBytesWritten()
194 checkStream(); in getBytesRead()
207 checkStream(); in getRemaining()
216 checkStream(); in reset()
238 private void checkStream() { in checkStream() method in Bzip2Decompressor
/dports/devel/hadoop/hadoop-1.2.1/src/core/org/apache/hadoop/io/compress/zlib/
H A DZlibDecompressor.java237 checkStream(); in getBytesWritten()
247 checkStream(); in getBytesRead()
259 checkStream(); in getRemaining()
267 checkStream(); in reset()
288 private void checkStream() { in checkStream() method in ZlibDecompressor
/dports/graphics/qgis/qgis-3.22.3/src/providers/grass/
H A Dqgis.r.in.cpp45 void checkStream( QDataStream &stream ) in checkStream() function
96 checkStream( stdinStream ); in main()
111 checkStream( stdinStream ); in main()
149 checkStream( stdinStream ); in main()
157 checkStream( stdinStream ); in main()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/providers/grass/
H A Dqgis.r.in.cpp45 void checkStream( QDataStream &stream ) in checkStream() function
96 checkStream( stdinStream ); in main()
111 checkStream( stdinStream ); in main()
146 checkStream( stdinStream ); in main()
154 checkStream( stdinStream ); in main()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/crypto/
H A DCryptoInputStream.java153 checkStream(); in read()
323 checkStream(); in read()
377 checkStream(); in readFully()
399 checkStream(); in seek()
424 checkStream(); in skip()
454 checkStream(); in getPos()
462 checkStream(); in read()
543 checkStream(); in available()
566 checkStream(); in seekToNewSource()
581 checkStream(); in read()
[all …]

1234567891011