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

1 2 3 4 56 7 8 91011>>

  /external/perfetto/src/traced/probes/
process_stats_data_source.h 45 void Flush();
  /external/perfetto/src/tracing/core/
trace_writer_for_testing.cc 37 void TraceWriterForTesting::Flush(std::function<void()> callback) {
38 // Flush() cannot be called in the middle of a TracePacket.
  /external/perfetto/src/tracing/ipc/service/
consumer_ipc_service.h 56 void Flush(const protos::FlushRequest&, DeferredFlushResponse) override;
producer_ipc_service.h 76 void Flush(FlushRequestID,
  /external/perfetto/src/tracing/test/
mock_producer.h 57 // If |writer_to_flush| != nullptr does NOT reply to the flush request.
58 // If |writer_to_flush| == nullptr does NOT reply to the flush request.
70 MOCK_METHOD3(Flush,
  /external/protobuf/src/google/protobuf/io/
gzip_stream.h 103 int Inflate(int flush);
159 // It is the caller's responsibility to flush the underlying stream if
168 // is greater than six to avoid repeated flush markers due to
170 bool Flush();
198 // Takes zlib flush mode.
200 int Deflate(int flush);
  /external/tensorflow/tensorflow/core/lib/io/
table_builder.cc 129 Flush();
148 Flush();
152 void TableBuilder::Flush() {
161 // We don't flush the underlying file as that can be slow.
224 Flush();
  /external/tensorflow/tensorflow/core/util/
reporter.cc 62 TF_RETURN_IF_ERROR(log_file_->Flush());
  /external/v4l2_codec2/vda/
vp8_decoder.h 72 bool Flush() override WARN_UNUSED_RESULT;
vp9_decoder.h 101 bool Flush() override WARN_UNUSED_RESULT;
  /external/v8/src/compiler-dispatcher/
optimizing-compile-dispatcher.h 43 void Flush(BlockingBehavior blocking_behavior);
59 enum ModeFlag { COMPILE, FLUSH };
  /external/v8/src/interpreter/
bytecode-peephole-optimizer.h 45 void Flush();
  /external/webrtc/webrtc/common_audio/resampler/
sinc_resampler.h 73 // Flush all buffered data and reset internal indices. Not thread safe, do
75 void Flush();
  /external/webrtc/webrtc/modules/audio_coding/neteq/
dtmf_buffer.h 63 virtual void Flush();
packet_buffer.h 43 virtual void Flush();
sync_buffer.h 74 // Flushes the buffer. The buffer will contain only zeros after the flush, and
77 void Flush();
  /external/webrtc/webrtc/p2p/base/
stunrequest.h 40 void Flush(int msg_type);
  /frameworks/base/tools/aapt2/io/
StringStream.h 67 void Flush();
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
filereadstream.h 49 void Flush() { RAPIDJSON_ASSERT(false); }
stringbuffer.h 51 void Flush() {}
  /prebuilts/go/darwin-x86/src/cmd/asm/
main.go 44 defer ctxt.Bso.Flush()
90 buf.Flush()
  /prebuilts/go/darwin-x86/src/compress/gzip/
gzip.go 29 Header // written at first call to Write, Flush, or Close
48 // the first call to Write, Flush, or Close.
200 // Flush flushes any pending compressed data to the underlying writer.
203 // a remote reader has enough data to reconstruct a packet. Flush does
205 // writer returns an error, Flush returns that error.
207 // In the terminology of the zlib library, Flush is equivalent to Z_SYNC_FLUSH.
208 func (z *Writer) Flush() error {
221 z.err = z.compressor.Flush()
  /prebuilts/go/darwin-x86/src/encoding/csv/
writer_test.go 70 f.Flush()
79 f.Flush()
  /prebuilts/go/linux-x86/src/cmd/asm/
main.go 44 defer ctxt.Bso.Flush()
90 buf.Flush()
  /prebuilts/go/linux-x86/src/compress/gzip/
gzip.go 29 Header // written at first call to Write, Flush, or Close
48 // the first call to Write, Flush, or Close.
200 // Flush flushes any pending compressed data to the underlying writer.
203 // a remote reader has enough data to reconstruct a packet. Flush does
205 // writer returns an error, Flush returns that error.
207 // In the terminology of the zlib library, Flush is equivalent to Z_SYNC_FLUSH.
208 func (z *Writer) Flush() error {
221 z.err = z.compressor.Flush()

Completed in 503 milliseconds

1 2 3 4 56 7 8 91011>>