/external/lzma/Java/SevenZip/Compression/LZ/ |
D | OutWindow.java | 32 Flush(); in ReleaseStream() 45 public void Flush() throws IOException in Flush() method in OutWindow 67 Flush(); in CopyBlock() 75 Flush(); in PutByte()
|
/external/lzma/CS/7zip/Compress/LZ/ |
D | LzOutWindow.cs | 65 Flush(); in ReleaseStream() 69 public void Flush() in Flush() method in SevenZip.Compression.LZ.OutWindow 91 Flush(); in CopyBlock() 99 Flush(); in PutByte()
|
/external/webrtc/src/system_wrappers/source/ |
D | data_log.cc | 90 void Flush(); 165 file_->Flush(); in ~LogTable() 221 void LogTable::Flush() { in Flush() function in webrtc::LogTable 331 Flush(); // Write any remaining rows in ~DataLogImpl() 419 tables_[table_name]->Flush(); in NextRow() 427 void DataLogImpl::Flush() { in Flush() function in webrtc::DataLogImpl 430 it->second->Flush(); in Flush() 442 Flush(); in Process()
|
D | file_impl.cc | 79 int FileWrapperImpl::Flush() in Flush() function in webrtc::FileWrapperImpl 250 Flush(); in Write()
|
/external/lzma/CPP/7zip/UI/Console/ |
D | UserInputUtils.cpp | 29 outStream->Flush(); in ScanUserYesNoAllQuit() 69 outStream->Flush(); in GetPassword() 82 outStream->Flush(); in GetPassword()
|
/external/regex-re2/util/ |
D | logging.h | 54 void Flush() { in Flush() function 63 Flush(); in ~LogMessage() 79 Flush(); in ~LogMessageFatal()
|
/external/sfntly/cpp/src/sfntly/data/ |
D | font_output_stream.cc | 116 void FontOutputStream::Flush() { in Flush() function in sfntly::FontOutputStream 118 stream_->Flush(); in Flush() 124 stream_->Flush(); in Close()
|
/external/lzma/CPP/7zip/Compress/ |
D | Bcj2Coder.cpp | 49 HRESULT CEncoder::Flush() in Flush() function in NCompress::NBcj2::CEncoder 51 RINOK(_mainStream.Flush()); in Flush() 52 RINOK(_callStream.Flush()); in Flush() 53 RINOK(_jumpStream.Flush()); in Flush() 148 return Flush(); in CodeReal() 338 return Flush(); in CodeReal()
|
D | Bcj2Coder.h | 32 HRESULT Flush(); 90 HRESULT Flush() { return _outStream.Flush(); } in Flush() function
|
/external/protobuf/src/google/protobuf/io/ |
D | zero_copy_stream_impl.cc | 180 impl_.Flush(); in ~FileOutputStream() 184 bool flush_succeeded = impl_.Flush(); in Close() 188 bool FileOutputStream::Flush() { in Flush() function in google::protobuf::io::FileOutputStream 189 return impl_.Flush(); in Flush() 320 impl_.Flush(); in ~OstreamOutputStream()
|
D | tokenizer.cc | 692 Flush(); in GetBufferForLineComment() 703 Flush(); in GetBufferForBlockComment() 717 void Flush() { in Flush() function in google::protobuf::io::__anon3fe62f2a0211::CommentCollector 776 collector.Flush(); in NextWithComments() 791 collector.Flush(); in NextWithComments() 825 collector.Flush(); in NextWithComments() 835 collector.Flush(); in NextWithComments()
|
/external/lldb/source/Core/ |
D | StreamFile.cpp | 62 StreamFile::Flush () in Flush() function in StreamFile 64 m_file.Flush(); in Flush()
|
/external/lldb/source/Commands/ |
D | CommandObjectWatchpointCommand.cpp | 262 out_stream->Flush(); in GenerateWatchpointCommandCallback() 273 out_stream->Flush(); in GenerateWatchpointCommandCallback() 294 out_stream->Flush(); in GenerateWatchpointCommandCallback() 315 out_stream->Flush(); in GenerateWatchpointCommandCallback() 372 result.GetImmediateOutputStream()->Flush(); in WatchpointOptionsCallbackFunction() 373 result.GetImmediateErrorStream()->Flush(); in WatchpointOptionsCallbackFunction()
|
D | CommandObjectBreakpointCommand.cpp | 284 out_stream->Flush(); in GenerateBreakpointCommandCallback() 295 out_stream->Flush(); in GenerateBreakpointCommandCallback() 316 out_stream->Flush(); in GenerateBreakpointCommandCallback() 337 out_stream->Flush(); in GenerateBreakpointCommandCallback() 395 result.GetImmediateOutputStream()->Flush(); in BreakpointOptionsCallbackFunction() 396 result.GetImmediateErrorStream()->Flush(); in BreakpointOptionsCallbackFunction()
|
D | CommandObjectExpression.cpp | 249 async_strm_sp->Flush(); in MultiLineExpressionCallback() 282 async_strm_sp->Flush(); in MultiLineExpressionCallback() 299 output_stream->Flush(); in MultiLineExpressionCallback() 300 error_stream->Flush(); in MultiLineExpressionCallback()
|
D | CommandObjectCommands.cpp | 1099 out_stream->Flush(); in InputReaderCallback() 1126 out_stream->Flush(); in InputReaderCallback() 1141 out_stream->Flush(); in InputReaderCallback() 1659 out_stream->Flush(); in ActivateHandler() 1670 out_stream->Flush(); in ReactivateHandler() 1684 out_stream->Flush(); in GotTokenHandler() 1695 out_stream->Flush(); in InterruptHandler() 1710 out_stream->Flush(); in DoneHandler() 1718 out_stream->Flush(); in DoneHandler() 1724 out_stream->Flush(); in DoneHandler() [all …]
|
D | CommandObjectType.cpp | 774 out_stream->Flush(); in ActivateHandler() 785 out_stream->Flush(); in ReactivateHandler() 799 out_stream->Flush(); in GotTokenHandler() 810 out_stream->Flush(); in InterruptHandler() 824 out_stream->Flush(); in DoneHandler() 834 out_stream->Flush(); in DoneHandler() 842 out_stream->Flush(); in DoneHandler() 848 out_stream->Flush(); in DoneHandler() 871 out_stream->Flush(); in DoneHandler() 893 out_stream->Flush(); in DoneHandler() [all …]
|
/external/webp/src/utils/ |
D | bit_writer.c | 55 static void Flush(VP8BitWriter* const bw) { in Flush() function 121 if (bw->nb_bits_ > 0) Flush(bw); in VP8PutBit() 138 if (bw->nb_bits_ > 0) Flush(bw); in VP8PutBitUniform() 176 Flush(bw); in VP8BitWriterFinish()
|
/external/lzma/CPP/7zip/Common/ |
D | OutBuffer.cpp | 91 HRESULT COutBuffer::Flush() in Flush() function in COutBuffer 109 HRESULT result = Flush(); in FlushWithCheck()
|
D | CWrappers.h | 100 HRESULT Flush(); 105 Flush(); in WriteByte()
|
/external/lldb/source/Target/ |
D | ThreadPlanTracer.cpp | 81 stream->Flush(); in Log() 170 stream.Flush(); in PadOutTo() 285 stream->Flush(); in Log()
|
/external/opencv/otherlibs/highgui/ |
D | grfmt_jpeg.h | 97 void Flush(); // flushes high-level bit stream 172 virtual void Flush();
|
/external/google-breakpad/src/client/ |
D | minidump_file_writer.h | 217 Flush(); in ~TypedMDRVA() 256 bool Flush();
|
/external/lldb/include/lldb/Core/ |
D | StreamTee.h | 80 Flush () in Flush() function 92 strm->Flush (); in Flush()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_fbo.c | 537 if (ctx->Driver.Flush) in radeon_alloc_renderbuffer_storage() 538 ctx->Driver.Flush(ctx); /* +r6/r7 */ in radeon_alloc_renderbuffer_storage() 582 if (ctx->Driver.Flush) in radeon_image_target_renderbuffer_storage() 583 ctx->Driver.Flush(ctx); /* +r6/r7 */ in radeon_image_target_renderbuffer_storage() 753 if (ctx->Driver.Flush) in radeon_framebuffer_renderbuffer() 754 ctx->Driver.Flush(ctx); /* +r6/r7 */ in radeon_framebuffer_renderbuffer() 910 if (ctx->Driver.Flush) in radeon_finish_render_texture() 911 ctx->Driver.Flush(ctx); /* +r6/r7 */ in radeon_finish_render_texture()
|