HomeSort by relevance Sort by last modified time
    Searched defs:flush (Results 376 - 400 of 2652) sorted by null

<<11121314151617181920>>

  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/message/
Header.java 155 writer.flush();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/network/
BlockingHttpClient.java 76 out.flush();
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v2/
patricia_trie_policy.h 118 bool flush(const char *const filePath) { function in class:latinime::PatriciaTriePolicy
120 AKLOGI("Warning: flush() is called for non-updatable dictionary.");
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
ver4_dict_buffers.h 102 bool flush(const char *const dictDirPath) const { function in class:latinime::Ver4DictBuffers
  /packages/inputmethods/LatinIME/tools/make-keyboard-text/src/com/android/inputmethod/keyboard/tools/
ArrayInitializerFormatter.java 47 public void flush() { method in class:ArrayInitializerFormatter
76 flush(); method
83 flush(); method
  /packages/providers/DownloadProvider/tests/permission/src/com/android/providers/downloads/permission/tests/
DownloadProviderPermissionsTest.java 57 strm.flush();
  /prebuilts/gdb/darwin-x86/share/gdb/python/gdb/
__init__.py 43 def flush(self): member in class:_GdbFile
44 flush()
  /prebuilts/gdb/linux-x86/share/gdb/python/gdb/
__init__.py 43 def flush(self): member in class:_GdbFile
44 flush()
  /prebuilts/go/darwin-x86/src/image/gif/
writer.go 44 Flush() error
77 func (b blockWriter) Flush() error {
93 // Flush block
120 b.e.flush()
123 func (e *encoder) flush() { func
127 e.err = e.w.Flush()
351 lzww.Close() // flush to bw
352 bw.close() // flush to e.w
416 e.flush()
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue18902b.go 116 func (b *gcSortBuf) flush() { func
  /prebuilts/go/linux-x86/src/image/gif/
writer.go 44 Flush() error
77 func (b blockWriter) Flush() error {
93 // Flush block
120 b.e.flush()
123 func (e *encoder) flush() { func
127 e.err = e.w.Flush()
351 lzww.Close() // flush to bw
352 bw.close() // flush to e.w
416 e.flush()
  /prebuilts/go/linux-x86/test/fixedbugs/
issue18902b.go 116 func (b *gcSortBuf) flush() { func
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/
SystraceTask.java 83 public void flush() { method in class:SystraceTask.Receiver
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
TraceCommandWriter.java 50 mStream.flush();
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
ProfilesLoader.java 52 out.flush();
VersionLoader.java 55 out.flush();
ViewManager.java 55 out.flush();
  /system/libhidl/libhidlcache/
HidlCache.h 49 virtual bool flush(const Key& key);
109 bool HidlCache<Key, Value, Compare>::flush(const Key& key) { function in class:android::hardware::HidlCache
  /test/suite_harness/common/host-side/util/tests/src/com/android/compatibility/common/util/
DynamicConfigHandlerTest.java 131 stream.flush();
  /test/suite_harness/common/util/src/com/android/compatibility/common/util/
FileUtil.java 66 destStream.flush();
  /test/suite_harness/common/util/tests/src/com/android/compatibility/common/util/
DynamicConfigTest.java 115 stream.flush();
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
FatLfnDirectory.java 211 flush(); method
297 public void flush() throws IOException { method in class:FatLfnDirectory
301 f.flush();
305 d.flush();
309 dir.flush();
  /tools/tradefederation/core/src/com/android/tradefed/log/
ConsoleReaderOutputStream.java 85 public synchronized void flush() { method in class:ConsoleReaderOutputStream
  /cts/libs/json/src/com/android/json/stream/
JsonWriter.java 336 public void flush() throws IOException { method in class:JsonWriter
337 out.flush();
  /cts/tests/tests/media/src/android/media/cts/
NonBlockingAudioTrack.java 128 public void flush() { method in class:NonBlockingAudioTrack
132 mAudioTrack.flush();

Completed in 1165 milliseconds

<<11121314151617181920>>