Home
last modified time | relevance | path

Searched defs:Read (Results 1 – 25 of 99) sorted by relevance

1234

/aosp12/system/unwinding/libunwindstack/
H A DMemory.cpp241 size_t MemoryBuffer::Read(uint64_t addr, void* dst, size_t size) { in Read() function in unwindstack::MemoryBuffer
312 size_t MemoryFileAtOffset::Read(uint64_t addr, void* dst, size_t size) { in Read() function in unwindstack::MemoryFileAtOffset
325 size_t MemoryRemote::Read(uint64_t addr, void* dst, size_t size) { in Read() function in unwindstack::MemoryRemote
356 size_t MemoryLocal::Read(uint64_t addr, void* dst, size_t size) { in Read() function in unwindstack::MemoryLocal
364 size_t MemoryRange::Read(uint64_t addr, void* dst, size_t size) { in Read() function in unwindstack::MemoryRange
395 size_t MemoryRanges::Read(uint64_t addr, void* dst, size_t size) { in Read() function in unwindstack::MemoryRanges
424 size_t MemoryOffline::Read(uint64_t addr, void* dst, size_t size) { in Read() function in unwindstack::MemoryOffline
441 size_t MemoryOfflineBuffer::Read(uint64_t addr, void* dst, size_t size) { in Read() function in unwindstack::MemoryOfflineBuffer
457 size_t MemoryOfflineParts::Read(uint64_t addr, void* dst, size_t size) { in Read() function in unwindstack::MemoryOfflineParts
623 size_t MemoryXz::Read(uint64_t addr, void* buffer, size_t size) { in Read() function in unwindstack::MemoryXz
H A DMemoryCache.h41 size_t Read(uint64_t addr, void* dst, size_t size) override { in Read() function
/aosp12/system/bt/test/headless/read/
H A Dread.cc28 Read::Read(const bluetooth::test::headless::GetOpt& options) in Read() function in Read
/aosp12/system/update_engine/common/
H A Dhwid_override.cc35 string HwidOverride::Read(const base::FilePath& root) { in Read() function in chromeos_update_engine::HwidOverride
/aosp12/art/runtime/
H A Dgc_root-inl.h31 inline MirrorType* GcRoot<MirrorType>::Read(GcRootSource* gc_root_source) const { in Read() function
/aosp12/packages/modules/adb/
H A Dshell_service_protocol.cpp32 bool ShellProtocol::Read() { in Read() function in ShellProtocol
/aosp12/system/unwinding/libbacktrace/
H A DBacktracePtrace.cpp64 size_t BacktracePtrace::Read(uint64_t addr, uint8_t* buffer, size_t bytes) { in Read() function in BacktracePtrace
/aosp12/frameworks/compile/libbcc/bcinfo/Wrap/
H A Dfile_wrapper_input.cpp35 size_t FileWrapperInput::Read(uint8_t* buffer, size_t wanted) { in Read() function in FileWrapperInput
H A Din_memory_wrapper_input.cpp29 size_t InMemoryWrapperInput::Read(uint8_t* buffer, size_t wanted) { in Read() function in InMemoryWrapperInput
/aosp12/frameworks/base/errorprone/java/android/annotation/
H A DRequiresPermission.java120 @interface Read { annotation
/aosp12/frameworks/libs/modules-utils/java/android/annotation/
H A DRequiresPermission.java121 @interface Read { annotation
/aosp12/art/libdexfile/dex/
H A Dclass_accessor-inl.h66 inline void ClassAccessor::Method::Read() { in Read() function
81 inline void ClassAccessor::Field::Read() { in Read() function
/aosp12/system/libziparchive/
H A Dzip_archive_stream_entry.cc80 const std::vector<uint8_t>* ZipArchiveStreamEntryUncompressed::Read() { in Read() function in ZipArchiveStreamEntryUncompressed
202 const std::vector<uint8_t>* ZipArchiveStreamEntryCompressed::Read() { in Read() function in ZipArchiveStreamEntryCompressed
/aosp12/system/bt/gd/storage/
H A Dlegacy_config_file.cc35 std::optional<ConfigCache> LegacyConfigFile::Read(size_t temp_devices_capacity) { in Read() function in bluetooth::storage::LegacyConfigFile
/aosp12/system/update_engine/payload_consumer/
H A Dextent_reader.cc67 bool DirectExtentReader::Read(void* buffer, size_t count) { in Read() function in chromeos_update_engine::DirectExtentReader
H A Dfake_file_descriptor.cc21 ssize_t FakeFileDescriptor::Read(void* buf, size_t count) { in Read() function in chromeos_update_engine::FakeFileDescriptor
H A Dcached_file_descriptor.h45 ssize_t Read(void* buf, size_t count) override { in Read() function
H A Dfec_file_descriptor.cc48 ssize_t FecFileDescriptor::Read(void* buf, size_t count) { in Read() function in chromeos_update_engine::FecFileDescriptor
/aosp12/system/testing/gtest_extras/
H A DTest.cpp84 bool Test::Read() { in Read() function in android::gtest_extras::Test
/aosp12/system/unwinding/libunwindstack/tests/
H A DMemoryFake.cpp49 size_t MemoryFake::Read(uint64_t addr, void* memory, size_t size) { in Read() function in unwindstack::MemoryFake
H A DMemoryFake.h76 size_t Read(uint64_t, void* buffer, size_t size) override { in Read() function
/aosp12/art/libelffile/elf/
H A Delf_debug_reader.h176 const T* Read(size_t offset) { in Read() function
182 ArrayRef<const T> Read(size_t offset, size_t count) { in Read() function
/aosp12/system/chre/external/flatbuffers/include/flatbuffers/
H A Dflatbuffers.h122 static return_type Read(const uint8_t *p, uoffset_t i) { in Read() function
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
H A Dfilereadstream.h59 void Read() { in Read() function
/aosp12/system/core/trusty/fuzz/
H A Dutils.cpp92 Result<void> TrustyApp::Read(void* buf, size_t len) { in Read() function in android::trusty::fuzz::TrustyApp

1234