Searched refs:flush (Results 1 - 25 of 130) sorted by relevance

123456

/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
H A DEOLConvertingOutputStream.java42 public void flush() throws IOException { method in class:EOLConvertingOutputStream
47 super.flush();
/packages/services/Telephony/src/com/android/phone/common/mail/utility/
H A DEOLConvertingOutputStream.java41 public void flush() throws IOException { method in class:EOLConvertingOutputStream
46 super.flush();
/packages/apps/UnifiedEmail/src/org/apache/commons/io/output/
H A DTeeOutputStream.java80 public void flush() throws IOException { method in class:TeeOutputStream
81 super.flush();
82 this.branch.flush();
H A DProxyOutputStream.java74 * Invokes the delegate's <code>flush()</code> method.
77 public void flush() throws IOException { method in class:ProxyOutputStream
78 out.flush();
H A DNullWriter.java86 /** @see java.io.Writer#flush() */
87 public void flush() { method in class:NullWriter
H A DDemuxOutputStream.java69 public void flush() method in class:DemuxOutputStream
75 output.flush();
H A DProxyWriter.java96 * Invokes the delegate's <code>flush()</code> method.
99 public void flush() throws IOException { method in class:ProxyWriter
100 out.flush();
H A DThresholdingOutputStream.java139 public void flush() throws IOException method in class:ThresholdingOutputStream
141 getStream().flush();
155 flush();
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/
H A Dsparse_table_dict_content.cpp30 bool SparseTableDictContent::flush(const char *const dictPath, function in class:latinime::backward::v402::SparseTableDictContent
H A Dterminal_position_lookup_table.cpp75 return lookupTableToWrite.flush(dictPath,
80 return flush(dictPath, Ver4DictConstants::TERMINAL_ADDRESS_TABLE_FILE_EXTENSION);
H A Dsingle_dict_content.h73 bool flush(const char *const dictPath, const char *const contentFileNameSuffix) const { function in class:latinime::backward::v402::SingleDictContent
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
H A Dsparse_table_dict_content.cpp27 bool SparseTableDictContent::flush(FILE *const file) const { function in class:latinime::SparseTableDictContent
H A Dsingle_dict_content.h54 bool flush(FILE *const file) const { function in class:latinime::SingleDictContent
H A Dterminal_position_lookup_table.cpp65 return lookupTableToWrite.flush(file);
69 return flush(file);
/packages/apps/Gallery2/src/com/android/gallery3d/util/
H A DInterruptableOutputStream.java59 public void flush() throws IOException { method in class:InterruptableOutputStream
61 mOutputStream.flush();
/packages/inputmethods/LatinIME/tools/make-keyboard-text/src/com/android/inputmethod/keyboard/tools/
H A DArrayInitializerFormatter.java47 public void flush() { method in class:ArrayInitializerFormatter
76 flush();
83 flush();
/packages/apps/Camera/tests/src/com/android/camera/stress/
H A DTestUtil.java55 mOut.flush();
/packages/apps/Camera2/tests/src/com/android/camera/stress/
H A DTestUtil.java55 mOut.flush();
/packages/apps/Camera2/tests_camera/src/com/android/camera/stress/
H A DTestUtil.java55 mOut.flush();
/packages/apps/LegacyCamera/tests/src/com/android/camera/stress/
H A DTestUtil.java55 mOut.flush();
/packages/apps/Exchange/src/com/android/exchange/utility/
H A DFileLogger.java61 pw.flush();
101 sLogWriter.flush();
/packages/apps/Camera2/jni/
H A Djpegutil.cpp145 std::function<void(size_t)> flush, int quality) {
203 std::function<void(size_t)> flush; member in struct:ClientData
205 } clientData{out_buf, out_buf_capacity, flush, 0}; member in struct:clientData
223 cdata.flush(numBytesInBuffer);
292 flush(numBytesInBuffer);
342 auto flush = [](size_t numBytes) { local
362 outBufCapacity, flush, quality);
140 Compress(int img_width, int img_height, jpegutil::RowIterator<16>& y_row_generator, jpegutil::RowIterator<8>& cb_row_generator, jpegutil::RowIterator<8>& cr_row_generator, unsigned char* out_buf, size_t out_buf_capacity, std::function<void(size_t)> flush, int quality) argument
/packages/apps/UnifiedEmail/src/com/android/emailcommon/internet/
H A DMimeMultipart.java96 writer.flush();
102 writer.flush();
/packages/apps/UnifiedEmail/src/org/apache/commons/io/
H A DCopyUtils.java37 * flush or close the streams. Often doing so would require making non-portable
278 * <code>OutputStream</code>, and flush the <code>OutputStream</code>.
290 // have to flush here.
291 out.flush();
301 * flush the <code>OutputStream</code>.
314 // have to flush here.
315 out.flush();
/packages/services/Telephony/src/com/android/phone/common/mail/internet/
H A DMimeMultipart.java95 writer.flush();
101 writer.flush();

Completed in 382 milliseconds

123456