Searched refs:Read (Results 26 - 50 of 528) sorted by last modified time

1234567891011>>

/haiku/src/kits/tracker/
H A DOpenWithWindow.cpp479 if (node->Read(rectAttributeName, 0, B_RECT_TYPE, sizeof(BRect), &frame)
/haiku/src/apps/haikudepot/util/
H A DStorageUtils.cpp95 while((buffer_read = file.Read(buffer, FILE_TO_STRING_BUFFER_LEN)) > 0)
335 if (file.Read(readBuffer, 16) != 16) {
H A DDataIOUtils.cpp50 ConstraintedDataIO::Read(void* buffer, size_t size) function in class:ConstraintedDataIO
55 ssize_t actualRead = fDelegate->Read(buffer, size);
165 Base64DecodingDataIO::Read(void* buffer, size_t size) function in class:Base64DecodingDataIO
H A DDataIOUtils.h32 virtual ssize_t Read(void* buffer, size_t size);
49 virtual ssize_t Read(void* buffer, size_t size);
/haiku/src/add-ons/kernel/bus_managers/acpi/
H A DNamespaceDump.cpp28 size_t Read(void *buffer, ssize_t length);
256 *num_bytes = ringBuffer.Read(buf, *num_bytes);
394 RingBuffer::Read(void *buffer, ssize_t size) function in class:RingBuffer
/haiku/src/servers/app/
H A DServerWindow.cpp516 link.Read<int32>(&token);
518 link.Read<BRect>(&frame);
519 link.Read<BPoint>(&scrollingOffset);
520 link.Read<uint32>(&resizeMask);
521 link.Read<uint32>(&eventMask);
522 link.Read<uint32>(&eventOptions);
523 link.Read<uint32>(&flags);
524 link.Read<bool>(&hidden);
525 link.Read<rgb_color>(&viewColor);
526 link.Read<int3
[all...]
H A DDesktop.cpp2626 link.Read<port_id>(&clientReplyPort);
2627 link.Read<port_id>(&clientLooperPort);
2628 link.Read<team_id>(&clientTeamID);
2629 link.Read<int32>(&htoken);
2669 if (link.Read<thread_id>(&thread) < B_OK)
2716 if (link.Read(&replyPort) == B_OK
2717 && link.Read(&team) == B_OK)
2736 if (link.Read(&team) != B_OK)
2777 link.Read<int32>(&index);
2782 link.Read<boo
[all...]
/haiku/src/add-ons/kernel/file_systems/packagefs/
H A Dkernel_interface.cpp244 status_t error = node->Read(request);
423 return node->Read(offset, buffer, bufferSize);
721 return cookie->Read(volume->ID(), node->ID(), buffer, bufferSize, _count);
/haiku/src/kits/network/libnetapi/
H A DSocket.cpp82 BSocket::Read(void* buffer, size_t size) function in class:BSocket
86 TRACE("%p: BSocket::Read() error: %s\n", this, strerror(errno));
/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...]
H A DDataReader.h109 Type Read(const Type& defaultValue) function in class:DataReader
129 ? (target_addr_t)Read<uint32>(defaultValue)
130 : (target_addr_t)Read<uint64>(defaultValue);
138 uint8 byte = Read<uint8>(0);
153 uint8 byte = Read<uint8>(0);
173 uint8 byte = Read<uint8>(0);
180 uint8 byte = Read<uint8>(0);
211 uint64 length = Read<uint32>(0);
214 length = Read<uint64>(0);
H A DLineNumberProgram.cpp93 uint8 opcode = dataReader.Read<uint8>(0);
139 state.address += dataReader.Read<uint16>(0);
161 uint8 extendedOpcode = dataReader.Read<uint8>(0);
H A DDwarfExpressionEvaluator.cpp201 uint8 opcode = fDataReader.Read<uint8>(0);
247 uint8 opcode = fDataReader.Read<uint8>(0);
284 uint8 opcode = fDataReader.Read<uint8>(0);
293 _Push(fDataReader.Read<uint8>(0));
297 _Push(fDataReader.Read<int8>(0));
301 _Push(fDataReader.Read<uint16>(0));
305 _Push(fDataReader.Read<int16>(0));
309 _Push(fDataReader.Read<uint32>(0));
313 _Push(fDataReader.Read<int32>(0));
317 _Push(fDataReader.Read<uint6
[all...]
H A DAbbreviationTable.h47 fHasChildren = fAttributesReader.Read<uint8>(0);
H A DAbbreviationTable.cpp95 /* uint8 hasChildren =*/ abbrevReader.Read<uint8>(DW_CHILDREN_no);
/haiku/src/add-ons/kernel/file_systems/ext2/
H A Dkernel_interface.cpp1653 return attribute.Read(cookie, pos, (uint8*)buffer, _length);
/haiku/src/add-ons/kernel/network/protocols/unix/
H A DUnixStreamEndpoint.cpp514 ssize_t result = fifo->Read(vecs, vecCount, _ancillaryData, NULL, timeout);
H A DUnixDatagramEndpoint.cpp373 ssize_t result = fifo->Read(vecs, vecCount, _ancillaryData, &addressStorage, timeout);
/haiku/src/tests/kits/shared/
H A DJsonEndToEndTest.cpp47 while (inputData->Read(&c, 1) == 1) {
63 while (inputData->Read(&c, 1) == 1) {
H A DFakeJsonDataGenerator.cpp39 FakeJsonStreamDataIO::Read(void* buffer, size_t size) function in class:FakeJsonStreamDataIO
H A DFakeJsonDataGenerator.h28 virtual ssize_t Read(void* buffer, size_t size);
/haiku/src/apps/people/
H A DPeopleApp.cpp91 fPrefs->Read(&pos, sizeof(BPoint));
103 // Read attributes from person mime type. If it does not exist,
/haiku/src/apps/debuganalyzer/model_loader/
H A DModelLoader.cpp562 ssize_t bytesRead = io->Read(buffer, kBufferSize);
586 ssize_t bytesRead = io->Read(data, size);
/haiku/src/system/boot/loader/
H A Dmenu.cpp1015 virtual size_t Read(size_t offset, void* buffer, size_t size) const function in struct:TextSource
1057 virtual size_t Read(size_t offset, void* buffer, size_t size) const function in struct:TextSource
/haiku/src/kits/support/
H A DBufferedDataIO.cpp106 BBufferedDataIO::Read(void* buffer, size_t size) function in class:BBufferedDataIO
111 TRACE("%p::Read(size %lu)\n", this, size);
133 return fStream.Read(buffer, size);
145 ssize_t nextRead = fStream.Read(fBuffer, fBufferSize);

Completed in 111 milliseconds

1234567891011>>