HomeSort by relevance Sort by last modified time
    Searched refs:writeBlock (Results 1 - 25 of 34) sorted by null

1 2

  /external/apache-commons-compress/src/main/java/org/apache/commons/compress/utils/
FixedLengthBlockOutputStream.java 86 writeBlock();
90 private void writeBlock() throws IOException {
147 writeBlock();
179 writeBlock();
  /external/skia/tools/bookmaker/
cataloger.cpp 29 this->writeBlock(sz, buffer);
125 this->writeBlock(result.size(), result.c_str());
144 this->writeBlock(result.size(), result.c_str());
176 this->writeBlock(example.length(), example.c_str());
parserCommon.h 181 void writeBlock(int size, const char* data) {
includeWriter.cpp 437 this->writeBlock((int) (commentEnd - commentStart), commentStart);
464 this->writeBlock((int) (bodyEnd - fStart), fStart); // write include "enum Name {"
588 this->writeBlock(
    [all...]
includeParser.h 298 this->writeBlock((int) (def.fContentEnd - def.fContentStart), def.fContentStart);
304 this->writeBlock((int) (def.fContentEnd - def.fContentStart), def.fContentStart);
  /external/skqp/tools/bookmaker/
cataloger.cpp 29 this->writeBlock(sz, buffer);
125 this->writeBlock(result.size(), result.c_str());
144 this->writeBlock(result.size(), result.c_str());
176 this->writeBlock(example.length(), example.c_str());
parserCommon.h 179 void writeBlock(int size, const char* data) {
includeWriter.cpp 437 this->writeBlock((int) (commentEnd - commentStart), commentStart);
464 this->writeBlock((int) (bodyEnd - fStart), fStart); // write include "enum Name {"
588 this->writeBlock(
    [all...]
includeParser.h 298 this->writeBlock((int) (def.fContentEnd - def.fContentStart), def.fContentStart);
304 this->writeBlock((int) (def.fContentEnd - def.fContentStart), def.fContentStart);
  /cts/tests/tests/media/src/android/media/cts/
AudioTrackSurroundTest.java 333 protected abstract int writeBlock(int numSamples);
337 return writeBlock(Integer.MAX_VALUE);
425 writeBlock(mBlockSize);
474 protected int writeBlock(int numShorts) {
508 protected int writeBlock(int numBytes) {
  /external/skia/src/sksl/
SkSLGLSLCodeGenerator.h 184 void writeBlock(const Block& b);
SkSLMetalCodeGenerator.h 227 void writeBlock(const Block& b);
SkSLSPIRVCodeGenerator.h 303 void writeBlock(const Block& b, OutputStream& out);
SkSLGLSLCodeGenerator.cpp     [all...]
SkSLMetalCodeGenerator.cpp     [all...]
  /external/skqp/src/sksl/
SkSLGLSLCodeGenerator.h 184 void writeBlock(const Block& b);
SkSLMetalCodeGenerator.h 223 void writeBlock(const Block& b);
SkSLSPIRVCodeGenerator.h 251 void writeBlock(const Block& b, OutputStream& out);
SkSLGLSLCodeGenerator.cpp     [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
MutableCodePointTrie.java 242 private void writeBlock(int block, int value) {
473 writeBlock(newBlock, index[iStart]);
482 writeBlock(newBlock, index[i]);
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
MutableCodePointTrie.java 246 private void writeBlock(int block, int value) {
480 writeBlock(newBlock, index[iStart]);
489 writeBlock(newBlock, index[i]);
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
Trie2Writable.java 353 private void writeBlock(int block, int value) {
497 writeBlock(repeatBlock, value);
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Trie2Writable.java 351 private void writeBlock(int block, int value) {
495 writeBlock(repeatBlock, value);
    [all...]
  /external/icu/icu4c/source/common/
umutablecptrie.cpp 371 writeBlock(uint32_t *block, uint32_t value) {
446 writeBlock(data + newBlock, index[iStart]);
455 writeBlock(data + newBlock, index[i]);
    [all...]
utrie2_builder.cpp 702 writeBlock(uint32_t *block, uint32_t value) {
864 writeBlock(newTrie->data+repeatBlock, value);
    [all...]

Completed in 901 milliseconds

1 2