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

1 2 34 5 6 7 8 91011>>

  /external/guava/guava-testlib/src/com/google/common/testing/
TestLogHandler.java 69 public void flush() { } method in class:TestLogHandler
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt.h 76 void (*flush)( struct draw_pt_front_end *, unsigned flags ); member in struct:draw_pt_front_end
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/write/
BitstreamWriter.java 46 * @see ua.org.jplayer.javcodec.h264.H264BitOutputStream#flush()
48 public void flush() throws IOException { method in class:BitstreamWriter
  /external/proguard/src/proguard/io/
ClassRewriter.java 76 classOutputStream.flush();
  /external/smali/util/src/main/java/org/jf/util/
SmaliHelpFormatter.java 44 pw.flush();
  /external/sonivox/arm-fm-22k/host_src/
eas_report.c 45 int flush = 0; variable
165 if (flush)
200 if (flush)
230 if (flush)
262 flush = flushAfterWrite;
  /external/sonivox/arm-hybrid-22k/host_src/
eas_report.c 45 int flush = 0; variable
165 if (flush)
200 if (flush)
230 if (flush)
262 flush = flushAfterWrite;
  /external/sonivox/arm-wt-22k/host_src/
eas_report.c 45 int flush = 0; variable
165 if (flush)
200 if (flush)
230 if (flush)
262 flush = flushAfterWrite;
  /external/zlib/src/examples/
zpipe.c 38 int ret, flush; local
59 flush = feof(source) ? Z_FINISH : Z_NO_FLUSH;
67 ret = deflate(&strm, flush); /* no bad return value */
78 } while (flush != Z_FINISH);
  /frameworks/base/core/java/android/util/
LogWriter.java 60 @Override public void flush() { method in class:LogWriter
  /frameworks/native/services/sensorservice/
SensorInterface.cpp 59 status_t HardwareSensor::flush(void* ident, int handle) { function in class:android::HardwareSensor
60 return mSensorDevice.flush(ident, handle);
  /frameworks/support/v4/java/android/support/v4/util/
LogWriter.java 47 @Override public void flush() { method in class:LogWriter
  /hardware/qcom/camera/QCamera2/util/
QCameraQueue.cpp 85 flush();
215 * FUNCTION : flush
217 * DESCRIPTION: flush all nodes from the queue, queue will be empty after this
224 void QCameraQueue::flush(){ function in class:qcamera::QCameraQueue
255 * DESCRIPTION: flush only specific nodes, depending on
  /libcore/luni/src/main/java/java/io/
Writer.java 23 * {@link #flush()} method to be called before closing the stream, to ensure all
28 * {@link #close()} and {@link #flush()} methods needs to be overridden.
83 public abstract void flush() throws IOException; method in class:Writer
  /libcore/luni/src/test/java/libcore/java/io/
OldAndroidBufferedOutputStreamTest.java 39 a.flush();
OldAndroidBufferedWriterTest.java 36 a.flush();
40 a.flush();
44 a.flush();
OldAndroidOutputStreamWriterTest.java 35 // We have to flush the OutputStreamWriter to guarantee
37 a.flush();
  /libcore/support/src/test/java/libcore/java/io/
NullPrintStream.java 35 public void flush() {} method in class:NullPrintStream
  /libcore/support/src/test/java/tests/support/
Support_ASimpleOutputStream.java 48 public void flush() throws IOException { method in class:Support_ASimpleOutputStream
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
CopyUtils.java 37 * flush or close the streams. Often doing so would require making non-portable
277 * <code>OutputStream</code>, and flush the <code>OutputStream</code>.
289 // have to flush here.
290 out.flush();
300 * flush the <code>OutputStream</code>.
313 // have to flush here.
314 out.flush();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
dbrecio.py 140 def flush(self): member in class:DBRecIO
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
sortperf.py 56 def flush(): function
57 sys.stdout.flush()
64 flush()
92 flush()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
dbrecio.py 140 def flush(self): member in class:DBRecIO
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
sortperf.py 56 def flush(): function
57 sys.stdout.flush()
64 flush()
92 flush()
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/
AbstractFileSystem.java 48 flush(); method

Completed in 63 milliseconds

1 2 34 5 6 7 8 91011>>