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

/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/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/src/com/android/camera/data/
H A DAbstractLocalDataAdapterWrapper.java83 public void flush() { method in class:AbstractLocalDataAdapterWrapper
84 mAdapter.flush();
H A DLocalDataAdapter.java89 public void flush(); method in interface:LocalDataAdapter
H A DCameraDataAdapter.java204 public void flush() { method in class:CameraDataAdapter
/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.java143 public void flush() { method in class:IconCache
/packages/apps/Launcher3/src/com/android/launcher3/
H A DDeferredHandler.java123 public void flush() { method in class:DeferredHandler
H A DIconCache.java145 public void flush() { method in class:IconCache
/packages/inputmethods/LatinIME/tools/make-keyboard-text/src/com/android/inputmethod/keyboard/tools/
H A DArrayInitializerFormatter.java38 public void flush() { method in class:ArrayInitializerFormatter
63 flush();
70 flush();
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
H A DResearchLog.java115 mJsonWriter.flush();
209 /* package */ synchronized void flush() { method in class:ResearchLog
217 if (mJsonWriter != null) mJsonWriter.flush();
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/
H A Dpatricia_trie_policy.h100 void flush(const char *const filePath) { function in class:latinime::PatriciaTriePolicy
102 AKLOGI("Warning: flush() is called for non-updatable dictionary.");
H A Ddynamic_patricia_trie_policy.cpp310 void DynamicPatriciaTriePolicy::flush(const char *const filePath) { function in class:latinime::DynamicPatriciaTriePolicy
312 AKLOGI("Warning: flush() is called for non-updatable dictionary.");
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
H A Ddictionary.cpp119 void Dictionary::flush(const char *const filePath) { function in class:latinime::Dictionary
120 mDictionaryStructureWithBufferPolicy->flush(filePath);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DBinaryDictionary.java313 public void flush() { method in class:BinaryDictionary

Completed in 317 milliseconds