Searched refs:WriteBuffer (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/DebugInfo/PDB/Raw/ |
D | MappedBlockStream.cpp | 107 uint8_t *WriteBuffer = static_cast<uint8_t *>(Pool.Allocate(Size, 8)); in readBytes() local 108 if (auto EC = readBytes(Offset, MutableArrayRef<uint8_t>(WriteBuffer, Size))) in readBytes() 112 CacheIter->second.emplace_back(WriteBuffer, Size); in readBytes() 115 List.emplace_back(WriteBuffer, Size); in readBytes() 118 Buffer = ArrayRef<uint8_t>(WriteBuffer, Size); in readBytes() 201 uint8_t *WriteBuffer = Buffer.data(); in readBytes() local 214 ::memcpy(WriteBuffer + BytesWritten, ChunkStart, BytesInChunk); in readBytes()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/MSF/ |
D | MappedBlockStream.cpp | 152 uint8_t *WriteBuffer = static_cast<uint8_t *>(Allocator.Allocate(Size, 8)); in readBytes() local 153 if (auto EC = readBytes(Offset, MutableArrayRef<uint8_t>(WriteBuffer, Size))) in readBytes() 157 CacheIter->second.emplace_back(WriteBuffer, Size); in readBytes() 160 List.emplace_back(WriteBuffer, Size); in readBytes() 163 Buffer = ArrayRef<uint8_t>(WriteBuffer, Size); in readBytes() 251 uint8_t *WriteBuffer = Buffer.data(); in readBytes() local 262 ::memcpy(WriteBuffer + BytesWritten, ChunkStart, BytesInChunk); in readBytes()
|
/external/protobuf/src/google/protobuf/io/ |
D | zero_copy_stream_impl_lite.cc | 313 WriteBuffer(); in ~CopyingOutputStreamAdaptor() 319 bool CopyingOutputStreamAdaptor::Flush() { return WriteBuffer(); } in Flush() 323 if (!WriteBuffer()) return false; in Next() 349 bool CopyingOutputStreamAdaptor::WriteBuffer() { in WriteBuffer() function in google::protobuf::io::CopyingOutputStreamAdaptor
|
D | zero_copy_stream_impl_lite.h | 311 bool WriteBuffer();
|
/external/crosvm/devices/src/usb/host_backend/ |
D | error.rs | 30 WriteBuffer(BufferError), enumerator 60 WriteBuffer(e) => write!(f, "failed to write buffer: {}", e), in fmt()
|
D | usb_endpoint.rs | 216 .map_err(Error::WriteBuffer)?; in do_handle_transfer()
|
D | host_device.rs | 213 .map_err(Error::WriteBuffer)?; in execute_control_transfer()
|
/external/OpenCL-CTS/test_conformance/events/ |
D | test_waitlists.cpp | 289 TEST_ACTION( WriteBuffer ) in test_waitlists()
|
D | test_callbacks.cpp | 152 TEST_ACTION( WriteBuffer ) in test_callbacks()
|