Searched refs:writeBlock (Results 1 - 25 of 33) sorted by relevance

12

/external/skia/tools/bookmaker/
H A Dcataloger.cpp26 this->writeBlock(sz, buffer);
116 this->writeBlock(result.size(), result.c_str());
135 this->writeBlock(result.size(), result.c_str());
167 this->writeBlock(example.length(), example.c_str());
H A DincludeWriter.cpp327 this->writeBlock((int) (bodyEnd - fStart), fStart); // write include "enum Name {"
401 this->writeBlock((int) (lastEnd - token->fContentStart),
414 this->writeBlock((int) (token->fContentEnd - lastEnd), lastEnd);
443 this->writeBlock((int) (preprocessEnd - preprocessStart), preprocessStart);
526 this->writeBlock((int) (lastEnd - fStart), fStart); // enum item name
783 this->writeBlock((int) (child->fContentEnd - child->fContentStart),
799 this->writeBlock((int) (child.fStart - memberStart->fContentStart),
815 this->writeBlock((int) (valueEnd->fStart - valueStart->fContentStart),
1195 this->writeBlock(blockSize, fStart);
1317 this->writeBlock((in
[all...]
H A DincludeParser.cpp658 this->writeBlock(parser.fEnd - parser.fChar, parser.fChar);
682 this->writeBlock(parser.fEnd - parser.fChar, parser.fChar);
709 this->writeBlock(length, start);
766 this->writeBlock(child->length(), child->fContentStart);
796 this->writeBlock(valEnd - val.fStart, val.fStart);
814 this->writeBlock(parser.fChar - start, start);
840 this->writeBlock(sizeof(desc) - 1, desc);
850 this->writeBlock(token.length(), token.fStart);
H A Dbookmaker.h1114 void writeBlock(int size, const char* data) {
1666 this->writeBlock((int) (def.fContentEnd - def.fContentStart), def.fContentStart);
1672 this->writeBlock((int) (def.fContentEnd - def.fContentStart), def.fContentStart);
/external/skqp/tools/bookmaker/
H A Dcataloger.cpp26 this->writeBlock(sz, buffer);
116 this->writeBlock(result.size(), result.c_str());
135 this->writeBlock(result.size(), result.c_str());
167 this->writeBlock(example.length(), example.c_str());
H A DincludeWriter.cpp293 this->writeBlock((int) (bodyEnd - fStart), fStart); // write include "enum Name {"
367 this->writeBlock((int) (lastEnd - token->fContentStart),
380 this->writeBlock((int) (token->fContentEnd - lastEnd), lastEnd);
402 this->writeBlock((int) (preprocessEnd - preprocessStart), preprocessStart);
473 this->writeBlock((int) (lastEnd - fStart), fStart); // enum item name
721 this->writeBlock((int) (child->fContentEnd - child->fContentStart),
737 this->writeBlock((int) (child.fStart - memberStart->fContentStart),
753 this->writeBlock((int) (valueEnd->fStart - valueStart->fContentStart),
1110 this->writeBlock(blockSize, fStart);
1232 this->writeBlock((in
[all...]
H A DincludeParser.cpp650 this->writeBlock(parser.fEnd - parser.fChar, parser.fChar);
674 this->writeBlock(parser.fEnd - parser.fChar, parser.fChar);
701 this->writeBlock(length, start);
758 this->writeBlock(child->length(), child->fContentStart);
788 this->writeBlock(valEnd - val.fStart, val.fStart);
806 this->writeBlock(parser.fChar - start, start);
832 this->writeBlock(sizeof(desc) - 1, desc);
842 this->writeBlock(token.length(), token.fStart);
H A Dbookmaker.h1093 void writeBlock(int size, const char* data) {
1635 this->writeBlock((int) (def.fContentEnd - def.fContentStart), def.fContentStart);
1641 this->writeBlock((int) (def.fContentEnd - def.fContentStart), def.fContentStart);
/external/skia/src/sksl/
H A DSkSLGLSLCodeGenerator.h179 void writeBlock(const Block& b);
H A DSkSLMetalCodeGenerator.h175 void writeBlock(const Block& b);
H A DSkSLSPIRVCodeGenerator.h246 void writeBlock(const Block& b, OutputStream& out);
H A DSkSLMetalCodeGenerator.cpp587 this->writeBlock((Block&) s);
640 void MetalCodeGenerator::writeBlock(const Block& b) { function in class:SkSL::MetalCodeGenerator
H A DSkSLGLSLCodeGenerator.cpp1086 this->writeBlock((Block&) s);
1139 void GLSLCodeGenerator::writeBlock(const Block& b) { function in class:SkSL::GLSLCodeGenerator
H A DSkSLSPIRVCodeGenerator.cpp2383 this->writeBlock((Block&) *f.fBody, bodyBuffer);
2596 this->writeBlock((Block&) s, out);
2636 void SPIRVCodeGenerator::writeBlock(const Block& b, OutputStream& out) { function in class:SkSL::SPIRVCodeGenerator
/external/skqp/src/sksl/
H A DSkSLGLSLCodeGenerator.h179 void writeBlock(const Block& b);
H A DSkSLMetalCodeGenerator.h175 void writeBlock(const Block& b);
H A DSkSLSPIRVCodeGenerator.h246 void writeBlock(const Block& b, OutputStream& out);
H A DSkSLMetalCodeGenerator.cpp587 this->writeBlock((Block&) s);
640 void MetalCodeGenerator::writeBlock(const Block& b) { function in class:SkSL::MetalCodeGenerator
H A DSkSLGLSLCodeGenerator.cpp1076 this->writeBlock((Block&) s);
1129 void GLSLCodeGenerator::writeBlock(const Block& b) { function in class:SkSL::GLSLCodeGenerator
H A DSkSLSPIRVCodeGenerator.cpp2375 this->writeBlock((Block&) *f.fBody, bodyBuffer);
2592 this->writeBlock((Block&) s, out);
2632 void SPIRVCodeGenerator::writeBlock(const Block& b, OutputStream& out) { function in class:SkSL::SPIRVCodeGenerator
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DTrie2Writable.java353 private void writeBlock(int block, int value) { method in class:Trie2Writable
497 writeBlock(repeatBlock, value);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DTrie2Writable.java351 private void writeBlock(int block, int value) { method in class:Trie2Writable
495 writeBlock(repeatBlock, value);
/external/icu/icu4c/source/common/
H A Dutrie2_builder.cpp662 writeBlock(uint32_t *block, uint32_t value) { function
821 writeBlock(newTrie->data+repeatBlock, value);
/external/guice/extensions/struts2/lib/
H A Dant-1.6.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 427 milliseconds

12