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

  /cts/tests/tests/media/src/android/media/cts/
SoundPoolTest.java 129 FileOutputStream fOutput = null;
131 fOutput = new FileOutputStream(f);
136 fOutput.write(buffer, 0, length);
140 if (fOutput != null) {
141 fOutput.flush();
142 fOutput.close();
  /external/icu/icu4c/source/i18n/
numrange_impl.cpp 88 PluralRangesDataSink(StandardPluralRanges& output) : fOutput(output) {}
93 fOutput.setCapacity(entriesArray.getSize());
106 fOutput.addPluralRange(first, second, result);
111 StandardPluralRanges& fOutput;
  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapFactoryTest.java     [all...]
BitmapRegionDecoderTest.java 730 FileOutputStream fOutput = new FileOutputStream(file);
735 fOutput.write(dataBuffer, 0, readLength);
738 fOutput.close();
    [all...]
TypefaceTest.java 242 FileOutputStream fOutput = new FileOutputStream(file);
246 fOutput.write(dataBuffer, 0, readLength);
249 fOutput.close();
    [all...]

Completed in 263 milliseconds