Searched refs:newOutput (Results 1 - 11 of 11) sorted by relevance
/third_party/skia/src/sksl/codegen/ |
H A D | SkSLCodeGenerator.h | 44 AutoOutputStream(CodeGenerator* codeGen, OutputStream* newOutput) in AutoOutputStream() argument 47 fCodeGen->setOutputStream(newOutput); in AutoOutputStream() 50 AutoOutputStream(CodeGenerator* codeGen, OutputStream* newOutput, int *indentationPtr) in AutoOutputStream() argument 55 fCodeGen->setOutputStream(newOutput); in AutoOutputStream()
|
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/ |
H A D | ByteStringTest.java | 373 ByteString.Output output = ByteString.newOutput(bytes.length + 100); in testNewOutput_InitialCapacity() 377 "String built from newOutput(int) must contain the expected bytes", in testNewOutput_InitialCapacity() 381 // Test newOutput() using a variety of buffer sizes and a variety of (fixed) 393 ByteString.Output output = ByteString.newOutput(bufferSize); in testNewOutput_ArrayWrite() 398 assertTrue("String built from newOutput() must contain the expected bytes", in testNewOutput_ArrayWrite() 404 // Test newOutput() using a variety of buffer sizes, but writing all the 413 ByteString.Output output = ByteString.newOutput(bufferSize); in testNewOutput_WriteChar() 418 assertTrue("String built from newOutput() must contain the expected bytes", in testNewOutput_WriteChar() 423 // Test newOutput() in which we write the bytes using a variety of methods 436 ByteString.Output output = ByteString.newOutput(bufferSiz in testNewOutput_Mixed() [all...] |
H A D | CodedInputStreamTest.java | 364 ByteString.Output rawOutput = ByteString.newOutput(); in testReadMaliciouslyLargeBlob() 430 ByteString.Output rawOutput = ByteString.newOutput(); in testReadInvalidUtf8()
|
H A D | LiteralByteStringTest.java | 260 ByteString.Output output = ByteString.newOutput(); in testNewOutput()
|
/third_party/musl/libc-test/src/functional/ |
H A D | iconv_test.c | 107 char newOutput[BUFFER_SIZE];
in CompareIconvResult() local 108 param.output = newOutput;
in CompareIconvResult() 117 t_error("compare error,from: %s, to: %s, newOutput: %s,\n", from, to, param.output);
in CompareIconvResult() 125 t_error("compare error,from: %s, to: %s, newOutput: %s,\n", from, to, param.output);
in CompareIconvResult()
|
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | CodedInputStreamTest.java | 516 ByteString.Output rawOutput = ByteString.newOutput(); in testReadMaliciouslyLargeBlob() 813 ByteString.Output rawOutput = ByteString.newOutput(); in testReadString() 839 ByteString.Output rawOutput = ByteString.newOutput(); in testReadStringRequireUtf8() 862 ByteString.Output rawOutput = ByteString.newOutput(); in testReadStringInvalidUtf8() 885 ByteString.Output rawOutput = ByteString.newOutput(); in testReadStringRequireUtf8InvalidUtf8() 940 ByteString.Output rawOutput = ByteString.newOutput(); in testReadByteArray() 984 ByteString.Output rawOutput = ByteString.newOutput(); in testReadLargeByteStringFromInputStream() 1008 ByteString.Output rawOutput = ByteString.newOutput(); in testReadLargeByteArrayFromInputStream() 1028 ByteString.Output rawOutput = ByteString.newOutput(); in testReadByteBuffer()
|
H A D | ByteStringTest.java | 510 ByteString.Output output = ByteString.newOutput(bytes.length + 100); in testNewOutput_InitialCapacity() 514 "String built from newOutput(int) must contain the expected bytes", in testNewOutput_InitialCapacity() 518 // Test newOutput() using a variety of buffer sizes and a variety of (fixed) 531 ByteString.Output output = ByteString.newOutput(bufferSize); in testNewOutput_ArrayWrite() 537 "String built from newOutput() must contain the expected bytes", in testNewOutput_ArrayWrite() 543 // Test newOutput() using a variety of buffer sizes, but writing all the 552 ByteString.Output output = ByteString.newOutput(bufferSize); in testNewOutput_WriteChar() 558 "String built from newOutput() must contain the expected bytes", in testNewOutput_WriteChar() 563 // Test newOutput() in which we write the bytes using a variety of methods 576 ByteString.Output output = ByteString.newOutput(bufferSiz in testNewOutput_Mixed() [all...] |
H A D | ArrayDecodersTest.java | 216 ByteString.Output byteStringOutput = ByteString.newOutput(); in generateNegativeLength()
|
H A D | LiteralByteStringTest.java | 398 ByteString.Output output = ByteString.newOutput(); in testNewOutput()
|
H A D | NioByteStringTest.java | 413 ByteString.Output output = ByteString.newOutput(); in testNewOutput()
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | ByteString.java | 962 public static Output newOutput(int initialCapacity) { in newOutput() method in ByteString 976 public static Output newOutput() { in newOutput() method in ByteString 1158 * calling {@code newOutput()} and wrapping that in a {@code CodedOutputStream}.
|
Completed in 11 milliseconds