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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/tools/aapt2/text/
Printer_test.cpp 35 out.Flush();
39 out.Flush();
44 out.Flush();
49 out.Flush();
53 out.Flush();
58 out.Flush();
62 out.Flush();
  /external/perfetto/src/tracing/core/
null_trace_writer_unittest.cc 45 writer.Flush();
47 writer.Flush([&was_called] { was_called = true; });
null_trace_writer.h 37 void Flush(std::function<void()> callback = {}) override;
trace_writer_for_testing.h 38 void Flush(std::function<void()> callback = {}) override;
  /art/compiler/linker/
file_output_stream.cc 37 bool FileOutputStream::Flush() {
38 return file_->Flush() == 0;
file_output_stream.h 37 bool Flush() OVERRIDE;
buffered_output_stream.cc 51 bool BufferedOutputStream::Flush() {
52 return FlushBuffer() && out_->Flush();
buffered_output_stream.h 39 bool Flush() OVERRIDE;
  /art/libartbase/base/unix_file/
random_access_file.h 63 virtual int Flush() = 0;
  /external/lzma/Java/SevenZip/Compression/LZ/
OutWindow.java 32 Flush();
45 public void Flush() throws IOException
67 Flush();
75 Flush();
  /external/perfetto/include/perfetto/tracing/core/
producer.h 88 // reply to the flush requests in order, or can just reply to the latest one
91 virtual void Flush(FlushRequestID,
trace_writer.h 66 // cannot Flush() while writing a TracePacket).
67 // Note: Flush() also happens implicitly when destroying the TraceWriter.
69 // service to ACK the flush and will be invoked after the service has
76 virtual void Flush(std::function<void()> callback = {}) = 0;
  /external/sfntly/cpp/src/sfntly/port/
output_stream.h 31 virtual void Flush() = 0;
memory_output_stream.h 36 virtual void Flush() {} // no-op
  /external/v8/src/libplatform/tracing/
trace-writer.h 19 void Flush() override;
  /external/webrtc/webrtc/modules/audio_coding/neteq/mock/
mock_dtmf_buffer.h 25 MOCK_METHOD0(Flush,
  /external/puffin/src/
puff_writer.h 35 virtual bool Flush(Error* error) = 0;
59 bool Flush(Error* error) override;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Guid/PeiFlushInstructionCache/
PeiFlushInstructionCache.h 39 EFI_PEI_FLUSH_INSTRUCTION_CACHE_FLUSH Flush;
  /external/tensorflow/tensorflow/python/lib/io/
py_record_writer.h 47 void Flush(TF_Status* out_status);
  /external/v4l2_codec2/vda/
accelerated_video_decoder.h 28 // Have the decoder flush its state and trigger output of all previously
30 virtual bool Flush() WARN_UNUSED_RESULT = 0;
33 // but do not flush decoder state, so that playback can be resumed later,
  /external/webrtc/webrtc/system_wrappers/include/
file_wrapper.h 55 // Flush any pending writes.
56 virtual int Flush() = 0;
  /external/lzma/CPP/7zip/UI/Console/
UserInputUtils.cpp 32 outStream->Flush();
64 outStream->Flush();
81 outStream->Flush();
  /frameworks/base/tools/aapt2/java/
AnnotationProcessor_test.cpp 44 out.Flush();
57 out.Flush();
72 out.Flush();
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
filewritestream.h 37 Flush();
47 Flush();
58 void Flush() {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/Ia32/
CpuFlushCache.asm 18 ;Cpu Flush Cache Function.
29 ;// Cache Flush Routine.
40 ;Flush cache with specified range.

Completed in 829 milliseconds

1 2 3 4 5 6 7 8 91011>>