Home
last modified time | relevance | path

Searched refs:fOutput (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DSoundPoolTest.java124 FileOutputStream fOutput = null; in createSoundFile() local
126 fOutput = new FileOutputStream(f); in createSoundFile()
131 fOutput.write(buffer, 0, length); in createSoundFile()
135 if (fOutput != null) { in createSoundFile()
136 fOutput.flush(); in createSoundFile()
137 fOutput.close(); in createSoundFile()
/cts/tests/tests/graphics/src/android/graphics/cts/
DTypefaceTest.java240 FileOutputStream fOutput = new FileOutputStream(file); in obtainPath() local
244 fOutput.write(dataBuffer, 0, readLength); in obtainPath()
247 fOutput.close(); in obtainPath()
DBitmapFactoryTest.java917 FileOutputStream fOutput = new FileOutputStream(file); in obtainPath() local
921 fOutput.write(dataBuffer, 0, (int) offset); in obtainPath()
924 fOutput.write(dataBuffer, 0, readLength); in obtainPath()
927 fOutput.close(); in obtainPath()
DBitmapRegionDecoderTest.java694 FileOutputStream fOutput = new FileOutputStream(file); in obtainPath() local
699 fOutput.write(dataBuffer, 0, readLength); in obtainPath()
702 fOutput.close(); in obtainPath()