Searched defs:flush (Results 1 - 25 of 34) sorted by relevance

12

/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/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.h55 bool flush(FILE *const file) const { function in class:latinime::SingleDictContent
/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/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/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 Dsingle_dict_content.h73 bool flush(const char *const dictPath, const char *const contentFileNameSuffix) const { function in class:latinime::backward::v402::SingleDictContent
/packages/apps/UnifiedEmail/src/org/apache/commons/io/output/
H A DDemuxOutputStream.java69 public void flush() method in class:DemuxOutputStream
75 output.flush();
H A DNullWriter.java86 /** @see java.io.Writer#flush() */
87 public void flush() { method in class:NullWriter
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 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 DTeeOutputStream.java80 public void flush() throws IOException { method in class:TeeOutputStream
81 super.flush();
82 this.branch.flush();
H A DFileWriterWithEncoding.java313 public void flush() throws IOException { method in class:FileWriterWithEncoding
314 out.flush();
H A DLockableFileWriter.java329 public void flush() throws IOException { method in class:LockableFileWriter
330 out.flush();
H A DThresholdingOutputStream.java139 public void flush() throws IOException method in class:ThresholdingOutputStream
141 getStream().flush();
155 flush();
/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/apps/Camera2/jni/
H A Djpegutilnative.cpp53 auto flush = [](size_t numBytes) { local
58 flush, quality);
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DResolveCache.java77 // Register for package-changes so that we can flush our cache
88 private synchronized static void flush() { method in class:ResolveCache
98 flush();
/packages/apps/Launcher2/src/com/android/launcher2/
H A DDeferredHandler.java123 public void flush() { method in class:DeferredHandler
H A DIconCache.java172 public void flush() { method in class:IconCache
/packages/apps/Launcher3/src/com/android/launcher3/
H A DDeferredHandler.java124 public void flush() { method in class:DeferredHandler
/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/Camera2/src/com/android/camera/data/
H A DAbstractLocalDataAdapterWrapper.java90 public void flush() { method in class:AbstractLocalDataAdapterWrapper
91 mAdapter.flush();
H A DLocalDataAdapter.java99 public void flush(); method in interface:LocalDataAdapter
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/backward/v402/
H A Dver4_dict_buffers.h122 bool flush(const char *const dictDirPath) const { function in class:latinime::backward::v402::Ver4DictBuffers
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v2/
H A Dpatricia_trie_policy.h112 bool flush(const char *const filePath) { function in class:latinime::PatriciaTriePolicy
114 AKLOGI("Warning: flush() is called for non-updatable dictionary.");
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v4/
H A Dver4_dict_buffers.h112 bool flush(const char *const dictDirPath) const { function in class:latinime::Ver4DictBuffers

Completed in 901 milliseconds

12