/frameworks/base/core/java/com/android/internal/os/ |
D | LoggingPrintStream.java | 75 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/ |
D | LoggingPrintStreamTest.java | 55 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/ |
D | BufferedWriterTest.java | 39 a.flush(); in testBufferedWriter() 43 a.flush(); in testBufferedWriter() 47 a.flush(); in testBufferedWriter()
|
D | OutputStreamWriterTest.java | 40 a.flush(); in testOutputStreamWriter()
|
D | BufferedOutputStreamTest.java | 42 a.flush(); in testBufferedOutputStream()
|
/frameworks/base/core/java/com/android/internal/util/ |
D | FastXmlSerializer.java | 67 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/ |
D | AndroidHandler.java | 98 pw.flush(); 119 public void flush() { in flush() method in AndroidHandler
|
/frameworks/base/media/libstagefright/mpeg2ts/ |
D | ESQueue.cpp | 268 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/ |
D | ViewServer.java | 202 out.flush(); in writeValue() 325 out.flush(); in windowManagerAutolistLoop() 329 out.flush(); in windowManagerAutolistLoop()
|
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/ |
D | LayoutTestsAutoTest.java | 57 mBufferedOutputPassedStream.flush(); in passed() 67 mBufferedOutputFailedStream.flush(); in failed() 77 mBufferedOutputIgnoreResultStream.flush(); in ignoreResult() 87 mBufferedOutputNoResultStream.flush(); in noResult() 437 bos.flush(); in generateTestList()
|
D | LoadTestsAutoTest.java | 155 ps.flush(); in dumpMemoryInfo() 157 out.flush(); in dumpMemoryInfo()
|
D | Menu.java | 72 bos.flush(); in generateTestList()
|
/frameworks/base/libs/rs/ |
D | rsLocklessFifo.cpp | 119 flush(); in commitSync() 122 void LocklessCommandFifo::flush() in flush() function in LocklessCommandFifo
|
D | rsLocklessFifo.h | 75 void flush();
|
/frameworks/base/tools/aapt/ |
D | ZipFile.h | 51 flush(); in ~ZipFile() 139 status_t flush(void);
|
/frameworks/base/media/libmedia/ |
D | IAudioTrack.cpp | 69 virtual void flush() in flush() function in android::BpAudioTrack 143 flush(); in onTransact()
|
/frameworks/base/tests/LowStorageTest/src/com/android/lowstoragetest/ |
D | LowStorageTest.java | 88 fs.flush(); in fillupdisk() 94 fs.flush(); in fillupdisk()
|
/frameworks/base/include/media/ |
D | IAudioTrack.h | 52 virtual void flush() = 0;
|
/frameworks/base/packages/VpnServices/src/com/android/server/vpn/ |
D | DaemonProxy.java | 85 out.flush(); in sendCommand() 189 out.flush(); in outputString()
|
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/ |
D | Log.java | 50 pw.flush(); in exception()
|
/frameworks/base/media/libstagefright/ |
D | TimedEventQueue.cpp | 71 void TimedEventQueue::stop(bool flush) { in stop() argument 76 if (flush) { in stop()
|
/frameworks/base/core/tests/coretests/src/android/os/ |
D | FileUtilsTest.java | 71 os.flush(); in testGetFileStatus() 97 os.flush(); in testGetFileStatus()
|
/frameworks/base/opengl/java/android/opengl/ |
D | EGLLogWrapper.java | 399 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/ |
D | ServerSession.java | 274 mOutput.flush(); in sendResponse() 401 mOutput.flush(); in handleSetPathRequest() 505 mOutput.flush(); in handleDisconnectRequest() 645 mOutput.flush(); in handleConnectRequest()
|
/frameworks/base/media/libstagefright/include/ |
D | TimedEventQueue.h | 69 void stop(bool flush = false);
|