Searched refs:fOutput (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | SoundPoolTest.java | 124 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/ |
D | TypefaceTest.java | 240 FileOutputStream fOutput = new FileOutputStream(file); in obtainPath() local 244 fOutput.write(dataBuffer, 0, readLength); in obtainPath() 247 fOutput.close(); in obtainPath()
|
D | BitmapFactoryTest.java | 917 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()
|
D | BitmapRegionDecoderTest.java | 694 FileOutputStream fOutput = new FileOutputStream(file); in obtainPath() local 699 fOutput.write(dataBuffer, 0, readLength); in obtainPath() 702 fOutput.close(); in obtainPath()
|