Home
last modified time | relevance | path

Searched defs:block (Results 1 – 25 of 129) sorted by relevance

123456

/frameworks/base/tools/aapt2/util/
DBigBuffer.cpp29 Block& block = blocks_.back(); in NextBlockImpl() local
40 Block block = {}; in NextBlockImpl() local
56 Block& block = blocks_.back(); in NextBlock() local
68 Block block = {}; in NextBlock() local
81 for (const Block& block : blocks_) { in to_string() local
/frameworks/base/libs/androidfw/tests/
DAppAsLib_test.cpp38 ssize_t block = table.getResource(app::R::integer::number1, &val); in TEST() local
57 ssize_t block = table.getResource(lib::R::integer::number1, &val); in TEST() local
76 ssize_t block = table.getResource(lib::R::integer::number1, &val); in TEST() local
DSplit_test.cpp87 ssize_t block = table.getResource(R::string::test1, &val, MAY_NOT_BE_BAG, 0, in TEST_F() local
115 ssize_t block = table.getResource(R::string::test1, &val, MAY_NOT_BE_BAG, 0, in TEST_F() local
164 ssize_t block = table.getResource(R::string::test1, &val, MAY_NOT_BE_BAG, 0, in TEST_F() local
219 ssize_t block = table.getResource(R::string::test3, &val, MAY_NOT_BE_BAG); in TEST_F() local
DIdmap_test.cpp64 ssize_t block = target_table_.getResource(R::string::test2, &val, false); in TEST_F() local
117 ssize_t block = table.getResource(kNonOverlaidResourceId, &val, false /*mayBeBag*/); in TEST_F() local
/frameworks/base/core/java/android/os/
DConditionVariable.java92 public void block() in block() method in ConditionVariable
117 public boolean block(long timeoutMs) in block() method in ConditionVariable
/frameworks/av/media/codec2/hidl/1.0/utils/
DClientBlockHelper.cpp47 sp<GraphicBuffer> createGraphicBuffer(const C2ConstGraphicBlock& block) { in createGraphicBuffer()
75 for (const C2ConstGraphicBlock& block : in forEachBlock() local
105 status_t attachToBufferQueue(const C2ConstGraphicBlock& block, in attachToBufferQueue()
140 bool getBufferQueueAssignment(const C2ConstGraphicBlock& block, in getBufferQueueAssignment()
218 bool registerBuffer(const C2ConstGraphicBlock& block) { in registerBuffer()
259 const C2ConstGraphicBlock& block, in outputBuffer()
346 const C2ConstGraphicBlock& block, in outputBuffer()
/frameworks/ml/nn/runtime/test/specs/V1_3/
Dspace_to_batch_quant8_signed.mod.py19 block = Parameter("block_size", "TENSOR_INT32", "{2}", [2, 2]) variable
49 block = Parameter("block_size", "TENSOR_INT32", "{2}", [3, 2]) variable
77 block = Parameter("block_size", "TENSOR_INT32", "{2}", [3, 2]) variable
109 block = Parameter("block_size", "TENSOR_INT32", "{2}", [3, 2]) variable
Dspace_to_depth_quant8_signed.mod.py19 block = Int32Scalar("radius", 2) variable
38 block = Int32Scalar("radius", 2) variable
Ddepth_to_space_quant8_signed.mod.py19 block = Int32Scalar("radius", 2) variable
39 block = Int32Scalar("radius", 2) variable
/frameworks/av/media/tests/benchmark/src/native/common/
DBenchmarkC2Common.h41 explicit LinearBuffer(const std::shared_ptr<C2LinearBlock> &block) in LinearBuffer()
44 explicit LinearBuffer(const std::shared_ptr<C2LinearBlock> &block, size_t size) in LinearBuffer()
50 explicit GraphicBuffer(const std::shared_ptr<C2GraphicBlock> &block) in GraphicBuffer()
/frameworks/av/media/codec2/components/base/
DSimpleC2Component.cpp150 std::shared_ptr<C2LinearBlock>* block) { in fetchLinearBlock()
161 std::shared_ptr<C2CircularBlock>* block) { in fetchCircularBlock()
172 std::shared_ptr<C2GraphicBlock>* block) { in fetchGraphicBlock()
592 const std::shared_ptr<C2LinearBlock> &block) { in createLinearBuffer()
597 const std::shared_ptr<C2LinearBlock> &block, size_t offset, size_t size) { in createLinearBuffer()
602 const std::shared_ptr<C2GraphicBlock> &block) { in createGraphicBuffer()
607 const std::shared_ptr<C2GraphicBlock> &block, const C2Rect &crop) { in createGraphicBuffer()
/frameworks/base/tools/preload/
Dsorttable.js449 Array.forEach = function(array, block, context) { argument
457 Function.prototype.forEach = function(object, block, context) { argument
466 String.forEach = function(string, block, context) { argument
/frameworks/av/media/codec2/sfplugin/
DCodec2Buffer.cpp130 const sp<AMessage> &format, const std::shared_ptr<C2LinearBlock> &block) { in Allocate()
153 const std::shared_ptr<C2LinearBlock> &block) in LinearBlockBuffer()
500 const std::shared_ptr<C2GraphicBlock> &block, in Allocate()
539 const std::shared_ptr<C2GraphicBlock> &block, in GraphicBlockBuffer()
591 std::shared_ptr<C2GraphicBlock> block = _C2BlockFactory::CreateGraphicBlock(alloc); in asC2Buffer() local
764 const std::shared_ptr<C2LinearBlock> &block, in EncryptedLinearBlockBuffer()
/frameworks/ml/nn/runtime/test/specs/V1_0/
Ddepth_to_space_quant8_1.mod.py3 block = Int32Scalar("radius", 2) variable
Ddepth_to_space_float_2.mod.py3 block = Int32Scalar("block_size", 2) variable
Ddepth_to_space_quant8_2.mod.py3 block = Int32Scalar("radius", 2) variable
Dspace_to_depth_float_1.mod.py3 block = Int32Scalar("block_size", 2) variable
Ddepth_to_space_float_1.mod.py3 block = Int32Scalar("block_size", 2) variable
Dspace_to_depth_float_2.mod.py3 block = Int32Scalar("block_size", 2) variable
Dspace_to_depth_quant8_1.mod.py3 block = Int32Scalar("radius", 2) variable
Ddepth_to_space_float_3.mod.py3 block = Int32Scalar("block_size", 2) variable
Dspace_to_depth_quant8_2.mod.py3 block = Int32Scalar("radius", 2) variable
/frameworks/ml/nn/runtime/test/specs/V1_1/
Dbatch_to_space_quant8_1.mod.py3 block = Parameter("block_size", "TENSOR_INT32", "{2}", [2, 2]) variable
Dbatch_to_space.mod.py3 block = Parameter("block_size", "TENSOR_INT32", "{2}", [2, 2]) variable
Dbatch_to_space_float_1.mod.py3 block = Parameter("block_size", "TENSOR_INT32", "{2}", [2, 2]) variable

123456