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

1 23 4 5 6 7 8 91011>>

  /external/perfetto/src/traced/probes/filesystem/
prefix_finder.cc 61 void PrefixFinder::Flush(size_t i) {
72 Flush(1);
95 Flush(i);
  /external/perfetto/test/
fake_producer.cc 123 trace_writer_->Flush(callback);
129 void FakeProducer::Flush(FlushRequestID flush_request_id,
134 trace_writer_->Flush();
fake_producer.h 53 void Flush(FlushRequestID, const DataSourceInstanceID*, size_t) override;
  /external/protobuf/src/google/protobuf/stubs/
bytestream_unittest.cc 121 // Verify that ByteSink is subclassable and Flush() overridable.
125 virtual void Flush() { Append("z", 1); }
130 // Write and Flush via the ByteSink superclass interface.
133 s->Flush();
136 TEST(ByteSinkTest, Flush) {
  /external/sfntly/cpp/src/sfntly/data/
font_output_stream.cc 116 void FontOutputStream::Flush() {
118 stream_->Flush();
124 stream_->Flush();
font_output_stream.h 67 virtual void Flush();
  /external/puffin/src/
puff_io_unittest.cc 39 ASSERT_TRUE(pw.Flush(&error));
80 ASSERT_TRUE(pw.Flush(&error));
81 ASSERT_TRUE(epw.Flush(&error));
104 ASSERT_TRUE(pw.Flush(&error));
105 ASSERT_TRUE(epw.Flush(&error));
129 ASSERT_TRUE(pw.Flush(&error));
130 ASSERT_TRUE(epw.Flush(&error));
146 ASSERT_TRUE(pw.Flush(&error));
147 ASSERT_TRUE(epw.Flush(&error));
174 ASSERT_TRUE(pw.Flush(&error))
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Ebc/
Ebc.h 98 The I-Cache-flush registration service takes a pointer to a function to
99 call to flush the I-Cache. Here's the prototype for that function pointer.
103 Start - physical start address of CPU instruction cache to flush.
104 Length - how many bytes to flush of the instruction cache.
123 a function to call to flush the CPU's instruction cache following creation
129 Flush - pointer to the function to call to flush the CPU instruction
141 IN EBC_ICACHE_FLUSH Flush
  /external/mesa3d/src/gallium/targets/haiku-softpipe/
GalliumContext.h 45 void Flush();
  /external/pdfium/core/fxcrt/
cfx_fileaccess_posix.h 33 bool Flush() override;
cfx_fileaccess_windows.h 31 bool Flush() override;
ifx_fileaccess.h 34 virtual bool Flush() = 0;
  /external/perfetto/src/tracing/core/
trace_writer_impl.h 41 void Flush(std::function<void()> callback = {}) override;
  /external/perfetto/src/tracing/ipc/consumer/
consumer_ipc_client_impl.h 66 void Flush(uint32_t timeout_ms, FlushCallback) override;
  /external/perfetto/src/tracing/test/
mock_consumer.h 54 FlushRequest Flush(uint32_t timeout_ms = 10000);
  /external/tensorflow/tensorflow/core/kernels/
summary_interface.h 34 virtual Status Flush() = 0;
  /external/tensorflow/tensorflow/core/lib/io/snappy/
snappy_buffers_test.cc 73 TF_RETURN_IF_ERROR(out.Flush());
77 TF_RETURN_IF_ERROR(out.Flush());
78 TF_RETURN_IF_ERROR(file_writer->Flush());
108 TF_CHECK_OK(corrupt_file_writer->Flush());
  /external/tensorflow/tensorflow/core/lib/io/
zlib_outputbuffer.h 64 // To immediately write contents to file call `Flush()`.
68 Status Flush() override;
73 // Contrary to `Flush()` this informs zlib that it should not expect any
74 // further input by using Z_FINISH flush mode. Also cleans up z_stream.
76 // After calling this, any further calls to `Write()`, `Flush()` or `Close()`
125 // Note: This method does not flush contents to file.
134 Status Deflate(int flush);
  /external/tensorflow/tensorflow/core/util/
events_writer.h 74 // Flush() pushes outstanding events to disk. Returns false if the
77 // Close() calls Flush() and then closes the current events file.
78 // Returns true only if both the flush and the closure were successful.
79 Status Flush();
  /external/v8/src/libplatform/tracing/
trace-buffer.h 25 bool Flush() override;
  /external/webrtc/webrtc/modules/audio_coding/neteq/mock/
mock_packet_buffer.h 26 MOCK_METHOD0(Flush,
  /external/webrtc/webrtc/system_wrappers/source/
data_log_no_op.cc 75 void DataLogImpl::Flush() {
file_impl.h 44 int Flush() override;
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
memorybuffer.h 43 void Flush() {}
memorystream.h 45 void Flush() { RAPIDJSON_ASSERT(false); }

Completed in 1105 milliseconds

1 23 4 5 6 7 8 91011>>