Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dbytestream_unittest.cc125 virtual void Flush() { Append("z", 1); } in Flush() function in google::protobuf::strings::__anon3abf56900111::FlushingByteSink
136 TEST(ByteSinkTest, Flush) { in TEST() argument
Dbytestream.cc54 void ByteSink::Flush() {} in Flush() function in google::protobuf::strings::ByteSink
/frameworks/base/tools/aapt2/io/
DStringStream.cpp88 void StringOutputStream::Flush() { in Flush() function in aapt::io::StringOutputStream
DFileStream.cpp173 bool FileOutputStream::Flush() { in Flush() function in aapt::io::FileOutputStream
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/
DLimitedInputStream.cs69 public override void Flush() in Flush() method in Google.Protobuf.LimitedInputStream
DCodedOutputStream.cs718 public void Flush() in Flush() method in Google.Protobuf.CodedOutputStream
/frameworks/base/tools/aapt2/trace/
DTraceBuffer.cpp66 void Flush(const std::string& basePath) { in Flush() function
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/io/
Dgzip_stream.cc305 bool GzipOutputStream::Flush() { in Flush() function in google::protobuf::io::GzipOutputStream
Dzero_copy_stream_impl_lite.cc372 bool CopyingOutputStreamAdaptor::Flush() { in Flush() function in google::protobuf::io::CopyingOutputStreamAdaptor
Dzero_copy_stream_impl.cc189 bool FileOutputStream::Flush() { in Flush() function in google::protobuf::io::FileOutputStream
Dtokenizer.cc718 void Flush() { in Flush() function in google::protobuf::io::__anon7b57f7330211::CommentCollector
/frameworks/base/libs/hwui/service/
DGraphicsStatsService.cpp78 bool Flush() { return mImpl.Flush(); } in Flush() function in android::uirenderer::FileOutputStreamLite
/frameworks/base/libs/hwui/
DRecordingCanvas.cpp82 struct Flush final : Op { struct
83 static const auto kType = Type::Flush;
84 void draw(SkCanvas* c, const SkMatrix&) const { c->flush(); } in draw()