HomeSort by relevance Sort by last modified time
    Searched refs:Flush (Results 101 - 125 of 860) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/google-breakpad/src/client/
minidump_file_writer.h 217 Flush();
256 bool Flush();
  /external/lzma/CS/7zip/Common/
OutBuffer.cs 20 public void FlushStream() { m_Stream.Flush(); }
  /external/pdfium/core/fxcrt/
fx_stream.h 64 virtual bool Flush() = 0;
108 bool Flush() override = 0;
cfx_memorystream.h 29 bool Flush() override;
cfx_seekablemultistream.cpp 75 bool CFX_SeekableMultiStream::Flush() {
  /external/perfetto/src/tracing/test/
mock_consumer.cc 71 MockConsumer::FlushRequest MockConsumer::Flush(uint32_t timeout_ms) {
76 service_endpoint_->Flush(timeout_ms, [result, on_flush](bool success) {
  /external/tensorflow/tensorflow/core/lib/io/
record_reader_writer_test.cc 50 TF_CHECK_OK(writer.Flush());
87 TF_CHECK_OK(writer.Flush());
record_writer.cc 125 Status RecordWriter::Flush() {
127 return dest_->Flush();
  /external/v8/src/libplatform/tracing/
trace-buffer.cc 50 bool TraceBufferRingBuffer::Flush() {
63 trace_writer_->Flush();
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
outbuf.go 35 out.Flush()
49 // to explicitly handle the returned error as long as Flush is
116 func (out *OutBuf) Flush() {
117 if err := out.w.Flush(); err != nil {
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
outbuf.go 35 out.Flush()
49 // to explicitly handle the returned error as long as Flush is
116 func (out *OutBuf) Flush() {
117 if err := out.w.Flush(); err != nil {
  /art/compiler/linker/
vector_output_stream.h 51 bool Flush() OVERRIDE {
  /bionic/tools/relocation_packer/src/
elf_file.h 77 void Flush();
  /device/google/cuttlefish_common/guest/hals/sensors/
vsoc_sensors.h 146 // If the sensor is a one-shot sensor, flush must return -EINVAL and not
147 // generate any flush complete metadata.
149 // If the sensor is not active at the time flush() is called, flush() should
151 int Flush(int sensor_handle) {
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
EnableCache.S 18 # Flush all caches with a WBINVD instruction, clear the CD bit of CR0 to 0, and clear
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/X64/
EnableCache.S 18 # Flush all caches with a WBINVD instruction, clear the CD bit of CR0 to 0, and clear
  /external/bsdiff/
endsley_patch_writer.h 62 // Flush as much as possible of the pending data.
63 void Flush();
  /external/compiler-rt/lib/tsan/rtl/
tsan_symbolize.cc 79 Symbolizer::GetOrInit()->Flush();
  /external/icu/icu4c/source/common/
bytestream.cpp 29 void ByteSink::Flush() {}
  /external/icu/icu4c/source/common/unicode/
bytestream.h 119 * Flush internal buffers.
121 * and require calling Flush() at the end of the stream.
122 * The ByteSink should be ready for further Append() calls after Flush().
123 * The default implementation of Flush() does nothing.
126 virtual void Flush();
  /external/lzma/CPP/7zip/Common/
OutBuffer.h 45 HRESULT Flush() throw();
  /external/lzma/CPP/Common/
StdOutStream.h 26 bool Flush() throw();
  /external/pdfium/core/fxge/
ifx_renderdevicedriver.cpp 98 void IFX_RenderDeviceDriver::Flush() {}
  /external/perfetto/include/perfetto/tracing/core/
service.h 99 // Called in response to a Producer::Flush(request_id) call after all data
100 // for the flush request has been committed.
120 // Requests all data sources to flush their data immediately and invokes the
121 // passed callback once all of them have acked the flush (in which case
125 virtual void Flush(uint32_t timeout_ms, FlushCallback) = 0;
  /external/perfetto/src/traced/probes/filesystem/
prefix_finder.h 101 void Flush(size_t i);

Completed in 912 milliseconds

1 2 3 45 6 7 8 91011>>