| /system/libufdt/ |
| D | ufdt_node_pool.c | 73 struct ufdt_node_pool_block_header *block = pool->first_block; in ufdt_node_pool_destruct() local 95 struct ufdt_node_pool_block_header *block = in _ufdt_node_pool_create_block() local 118 struct ufdt_node_pool_block_header *block) { in _ufdt_node_pool_destory_block() 123 struct ufdt_node_pool_block_header *block) { in _ufdt_node_pool_block_alloc() 133 static void _ufdt_node_pool_block_free(struct ufdt_node_pool_block_header *block, in _ufdt_node_pool_block_free() 144 struct ufdt_node_pool *pool, struct ufdt_node_pool_block_header *block) { in _ufdt_node_pool_preppend_block() 155 struct ufdt_node_pool *pool, struct ufdt_node_pool_block_header *block) { in _ufdt_node_pool_append_block() 165 struct ufdt_node_pool_block_header *block = *block_ptr; in _ufdt_node_pool_remove_block() local 183 struct ufdt_node_pool_block_header *block = pool->first_block; in ufdt_node_pool_alloc() local 204 struct ufdt_node_pool_block_header *block = *block_ptr; in _ufdt_node_pool_search_block() local [all …]
|
| /system/tools/hidl/host_utils/ |
| D | Formatter.cpp | 63 Formatter& Formatter::block(const std::function<void(void)>& func) { in block() function in android::Formatter 81 Formatter& Formatter::sIf(const std::string& cond, const std::function<void(void)>& block) { in sIf() 86 Formatter& Formatter::sElseIf(const std::string& cond, const std::function<void(void)>& block) { in sElseIf() 91 Formatter& Formatter::sElse(const std::function<void(void)>& block) { in sElse() 96 Formatter& Formatter::sFor(const std::string& stmts, const std::function<void(void)>& block) { in sFor() 101 Formatter& Formatter::sTry(const std::function<void(void)>& block) { in sTry() 106 Formatter& Formatter::sCatch(const std::string& exception, const std::function<void(void)>& block) { in sCatch() 111 Formatter& Formatter::sFinally(const std::function<void(void)>& block) { in sFinally() 116 Formatter& Formatter::sWhile(const std::string& cond, const std::function<void(void)>& block) { in sWhile() 162 void Formatter::printBlock(const WrappedOutput::Block& block, size_t lineLength) { in printBlock() [all …]
|
| /system/update_engine/lz4diff/ |
| D | lz4diff_compress.cc | 36 for (const auto& block : block_info) { in TryCompressBlob() local 50 for (const auto& block : block_info) { in TryCompressBlob() local 128 for (const auto& block : block_info) { in TryCompressBlob() local 159 for (const auto& block : block_info) { in TryDecompressBlob() local 174 for (const auto& block : block_info) { in TryDecompressBlob() local 236 std::ostream& operator<<(std::ostream& out, const CompressedBlock& block) { in operator <<()
|
| D | lz4patch.cc | 189 for (const auto& block : rpf) { in ToCompressedBlockVec() local 210 for (const auto& block : info) { in GetCompressedSize() local 219 for (const auto& block : info) { in GetDecompressedSize() local
|
| D | lz4diff.cc | 49 for (const auto& block : block_info) { in StoreDstCompressedFileInfo() local 171 for (const auto& block : src_file_info.blocks) { in StoreSrcCompressedFileInfo() local
|
| /system/core/fs_mgr/libsnapshot/libsnapshot_cow/ |
| D | snapshot_reader_test.cpp | 54 std::string block(kBlockSize, 0); in WriteBaseDevice() local 84 std::string block(kBlockSize, 0); in TestBlockReads() local 102 std::string block(kBlockSize, 0); in TestBlockReads() local
|
| D | cow_reader.cpp | 304 for (auto block : merge_op_blocks) { in PrepMergeOps() local 340 for (auto block : merge_op_blocks) { in PrepMergeOps() local 347 for (auto block : merge_op_blocks) { in PrepMergeOps() local 464 uint64_t block = GetBlockFromOffset(header_, offset); in VerifyMergeOps() local
|
| /system/core/libsparse/ |
| D | sparse.cpp | 53 int sparse_file_add_data(struct sparse_file* s, void* data, uint64_t len, unsigned int block) { in sparse_file_add_data() 58 unsigned int block) { in sparse_file_add_fill() 63 uint64_t len, unsigned int block) { in sparse_file_add_file() 68 unsigned int block) { in sparse_file_add_fd() 188 unsigned int block; member 201 unsigned int block, unsigned int nr_blocks), in sparse_file_foreach_chunk()
|
| D | backed_block.cpp | 27 unsigned int block; member 274 unsigned int block) { in backed_block_add_fill() 291 unsigned int block) { in backed_block_add_data() 308 uint64_t len, unsigned int block) { in backed_block_add_file() 330 unsigned int block) { in backed_block_add_fd()
|
| D | sparse_read.cpp | 102 int AddToSparseFile(struct sparse_file* s, int64_t len, unsigned int block) override { in AddToSparseFile() 167 int AddToSparseFile(struct sparse_file* s, int64_t len, unsigned int block) override { in AddToSparseFile() 213 SparseFileSource* source, unsigned int blocks, unsigned int block, in process_raw_chunk() 247 SparseFileSource* source, unsigned int blocks, unsigned int block, in process_fill_chunk() 463 unsigned int block = offset / s->block_size; in do_sparse_file_read_normal() local
|
| /system/update_engine/payload_generator/ |
| D | extent_utils.h | 56 for (uint64_t block = extent.start_block(); in ExpandExtents() local 165 constexpr bool ExtentContains(const Extent& extent, size_t block) { in ExtentContains()
|
| D | erofs_filesystem.cc | 76 static constexpr bool IsBlockCompressed(const struct erofs_map_blocks& block) { in IsBlockCompressed() 90 struct erofs_map_blocks block {}; in FillExtentInfo() struct
|
| D | ext2_filesystem.cc | 292 for (uint64_t block : inode_blocks) { in GetFiles() local 306 for (blk64_t block = blk_start; block < blk_end; block++) { in GetFiles() local
|
| D | block_mapping_unittest.cc | 71 brillo::Blob block(block_size_, 'a'); in TEST_F() local
|
| D | erofs_filesystem_unittest.cc | 114 for (const auto& block : delta_generator.compressed_file_info.blocks) { in TEST_F() local
|
| D | block_mapping.cc | 64 for (size_t block = 0; block < num_blocks; block++) { in AddManyDiskBlocks() local
|
| /system/update_engine/common/ |
| D | terminator.h | 38 static void set_exit_blocked(bool block) { exit_blocked_ = block ? 1 : 0; } in set_exit_blocked()
|
| /system/unwinding/libunwindstack/ |
| D | MemoryXz.cpp | 104 XzBlock* block = &blocks_[i]; in Read() local 199 const CXzBlockSizes& block = stream.blocks[b]; in ReadBlocks() local 218 bool MemoryXz::Decompress(XzBlock* block) { in Decompress()
|
| /system/extras/libfec/ |
| D | fec_verity.cpp | 124 int hashtree_info::get_hash(const uint8_t *block, uint8_t *hash) { in get_hash() 158 const uint8_t *block) { in check_block_hash() 172 const uint8_t *block) { in check_block_hash_with_index()
|
| /system/chre/util/include/chre/util/system/ |
| D | synchronized_expandable_memory_pool_impl.h | 145 kMaxMemoryPoolCount>::isHalfFullBlock(Block *block) { in isHalfFullBlock()
|
| /system/keymaster/km_openssl/ |
| D | iso18033kdf.cpp | 44 for (size_t block = 0; block < num_blocks; block++) { in GenerateKey() local
|
| /system/core/fastboot/ |
| D | super_flash_helper.cpp | 93 unsigned int block = extent.offset / block_size; in GetSparseLayout() local
|
| /system/logging/logd/libaudit/ |
| D | libaudit.cpp | 167 int audit_get_reply(int fd, struct audit_message* rep, reply_t block, int peek) { in audit_get_reply()
|
| /system/core/init/ |
| D | devices.cpp | 399 void DeviceHandler::MakeDevice(const std::string& path, bool block, int major, int minor, in MakeDevice() 575 void DeviceHandler::HandleDevice(const std::string& action, const std::string& devpath, bool block, in HandleDevice() 754 bool block = false; in HandleUevent() local
|
| /system/incremental_delivery/incfs/include/ |
| D | incfs_ndk.h | 133 IncFsBlockIndex block; member 140 IncFsBlockIndex block; member 187 IncFsBlockIndex block; member
|