HomeSort by relevance Sort by last modified time
    Searched defs:flush (Results 276 - 300 of 1083) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/mtd/
blktrans.h 48 int (*flush)(struct mtd_blktrans_dev *dev); member in struct:mtd_blktrans_ops
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/mtd/
blktrans.h 48 int (*flush)(struct mtd_blktrans_dev *dev); member in struct:mtd_blktrans_ops
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/mtd/
blktrans.h 48 int (*flush)(struct mtd_blktrans_dev *dev); member in struct:mtd_blktrans_ops
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/mtd/
blktrans.h 48 int (*flush)(struct mtd_blktrans_dev *dev); member in struct:mtd_blktrans_ops
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/mtd/
blktrans.h 48 int (*flush)(struct mtd_blktrans_dev *dev); member in struct:mtd_blktrans_ops
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/mtd/
blktrans.h 48 int (*flush)(struct mtd_blktrans_dev *dev); member in struct:mtd_blktrans_ops
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/mtd/
blktrans.h 48 int (*flush)(struct mtd_blktrans_dev *dev); member in struct:mtd_blktrans_ops
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
StringIO.py 253 def flush(self): member in class:StringIO
254 """Flush the internal buffer
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
StringIO.py 253 def flush(self): member in class:StringIO
254 """Flush the internal buffer
  /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/core/toolbox/
readtty.c 66 int flush = 0; local
87 flush = 1;
108 if(flush)
143 if(flush)
  /system/extras/tests/bionic/libc/other/
test_zlib.c 47 int ret, flush; local
68 flush = feof(source) ? Z_FINISH : Z_NO_FLUSH;
76 ret = deflate(&strm, flush); /* no bad return value */
85 } while (flush != Z_FINISH);
  /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();
  /cts/libs/json/src/com/android/json/stream/
JsonWriter.java 336 public void flush() throws IOException { method in class:JsonWriter
337 out.flush();
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
DalvInsnList.java 244 iw.flush();
263 w.flush();
  /dalvik/dx/src/com/android/dx/dex/code/
DalvInsnList.java 244 iw.flush();
263 w.flush();
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
BufferedWriterTest.java 67 public void flush() throws IOException { method in class:BufferedWriterTest.MockWriter
99 // flush should not be called on underlying stream
100 assertFalse("Flush was called in the underlying stream", mw
103 // on the other hand the BufferedWriter itself should flush the
105 assertEquals("BufferdWriter do not flush itself before close", "a", mw
120 * @tests java.io.BufferedWriter#flush()
123 bw.write("This should not cause a flush");
124 assertTrue("Bytes written without flush", sw.toString().equals(""));
125 bw.flush();
126 assertEquals("Bytes not flushed", "This should not cause a flush", s
    [all...]
  /external/apache-harmony/support/src/test/java/org/apache/harmony/testframework/
CharWrapperTester.java 111 o.flush();
129 // any of these is permitted to flush
132 o.flush();
134 fail("flush exception ignored");
136 assertEquals("Flush failed" , expected.getMessage());
145 // any of these is permitted to flush
150 fail("flush exception ignored");
152 assertEquals("Flush failed" , expected.getMessage());
196 @Override public void flush() throws IOException {} method in class:CharWrapperTester.ClosableStringWriter
218 flush(); method
221 @Override public void flush() throws IOException { method in class:CharWrapperTester.FailOnFlushWriter
232 @Override public void flush() throws IOException {} method in class:CharWrapperTester.FailOnCloseWriter
    [all...]
WrapperTester.java 112 o.flush();
130 // any of these is permitted to flush
133 o.flush();
135 fail("flush exception ignored");
137 assertEquals("Flush failed" , expected.getMessage());
146 // any of these is permitted to flush
151 fail("flush exception ignored");
153 assertEquals("Flush failed" , expected.getMessage());
213 flush(); method
216 @Override public void flush() throws IOException method in class:WrapperTester.FailOnFlushOutputStream
    [all...]
  /external/apache-http/src/org/apache/http/impl/
AbstractHttpClientConnection.java 169 this.outbuffer.flush();
172 public void flush() throws IOException { method in class:AbstractHttpClientConnection
AbstractHttpServerConnection.java 157 this.outbuffer.flush();
160 public void flush() throws IOException { method in class:AbstractHttpServerConnection

Completed in 92 milliseconds

<<11121314151617181920>>