Searched refs:Block (Results 1 – 25 of 90) sorted by relevance
1234
/system/tools/hidl/host_utils/include/hidl-util/ |
D | Formatter.h | 37 struct Block { struct 38 Block(const std::string& content, Block* const parent); 48 std::vector<Block> blocks; argument 50 Block* const parent; argument 58 Block mRootBlock; 59 Block* mCurrentBlock; 193 void printBlock(const WrappedOutput::Block& block, size_t lineLength);
|
/system/tools/hidl/host_utils/ |
D | Formatter.cpp | 162 void Formatter::printBlock(const WrappedOutput::Block& block, size_t lineLength) { in printBlock() 200 for (const WrappedOutput::Block& subBlock : block.blocks) { in printBlock() 257 WrappedOutput::Block::Block(const std::string& content, Block* const parent) in Block() function in android::WrappedOutput::Block 260 size_t WrappedOutput::Block::computeSize(bool wrapped) const { in computeSize() 279 void WrappedOutput::Block::print(Formatter& out, bool wrapped) const { in print() 297 : mLineLength(lineLength), mRootBlock(Block("", nullptr)) { in WrappedOutput() 302 std::vector<Block>& blockVec = mCurrentBlock->blocks; in operator <<() 304 Block& last = blockVec.back(); in operator <<() 317 std::vector<Block>& blockVec = mCurrentBlock->blocks; in printUnlessWrapped() 330 std::vector<Block>& blockVec = mCurrentBlock->blocks; in group()
|
/system/extras/perf2cfg/doc/ |
D | FSM.dot | 61 "End HIR" -> "End Block" [ label = "'end_block'" ]; 64 "End Block" -> "Parse Flags" [ label = "'begin_block'" ]; 65 "End Block" -> "End CFG" [ label = "'end_cfg'" ]; 66 "End Block" -> "Error" [ label = "EOF OR NOT('begin_block' OR 'end_cfg')" ];
|
/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/prebuilts/api/26.0/public/ |
D | recovery_persist.te | 16 # Block device access.
|
D | recovery_refresh.te | 14 # Block device access.
|
D | logpersist.te | 9 # Block device access.
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | recovery_persist.te | 16 # Block device access.
|
D | recovery_refresh.te | 14 # Block device access.
|
D | logpersist.te | 9 # Block device access.
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | recovery_persist.te | 16 # Block device access.
|
D | recovery_refresh.te | 14 # Block device access.
|
D | logpersist.te | 9 # Block device access.
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | recovery_refresh.te | 14 # Block device access.
|
D | recovery_persist.te | 21 # Block device access.
|
D | logpersist.te | 9 # Block device access.
|
/system/sepolicy/prebuilts/api/31.0/public/ |
D | recovery_refresh.te | 14 # Block device access.
|
D | recovery_persist.te | 21 # Block device access.
|
D | logpersist.te | 13 # Block device access.
|
/system/sepolicy/public/ |
D | recovery_refresh.te | 14 # Block device access.
|
D | recovery_persist.te | 21 # Block device access.
|
D | logpersist.te | 13 # Block device access.
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | recovery_refresh.te | 14 # Block device access.
|
D | recovery_persist.te | 21 # Block device access.
|
D | logpersist.te | 13 # Block device access.
|
1234