Home
last modified time | relevance | path

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

12

/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/chre/util/include/chre/util/
Dsynchronized_expandable_memory_pool.h43 using Block = ::chre::MemoryPool<ElementType, kMemoryPoolSize>; variable
110 FixedSizeVector<UniquePtr<Block>, kMaxMemoryPoolCount> mMemoryPoolPtrs;
122 bool isHalfFullBlock(Block *block);
Dsynchronized_expandable_memory_pool_impl.h51 for (UniquePtr<Block> &memoryPool : mMemoryPoolPtrs) { in allocate()
76 for (UniquePtr<Block> &memoryPool : mMemoryPoolPtrs) { in deallocate()
126 auto newBlock = MakeUnique<Block>(); in pushOneBlock()
144 kMaxMemoryPoolCount>::isHalfFullBlock(Block *block) { in isHalfFullBlock()
Dsegmented_queue.h43 using Block = ::chre::RawStorage<ElementType, kBlockSize>; variable
44 using BlockPtr = UniquePtr<Block>;
401 DynamicVector<UniquePtr<Block>> mRawStoragePtrs;
Dsegmented_queue_impl.h305 Block *newBlockPtr = static_cast<Block *>(memoryAlloc(sizeof(Block))); in insertBlock()
/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/sepolicy/microdroid/system/private/
Dcompos_key_helper.te6 # Block crash dumps to ensure the secrets are not leaked.
Dtraced_probes.te40 # Block device access.
Dperfetto.te55 # Block device access.
Dtraced.te43 # Block device access.
Dmicrodroid_manager.te40 # Block crash dumps to ensure the DICE secrets are not leaked.
/system/sepolicy/private/
Drecovery_refresh.te14 # Block device access.
Drecovery_persist.te21 # Block device access.
Dlogpersist.te37 # Block device access.
Dlogd.te98 # Block device access.
Dtraced.te84 # Block device access.
Dtraced_probes.te123 # Block device access.
Dperfetto.te117 # Block device access.
Dnetd.te161 # Block device access.
Dapp_neverallows.te60 # Block calling execve() on files in an apps home directory.
Dapp.te520 # Block device access.
755 # Block video device access for all apps except the DeviceAsWebcam Service which
/system/extras/app-launcher/
Dapp-launcher.sh267 echo Block Device $system_block_device
289 echo Block Device $system_block_device
/system/sepolicy/public/
Ddevice.te112 # Block device for any swap partition.
/system/core/init/
DREADME.ueventd.md33 1. Block devices are created as `/dev/block/<basename uevent DEVPATH>`. There are symlinks created

12