Searched defs:Read (Results 1 - 25 of 26) sorted by relevance

12

/system/core/fastboot/
H A Dtcp_test.cpp115 bool Read(const std::string& message) { function in class:TcpTest
117 return transport_->Read(&buffer[0], buffer.length()) ==
138 EXPECT_TRUE(Read("foo"));
149 EXPECT_TRUE(Read("foo"));
172 EXPECT_TRUE(Read(data));
190 EXPECT_TRUE(Read("OKAY0.4"));
193 EXPECT_TRUE(Read("INFOversion: 0.4"));
194 EXPECT_TRUE(Read("INFOfoo: bar"));
195 EXPECT_TRUE(Read("OKAY"));
202 EXPECT_EQ(-1, transport_->Read(buffe
[all...]
H A Dtcp.cpp64 ssize_t Read(void* data, size_t length) override;
127 ssize_t TcpTransport::Read(void* data, size_t length) { function in class:tcp::TcpTransport
H A Dudp_test.cpp334 bool Read(const std::string& message) { function in class:UdpTest
336 return transport_->Read(&buffer[0], buffer.length()) ==
359 EXPECT_TRUE(Read("bar"));
372 EXPECT_TRUE(Read("bar"));
388 EXPECT_TRUE(Read("foo bar baz"));
389 EXPECT_TRUE(Read("\x01\x02\x03\x04\x05"));
421 // at the socket layer, a single call to Transport::Read() and Transport::Write() is all the
453 EXPECT_TRUE(Read(data));
464 EXPECT_TRUE(Read("foobar"));
474 EXPECT_FALSE(Read("fo
[all...]
H A Dudp.cpp109 ssize_t Read(void* data, size_t length) override;
327 ssize_t UdpTransport::Read(void* data, size_t length) { function in class:udp::UdpTransport
328 // Read from the target by sending an empty packet.
H A Dusb_osx.cpp73 ssize_t Read(void* data, size_t len) override;
499 ssize_t OsxUsbTransport::Read(void* data, size_t len) { function in class:OsxUsbTransport
H A Dusb_windows.cpp74 ssize_t Read(void* data, size_t len) override;
193 ssize_t WindowsUsbTransport::Read(void* data, size_t len) { function in class:WindowsUsbTransport
H A Dusb_linux.cpp95 ssize_t Read(void* data, size_t len) override;
170 /* Read device serial number (if there is one).
420 ssize_t LinuxUsbTransport::Read(void* _data, size_t len) function in class:LinuxUsbTransport
/system/core/libbacktrace/
H A DBacktracePtrace.cpp65 size_t BacktracePtrace::Read(uintptr_t addr, uint8_t* buffer, size_t bytes) { function in class:BacktracePtrace
H A DBacktraceCurrent.cpp56 size_t BacktraceCurrent::Read(uintptr_t addr, uint8_t* buffer, size_t bytes) { function in class:BacktraceCurrent
H A DBacktraceOffline.cpp59 size_t Space::Read(uint64_t addr, uint8_t* buffer, size_t size) { function in class:Space
88 size_t read_size = backtrace->Read(addr, reinterpret_cast<uint8_t*>(value), sizeof(unw_word_t));
192 size_t bytes_read = Read(ptr, reinterpret_cast<uint8_t*>(out_value), sizeof(word_t));
196 size_t BacktraceOffline::Read(uintptr_t addr, uint8_t* buffer, size_t bytes) { function in class:BacktraceOffline
202 size_t read_size = eh_frame_hdr_space_.Read(addr, buffer, bytes);
206 read_size = eh_frame_space_.Read(addr, buffer, bytes);
210 read_size = stack_space_.Read(addr, buffer, bytes);
/system/update_engine/common/
H A Dhwid_override.cc37 string HwidOverride::Read(const base::FilePath& root) { function in class:chromeos_update_engine::HwidOverride
/system/connectivity/shill/
H A Dfile_io.cc45 ssize_t FileIO::Read(int fd, void* buf, size_t count) { function in class:shill::FileIO
H A Dprotobuf_lite_streams.cc56 int ProtobufLiteCopyingFileInputStream::Read(void* buffer, int size) { function in class:shill::ProtobufLiteCopyingFileInputStream
/system/core/adb/
H A Dshell_service_protocol.cpp32 bool ShellProtocol::Read() { function in class:ShellProtocol
/system/tpm/tpm_manager/server/
H A Dlocal_data_store_impl.cc34 bool LocalDataStoreImpl::Read(LocalData* data) { function in class:tpm_manager::LocalDataStoreImpl
/system/core/metricsd/
H A Dpersistent_integer.cc45 if (!synced_ && !Read())
75 bool PersistentInteger::Read() { function in class:chromeos_metrics::PersistentInteger
/system/core/debuggerd/test/
H A DBacktraceMock.h56 virtual size_t Read(uintptr_t addr, uint8_t* buffer, size_t bytes) { function in class:BacktraceMock
/system/update_engine/payload_consumer/
H A Dfile_descriptor.cc41 ssize_t EintrSafeFileDescriptor::Read(void* buf, size_t count) { function in class:chromeos_update_engine::EintrSafeFileDescriptor
H A Dmtd_file_descriptor.cc138 ssize_t MtdFileDescriptor::Read(void* buf, size_t count) { function in class:chromeos_update_engine::MtdFileDescriptor
217 ssize_t UbiFileDescriptor::Read(void* buf, size_t count) { function in class:chromeos_update_engine::UbiFileDescriptor
219 return EintrSafeFileDescriptor::Read(buf, count);
/system/weaved/buffet/
H A Dsocket_stream.cc111 void SocketStream::Read(void* buffer, function in class:buffet::SocketStream
/system/core/libziparchive/
H A Dzip_archive_stream_entry.cc17 // Read-only stream access to Zip Archive entries.
54 const std::vector<uint8_t>* Read() override;
81 const std::vector<uint8_t>* ZipArchiveStreamEntryUncompressed::Read() { function in class:ZipArchiveStreamEntryUncompressed
116 const std::vector<uint8_t>* Read() override;
195 const std::vector<uint8_t>* ZipArchiveStreamEntryCompressed::Read() { function in class:ZipArchiveStreamEntryCompressed
/system/extras/tests/net_test/
H A Dcstruct.py44 >>> cstruct.Read(data, NLMsgHdr)
192 def Read(data, struct_type): function
/system/tpm/attestation/server/
H A Ddatabase_impl.cc92 if (!io_->Read(&buffer)) {
98 bool DatabaseImpl::Read(std::string* data) { function in class:attestation::DatabaseImpl
H A Dpkcs11_key_store.cc98 bool Pkcs11KeyStore::Read(const std::string& username, function in class:attestation::Pkcs11KeyStore
/system/tpm/trunks/ftdi/
H A Dmpsse.c266 /* Read and write commands need to include endianess */
722 /* Read in the ACK bit and store it in mpsse->rack */
740 /* Performs a read. For internal use only; see Read() and ReadBits(). */
789 swig_string_data Read(struct mpsse_context* mpsse, int size) function
791 uint8_t* Read(struct mpsse_context* mpsse, int size)

Completed in 1521 milliseconds

12