Home
last modified time | relevance | path

Searched refs:Block (Results 1 – 25 of 90) sorted by relevance

1234

/system/tools/hidl/host_utils/include/hidl-util/
DFormatter.h37 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/
DFormatter.cpp162 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/
DFSM.dot61 "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/
Doi_string.h84 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/
Drecovery_persist.te16 # Block device access.
Drecovery_refresh.te14 # Block device access.
Dlogpersist.te9 # Block device access.
/system/sepolicy/prebuilts/api/27.0/public/
Drecovery_persist.te16 # Block device access.
Drecovery_refresh.te14 # Block device access.
Dlogpersist.te9 # Block device access.
/system/sepolicy/prebuilts/api/28.0/public/
Drecovery_persist.te16 # Block device access.
Drecovery_refresh.te14 # Block device access.
Dlogpersist.te9 # Block device access.
/system/sepolicy/prebuilts/api/29.0/public/
Drecovery_refresh.te14 # Block device access.
Drecovery_persist.te21 # Block device access.
Dlogpersist.te9 # Block device access.
/system/sepolicy/prebuilts/api/31.0/public/
Drecovery_refresh.te14 # Block device access.
Drecovery_persist.te21 # Block device access.
Dlogpersist.te13 # Block device access.
/system/sepolicy/public/
Drecovery_refresh.te14 # Block device access.
Drecovery_persist.te21 # Block device access.
Dlogpersist.te13 # Block device access.
/system/sepolicy/prebuilts/api/30.0/public/
Drecovery_refresh.te14 # Block device access.
Drecovery_persist.te21 # Block device access.
Dlogpersist.te13 # Block device access.

1234