Searched refs:Block (Results 1 - 8 of 8) sorted by relevance

/system/update_engine/payload_generator/
H A Dinplace_generator.h55 struct Block { struct in class:chromeos_update_engine::InplaceGenerator
60 // A Block object tells which vertex will read or write this block
62 // Generally, there will be a vector of Block objects whose length
64 Block() : reader(Vertex::kInvalidIndex), writer(Vertex::kInvalidIndex) {} function in struct:chromeos_update_engine::InplaceGenerator::Block
101 const std::vector<Block>& blocks);
186 std::vector<Block>* blocks);
195 std::vector<Block>* blocks,
H A Dinplace_generator.cc46 using Block = InplaceGenerator::Block;
209 const vector<Block>& blocks) {
210 for (vector<Block>::size_type i = 0;
674 vector<Block>* blocks) {
683 Vertex::Index Block::*access_type = (field == READER) ?
684 &Block::reader : &Block::writer;
690 LOG(FATAL) << "Block " << block << " is already "
706 vector<Block>* block
[all...]
H A Dinplace_generator_unittest.cc49 using Block = InplaceGenerator::Block;
143 // Tests that a Block is initialized with the default values as a
145 Block block;
185 vector<Block> blocks(9);
/system/bt/embdrv/sbc/decoder/include/
H A Doi_string.h84 void OI_MemSet(void* Block, uint8_t Val, uint32_t Size);
91 void OI_MemZero(void* Block, uint32_t Size);
/system/extras/app-launcher/
H A Dapp-launcher267 echo Block Device $system_block_device
289 echo Block Device $system_block_device
/system/core/libpixelflinger/codeflinger/
H A DARMAssembler.cpp313 #pragma mark Block Data Transfer...
H A DMIPS64Assembler.cpp954 #pragma mark Block Data Transfer...
H A DMIPSAssembler.cpp964 #pragma mark Block Data Transfer...

Completed in 528 milliseconds