HomeSort by relevance Sort by last modified time
    Searched defs:Flush (Results 51 - 75 of 222) sorted by null

1 23 4 5 6 7 8 9

  /external/pdfium/core/fxcrt/
cfx_fileaccess_windows.cpp 183 bool CFX_FileAccess_Windows::Flush() {
cfx_memorystream.cpp 56 bool CFX_MemoryStream::Flush() {
  /external/pdfium/core/fxge/
ifx_renderdevicedriver.cpp 98 void IFX_RenderDeviceDriver::Flush() {}
  /external/tensorflow/tensorflow/core/lib/io/snappy/
snappy_outputbuffer.cc 73 Status SnappyOutputBuffer::Flush() {
  /external/tensorflow/tensorflow/core/util/
events_writer.cc 82 // Write the first event with the current version, and flush
89 TF_RETURN_WITH_CONTEXT_IF_ERROR(Flush(), "Flushing first event.");
120 Status EventsWriter::Flush() {
124 TF_RETURN_WITH_CONTEXT_IF_ERROR(recordio_writer_->Flush(), "Failed to flush ",
137 TF_RETURN_WITH_CONTEXT_IF_ERROR(FileStillExists(), "Failed to flush ",
145 Status status = Flush();
  /external/v4l2_codec2/vda/
vp8_decoder.cc 24 bool VP8Decoder::Flush() {
25 DVLOG(2) << "Decoder flush";
vp9_decoder.cc 37 bool VP9Decoder::Flush() {
38 DVLOG(2) << "Decoder flush";
  /external/webrtc/webrtc/base/
asyncinvoker.cc 39 void AsyncInvoker::Flush(Thread* thread, uint32_t id /*= MQID_ANY*/) {
44 thread->Invoke<void>(Bind(&AsyncInvoker::Flush, this, thread, id));
88 bool GuardedAsyncInvoker::Flush(uint32_t id) {
92 invoker_.Flush(thread_, id);
  /external/webrtc/webrtc/modules/audio_coding/neteq/
dtmf_buffer.cc 32 void DtmfBuffer::Flush() {
  /frameworks/base/tools/aapt2/io/
FileStream.cpp 138 // Flush the buffer.
139 Flush();
173 bool FileOutputStream::Flush() {
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
filewritestream.h 37 Flush();
47 Flush();
58 void Flush() {
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
gsubr.go 84 // Flush converts from pp to machine code.
85 func (pp *Progs) Flush() {
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
gsubr.go 84 // Flush converts from pp to machine code.
85 func (pp *Progs) Flush() {
  /build/soong/third_party/zip/
writer.go 48 // Flush flushes any buffered data to the underlying writer.
49 // Calling Flush is not normally necessary; calling Close is sufficient.
50 func (w *Writer) Flush() error {
51 return w.cw.w.(*bufio.Writer).Flush()
177 return w.cw.w.(*bufio.Writer).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) {
  /external/brotli/csharp/org/brotli/dec/
BrotliInputStream.cs 221 public override void Flush() {}
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer_internal.h 61 virtual void Flush() {}
  /external/lzma/Java/SevenZip/Compression/LZ/
OutWindow.java 32 Flush();
45 public void Flush() throws IOException
67 Flush();
75 Flush();
  /external/perfetto/src/traced/probes/
process_stats_data_source.cc 116 void ProcessStatsDataSource::Flush() {
120 writer_->Flush();
  /external/perfetto/src/tracing/core/
trace_writer_impl.cc 59 Flush();
64 void TraceWriterImpl::Flush(std::function<void()> callback) {
65 // Flush() cannot be called in the middle of a TracePacket.
  /external/perfetto/src/tracing/ipc/service/
consumer_ipc_service.cc 96 void ConsumerIPCService::Flush(const protos::FlushRequest& req,
105 GetConsumerForCurrentRequest()->service_endpoint->Flush(req.timeout_ms(),
109 // Called by the service in response to a service_endpoint->Flush() request.
producer_ipc_service.cc 244 void ProducerIPCService::RemoteProducer::Flush(
250 "The Service tried to request a flush but the remote Producer has not "
  /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/protobuf/src/google/protobuf/stubs/
bytestream.cc 54 void ByteSink::Flush() {}
  /external/tensorflow/tensorflow/core/lib/io/
zlib_outputbuffer.cc 115 // avail_out is greater than six to avoid repeated flush markers due
118 // If above condition is met or if output buffer is full we flush contents
194 Status ZlibOutputBuffer::Flush() {
201 TF_RETURN_IF_ERROR(Flush());
213 Status ZlibOutputBuffer::Deflate(int flush) {
214 int error = deflate(z_stream_.get(), flush);
216 (error == Z_STREAM_END && flush == Z_FINISH)) {

Completed in 1017 milliseconds

1 23 4 5 6 7 8 9