Home
last modified time | relevance | path

Searched defs:Flush (Results 1 – 25 of 159) sorted by relevance

1234567

/external/zlib/src/contrib/ada/
Dzlib-streams.adb101 procedure Flush subprogram
109 Flush (Stream.Writer, Buffer, Last, Mode); argument
Dzlib.adb37 function (Strm : in Thin.Z_Streamp; Flush : in Thin.Int) return Thin.Int; variable
244 procedure Flush subprogram
253 Translate (Filter, No_Data, Last, Out_Data, Out_Last, Flush); argument
/external/sfntly/cpp/src/sfntly/port/
Dmemory_output_stream.h36 virtual void Flush() {} // no-op in Flush() function
/external/webrtc/webrtc/base/
Dasyncinvoker.cc39 void AsyncInvoker::Flush(Thread* thread, uint32_t id /*= MQID_ANY*/) { in Flush() function in rtc::AsyncInvoker
88 bool GuardedAsyncInvoker::Flush(uint32_t id) { in Flush() function in rtc::GuardedAsyncInvoker
/external/perfetto/src/tracing/core/
Dnull_trace_writer.cc36 void NullTraceWriter::Flush(std::function<void()> callback) { in Flush() function in perfetto::NullTraceWriter
Dtrace_writer_for_testing.cc40 void TraceWriterForTesting::Flush(std::function<void()> callback) { in Flush() function in perfetto::TraceWriterForTesting
/external/tensorflow/tensorflow/core/platform/
Dlogger.h57 void Flush() { DoFlush(); } in Flush() function
/external/puffin/src/
Dpuff_writer.cc203 bool BufferPuffWriter::Flush() { in Flush() function in puffin::BufferPuffWriter
Dbit_writer.cc49 bool BufferBitWriter::Flush() { in Flush() function in puffin::BufferBitWriter
/external/tensorflow/tensorflow/lite/tools/accuracy/
Dcsv_writer.h51 void Flush() { output_stream_->flush(); } in Flush() function
/external/lzma/CPP/7zip/Common/
DOutBuffer.cpp86 HRESULT COutBuffer::Flush() throw() in Flush() function in COutBuffer
/external/protobuf/src/google/protobuf/stubs/
Dbytestream_unittest.cc125 virtual void Flush() { Append("z", 1); } in Flush() function in google::protobuf::strings::__anon04605d700111::FlushingByteSink
136 TEST(ByteSinkTest, Flush) { in TEST() argument
/external/tensorflow/tensorflow/contrib/ignite/kernels/igfs/
Digfs_writable_file.cc48 Status IGFSWritableFile::Flush() { return Sync(); } in Flush() function in tensorflow::IGFSWritableFile
/external/google-breakpad/src/client/
Dminidump_file_writer-inl.h91 inline bool TypedMDRVA<MDType>::Flush() { in Flush() function
/external/libchrome/ipc/
Dipc_channel_common.cc72 void Channel::Flush() { NOTREACHED(); } in Flush() function in IPC::Channel
/external/perfetto/src/traced/service/
Dlazy_producer.h45 void Flush(FlushRequestID flush_id, in Flush() function
/external/tensorflow/tensorflow/core/lib/io/
Drecord_writer.cc123 Status RecordWriter::Flush() { in Flush() function in tensorflow::io::RecordWriter
/external/tensorflow/tensorflow/core/util/
Devents_writer.cc124 Status EventsWriter::Flush() { in Flush() function in tensorflow::EventsWriter
/external/v4l2_codec2/vda/
Dvp8_decoder.cc24 bool VP8Decoder::Flush() { in Flush() function in media::VP8Decoder
/external/grpc-grpc/src/cpp/common/
Dcompletion_queue_cc.cc84 bool CompletionQueue::CompletionQueueTLSCache::Flush(void** tag, bool* ok) { in Flush() function in grpc::CompletionQueue::CompletionQueueTLSCache
/external/tensorflow/tensorflow/python/lib/io/
Dpy_record_writer.cc64 void PyRecordWriter::Flush(TF_Status* out_status) { in Flush() function in tensorflow::io::PyRecordWriter
/external/perfetto/src/trace_processor/
Dargs_tracker.cc39 void ArgsTracker::Flush() { in Flush() function in perfetto::trace_processor::ArgsTracker
/external/lzma/CS/7zip/Compress/LZ/
DLzOutWindow.cs69 public void Flush() in Flush() method in SevenZip.Compression.LZ.OutWindow
/external/icu/icu4c/source/common/
Dbytestream.cpp29 void ByteSink::Flush() {} in Flush() function in ByteSink
/external/lzma/Java/SevenZip/Compression/LZ/
DOutWindow.java45 public void Flush() throws IOException in Flush() method in OutWindow

1234567