Searched refs:Read (Results 51 - 75 of 528) sorted by relevance

1234567891011>>

/haiku/src/libs/print/libprint/
H A DPrintJobReader.cpp87 if (fJobFile.Read(&fNumberOfPictures, sizeof(int32)) == sizeof(int32)) {
109 fJobFile.Read(&point, sizeof(BPoint));
110 fJobFile.Read(&rect, sizeof(BRect));
131 if (fJobFile.Read(&header, sizeof(header)) == sizeof(header)) {
160 if (fJobFile.Read(&number_of_pictures, sizeof(int32)) == sizeof(int32)
161 && fJobFile.Read(&next_page, sizeof(off_t)) == sizeof(off_t)
/haiku/src/servers/app/
H A DTestServerLoopAdapter.cpp64 link.Read<port_id>(&replyPort);
67 link.Read<int32>(&userID);
73 link.Read<int32>(&version);
/haiku/headers/os/device/
H A DDigitalPort.h23 ssize_t Read(uint8* buf);
/haiku/src/add-ons/print/transports/hp_jetdirect/
H A DHPJetDirectTransport.h25 ssize_t Read(void* buffer, size_t size);
/haiku/src/add-ons/print/transports/ipp/
H A DIppTransport.h22 virtual ssize_t Read(void *buffer, size_t size);
/haiku/src/add-ons/print/transports/lpr/
H A DLprTransport.h20 virtual ssize_t Read(void *buffer, size_t size);
/haiku/src/add-ons/translators/shared/
H A DStreamBuffer.h25 ssize_t Read(void *buffer, size_t size);
/haiku/src/apps/mediaplayer/media_node_framework/audio/
H A DAudioAdapter.h32 virtual status_t Read(void* buffer, int64 pos, int64 frames);
/haiku/src/kits/device/
H A DDigitalPort.cpp39 BDigitalPort::Read(uint8 *buf) function in class:BDigitalPort
/haiku/headers/private/net/
H A DDynamicBuffer.h33 virtual ssize_t Read(void* data, size_t size);
/haiku/src/servers/app/drawing/interface/remote/
H A DStreamingRingBuffer.h23 int32 Read(void *buffer, size_t length,
/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DIO.h30 virtual int Read(void * pBuffer, unsigned int nBytesToRead, unsigned int * pBytesRead) = 0;
/haiku/src/add-ons/media/plugins/ape_reader/LibMonkeysAudio/
H A DPositionBridgeIO.h22 virtual int Read(void* oBuf, unsigned int oBytesToRead, unsigned int* oBytesRead);
/haiku/src/system/kernel/vm/
H A DVMDeviceCache.cpp24 VMDeviceCache::Read(off_t offset, const generic_io_vec *vecs, size_t count, function in class:VMDeviceCache
H A DVMDeviceCache.h21 virtual status_t Read(off_t offset, const generic_io_vec *vecs,
/haiku/src/add-ons/translators/gif/
H A DGIFLoad.cpp59 if (fInput->Read(&c, 1) < 1) {
84 if (fInput->Read(&d, 1) < 1) {
116 if (fInput->Read(&c, 1) < 1) {
138 if (fInput->Read(header, 13) < 13)
160 if (fInput->Read(gp, s * 3) < s * 3)
186 if (fInput->Read(&length, 1) < 1)
191 if (fInput->Read(&length, 1) < 1)
205 if (fInput->Read(data, 6) < 6)
230 if (fInput->Read(&length, 1) < 1)
233 if (fInput->Read(comment_dat
[all...]
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DAttribute.h31 virtual status_t Read(attr_cookie* cookie, off_t pos,
/haiku/src/kits/debugger/dwarf/
H A DDwarfFile.cpp251 status_t Read(DataReader& dataReader) function in struct:DwarfFile::CIEAugmentation
272 dataReader.Read<char>(0);
278 fAddressEncoding = dataReader.Read<char>(0);
287 fAddressEncoding = dataReader.Read<char>(0);
409 address += reader.Read<uint16>(0);
413 address += reader.Read<int16>(0);
417 address += reader.Read<uint32>(0);
421 address += reader.Read<int32>(0);
425 address += reader.Read<uint64>(0);
429 address += reader.Read<int6
[all...]
/haiku/src/kits/interface/
H A DFont.cpp253 link.Read<uint32>(&family->flags);
256 link.Read<int32>(&styleCount);
266 link.Read<uint16>(&style->face);
267 link.Read<uint32>(&style->flags);
307 link.Read<int32>(&revision);
365 link.Read<uint16>(&font->fFamilyID);
366 link.Read<uint16>(&font->fStyleID);
367 link.Read<float>(&font->fSize);
368 link.Read<uint16>(&font->fFace);
369 link.Read<uint3
[all...]
/haiku/headers/private/app/
H A DSimpleMallocIO.h31 void Read(void *buffer) function in class:BPrivate::BSimpleMallocIO
36 void Read(void *buffer, size_t size) function in class:BPrivate::BSimpleMallocIO
/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DCamBufferedFilterInterface.cpp24 CamBufferedFilterInterface::Read(void *buffer, size_t size) function in class:CamBufferedFilterInterface
26 return fInternalBuffer.Read(buffer, size);
/haiku/src/apps/mediaplayer/support/
H A DFileReadWrite.cpp53 fAmtRead = fFile->Read(&fBuffer, sizeof(fBuffer));
78 fAmtRead = fFile->Read(&fBuffer, sizeof(fBuffer));
/haiku/src/tests/kits/support/bmemoryio/
H A DReadTest.cpp33 err = mem.Read(readBuf, 10);
46 err = mem.Read(readBuf, 10);
58 return(new ReadTestCaller("BMemoryIO::Read Test", &ReadTest::PerformTest));
/haiku/src/add-ons/kernel/file_systems/packagefs/nodes/
H A DDirectory.h35 virtual status_t Read(off_t offset, void* buffer,
37 virtual status_t Read(io_request* request);
H A DUnpackingLeafNode.h44 virtual status_t Read(off_t offset, void* buffer,
46 virtual status_t Read(io_request* request);

Completed in 135 milliseconds

1234567891011>>