Searched refs:Block (Results 1 – 20 of 20) 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() 683 Vertex::Index Block::*access_type = (field == READER) ? in AddInstallOpToBlocksVector() 684 &Block::reader : &Block::writer; in AddInstallOpToBlocksVector() 706 vector<Block>* blocks, in AddInstallOpToGraph() 746 vector<Block> blocks(std::max(old_part.size, new_part.size) / block_size); in ResolveReadAfterWriteDependencies()
|
D | inplace_generator_unittest.cc | 49 using Block = InplaceGenerator::Block; typedef 145 Block block; in TEST_F() 185 vector<Block> blocks(9); in TEST_F()
|
/system/bt/embdrv/sbc/decoder/include/ |
D | oi_string.h | 84 void OI_MemSet(void* Block, uint8_t Val, uint32_t Size); 91 void OI_MemZero(void* Block, uint32_t Size);
|
/system/sepolicy/public/ |
D | recovery_persist.te | 16 # Block device access.
|
D | recovery_refresh.te | 14 # Block device access.
|
D | logpersist.te | 9 # Block device access.
|
D | logd.te | 49 # Block device access.
|
D | device.te | 94 # Block device for any swap partition.
|
D | netd.te | 95 # Block device access.
|
D | te_macros | 416 # TIOCSTI is only ever used for exploits. Block it.
|
D | domain.te | 229 # TIOCSTI is only ever used for exploits. Block it.
|
/system/extras/app-launcher/ |
D | app-launcher | 224 echo Block Device $system_block_device
|
/system/core/libpixelflinger/codeflinger/ |
D | ARMAssembler.cpp | 313 #pragma mark Block Data Transfer...
|
D | MIPS64Assembler.cpp | 954 #pragma mark Block Data Transfer...
|
D | MIPSAssembler.cpp | 964 #pragma mark Block Data Transfer...
|
/system/sepolicy/private/ |
D | app.te | 345 # Block device access.
|
/system/tpm/trunks/generator/ |
D | raw_structures_fixed.txt | 2875 Block size is 512 bits. 3051 Cipher Block Chaining mode – if implemented, all
|
D | raw_structures.txt | 2881 Block size is 512 bits. 3057 Cipher Block Chaining mode – if implemented, all
|
D | raw_commands_fixed.txt | 10020 For Cipher Block Chaining (CBC), a block of ciphertext is XORed with the next plaintext
|