Home
last modified time | relevance | path

Searched refs:flush (Results 1 – 25 of 76) sorted by relevance

1234

/frameworks/base/core/java/com/android/internal/os/
DLoggingPrintStream.java75 public synchronized void flush() { in flush() method in LoggingPrintStream
76 flush(true); in flush()
85 private void flush(boolean completely) { in flush() method in LoggingPrintStream
150 flush(false); in write()
192 flush(false); in format()
199 flush(false); in print()
206 flush(false); in print()
233 flush(false); in print()
239 flush(false); in print()
249 flush(true); in println()
[all …]
/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DLoggingPrintStreamTest.java55 out.flush(); in testPrintObject()
64 out.flush(); in testPrintlnObject()
71 out.flush(); in testPrintf()
79 out.flush(); in testPrintInt()
92 out.flush(); in testPrintCharArray()
99 out.flush(); in testPrintString()
137 out.flush(); in testMultiByteCharactersSpanningBuffers()
146 out.flush(); in testWriteOneByteAtATimeMultibyteCharacters()
153 out.flush(); in testWriteByteArrayAtATimeMultibyteCharacters()
166 out.flush(); in testWriteWithOffsetsMultibyteCharacters()
[all …]
/frameworks/base/tests/CoreTests/android/core/
DBufferedWriterTest.java39 a.flush(); in testBufferedWriter()
43 a.flush(); in testBufferedWriter()
47 a.flush(); in testBufferedWriter()
DOutputStreamWriterTest.java40 a.flush(); in testOutputStreamWriter()
DBufferedOutputStreamTest.java42 a.flush(); in testBufferedOutputStream()
/frameworks/base/core/java/com/android/internal/util/
DFastXmlSerializer.java67 flush(); in append()
86 flush(); in append()
105 flush(); in append()
183 flush(); in endDocument()
217 public void flush() throws IOException { in flush() method in FastXmlSerializer
234 mOutputStream.flush(); in flush()
237 mWriter.flush(); in flush()
/frameworks/base/core/java/com/android/internal/logging/
DAndroidHandler.java98 pw.flush();
119 public void flush() { in flush() method in AndroidHandler
/frameworks/base/media/libstagefright/mpeg2ts/
DESQueue.cpp268 bool flush = false; in dequeueAccessUnitH264() local
278 flush = true; in dequeueAccessUnitH264()
287 flush = true; in dequeueAccessUnitH264()
290 if (flush) { in dequeueAccessUnitH264()
/frameworks/base/services/java/com/android/server/
DViewServer.java202 out.flush(); in writeValue()
325 out.flush(); in windowManagerAutolistLoop()
329 out.flush(); in windowManagerAutolistLoop()
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
DLayoutTestsAutoTest.java57 mBufferedOutputPassedStream.flush(); in passed()
67 mBufferedOutputFailedStream.flush(); in failed()
77 mBufferedOutputIgnoreResultStream.flush(); in ignoreResult()
87 mBufferedOutputNoResultStream.flush(); in noResult()
437 bos.flush(); in generateTestList()
DLoadTestsAutoTest.java155 ps.flush(); in dumpMemoryInfo()
157 out.flush(); in dumpMemoryInfo()
DMenu.java72 bos.flush(); in generateTestList()
/frameworks/base/libs/rs/
DrsLocklessFifo.cpp119 flush(); in commitSync()
122 void LocklessCommandFifo::flush() in flush() function in LocklessCommandFifo
DrsLocklessFifo.h75 void flush();
/frameworks/base/tools/aapt/
DZipFile.h51 flush(); in ~ZipFile()
139 status_t flush(void);
/frameworks/base/media/libmedia/
DIAudioTrack.cpp69 virtual void flush() in flush() function in android::BpAudioTrack
143 flush(); in onTransact()
/frameworks/base/tests/LowStorageTest/src/com/android/lowstoragetest/
DLowStorageTest.java88 fs.flush(); in fillupdisk()
94 fs.flush(); in fillupdisk()
/frameworks/base/include/media/
DIAudioTrack.h52 virtual void flush() = 0;
/frameworks/base/packages/VpnServices/src/com/android/server/vpn/
DDaemonProxy.java85 out.flush(); in sendCommand()
189 out.flush(); in outputString()
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
DLog.java50 pw.flush(); in exception()
/frameworks/base/media/libstagefright/
DTimedEventQueue.cpp71 void TimedEventQueue::stop(bool flush) { in stop() argument
76 if (flush) { in stop()
/frameworks/base/core/tests/coretests/src/android/os/
DFileUtilsTest.java71 os.flush(); in testGetFileStatus()
97 os.flush(); in testGetFileStatus()
/frameworks/base/opengl/java/android/opengl/
DEGLLogWrapper.java399 flush(); in end()
402 private void flush() { in flush() method in EGLLogWrapper
404 mLog.flush(); in flush()
446 flush(); in returns()
/frameworks/base/obex/javax/obex/
DServerSession.java274 mOutput.flush(); in sendResponse()
401 mOutput.flush(); in handleSetPathRequest()
505 mOutput.flush(); in handleDisconnectRequest()
645 mOutput.flush(); in handleConnectRequest()
/frameworks/base/media/libstagefright/include/
DTimedEventQueue.h69 void stop(bool flush = false);

1234