/system/core/trusty/storage/lib/ |
D | storage.c | 191 static int _read_chunk(file_handle_t fh, storage_off_t off, void *buf, size_t size) in _read_chunk() 202 ssize_t storage_read(file_handle_t fh, storage_off_t off, void *buf, size_t size) in storage_read() 225 static int _write_req(file_handle_t fh, storage_off_t off, in _write_req() 238 ssize_t storage_write(file_handle_t fh, storage_off_t off, in storage_write()
|
/system/core/libcutils/arch-x86/ |
D | android_memset32.S | 40 # define cfi_rel_offset(reg, off) .cfi_rel_offset reg, off argument 48 # define cfi_adjust_cfa_offset(off) .cfi_adjust_cfa_offset off argument
|
D | android_memset16.S | 40 # define cfi_rel_offset(reg, off) .cfi_rel_offset reg, off argument 48 # define cfi_adjust_cfa_offset(off) .cfi_adjust_cfa_offset off argument
|
/system/core/toolbox/upstream-netbsd/usr.bin/grep/ |
D | file.c | 147 size_t off; in grep_fgetln() local
|
D | grep.h | 90 off_t off; member
|
/system/core/libcutils/ |
D | ashmem_test.cpp | 40 void TestMmap(const unique_fd& fd, size_t size, int prot, void** region, off_t off = 0) { in TestMmap() 168 auto off = lseek(fd, cfg.offset, cfg.whence); in TEST() local
|
/system/core/trusty/storage/tests/ |
D | main.cpp | 36 static bool is_valid_offset(storage_off_t off) in is_valid_offset() 41 static void fill_pattern32(uint32_t *buf, size_t len, storage_off_t off) in fill_pattern32() 50 static bool check_pattern32(const uint32_t *buf, size_t len, storage_off_t off) in check_pattern32() 125 void StorageServiceTest::WriteZeroChunk(file_handle_t handle, storage_off_t off, in WriteZeroChunk() 141 void StorageServiceTest::WritePatternChunk(file_handle_t handle, storage_off_t off, in WritePatternChunk() 157 void StorageServiceTest::WritePattern(file_handle_t handle, storage_off_t off, in WritePattern() 174 storage_off_t off, size_t chunk_len, in ReadChunk() 205 void StorageServiceTest::ReadPattern(file_handle_t handle, storage_off_t off, in ReadPattern() 226 void StorageServiceTest::ReadPatternEOF(file_handle_t handle, storage_off_t off, in ReadPatternEOF()
|
/system/core/libsparse/ |
D | sparse_read.cpp | 91 void Seek(int64_t off) override { lseek64(fd, off, SEEK_CUR); } in Seek() 130 void Seek(int64_t off) override { in Seek() 137 int SetOffset(int64_t off) override { in SetOffset()
|
D | output_file.cpp | 265 static int callback_file_skip(struct output_file* out, int64_t off) { in callback_file_skip()
|
/system/extras/tests/directiotest/ |
D | directiotest.c | 143 int off = i % 16; in dump_hex() local
|
/system/core/libmeminfo/tools/ |
D | procrank.cpp | 89 for (auto& off : swap_offsets_) { in CalculateSwap() local 183 for (auto& off : swp_offs) { in count_swap_offsets() local
|
/system/libhwbinder/ |
D | Debug.cpp | 37 ssize_t off = sizeof(indentStr)-1-(indentLevel*2); in stringForIndent() local
|
/system/core/libmemunreachable/ |
D | ThreadCapture.cpp | 134 ssize_t off = 0; in ListThreads() local
|
/system/chre/core/tests/ |
D | sensor_request_test.cc | 97 SensorRequest off(SensorMode::Off, Nanoseconds(0), Nanoseconds(0)); in TEST() local
|
/system/security/keystore/ |
D | blob.cpp | 171 pos_type seekoff(off_type off, std::ios_base::seekdir dir, in seekoff()
|
/system/core/adb/ |
D | sysdeps.h | 596 int off = 1; in disable_tcp_nagle() local
|
/system/vold/ |
D | cryptfs.cpp | 458 static int get_crypt_ftr_info(char** metadata_fname, off64_t* off) { in get_crypt_ftr_info() 2058 off64_t off; in cryptfs_init_crypt_mnt_ftr() local
|