Home
last modified time | relevance | path

Searched refs:Flush (Results 1 - 25 of 203) sorted by relevance

123456789

/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/
H A DWriteRawPrimitivesBenchmark.cs130 cos.Flush(); in WriteRawVarint32_CodedOutputStream()
149 ctx.Flush(); in WriteRawVarint32_WriteContext()
172 cos.Flush(); in WriteRawVarint64_CodedOutputStream()
196 ctx.Flush(); in WriteRawVarint64_WriteContext()
209 cos.Flush(); in WriteFixed32_CodedOutputStream()
223 ctx.Flush(); in WriteFixed32_WriteContext()
236 cos.Flush(); in WriteFixed64_CodedOutputStream()
250 ctx.Flush(); in WriteFixed64_WriteContext()
264 ctx.Flush(); in WriteRawTag_OneByte_WriteContext()
278 ctx.Flush(); in WriteRawTag_TwoBytes_WriteContext()
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H A DCodedOutputStreamTest.cs56 output.Flush(); in AssertWriteVarint()
63 ctx.Flush(); in AssertWriteVarint()
75 output.Flush(); in AssertWriteVarint()
82 ctx.Flush(); in AssertWriteVarint()
99 output.Flush(); in AssertWriteVarint()
106 ctx.Flush(); in AssertWriteVarint()
114 output.Flush(); in AssertWriteVarint()
121 ctx.Flush(); in AssertWriteVarint()
173 output.Flush(); in AssertWriteLittleEndian32()
179 ctx.Flush(); in AssertWriteLittleEndian32()
[all...]
H A DFieldCodecTest.cs138 codedOutput.Flush(); in TestRoundTripRaw()
150 codedOutput.Flush(); in TestRoundTripWithTag()
163 codedOutput.Flush(); in TestCalculateSizeWithTag()
175 codedOutput.Flush(); in TestDefaultValue()
199 codedOutput.Flush(); in TestDefaultValue()
H A DCodedInputStreamTest.cs377 output.Flush(); in ReadMaliciouslyLargeBlob()
395 output.Flush(); in ReadBlobGreaterThanCurrentLimit()
427 output.Flush(); in ReadStringGreaterThanCurrentLimit()
518 output.Flush(); in MakeMaliciousRecursionUnknownFieldsPayload()
544 output.Flush(); in ReadGroup_WrongEndGroupTag()
558 output.Flush(); in ReadGroup_UnknownFields_WrongEndGroupTag()
589 output.Flush(); in ReadInvalidUtf8()
608 output.Flush(); in ReadNegativeSizedStringThrowsInvalidProtocolBufferException()
626 output.Flush(); in ReadNegativeSizedBytesThrowsInvalidProtocolBufferException()
676 output.Flush(); in TestSlowPathAvoidance()
[all...]
/third_party/lzma/Java/SevenZip/Compression/LZ/
H A DOutWindow.java32 Flush(); in ReleaseStream()
45 public void Flush() throws IOException in Flush() method in OutWindow
67 Flush(); in CopyBlock()
75 Flush(); in PutByte()
/third_party/node/src/tracing/
H A Dnode_trace_buffer.cc57 void InternalTraceBuffer::Flush(bool blocking) { in Flush() function in node::tracing::InternalTraceBuffer
78 agent_->Flush(blocking); in Flush()
139 bool NodeTraceBuffer::Flush() { in Flush() function in node::tracing::NodeTraceBuffer
140 buffer1_.Flush(true); in Flush()
141 buffer2_.Flush(true); in Flush()
167 buffer->buffer1_.Flush(false); in NonBlockingFlushSignalCb()
170 buffer->buffer2_.Flush(false); in NonBlockingFlushSignalCb()
/third_party/lzma/CPP/7zip/UI/Console/
H A DExtractCallbackConsole.cpp69 _se->Flush(); in ScanError()
322 _so->Flush(); in AskOverwrite()
375 _so->Flush(); in PrepareOperation()
410 _se->Flush(); in MessageError()
495 _se->Flush(); in SetOperationResult()
683 _se->Flush(); in OpenResult()
721 _so->Flush(); in OpenResult()
732 _so->Flush(); in OpenResult()
750 _so->Flush(); in OpenResult()
769 _se->Flush(); in OpenResult()
[all...]
H A DUpdateCallbackConsole.cpp88 _se->Flush(); in OpenResult()
119 _so->Flush(); in OpenResult()
130 _so->Flush(); in OpenResult()
146 _so->Flush(); in OpenResult()
154 _se->Flush(); in OpenResult()
189 _so->Flush(); in CommonError()
196 _se->Flush(); in CommonError()
208 _so->Flush();
211 _se->Flush();
386 _so->Flush(); in DeletingAfterArchiving()
[all...]
H A DUserInputUtils.cpp32 outStream->Flush(); in ScanUserYesNoAllQuit()
71 outStream->Flush(); in GetPassword()
102 outStream->Flush(); in GetPassword()
/third_party/lzma/CS/7zip/Compress/LZ/
H A DLzOutWindow.cs65 Flush(); in ReleaseStream()
69 public void Flush() in Flush() method in SevenZip.Compression.LZ.OutWindow
91 Flush(); in CopyBlock()
99 Flush(); in PutByte()
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
H A DCodedOutputStreamTest.cs54 output.Flush(); in AssertWriteVarint()
64 output.Flush(); in AssertWriteVarint()
81 output.Flush(); in AssertWriteVarint()
89 output.Flush(); in AssertWriteVarint()
139 output.Flush(); in AssertWriteLittleEndian32()
148 output.Flush(); in AssertWriteLittleEndian32()
162 output.Flush(); in AssertWriteLittleEndian64()
171 output.Flush(); in AssertWriteLittleEndian64()
206 output.Flush(); in WriteWholeMessage_VaryingBlockSizes()
312 cout.Flush(); in TestCodedInputOutputPosition()
[all...]
H A DFieldCodecTest.cs137 codedOutput.Flush(); in TestRoundTripRaw()
149 codedOutput.Flush(); in TestRoundTripWithTag()
162 codedOutput.Flush(); in TestCalculateSizeWithTag()
172 codedOutput.Flush(); in TestDefaultValue()
194 codedOutput.Flush(); in TestDefaultValue()
H A DCodedInputStreamTest.cs278 output.Flush(); in ReadMaliciouslyLargeBlob()
352 output.Flush(); in ReadInvalidUtf8()
403 output.Flush(); in TestSlowPathAvoidance()
459 output.Flush(); in SkipGroup()
490 output.Flush(); in SkipGroup_WrongEndGroupTag()
510 output.Flush(); in RogueEndGroupTag()
527 output.Flush(); in EndOfStreamReachedWhileSkippingGroup()
549 output.Flush(); in RecursionLimitAppliedWhileSkippingGroup()
/third_party/node/deps/npm/node_modules/minipass-flush/
H A Dindex.js5 class Flush extends Minipass {
39 module.exports = Flush
/third_party/skia/third_party/externals/dawn/src/utils/
H A DTerribleCommandBuffer.cpp43 if (!Flush()) { in GetCmdSpace()
53 bool TerribleCommandBuffer::Flush() { in Flush() function in utils::TerribleCommandBuffer
/third_party/node/deps/v8/src/heap/
H A Dmarking.cc88 Flush(); in Print()
102 void Flush() { in Flush() function in v8::internal::__anon14657::CellPrinter
126 printer.Flush(); in Print()
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/data/
H A Dfont_output_stream.cc116 void FontOutputStream::Flush() { in Flush() function in sfntly::FontOutputStream
118 stream_->Flush(); in Flush()
124 stream_->Flush(); in Close()
/third_party/protobuf/src/google/protobuf/stubs/
H A Dbytestream_unittest.cc121 // Verify that ByteSink is subclassable and Flush() overridable.
125 virtual void Flush() { Append("z", 1); } in Flush() function in google::protobuf::strings::__anon17053::FlushingByteSink
130 // Write and Flush via the ByteSink superclass interface.
133 s->Flush(); in WriteAndFlush()
136 TEST(ByteSinkTest, Flush) { in TEST()
/third_party/protobuf/src/google/protobuf/io/
H A Dtokenizer.cc666 // exactly where that comment should be placed. When Flush() is called, the
698 Flush(); in GetBufferForLineComment()
709 Flush(); in GetBufferForBlockComment()
723 void Flush() { in Flush() function in google::protobuf::io::__anon17024::CommentCollector
790 collector.Flush(); in NextWithComments()
805 collector.Flush(); in NextWithComments()
839 collector.Flush(); in NextWithComments()
847 collector.Flush(); in NextWithComments()
H A Dzero_copy_stream_impl.cc170 FileOutputStream::~FileOutputStream() { impl_.Flush(); } in ~FileOutputStream()
173 bool flush_succeeded = impl_.Flush(); in Close()
177 bool FileOutputStream::Flush() { return impl_.Flush(); } in Flush() function in google::protobuf::io::FileOutputStream
288 OstreamOutputStream::~OstreamOutputStream() { impl_.Flush(); } in ~OstreamOutputStream()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Collections/
H A DRepeatedFieldTest.cs321 output.Flush(); in AddEntriesFrom_PackedInt32()
347 output.Flush(); in AddEntriesFrom_NonPackedInt32()
373 output.Flush(); in AddEntriesFrom_String()
397 output.Flush(); in AddEntriesFrom_Message()
416 output.Flush(); in WriteTo_PackedInt32()
437 output.Flush(); in WriteTo_NonPackedInt32()
458 output.Flush(); in WriteTo_String()
481 output.Flush(); in WriteTo_Message()
610 output.Flush(); in TestPackedRepeatedFieldCollectionNonDivisibleLength()
637 output.Flush(); in TestPackedRepeatedFieldCollectionNotAllocatedWhenLengthExceedsBuffer()
[all...]
/third_party/node/deps/v8/src/libplatform/tracing/
H A Dtrace-writer.h22 void Flush() override;
38 void Flush() override;
/third_party/node/deps/v8/src/torque/ls/
H A Dglobals.h35 Flush(); in Log()
45 static void Flush() { Get().logfile_.flush(); } in Flush() function in v8::internal::torque::Logger
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_stream.cpp162 Flush (); in AsMemoryBlock()
267 // Flush buffer if dirty. in Get()
269 Flush (); in Get()
338 void dng_stream::Flush () in Flush() function in dng_stream
365 Flush (); in SetLength()
410 Flush (); in Put()
1169 dstStream.Flush (); in DuplicateStream()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Dextension.h46 : sink_(raw), write_(&FormatRawSinkImpl::Flush<T>) {} in FormatRawSinkImpl()
57 static void Flush(void* r, string_view s) { in Flush() function in absl::FormatConversionChar::FormatRawSinkImpl
70 ~FormatSinkImpl() { Flush(); } in ~FormatSinkImpl()
72 void Flush() { in Flush() function in absl::FormatConversionChar::FormatSinkImpl
89 Flush(); in Append()
99 Flush(); in Append()

Completed in 15 milliseconds

123456789