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

<<11121314151617181920>>

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
CharArrayWriterTest.java 57 * java.io.CharArrayWriter#flush()
60 cw.flush();
205 writer.flush();
217 writer.flush();
229 writer.flush();
  /libcore/luni/src/test/java/libcore/java/util/prefs/
PreferencesTest.java 92 userPreferences.flush();
101 p.flush();
  /libcore/ojluni/src/main/java/java/io/
Console.java 171 formatter.format(fmt, args).flush();
360 public void flush() { method in class:Console
361 pw.flush();
PrintStream.java 42 * Optionally, a <code>PrintStream</code> can be created so as to flush
43 * automatically; this means that the <code>flush</code> method is
134 * Creates a new print stream. This stream will not flush automatically.
339 * @see java.io.OutputStream#flush()
341 public void flush() { method in class:PrintStream
345 out.flush();
415 flush(); method
456 * automatic flushing is enabled then the <code>flush</code> method will be
474 out.flush();
488 * enabled then the <code>flush</code> method will be invoked
    [all...]
PrintWriter.java 109 * flush the output buffer
143 * flush the output buffer
316 public void flush() { method in class:PrintWriter
320 out.flush();
357 flush(); method
482 out.flush();
764 * enabled, calls to this method will flush the output buffer.
810 * enabled, calls to this method will flush the output buffer.
861 * method will flush the output buffer.
907 out.flush();
    [all...]
  /libcore/support/src/test/java/org/apache/harmony/testframework/
CharWrapperTester.java 116 o.flush();
134 // any of these is permitted to flush
137 o.flush();
139 fail("flush exception ignored");
141 assertEquals("Flush failed", expected.getMessage());
150 // any of these is permitted to flush
155 fail("flush exception ignored");
157 assertEquals("Flush failed", expected.getMessage());
203 public void flush() throws IOException { method in class:CharWrapperTester.ClosableStringWriter
229 flush(); method
233 public void flush() throws IOException { method in class:CharWrapperTester.FailOnFlushWriter
245 public void flush() throws IOException { method in class:CharWrapperTester.FailOnCloseWriter
    [all...]
WrapperTester.java 117 o.flush();
135 // any of these is permitted to flush
138 o.flush();
140 fail("flush exception ignored");
142 assertEquals("Flush failed", expected.getMessage());
151 // any of these is permitted to flush
156 fail("flush exception ignored");
158 assertEquals("Flush failed", expected.getMessage());
222 flush(); method
226 public void flush() throws IOException method in class:WrapperTester.FailOnFlushOutputStream
    [all...]
  /packages/apps/DevCamera/src/com/android/devcamera/
MediaSaver.java 85 fos.flush();
117 os.flush();
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/internet/
Rfc822Output.java 207 writer.flush();
208 out.flush();
261 writer.flush();
273 out.flush();
382 writer.flush();
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
AbstractDirectory.java 210 * Flush the contents of this directory to the persistent storage
212 public void flush() throws IOException { method in class:AbstractDirectory
335 dir.flush();
FatFileSystem.java 187 * Flush all changed structures to the device.
192 public void flush() throws IOException { method in class:FatFileSystem
203 rootDir.flush();
  /tools/tradefederation/core/src/com/android/tradefed/result/
SubprocessResultsReporter.java 257 fw.flush();
279 mPrintWriter.flush();
  /cts/tests/tests/media/src/android/media/cts/
CodecState.java 134 public void flush() { method in class:CodecState
146 mAudioTrack.flush();
149 mCodec.flush();
AudioRecordNative.java 73 public boolean flush() { method in class:AudioRecordNative
AudioTrackNative.java 76 public boolean flush() { method in class:AudioTrackNative
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
ConsoleHandlerTest.java 160 assertEquals("flush", CallVerificationStack.getInstance()
180 h.flush();
197 assertEquals("flush", CallVerificationStack.getInstance()
217 h.flush();
223 h.flush();
229 h.flush();
236 h.flush();
329 h.flush();
345 h.flush();
373 h.flush();
480 public void flush() throws IOException { method in class:ConsoleHandlerTest.MockOutputStream
    [all...]
  /build/blueprint/parser/
printer.go 67 p.flush()
75 p.flush()
83 p.flush()
291 // Flush any pending whitespace, ignoring pending spaces if there is a pending newline
331 func (p *printer) flush() { func
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/wavelib/
PipeShort.java 118 public void flush() method in class:PipeShort
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
BitmapUtils.java 123 fileStream.flush();
DeviceInfoStore.java 59 mJsonWriter.flush();
ReportLogDeviceInfoStore.java 65 formatWriter.flush();
  /cts/hostsidetests/dumpsys/apps/storagedapp/src/com/android/server/cts/storaged/
SimpleIOService.java 83 w.flush();
  /cts/tests/tests/systemui/src/android/systemui/cts/
LightBarTestBase.java 60 fileStream.flush();
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebViewDataDirTest.java 143 cm.flush();
  /development/tools/mkstubs/src/com/android/mkstubs/
StubGenerator.java 97 jar.flush();

Completed in 526 milliseconds

<<11121314151617181920>>