/frameworks/base/tools/aapt2/util/ |
D | BigBuffer.cpp | 29 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/ |
D | AppAsLib_test.cpp | 38 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
|
D | Split_test.cpp | 87 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
|
D | Idmap_test.cpp | 64 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
|
D | ResTable_test.cpp | 181 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/ |
D | ConditionVariable.java | 92 public void block() in block() method in ConditionVariable 117 public boolean block(long timeout) in block() method in ConditionVariable
|
/frameworks/base/libs/hwui/ |
D | PatchCache.cpp | 80 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/ |
D | space_to_depth_float_2.mod.py | 3 block = Int32Scalar("block_size", 2) variable
|
D | depth_to_space_float_1.mod.py | 3 block = Int32Scalar("block_size", 2) variable
|
D | depth_to_space_float_2.mod.py | 3 block = Int32Scalar("block_size", 2) variable
|
D | space_to_depth_quant8_2.mod.py | 3 block = Int32Scalar("radius", 2) variable
|
D | depth_to_space_quant8_2.mod.py | 3 block = Int32Scalar("radius", 2) variable
|
D | space_to_depth_float_1.mod.py | 3 block = Int32Scalar("block_size", 2) variable
|
D | depth_to_space_quant8_1.mod.py | 3 block = Int32Scalar("radius", 2) variable
|
D | depth_to_space_float_3.mod.py | 3 block = Int32Scalar("block_size", 2) variable
|
D | space_to_depth_float_3.mod.py | 3 block = Int32Scalar("block_size", 2) variable
|
D | space_to_depth_quant8_1.mod.py | 3 block = Int32Scalar("radius", 2) variable
|
/frameworks/base/tools/preload/ |
D | sorttable.js | 449 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/ |
D | NBAIO.cpp | 64 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()
|
D | AudioBufferProviderSource.cpp | 82 ssize_t AudioBufferProviderSource::readVia(readVia_t via, size_t total, void *user, size_t block) in readVia()
|
/frameworks/base/libs/androidfw/ |
D | AttributeResolution.cpp | 109 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/ |
D | NotificationInflaterTest.java | 216 public static void runThenWaitForInflation(Runnable block, in runThenWaitForInflation() 221 private static void runThenWaitForInflation(Runnable block, boolean expectingException, in runThenWaitForInflation()
|
/frameworks/av/services/audioflinger/ |
D | StateQueue.cpp | 94 template<typename T> bool StateQueue<T>::push(StateQueue<T>::block_t block) in push()
|
/frameworks/base/services/core/java/com/android/server/ |
D | RandomBlock.java | 37 private byte[] block = new byte[BLOCK_SIZE]; field in RandomBlock
|
/frameworks/data-binding/compiler/src/main/kotlin/android/databinding/tool/writer/ |
D | KCode.kt | 91 fun block(s : String, init : (KCode.() -> Unit)? = null) : KCode { in <lambda>() method in android.databinding.tool.writer.KCode
|