Home
last modified time | relevance | path

Searched refs:flush (Results 1 – 25 of 120) 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/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/proxy/
DPassthroughTestHelper.java84 mClientPrint.flush(); in createHttpConnectConnection()
122 print.flush(); in passthrough()
/cts/tests/sensor/src/android/hardware/cts/helpers/
DTestSensorManager.java169 mSensorManager.flush(mTestSensorEventListener)); in assertFlushFail()
187 mSensorManager.flush(mTestSensorEventListener)); in requestFlush()
/cts/tests/tests/media/src/android/media/cts/
DNonBlockingAudioTrack.java135 public void flush() { in flush() method in NonBlockingAudioTrack
139 mAudioTrack.flush(); in flush()
DMidiSoloTest.java173 myReceiver.flush(); // reset byte counter in testMidiReceiverException()
191 myReceiver.flush(); // reset byte counter in checkReceivedData()
DMediaCodecTunneledPlayer.java378 public void flush() { in flush() method in MediaCodecTunneledPlayer
387 state.flush(); in flush()
391 state.flush(); in flush()
407 state.flush(); in videoFlush()
DCodecState.java173 public void flush() { in flush() method in CodecState
185 mAudioTrack.flush(); in flush()
188 mCodec.flush(); in flush()
/cts/tests/tests/tv/src/android/media/tv/tuner/cts/
DTunerDvrTest.java121 d.flush(); in testDvrRecorder()
124 filter.flush(); in testDvrRecorder()
160 d.flush(); in testDvrPlayback()
/cts/hostsidetests/dumpsys/apps/storagedapp/src/com/android/server/cts/storaged/
DSimpleIOActivity.java36 w.flush(); in onStart()
/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/apache-http/src/android/net/http/cts/
DHttpResponseCacheTest.java83 first.flush(); in testInstallClosesPreviouslyInstalled()
108 cache.flush(); in testCloseCloses()
/cts/common/device-side/bedstead/eventlib/src/main/java/com/android/eventlib/
DEvent.java57 out.flush(); in toBytes()
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/
DHdmiCecClientWrapper.java279 mOutputConsole.flush(); in sendCecMessage()
302 mOutputConsole.flush(); in sendUserControlPressAndRelease()
323 mOutputConsole.flush(); in sendUserControlPress()
330 mOutputConsole.flush(); in sendUserControlPress()
364 mOutputConsole.flush(); in sendConsoleMessage()
/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/hostsidetests/appsecurity/test-apps/UseProcessSuccess/src/com/android/cts/useprocess/
DBaseNetworkService.java70 pw.flush(); in writeResult()
177 out.flush();
/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/permission/src/android/permission/cts/
DCameraPermissionTest.java58 s.flush(); in onPictureTaken()
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/targetprep/
DCecPortDiscoverer.java212 device.flush(); in writeMapping()
214 adapter.flush(); in writeMapping()
/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()
/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()

12345