Home
last modified time | relevance | path

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

12345

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DSoundPlayerObject.java144 mPipe.flush(); in setSoundWithResId()
179 mPipe.flush(); in play()
180 mAudioTrack.flush(); in play()
/cts/tests/tests/permission/src/android/permission/cts/
DNoSdCardWritePermissionTest.java42 strm.flush(); in testWriteExternalStorage()
DCameraPermissionTest.java58 s.flush(); in onPictureTaken()
/cts/tests/tests/media/src/android/media/cts/
DNonBlockingAudioTrack.java128 public void flush() { in flush() method in NonBlockingAudioTrack
132 mAudioTrack.flush(); in flush()
DCodecState.java134 public void flush() { in flush() method in CodecState
146 mAudioTrack.flush(); in flush()
149 mCodec.flush(); in flush()
DMidiSoloTest.java171 myReceiver.flush(); // reset byte counter in testMidiReceiverException()
189 myReceiver.flush(); // reset byte counter in checkReceivedData()
/cts/hostsidetests/incident/apps/storagedapp/src/com/android/server/cts/storaged/
DSimpleIOActivity.java36 w.flush(); in onStart()
DSimpleIOService.java48 w.flush(); in handleMessage()
/cts/common/util/src/com/android/compatibility/common/util/
DMultipartForm.java140 writer.flush(); // Must flush here before writing to the byte stream! in getContentBody()
145 writer.flush(); in getContentBody()
DFileUtil.java66 destStream.flush(); in writeToFile()
/cts/tools/vm-tests-tf/src/util/build/
DBytesStreamSucker.java60 os.flush(); in suck()
/cts/tools/utils/
Dmonsoon.py296 self.ser.flush()
306 self.ser.flush() # Flush the underlying buffer too.
390 sys.stdout.flush()
397 sys.stdout.flush()
/cts/tests/tests/net/src/android/net/http/cts/
DHttpResponseCacheTest.java82 first.flush(); in testInstallClosesPreviouslyInstalled()
107 cache.flush(); in testCloseCloses()
/cts/libs/vogar-expect/src/vogar/util/
DMarkResetConsole.java49 out.flush(); in print()
/cts/libs/json/src/com/android/json/stream/
DJsonWriter.java336 public void flush() throws IOException { in flush() method in JsonWriter
337 out.flush(); in flush()
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
DMediaStoreSaver.java55 fOut.flush(); in savePNG()
/cts/hostsidetests/theme/app/src/android/theme/app/
DThemeTestUtils.java54 zipOut.flush(); in compressDirectory()
DGenerateBitmapTask.java85 stream.flush(); in doInBackground()
/cts/common/util/tests/src/com/android/compatibility/common/util/
DDynamicConfigTest.java115 stream.flush(); in createFileFromStr()
/cts/apps/CtsVerifier/assets/scripts/power_monitors/
Dmonsoon.py170 self.ser.flush()
185 self.ser.flush()
393 self.ser.flush()
428 self.ser.flush() # Flush the underlying buffer too.
/cts/tests/tests/os/src/android/os/cts/
DCustomClassLoaderTest.java56 fos.flush(); in setUp()
/cts/tests/tests/content/src/android/content/res/cts/
DAssetFileDescriptor_AutoCloseOutputStreamTest.java65 outputStream.flush(); in testAutoCloseOutputStream()
/cts/tests/tests/security/src/android/security/cts/
DOpenSSLEarlyCCSTest.java249 socket.getOutputStream().flush(); in clientConnectAndHandshake()
297 socket.getOutputStream().flush(); in serverAcceptAndHandshake()
440 out.flush(); in forwardTlsRecord()
447 out.flush(); in forwardTlsRecord()
/cts/tests/tests/util/src/android/util/cts/
DPrintStreamPrinterTest.java73 ps.flush(); in testPrintln()
/cts/tests/camera/src/android/hardware/camera2/cts/
DDngCreatorTest.java173 fileStream.flush(); in testSingleImageBasic()
282 fileStream.flush(); in testSingleImageThumbnail()
416 fileStream.flush(); in testRaw16JpegConsistency()
436 fileStream.flush(); in testRaw16JpegConsistency()
615 fileStream.flush(); in validateRawJpegImagePair()
625 fileStream.flush(); in validateRawJpegImagePair()

12345