HomeSort by relevance Sort by last modified time
    Searched refs:nextBlock (Results 1 - 24 of 24) 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>();
XmlFlattener.cpp 81 ResXMLTree_namespaceExt* flatNs = writer.nextBlock<ResXMLTree_namespaceExt>();
105 ResXMLTree_cdataExt* flatText = writer.nextBlock<ResXMLTree_cdataExt>();
119 ResXMLTree_attrExt* flatElem = startWriter.nextBlock<ResXMLTree_attrExt>();
139 ResXMLTree_endElementExt* flatEndElem = endWriter.nextBlock<ResXMLTree_endElementExt>();
190 ResXMLTree_attribute* flatAttr = writer->nextBlock<ResXMLTree_attribute>(
295 *resIdMapWriter.nextBlock<uint32_t>() = id.id;
TableFlattener.cpp 133 ResTable_map* outEntry = mBuffer->nextBlock<ResTable_map>();
203 ResTable_map* outEntry = mBuffer->nextBlock<ResTable_map>();
266 T* result = buffer->nextBlock<T>();
289 Res_value* outValue = buffer->nextBlock<Res_value>();
319 uint32_t* indices = typeWriter.nextBlock<uint32_t>(entryCount);
391 uint32_t* configMasks = typeSpecWriter.nextBlock<uint32_t>(numEntries);
  /frameworks/base/tools/aapt2/util/
BigBuffer_test.cpp 26 EXPECT_NE(nullptr, buffer.nextBlock<char>(2));
33 char* b1 = buffer.nextBlock<char>(8);
36 char* b2 = buffer.nextBlock<char>(4);
45 EXPECT_NE(nullptr, buffer.nextBlock<char>(32));
52 uint32_t* b1 = buffer.nextBlock<uint32_t>();
58 b1 = buffer2.nextBlock<uint32_t>();
86 ASSERT_NE(buffer.nextBlock<char>(2), nullptr);
BigBuffer.h 82 T* nextBlock(size_t count = 1);
127 inline T* BigBuffer::nextBlock(size_t count) {
141 nextBlock<char>(bytes);
  /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;
  /prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
pycodegen.py 243 self.nextBlock = self.graph.nextBlock
425 self.nextBlock()
431 self.nextBlock(end)
442 self.nextBlock(loop)
449 self.nextBlock()
458 self.nextBlock(after)
471 self.nextBlock(start)
477 self.nextBlock(anchor)
482 self.nextBlock(after
    [all...]
pyassem.py 29 def nextBlock(self, block=None):
  /prebuilts/gdb/linux-x86/lib/python2.7/compiler/
pycodegen.py 243 self.nextBlock = self.graph.nextBlock
425 self.nextBlock()
431 self.nextBlock(end)
442 self.nextBlock(loop)
449 self.nextBlock()
458 self.nextBlock(after)
471 self.nextBlock(start)
477 self.nextBlock(anchor)
482 self.nextBlock(after
    [all...]
pyassem.py 29 def nextBlock(self, block=None):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
pycodegen.py 243 self.nextBlock = self.graph.nextBlock
425 self.nextBlock()
431 self.nextBlock(end)
442 self.nextBlock(loop)
449 self.nextBlock()
458 self.nextBlock(after)
471 self.nextBlock(start)
477 self.nextBlock(anchor)
482 self.nextBlock(after
    [all...]
pyassem.py 29 def nextBlock(self, block=None):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
pycodegen.py 243 self.nextBlock = self.graph.nextBlock
425 self.nextBlock()
431 self.nextBlock(end)
442 self.nextBlock(loop)
449 self.nextBlock()
458 self.nextBlock(after)
471 self.nextBlock(start)
477 self.nextBlock(anchor)
482 self.nextBlock(after
    [all...]
pyassem.py 29 def nextBlock(self, block=None):
  /frameworks/base/tools/aapt2/
StringPool.cpp 299 android::ResStringPool_header* header = out->nextBlock<android::ResStringPool_header>();
307 uint32_t* indices = pool.size() != 0 ? out->nextBlock<uint32_t>(pool.size()) : nullptr;
312 styleIndices = out->nextBlock<uint32_t>(header->styleCount);
329 char* data = out->nextBlock<char>(totalSize);
341 char16_t* data = out->nextBlock<char16_t>(totalSize);
367 uint32_t* spanOffset = out->nextBlock<uint32_t>();
373 out->nextBlock<android::ResStringPool_span>(entry->spans.size());
381 uint32_t* spanEnd = out->nextBlock<uint32_t>();
391 uint8_t* padding = out->nextBlock<uint8_t>(paddingLength);
  /external/guice/lib/build/
munge.jar 
  /external/lzma/Asm/x86/
AesOpt.asm 113 nextBlock:
125 jnc nextBlock
  /external/clang/lib/CodeGen/
CGException.cpp     [all...]
  /external/opencv3/modules/core/src/
alloc.cpp 300 BigBlock* nextBlock = pool->next;
303 pool = nextBlock;
  /prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-module-apt/1.0/
doxia-module-apt-1.0.jar 
  /frameworks/native/cmds/installd/
utils.cpp 948 void* nextBlock = *(void**)block;
951 block = nextBlock;
    [all...]
  /frameworks/base/tools/aapt2/compile/
Png.cpp 89 png_bytep buf = outBuffer->nextBlock<png_byte>(length);
    [all...]
  /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 903 milliseconds