Home
last modified time | relevance | path

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

123

/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
DResTable_test.cpp181 ssize_t block = in TEST() local
202 ssize_t block = in TEST() local
235 ssize_t block = in TEST() local
365 ssize_t block = in TEST() local
/frameworks/base/core/java/android/os/
DConditionVariable.java92 public void block() in block() method in ConditionVariable
117 public boolean block(long timeout) in block() method in ConditionVariable
/frameworks/base/libs/hwui/
DPatchCache.cpp80 BufferBlock* block = mFreeBlocks; in clearCache() local
138 BufferBlock* block = new BufferBlock(patch->positionOffset, patch->getSize()); in clearGarbage() local
181 BufferBlock* block = mFreeBlocks; in setupMesh() local
254 BufferBlock* block = mFreeBlocks; in dumpFreeBlocks() local
/frameworks/ml/nn/runtime/test/specs/
Dspace_to_depth_float_2.mod.py3 block = Int32Scalar("block_size", 2) variable
Ddepth_to_space_float_1.mod.py3 block = Int32Scalar("block_size", 2) variable
Ddepth_to_space_float_2.mod.py3 block = Int32Scalar("block_size", 2) variable
Dspace_to_depth_quant8_2.mod.py3 block = Int32Scalar("radius", 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_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_float_3.mod.py3 block = Int32Scalar("block_size", 2) variable
Dspace_to_depth_quant8_1.mod.py3 block = Int32Scalar("radius", 2) variable
/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/libnbaio/
DNBAIO.cpp64 ssize_t NBAIO_Sink::writeVia(writeVia_t via, size_t total, void *user, size_t block) in writeVia()
100 ssize_t NBAIO_Source::readVia(readVia_t via, size_t total, void *user, size_t block) in readVia()
DAudioBufferProviderSource.cpp82 ssize_t AudioBufferProviderSource::readVia(readVia_t via, size_t total, void *user, size_t block) in readVia()
/frameworks/base/libs/androidfw/
DAttributeResolution.cpp109 ssize_t block = -1; in ResolveAttrs() local
292 ssize_t block = kXmlBlock; in ApplyStyle() local
433 ssize_t block = kXmlBlock; in RetrieveAttributes() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationInflaterTest.java216 public static void runThenWaitForInflation(Runnable block, in runThenWaitForInflation()
221 private static void runThenWaitForInflation(Runnable block, boolean expectingException, in runThenWaitForInflation()
/frameworks/av/services/audioflinger/
DStateQueue.cpp94 template<typename T> bool StateQueue<T>::push(StateQueue<T>::block_t block) in push()
/frameworks/base/services/core/java/com/android/server/
DRandomBlock.java37 private byte[] block = new byte[BLOCK_SIZE]; field in RandomBlock
/frameworks/data-binding/compiler/src/main/kotlin/android/databinding/tool/writer/
DKCode.kt91 fun block(s : String, init : (KCode.() -> Unit)? = null) : KCode { in <lambda>() method in android.databinding.tool.writer.KCode

123