Searched defs:Flush (Results 1 – 6 of 6) sorted by relevance
88 void StringOutputStream::Flush() { in Flush() function in aapt::io::StringOutputStream
173 bool FileOutputStream::Flush() { in Flush() function in aapt::io::FileOutputStream
64 TEST(MonotonicFrameCounterTest, Flush) { in TEST() argument
66 void Flush(const std::string& basePath) { in Flush() function
82 bool Flush() { return mImpl.Flush(); } in Flush() function in android::uirenderer::FileOutputStreamLite
110 struct Flush final : Op { struct111 static const auto kType = Type::Flush;112 void draw(SkCanvas* c, const SkMatrix&) const { c->flush(); } in draw()