Home
last modified time | relevance | path

Searched refs:ReadChunk (Results 1 – 25 of 290) sorted by relevance

12345678910>>...12

/dports/games/openrct2/OpenRCT2-0.3.5.1/test/tests/
H A Dsawyercoding_test.cpp47 auto chunk = reader.ReadChunk(); in test_encode_decode()
64 auto chunk = reader.ReadChunk(); in test_decode()
122 EXPECT_THROW(ptr = reader.ReadChunk(), SawyerChunkException); in TEST_F()
130 EXPECT_THROW(ptr = reader.ReadChunk(), SawyerChunkException); in TEST_F()
138 EXPECT_THROW(ptr = reader.ReadChunk(), SawyerChunkException); in TEST_F()
146 EXPECT_THROW(ptr = reader.ReadChunk(), SawyerChunkException); in TEST_F()
154 EXPECT_THROW(ptr = reader.ReadChunk(), SawyerChunkException); in TEST_F()
162 EXPECT_THROW(ptr = reader.ReadChunk(), SawyerChunkException); in TEST_F()
170 EXPECT_THROW(ptr = reader.ReadChunk(), SawyerChunkException); in TEST_F()
178 EXPECT_THROW(ptr = reader.ReadChunk(), IOException); in TEST_F()
/dports/science/qmcpack/qmcpack-3.11.0/src/QMCTools/ppconvert/src/
H A DParserClass.cc369 ReadChunk (0); in OpenFile()
379 ReadChunk(0); in Reset()
412 ReadChunk (Pos); in FindToken()
438 ReadChunk (Pos); in RestorePos()
440 ReadChunk (Pos); in RestorePos()
449 ReadChunk (Pos); in ReadInt()
463 ReadChunk (Pos); in ReadLong()
478 ReadChunk (Pos); in ReadDouble()
494 ReadChunk (Pos); in ReadWord()
516 ReadChunk (Pos); in ReadLine()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/host/file_transfer/
H A Drtc_log_file_operations_unittest.cc97 reader_->ReadChunk(1U, MakeReadCallback()); in TEST_F()
126 reader_->ReadChunk(2U, MakeReadCallback()); in TEST_F()
137 reader_->ReadChunk(3U, MakeReadCallback()); in TEST_F()
141 reader_->ReadChunk(3U, MakeReadCallback()); in TEST_F()
159 reader_->ReadChunk(2U, MakeReadCallback()); in TEST_F()
166 reader_->ReadChunk(5U, MakeReadCallback()); in TEST_F()
171 reader_->ReadChunk(100U, MakeReadCallback()); in TEST_F()
H A Dipc_file_operations_unittest.cc60 void ReadChunk(std::uint64_t file_id, std::uint64_t size) override { in ReadChunk() function in remoting::__anon96ff8a2a0111::IpcTestBridge
61 session_file_operations_handler_.ReadChunk(file_id, size); in ReadChunk()
276 reader->ReadChunk( in TEST_F()
313 reader->ReadChunk( in TEST_F()
326 reader->ReadChunk(kOverreadAmount, in TEST_F()
355 reader->ReadChunk(kChunkSize, in TEST_F()
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/audio_processing/agc2/rnn_vad/
H A Dtest_utils.cc45 bool ReadChunk(rtc::ArrayView<float> dst) override { in ReadChunk() function in webrtc::rnn_vad::__anon3fcf7a510111::FloatFileReader
57 bool ReadValue(float& dst) override { return ReadChunk({&dst, 1}); } in ReadValue()
130 reader.ReadChunk(pitch_buffer_24k_); in PitchTestData()
131 reader.ReadChunk(square_energies_24k_); in PitchTestData()
132 reader.ReadChunk(auto_correlation_12k_); in PitchTestData()
H A Dlp_residual_unittest.cc65 ASSERT_TRUE(pitch_buffer_reader.reader->ReadChunk(pitch_buffer_24kHz)); in TEST()
67 ASSERT_TRUE(lp_pitch_reader.reader->ReadChunk(expected_lp_residual)); in TEST()
H A Drnn_vad_unittest.cc86 ASSERT_TRUE(expected_vad_prob_reader->ReadChunk(expected_vad_prob)); in TEST_P()
91 ASSERT_TRUE(samples_reader->ReadChunk(samples_48k)); in TEST_P()
127 ASSERT_TRUE(samples_reader->ReadChunk(samples)); in TEST_P()
/dports/cad/opencascade/opencascade-7.6.0/src/RWGltf/
H A DRWGltf_TriangulationReader.cxx559 if (const uint16_t* anIndex0 = aBuffer.ReadChunk<uint16_t> (theStream)) in readBuffer()
563 if (const uint16_t* anIndex1 = aBuffer.ReadChunk<uint16_t> (theStream)) in readBuffer()
567 if (const uint16_t* anIndex2 = aBuffer.ReadChunk<uint16_t> (theStream)) in readBuffer()
627 if (const uint32_t* anIndex0 = aBuffer.ReadChunk<uint32_t> (theStream)) in readBuffer()
631 if (const uint32_t* anIndex1 = aBuffer.ReadChunk<uint32_t> (theStream)) in readBuffer()
635 if (const uint32_t* anIndex2 = aBuffer.ReadChunk<uint32_t> (theStream)) in readBuffer()
695 if (const uint8_t* anIndex0 = aBuffer.ReadChunk<uint8_t> (theStream)) in readBuffer()
699 if (const uint8_t* anIndex1 = aBuffer.ReadChunk<uint8_t> (theStream)) in readBuffer()
703 if (const uint8_t* anIndex2 = aBuffer.ReadChunk<uint8_t> (theStream)) in readBuffer()
830 Graphic3d_Vec3* aVec3 = aBuffer.ReadChunk<Graphic3d_Vec3> (theStream); in readBuffer()
[all …]
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/rct12/
H A DSawyerChunkReader.h59 [[nodiscard]] std::shared_ptr<SawyerChunk> ReadChunk();
74 void ReadChunk(void* dst, size_t length);
84 ReadChunk(&result, sizeof(result)); in ReadChunkAs()
/dports/games/scourge/scourge/src/render/
H A D3ds.cpp63 ReadChunk( m_CurrentChunk ); in Import3DS()
124 ReadChunk( m_CurrentChunk ); in ProcessNextChunk()
149 ReadChunk( m_TempChunk ); in ProcessNextChunk()
241 ReadChunk( m_CurrentChunk ); in ProcessNextObjectChunk()
310 ReadChunk( m_CurrentChunk ); in ProcessNextMaterialChunk()
361 void CLoad3DS::ReadChunk( tChunk *pChunk ) { in ReadChunk() function in CLoad3DS
410 ReadChunk( m_TempChunk ); in ReadColorChunk()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/base/
H A Dchunked_upload_data_stream.cc57 int result = ReadChunk(read_buffer_.get(), read_buffer_len_); in AppendData()
77 int result = ReadChunk(buf, buf_len); in ReadInternal()
92 int ChunkedUploadDataStream::ReadChunk(IOBuffer* buf, int buf_len) { in ReadChunk() function in net::ChunkedUploadDataStream
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/base/
H A Dchunked_upload_data_stream.cc53 int result = ReadChunk(read_buffer_.get(), read_buffer_len_); in AppendData()
73 int result = ReadChunk(buf, buf_len); in ReadInternal()
88 int ChunkedUploadDataStream::ReadChunk(IOBuffer* buf, int buf_len) { in ReadChunk() function in net::ChunkedUploadDataStream
/dports/games/ultimatestunts/ultimatestunts-srcdata-0771/stunts3dedit/
H A D3ds.cpp65 ReadChunk(m_CurrentChunk); in Import3DS()
133 ReadChunk(m_CurrentChunk); in ProcessNextChunk()
156 ReadChunk(m_TempChunk); in ProcessNextChunk()
255 ReadChunk(m_CurrentChunk); in ProcessNextObjectChunk()
333 ReadChunk(m_CurrentChunk); in ProcessNextMaterialChunk()
383 void CLoad3DS::ReadChunk(tChunk *pChunk) in ReadChunk() function in CLoad3DS
429 ReadChunk(m_TempChunk); in ReadColorChunk()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/audio_processing/agc2/rnn_vad/
H A Drnn_vad_unittest.cc84 ASSERT_TRUE(expected_vad_prob_reader.first->ReadChunk(expected_vad_prob)); in TEST()
89 samples_reader.first->ReadChunk(samples_48k); in TEST()
124 samples_reader.first->ReadChunk(samples); in TEST()
H A Dlp_residual_unittest.cc65 ASSERT_TRUE(pitch_buf_24kHz_reader.first->ReadChunk(pitch_buf_data)); in TEST()
67 ASSERT_TRUE(lp_residual_reader.first->ReadChunk(expected_lp_residual)); in TEST()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/
H A Drnn_vad_unittest.cc84 ASSERT_TRUE(expected_vad_prob_reader.first->ReadChunk(expected_vad_prob)); in TEST()
89 samples_reader.first->ReadChunk(samples_48k); in TEST()
124 samples_reader.first->ReadChunk(samples); in TEST()
H A Dlp_residual_unittest.cc65 ASSERT_TRUE(pitch_buf_24kHz_reader.first->ReadChunk(pitch_buf_data)); in TEST()
67 ASSERT_TRUE(lp_residual_reader.first->ReadChunk(expected_lp_residual)); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/audio_processing/agc2/rnn_vad/
H A Drnn_vad_unittest.cc84 ASSERT_TRUE(expected_vad_prob_reader.first->ReadChunk(expected_vad_prob)); in TEST()
89 samples_reader.first->ReadChunk(samples_48k); in TEST()
124 samples_reader.first->ReadChunk(samples); in TEST()
H A Dlp_residual_unittest.cc65 ASSERT_TRUE(pitch_buf_24kHz_reader.first->ReadChunk(pitch_buf_data)); in TEST()
67 ASSERT_TRUE(lp_residual_reader.first->ReadChunk(expected_lp_residual)); in TEST()
/dports/audio/oaml/oaml-1.3.4/src/
H A Dwav.cpp93 if (ReadChunk() == -1) {
101 int wavFile::ReadChunk() {
188 if (ReadChunk() == -1)
H A Daif.cpp107 if (ReadChunk() == -1) {
194 int aifFile::ReadChunk() {
305 if (ReadChunk() == -1)
/dports/multimedia/kodi/xbmc-19.3-Matrix/lib/libUPnP/Neptune/Source/Tests/RingBuffer1/
H A DRingBufferTest1.cpp26 ReadChunk(NPT_RingBuffer& buffer) in ReadChunk() function
104 if (NPT_FAILED(ReadChunk(buffer))) { in main()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/system/
H A Dsector_storage_h7xx.h110 if (ReadChunk(0, persistent_data)) {
114 if (!ReadChunk(next_state_chunk_index_, state_data)) {
161 bool ReadChunk(size_t index, T* data) {
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/libs/eurorack/eurorack/stmlib/system/
H A Dsector_storage_h7xx.h110 if (ReadChunk(0, persistent_data)) {
114 if (!ReadChunk(next_state_chunk_index_, state_data)) {
161 bool ReadChunk(size_t index, T* data) {
/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/soundlib/
H A DLoad_itp.cpp199 FileReader plugChunk = file.ReadChunk(file.ReadUint32LE()); in ReadITP()
258 FileReader pattNames = file.ReadChunk(numNamedPats * patNameLen); in ReadITP()
272 FileReader patternChunk = file.ReadChunk(numRows * size * GetNumChannels()); in ReadITP()
322 FileReader sampleData = file.ReadChunk(file.ReadUint32LE()); in ReadITP()

12345678910>>...12