Home
last modified time | relevance | path

Searched defs:file_offset (Results 1 – 25 of 83) sorted by relevance

1234

/external/brotli/research/
Ddeorummolae.cc77 std::vector<TextIdx>* file_offset, TextChar* next_terminator) { in buildFullText()
127 std::vector<TextIdx>* file_offset, TextChar* next_terminator) { in poisonData()
150 std::vector<TextIdx>* file_map, std::vector<TextIdx>* file_offset) { in cutMatch()
213 std::vector<TextIdx> file_offset; in DM_generate() local
/external/perfetto/src/trace_processor/util/
Dtrace_blob_view_reader.h117 size_t file_offset() const { return file_offset_; } in file_offset() function
124 size_t file_offset, in Iterator()
Dprofile_builder.h201 uint64_t file_offset; member
229 const uint64_t file_offset; member
Dtrace_blob_view_reader_unittest.cc113 for (size_t file_offset = 0; file_offset <= kExpectedSize; ++file_offset) { in TEST() local
/external/rust/android-crates-io/extra_versions/crates/vm-memory/src/
Dmmap_windows.rs78 file_offset: Option<FileOffset>, field
183 pub fn file_offset(&self) -> Option<&FileOffset> { in file_offset() method
258 let file_offset = FileOffset::new(file, 0); in map_invalid_handle() localVariable
Dmmap_unix.rs59 file_offset: Option<FileOffset>, field
226 file_offset: Option<FileOffset>, field
334 pub fn file_offset(&self) -> Option<&FileOffset> { in file_offset() method
Dmmap_xen.rs76 file_offset: Option<FileOffset>, field
156 file_offset: Option<FileOffset>, field
293 pub fn file_offset(&self) -> Option<&FileOffset> { in file_offset() method
497 let file_offset = match file_offset { in validate_file() localVariable
794 file_offset: FileOffset, field
1050 let file_offset = if is_file { in initialized() localVariable
/external/rust/android-crates-io/crates/vm-memory/src/
Dmmap_windows.rs78 file_offset: Option<FileOffset>, field
183 pub fn file_offset(&self) -> Option<&FileOffset> { in file_offset() method
258 let file_offset = FileOffset::new(file, 0); in map_invalid_handle() localVariable
Dmmap_unix.rs60 file_offset: Option<FileOffset>, field
227 file_offset: Option<FileOffset>, field
335 pub fn file_offset(&self) -> Option<&FileOffset> { in file_offset() method
Dmmap_xen.rs76 file_offset: Option<FileOffset>, field
156 file_offset: Option<FileOffset>, field
293 pub fn file_offset(&self) -> Option<&FileOffset> { in file_offset() method
498 let file_offset = match file_offset { in validate_file() localVariable
795 file_offset: FileOffset, field
1051 let file_offset = if is_file { in initialized() localVariable
/external/bcc/src/cc/
Dbcc_proc.h34 long long unsigned int file_offset; member
/external/bcc/src/cc/includes/
Dbcc_proc.h34 long long unsigned int file_offset; member
/external/icing/icing/file/
Dportable-file-backed-proto-log.h975 PortableFileBackedProtoLog<ProtoT>::ReadProto(int64_t file_offset) const { in ReadProto()
1017 int64_t file_offset) { in EraseProto()
1152 const Filesystem* const filesystem, int fd, int64_t file_offset, in ReadProtoMetadata()
Dmemory-mapped-file.h251 int64_t file_offset() const { return file_offset_; } in file_offset() function
Dfile-backed-proto-log.h540 int64_t file_offset) const { in ReadProto()
641 MemoryMappedFile* mmapped_file, int64_t file_offset, int64_t file_size) { in ReadProtoMetadata()
Dmemory-mapped-file.cc136 libtextclassifier3::Status MemoryMappedFile::Remap(int64_t file_offset, in Remap()
/external/ltp/testcases/kernel/syscalls/openat/
Dopenat02.c118 off_t file_offset; in testfunc_append() local
/external/dynamic_depth/internal/dynamic_depth/
Ddynamic_depth.cc96 size_t file_offset = 0; in GetItemPayload() local
/external/crosvm/base/src/sys/windows/
Dfile_util.rs50 file_offset: LARGE_INTEGER, field
/external/exfatprogs/include/
Dexfat_dir.h45 off_t file_offset; member
/external/tensorflow/tensorflow/core/profiler/
Dprofile.proto44 uint64 file_offset = 4; field
/external/perfetto/protos/third_party/pprof/
Dprofile.proto158 uint64 file_offset = 4; field
/external/google-breakpad/src/common/mac/
Dmacho_id.cc80 off_t file_offset = offset; in Update() local
/external/cronet/stable/net/disk_cache/simple/
Dsimple_synchronous_entry.cc615 const int64_t file_offset = entry_stat->GetOffsetInFile( in ReadData() local
677 const int64_t file_offset = out_entry_stat->GetOffsetInFile( in WriteData() local
1014 int file_offset = entry_stat.GetEOFOffsetInFile(key_->size(), stream_index); in CheckEOFRecord() local
1048 int file_offset = entry_stat.GetOffsetInFile(key_->size(), 0, stream_index); in PreReadStreamPayload() local
1494 int file_offset = in InitializeForOpen() local
1760 int file_offset, in GetEOFRecordData()
/external/cronet/tot/net/disk_cache/simple/
Dsimple_synchronous_entry.cc615 const int64_t file_offset = entry_stat->GetOffsetInFile( in ReadData() local
677 const int64_t file_offset = out_entry_stat->GetOffsetInFile( in WriteData() local
1014 int file_offset = entry_stat.GetEOFOffsetInFile(key_->size(), stream_index); in CheckEOFRecord() local
1048 int file_offset = entry_stat.GetOffsetInFile(key_->size(), 0, stream_index); in PreReadStreamPayload() local
1494 int file_offset = in InitializeForOpen() local
1760 int file_offset, in GetEOFRecordData()

1234