HomeSort by relevance Sort by last modified time
    Searched defs:nextBlock (Results 1 - 13 of 13) sorted by null

  /frameworks/base/tools/aapt2/flatten/
ChunkWriter.h 45 T* chunk = mBuffer->nextBlock<T>();
53 inline T* nextBlock(size_t count = 1) {
54 return mBuffer->nextBlock<T>(count);
79 mHeader = mBuffer->nextBlock<android::ResChunk_header>();
  /frameworks/base/tools/aapt2/util/
BigBuffer.h 82 T* nextBlock(size_t count = 1);
127 inline T* BigBuffer::nextBlock(size_t count) {
141 nextBlock<char>(bytes);
  /external/lzma/Asm/x86/
AesOpt.asm 113 nextBlock:
125 jnc nextBlock
  /frameworks/base/libs/hwui/font/
CacheTexture.cpp 90 CacheBlock* nextBlock = blockToRemove->mNext;
94 prevBlock->mNext = nextBlock;
96 newHead = nextBlock;
99 if (nextBlock) {
100 nextBlock->mPrev = prevBlock;
  /external/guice/lib/build/
munge.jar 
  /prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
pyassem.py 29 def nextBlock(self, block=None):
  /prebuilts/gdb/linux-x86/lib/python2.7/compiler/
pyassem.py 29 def nextBlock(self, block=None):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 29 def nextBlock(self, block=None):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 29 def nextBlock(self, block=None):
  /frameworks/native/cmds/installd/
utils.cpp     [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-module-apt/1.0/
doxia-module-apt-1.0.jar 
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 393 milliseconds