HomeSort by relevance Sort by last modified time
    Searched defs:fOutput (Results 1 - 6 of 6) sorted by null

  /cts/tests/tests/graphics/src/android/graphics/cts/
TypefaceTest.java 173 FileOutputStream fOutput = new FileOutputStream(file);
177 fOutput.write(dataBuffer, 0, readLength);
180 fOutput.close();
BitmapRegionDecoderTest.java 376 FileOutputStream fOutput = new FileOutputStream(file);
381 fOutput.write(dataBuffer, 0, readLength);
384 fOutput.close();
BitmapFactoryTest.java 622 FileOutputStream fOutput = new FileOutputStream(file);
626 fOutput.write(dataBuffer, 0, (int) offset);
629 fOutput.write(dataBuffer, 0, readLength);
632 fOutput.close();
  /cts/tests/tests/media/src/android/media/cts/
SoundPoolTest.java 122 FileOutputStream fOutput = null;
124 fOutput = new FileOutputStream(f);
129 fOutput.write(buffer, 0, length);
133 if (fOutput != null) {
134 fOutput.flush();
135 fOutput.close();
  /external/skia/forth/
Forth.h 59 ForthOutput* fOutput;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 

Completed in 189 milliseconds