Searched refs:Flush (Results 126 - 150 of 267) sorted by relevance

1234567891011

/external/syslinux/efi/
H A Dfio.c268 /* Implement the sync operation using the EFI Flush file operation*/
272 efi_errno = uefi_call_wrapper(fd->Flush, 1, fd);
/external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
H A DPciRootBridgeIo.h380 EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_FLUSH Flush; member in struct:_EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL
/external/v4l2_codec2/vda/
H A Dh264_decoder.h105 bool Flush() override WARN_UNUSED_RESULT;
H A Dvp8_decoder.cc23 bool VP8Decoder::Flush() { function in class:media::VP8Decoder
H A Dvp9_decoder.cc35 bool VP9Decoder::Flush() { function in class:media::VP9Decoder
/external/v8/src/libplatform/tracing/
H A Dtrace-writer.cc168 void JSONTraceWriter::Flush() {} function in class:v8::platform::tracing::JSONTraceWriter
/external/webrtc/webrtc/base/
H A Dtestutils.h306 Flush();
338 void Flush() { function in class:testing::SocketTestClient
356 Flush();
368 Flush();
H A Dfilerotatingstream.cc173 bool FileRotatingStream::Flush() { function in class:rtc::FileRotatingStream
177 return file_stream_->Flush();
H A Dfilerotatingstream_unittest.cc51 EXPECT_TRUE(stream_->Flush());
210 EXPECT_TRUE(stream_->Flush());
/external/webrtc/webrtc/modules/audio_coding/neteq/
H A Ddtmf_buffer.cc32 void DtmfBuffer::Flush() { function in class:webrtc::DtmfBuffer
H A Dpacket_buffer_unittest.cc122 buffer.Flush();
153 // Flush buffer to delete all packets.
154 buffer.Flush();
186 buffer.Flush(); // Clean up.
227 buffer.Flush(); // Clean up.
H A Dsync_buffer_unittest.cc80 sync_buffer.Flush();
/external/webrtc/webrtc/system_wrappers/source/
H A Dfile_impl.cc71 int FileWrapperImpl::Flush() { function in class:webrtc::FileWrapperImpl
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DGZipStream.cs265 public override void Flush() method in class:DotZLib.GZipStream
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_libcdep.cc112 void Symbolizer::Flush() { function in class:__sanitizer::Symbolizer
116 tool.Flush();
/external/pdfium/core/fxcrt/
H A Dfx_basic_buffer.cpp236 bool CFX_FileBufferArchive::Flush() { function in class:CFX_FileBufferArchive
260 if (!Flush()) {
H A Dfx_extension.cpp76 bool Flush() override;
118 bool CFX_CRTFileStream::Flush() { function in class:__anon16455::CFX_CRTFileStream
119 return m_pFile->Flush();
138 bool Flush() override;
308 bool CFX_MemoryStream::Flush() { function in class:__anon16455::CFX_MemoryStream
/external/pdfium/fpdfsdk/fpdfxfa/
H A Dcpdfxfa_docenvironment.cpp506 fileWrite->Flush();
753 fileStream->Flush();
759 fileStream->Flush();
765 fileStream->Flush();
771 fileStream->Flush();
/external/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_unittest.cc382 // Flush() fills up the entire 2K buffer with flush markers and the test
383 // fails. See documentation for Flush() for more detail.
398 EXPECT_TRUE(gzout.Flush());
430 EXPECT_TRUE(gzout.Flush());
431 EXPECT_TRUE(gzout.Flush());
459 EXPECT_TRUE(gzout.Flush());
765 output.Flush();
/external/libbrillo/brillo/streams/
H A Dtls_stream.cc94 bool Flush(ErrorPtr* error);
207 bool TlsStream::TlsStreamImpl::Flush(ErrorPtr* error) { function in class:brillo::TlsStream::TlsStreamImpl
512 return impl_->Flush(error);
/external/toolchain-utils/cros_utils/
H A Dlogger.py196 def Flush(self): member in class:Logger
333 def Flush(self): member in class:MockLogger
/external/webrtc/webrtc/common_audio/resampler/
H A Dsinc_resampler_unittest.cc80 TEST(SincResamplerTest, Flush) {
93 // Flush and request more data, which should all be zeros now.
94 resampler.Flush();
/external/dng_sdk/source/
H A Ddng_fingerprint.h385 Flush ();
H A Ddng_stream.h243 void Flush ();
/external/libvpx/libvpx/test/
H A Dencode_test_driver.h162 // Flush the encoder on EOS
163 void Flush();

Completed in 1273 milliseconds

1234567891011