/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/chre/util/include/chre/util/ |
D | synchronized_expandable_memory_pool.h | 43 using Block = ::chre::MemoryPool<ElementType, kMemoryPoolSize>; variable 110 FixedSizeVector<UniquePtr<Block>, kMaxMemoryPoolCount> mMemoryPoolPtrs; 122 bool isHalfFullBlock(Block *block);
|
D | synchronized_expandable_memory_pool_impl.h | 51 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()
|
D | segmented_queue.h | 43 using Block = ::chre::RawStorage<ElementType, kBlockSize>; variable 44 using BlockPtr = UniquePtr<Block>; 401 DynamicVector<UniquePtr<Block>> mRawStoragePtrs;
|
D | segmented_queue_impl.h | 305 Block *newBlockPtr = static_cast<Block *>(memoryAlloc(sizeof(Block))); in insertBlock()
|
/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/sepolicy/microdroid/system/private/ |
D | compos_key_helper.te | 6 # Block crash dumps to ensure the secrets are not leaked.
|
D | traced_probes.te | 40 # Block device access.
|
D | perfetto.te | 55 # Block device access.
|
D | traced.te | 43 # Block device access.
|
D | microdroid_manager.te | 40 # Block crash dumps to ensure the DICE secrets are not leaked.
|
/system/sepolicy/private/ |
D | recovery_refresh.te | 14 # Block device access.
|
D | recovery_persist.te | 21 # Block device access.
|
D | logpersist.te | 37 # Block device access.
|
D | logd.te | 98 # Block device access.
|
D | traced.te | 84 # Block device access.
|
D | traced_probes.te | 123 # Block device access.
|
D | perfetto.te | 117 # Block device access.
|
D | netd.te | 161 # Block device access.
|
D | app_neverallows.te | 60 # Block calling execve() on files in an apps home directory.
|
D | app.te | 520 # Block device access. 755 # Block video device access for all apps except the DeviceAsWebcam Service which
|
/system/extras/app-launcher/ |
D | app-launcher.sh | 267 echo Block Device $system_block_device 289 echo Block Device $system_block_device
|
/system/sepolicy/public/ |
D | device.te | 112 # Block device for any swap partition.
|
/system/core/init/ |
D | README.ueventd.md | 33 1. Block devices are created as `/dev/block/<basename uevent DEVPATH>`. There are symlinks created
|