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.java129 FileOutputStream fOutput = null; in createSoundFile() local
131 fOutput = new FileOutputStream(f); in createSoundFile()
136 fOutput.write(buffer, 0, length); in createSoundFile()
140 if (fOutput != null) { in createSoundFile()
141 fOutput.flush(); in createSoundFile()
142 fOutput.close(); in createSoundFile()
/cts/tests/tests/graphics/src/android/graphics/cts/
DTypefaceTest.java242 FileOutputStream fOutput = new FileOutputStream(file); in obtainPath() local
246 fOutput.write(dataBuffer, 0, readLength); in obtainPath()
249 fOutput.close(); in obtainPath()
DBitmapFactoryTest.java1013 FileOutputStream fOutput = new FileOutputStream(file); in obtainPath() local
1017 fOutput.write(dataBuffer, 0, (int) offset); in obtainPath()
1020 fOutput.write(dataBuffer, 0, readLength); in obtainPath()
1023 fOutput.close(); in obtainPath()
DBitmapRegionDecoderTest.java730 FileOutputStream fOutput = new FileOutputStream(file); in obtainPath() local
735 fOutput.write(dataBuffer, 0, readLength); in obtainPath()
738 fOutput.close(); in obtainPath()