/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/ |
Fat16RootDirectory.java | 74 result.flush();
|
FatFile.java | 172 * {@link FatFileSystem#flush()} method. 177 public void flush() throws ReadOnlyException { method in class:FatFile
|
SuperFloppyFormatter.java | 251 rootDir.flush(); 265 fs.flush();
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/util/ |
FileDisk.java | 145 public void flush() throws IOException { method in class:FileDisk
|
RamDisk.java | 163 public void flush() throws IOException { method in class:RamDisk
|
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
HandlerTest.java | 123 h.flush(); 340 public void flush() { method in class:HandlerTest.MockHandler
|
StreamHandlerTest.java | 308 assertEquals("flush", CallVerificationStack.getInstance() 324 h.flush(); 339 assertEquals("flush", CallVerificationStack.getInstance() 355 * Test flush(). 360 h.flush(); 361 assertEquals("flush", CallVerificationStack.getInstance() 368 * Test flush() when having no output stream. 372 h.flush(); 481 h.flush(); 487 h.flush(); 868 public void flush() throws IOException { method in class:StreamHandlerTest.MockOutputStream 903 public void flush() throws IOException { method in class:StreamHandlerTest.MockExceptionOutputStream [all...] |
MemoryHandlerTest.java | 120 handler.flush(); 121 assertEquals(writer.toString(), "flush"); 304 // assertEquals(writer.toString(), "flush"); 370 public void flush() { method in class:MemoryHandlerTest.MockHandler 371 writer.write("flush");
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
CharArrayWriterTest.java | 57 * @tests java.io.CharArrayWriter#flush() 60 cw.flush(); 205 writer.flush(); 217 writer.flush(); 229 writer.flush();
|
OutputStreamWriterTest.java | 91 writer.flush(); 94 writer.flush(); 103 writer.flush(); 161 writer.flush(); 164 writer.flush(); 182 writer.flush(); 187 writer.flush(); 192 writer.flush(); 197 writer.flush(); 262 writer.flush(); [all...] |
/frameworks/base/core/java/com/android/internal/content/ |
PackageHelper.java | 246 publicZipOutStream.flush(); 279 outZipStream.flush();
|
/frameworks/base/media/java/android/media/videoeditor/ |
OverlayFrame.java | 196 out.flush(); 456 fl.flush();
|
/frameworks/base/obex/javax/obex/ |
ServerSession.java | 278 op.flush(); 405 mOutput.flush(); 509 mOutput.flush(); 649 mOutput.flush();
|
/development/samples/training/bitmapfun/BitmapFun/src/main/java/com/example/android/bitmapfun/util/ |
DiskLruCache.java | 535 // flush the journal before creating files to prevent file leaks 537 journalWriter.flush(); 675 public synchronized void flush() throws IOException { method in class:DiskLruCache 678 journalWriter.flush(); 886 @Override public void flush() { method in class:DiskLruCache.Editor.FaultHidingOutputStream 888 out.flush(); [all...] |
ImageCache.java | 415 public void flush() { method in class:ImageCache 419 mDiskLruCache.flush(); 424 Log.e(TAG, "flush - " + e);
|
/external/chromium_org/media/base/android/java/src/org/chromium/media/ |
MediaCodecBridge.java | 53 // After a flush(), dequeueOutputBuffer() can often produce empty presentation timestamps 57 // after a flush. And we set the presentation timestamp from dequeueOutputBuffer() to be 279 private int flush() { method in class:MediaCodecBridge 283 mAudioTrack.flush(); 285 mMediaCodec.flush(); 287 Log.e(TAG, "Failed to flush MediaCodec", e);
|
/external/okhttp/src/main/java/com/squareup/okhttp/internal/ |
DiskLruCache.java | 467 // Flush the journal before creating files to prevent file leaks. 469 journalWriter.flush(); 552 journalWriter.flush(); 615 public synchronized void flush() throws IOException { method in class:DiskLruCache 618 journalWriter.flush(); 861 @Override public void flush() { method in class:DiskLruCache.Editor.FaultHidingOutputStream 863 out.flush();
|
/external/emma/core/java12/com/vladium/emma/data/ |
DataFactory.java | 152 out.flush (); 720 // oout.flush (); 733 dout.flush ();
|
/external/okhttp/src/main/java/com/squareup/okhttp/ |
HttpResponseCache.java | 357 public void flush() throws IOException { method in class:HttpResponseCache 358 cache.flush();
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothSocket.java | 414 * for flush implementation. Used to ensure the writing data afterwards will 419 /*package*/ void flush() throws IOException { method in class:BluetoothSocket 420 if (VDBG) Log.d(TAG, "flush: " + mSocketOS); 421 mSocketOS.flush();
|
/frameworks/base/core/java/android/hardware/camera2/impl/ |
CameraDevice.java | 379 public void flush() throws CameraAccessException { method in class:CameraDevice 385 mRemoteDevice.flush();
|
/frameworks/base/core/java/android/net/http/ |
AndroidHttpClientConnection.java | 286 this.outbuffer.flush(); 289 public void flush() throws IOException { method in class:AndroidHttpClientConnection
|
/libcore/luni/src/main/java/java/util/ |
Properties.java | 557 writer.flush(); 748 printStream.flush();
|
/build/tools/signapk/ |
SignApk.java | 157 System.out.flush(); 370 print.flush(); 382 print.flush(); 466 out.flush(); 648 temp.flush();
|
/cts/suite/cts/hostTests/jank/src/com/android/cts/jank/ |
CtsHostJankTest.java | 91 public void flush() { method
|