/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/ |
D | AttributeResolution.java | 149 int newBlock = theme.resolveAttributeReference(valueRef, block, in ResolveAttrs() local 162 int newBlock = theme.GetAttribute(curIdent, valueRef, typeSetFlagsRef); in ResolveAttrs() local 358 int newBlock = theme.resolveAttributeReference(value, block, in ApplyStyle() local 369 int newBlock = theme.GetAttribute(curIdent, value, typeSetFlags); in ApplyStyle() local 482 int newBlock = res.resolveReference(value, block, resid, in RetrieveAttributes() local
|
/external/robolectric/resources/src/main/java/org/robolectric/res/android/ |
D | AttributeResolution.java | 150 int newBlock = theme.resolveAttributeReference(valueRef, block, in ResolveAttrs() local 163 int newBlock = theme.GetAttribute(curIdent, valueRef, typeSetFlagsRef); in ResolveAttrs() local 361 int newBlock = theme.resolveAttributeReference(value, block, in ApplyStyle() local 372 int newBlock = theme.GetAttribute(curIdent, value, typeSetFlags); in ApplyStyle() local 489 int newBlock = res.resolveReference(value, block, resid, in RetrieveAttributes() local
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | IntTrieBuilder.java | 508 int newBlock = m_dataLength_; in allocDataBlock() local 532 int newBlock = allocDataBlock(); in getDataBlock() local
|
D | Trie2Writable.java | 171 int newBlock, newTop; in allocIndex2Block() local 205 int newBlock, newTop; in allocDataBlock() local 274 int i2, oldBlock, newBlock; in getDataBlock() local
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | IntTrieBuilder.java | 506 int newBlock = m_dataLength_; in allocDataBlock() local 530 int newBlock = allocDataBlock(); in getDataBlock() local
|
D | Trie2Writable.java | 169 int newBlock, newTop; in allocIndex2Block() local 203 int newBlock, newTop; in allocDataBlock() local 272 int i2, oldBlock, newBlock; in getDataBlock() local
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | fifo.hpp | 123 T* newBlock = (T*)arena.AllocAligned(sizeof(T) * mBlockSize, KNOB_SIMD_WIDTH * 4); in enqueue_try_nosync() local
|
/external/skia/src/core/ |
D | SkArenaAlloc.cpp | 91 char* newBlock = new char[allocationSize]; in ensureSpace() local
|
D | SkDeque.cpp | 229 Block* newBlock = (Block*)sk_malloc_throw(sizeof(Block) + allocCount * fElemSize); in allocateBlock() local
|
/external/icu/icu4c/source/common/ |
D | utrie2_builder.cpp | 514 int32_t newBlock, newTop; in allocIndex2Block() local 553 int32_t newBlock, newTop; in allocDataBlock() local 628 int32_t i2, oldBlock, newBlock; in getDataBlock() local
|
D | utrie.cpp | 177 int32_t newBlock, newTop; in utrie_allocDataBlock() local 197 int32_t indexValue, newBlock; in utrie_getDataBlock() local
|
D | umutablecptrie.cpp | 407 int32_t newBlock = dataLength; in allocDataBlock() local 445 int32_t newBlock = allocDataBlock(UCPTRIE_FAST_DATA_BLOCK_LENGTH); in getDataBlock() local 458 int32_t newBlock = allocDataBlock(UCPTRIE_SMALL_DATA_BLOCK_LENGTH); in getDataBlock() local
|
/external/skia/src/sksl/ir/ |
D | SkSLSwitchStatement.cpp | 260 std::unique_ptr<Statement> newBlock = BlockForCase(&cases, matchingCase, symbolTable); in Make() local
|
/external/deqp/framework/delibs/decpp/ |
D | deAppendList.hpp | 251 Block* const newBlock = new Block(blockNdx+1, m_blockSize); in append() local
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/util/ |
D | TryListBuilder.java | 304 … MutableTryBlock<EH> newBlock = new MutableTryBlock<EH>(previousEnd, tryBlock.startCodeAddress); in addHandler() local
|
/external/icu/icu4c/source/tools/makeconv/ |
D | genmbcs.cpp | 575 uint32_t blockSize, newTop, i, nextOffset, newBlock, min; in MBCSSingleAddFromUnicode() local 694 uint32_t blockSize, newTop, i, nextOffset, newBlock, min, overlap, maxOverlap; in MBCSAddFromUnicode() local
|
D | gencnvex.c | 828 int32_t i1, i2, i3, i3b, nextOffset, min, newBlock; in addFromUTrieEntry() local
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | MutableCodePointTrie.java | 427 int newBlock = dataLength; in allocDataBlock() local 458 int newBlock = allocDataBlock(CodePointTrie.FAST_DATA_BLOCK_LENGTH); in getDataBlock() local 470 int newBlock = allocDataBlock(CodePointTrie.SMALL_DATA_BLOCK_LENGTH); in getDataBlock() local
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | MutableCodePointTrie.java | 435 int newBlock = dataLength; in allocDataBlock() local 466 int newBlock = allocDataBlock(CodePointTrie.FAST_DATA_BLOCK_LENGTH); in getDataBlock() local 478 int newBlock = allocDataBlock(CodePointTrie.SMALL_DATA_BLOCK_LENGTH); in getDataBlock() local
|
/external/pdfium/third_party/bigint/ |
D | BigUnsigned.cc | 30 void BigUnsigned::setBlock(Index i, Blk newBlock) { in setBlock()
|
/external/clang/lib/Analysis/ |
D | CFG.cpp | 1959 if (CFGBlock *newBlock = addStmt(*I)) in VisitCompoundStmt() local 2127 if (CFGBlock *newBlock = Visit(EC->getSubExpr())) in VisitDeclSubExpr() local 2131 if (CFGBlock *newBlock = Visit(Init)) in VisitDeclSubExpr() local 2139 if (CFGBlock *newBlock = addStmt(VA->getSizeExpr())) in VisitDeclSubExpr() local
|
/external/python/cpython2/Lib/compiler/ |
D | pyassem.py | 53 def newBlock(self): member in FlowGraph
|
/external/starlark-go/internal/compile/ |
D | compile.go | 901 func (fcomp) newBlock() *block { func
|
/external/boringssl/src/ssl/test/runner/ |
D | conn.go | 704 func (hc *halfConn) newBlock() *block { func
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowArscAssetManager.java | 913 int newBlock = res.resolveReference(resValueRef, block, resid, in retrieveArray() local
|