Searched refs:Block (Results 1 – 17 of 17) sorted by relevance
/system/update_engine/payload_generator/ |
D | inplace_generator.h | 55 struct Block { struct 64 Block() : reader(Vertex::kInvalidIndex), writer(Vertex::kInvalidIndex) {} in Block() function 101 const std::vector<Block>& blocks); 186 std::vector<Block>* blocks); 195 std::vector<Block>* blocks,
|
D | inplace_generator.cc | 46 using Block = InplaceGenerator::Block; typedef 209 const vector<Block>& blocks) { in CreateEdges() 210 for (vector<Block>::size_type i = 0; in CreateEdges() 674 vector<Block>* blocks) { in AddInstallOpToBlocksVector() 686 Vertex::Index Block::*access_type = (field == READER) ? in AddInstallOpToBlocksVector() 687 &Block::reader : &Block::writer; in AddInstallOpToBlocksVector() 710 vector<Block>* blocks, in AddInstallOpToGraph() 749 vector<Block> blocks(new_part.size / block_size); in ResolveReadAfterWriteDependencies()
|
D | inplace_generator_unittest.cc | 48 using Block = InplaceGenerator::Block; typedef 134 Block block; in TEST_F() 174 vector<Block> blocks(9); in TEST_F()
|
/system/bt/embdrv/sbc/decoder/include/ |
D | oi_string.h | 85 void OI_MemSet(void *Block, OI_UINT8 Val, OI_UINT32 Size); 93 void OI_MemZero(void *Block, OI_UINT32 Size);
|
/system/sepolicy/ |
D | recovery_refresh.te | 16 # Block device access.
|
D | recovery_persist.te | 18 # Block device access.
|
D | logd.te | 48 # Block device access.
|
D | device.te | 91 # Block device for any swap partition.
|
D | netd.te | 85 # Block device access.
|
D | app.te | 280 # Block device access.
|
/system/core/libpixelflinger/codeflinger/ |
D | ARMAssembler.cpp | 327 #pragma mark Block Data Transfer...
|
D | MIPS64Assembler.cpp | 961 #pragma mark Block Data Transfer...
|
D | MIPSAssembler.cpp | 969 #pragma mark Block Data Transfer...
|
/system/tpm/trunks/generator/ |
D | raw_structures.txt | 2881 Block size is 512 bits. 3057 Cipher Block Chaining mode – if implemented, all
|
D | raw_structures_fixed.txt | 2875 Block size is 512 bits. 3051 Cipher Block Chaining mode – if implemented, all
|
D | raw_commands.txt | 10009 For Cipher Block Chaining (CBC), a block of ciphertext is XORed with the next plaintext
|
D | raw_commands_fixed.txt | 10020 For Cipher Block Chaining (CBC), a block of ciphertext is XORed with the next plaintext
|