Searched refs:fOutput (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | SoundPoolTest.java | 129 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/ |
D | TypefaceTest.java | 242 FileOutputStream fOutput = new FileOutputStream(file); in obtainPath() local 246 fOutput.write(dataBuffer, 0, readLength); in obtainPath() 249 fOutput.close(); in obtainPath()
|
D | BitmapFactoryTest.java | 1013 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()
|
D | BitmapRegionDecoderTest.java | 730 FileOutputStream fOutput = new FileOutputStream(file); in obtainPath() local 735 fOutput.write(dataBuffer, 0, readLength); in obtainPath() 738 fOutput.close(); in obtainPath()
|