Home
last modified time | relevance | path

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

12345

/cts/hostsidetests/jvmti/base/run-test-based-app/src/android/jvmti/cts/
DJvmtiRunTestBasedTest.java52 lc_os.flush(); in write()
60 flush(); in close()
64 public void flush() throws IOException { in flush() method in JvmtiRunTestBasedTest.TeeLogcatOutputStream
65 os.flush(); in flush()
66 lc_os.flush(); in flush()
/cts/tools/release-parser/src/com/android/cts/releaseparser/
DMain.java63 output.flush(); in main()
71 txtOutput.flush(); in main()
94 tsOutput.flush(); in main()
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/
DHdmiCecClientWrapper.java139 mOutputConsole.flush(); in sendCecMessage()
153 mOutputConsole.flush(); in sendUserControlPressAndRelease()
174 mOutputConsole.flush(); in sendUserControlPress()
181 mOutputConsole.flush(); in sendUserControlPress()
203 mOutputConsole.flush(); in sendConsoleMessage()
/cts/tools/utils/
Dmonsoon.py310 self.ser.flush()
320 self.ser.flush() # Flush the underlying buffer too.
420 sys.stdout.flush()
427 sys.stdout.flush()
/cts/tests/tests/media/src/android/media/cts/
DNonBlockingAudioTrack.java128 public void flush() { in flush() method in NonBlockingAudioTrack
132 mAudioTrack.flush(); in flush()
DCodecState.java149 public void flush() { in flush() method in CodecState
161 mAudioTrack.flush(); in flush()
164 mCodec.flush(); in flush()
DMidiSoloTest.java173 myReceiver.flush(); // reset byte counter in testMidiReceiverException()
191 myReceiver.flush(); // reset byte counter in checkReceivedData()
DMediaCodecTunneledPlayer.java373 public void flush() { in flush() method in MediaCodecTunneledPlayer
382 state.flush(); in flush()
386 state.flush(); in flush()
DMediaPlayerFlakyNetworkTest.java338 flush(); in createSessionOutputBuffer()
341 flush(); in createSessionOutputBuffer()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DSoundPlayerObject.java323 mDecoderPipe.flush(); in setSoundWithResId()
324 mPipe.flush(); in setSoundWithResId()
482 mDecoderPipe.flush(); in play()
483 mPipe.flush(); in play()
/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/net/src/android/net/http/cts/
DHttpResponseCacheTest.java83 first.flush(); in testInstallClosesPreviouslyInstalled()
108 cache.flush(); in testCloseCloses()
/cts/libs/json/src/com/android/json/stream/
DJsonWriter.java337 public void flush() throws IOException { in flush() method in JsonWriter
338 mOut.flush(); in flush()
/cts/tests/camera/src/android/hardware/camera2/cts/
DDngCreatorTest.java172 fileStream.flush(); in testSingleImageBasic()
280 fileStream.flush(); in testSingleImageThumbnail()
414 fileStream.flush(); in testRaw16JpegConsistency()
434 fileStream.flush(); in testRaw16JpegConsistency()
613 fileStream.flush(); in validateRawJpegImagePair()
623 fileStream.flush(); in validateRawJpegImagePair()
/cts/hostsidetests/dumpsys/apps/storagedapp/src/com/android/server/cts/storaged/
DSimpleIOActivity.java36 w.flush(); in onStart()
/cts/tests/tests/permission/src/android/permission/cts/
DNoSdCardWritePermissionTest.java48 strm.flush(); in testWriteExternalStorage()
DCameraPermissionTest.java58 s.flush(); in onPictureTaken()
/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/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/hostsidetests/jvmti/attaching/app/src/android/jvmti/
DJvmtiActivity.java66 dos.flush(); in returnResult()
/cts/tests/tests/util/src/android/util/cts/
DPrintStreamPrinterTest.java74 ps.flush(); in testPrintln()
DPrintWriterPrinterTest.java76 pw.flush(); in testPrintln()

12345