Searched refs:fo (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerStressTest.java174 FileOutputStream fo = null;
176 fo = new FileOutputStream(outFile);
178 fo.write(buffer);
185 if (fo != null) {
186 fo.close();
/frameworks/base/cmds/statsd/tools/loadtest/src/com/android/statsd/loadtest/
H A DPerfDataRecorder.java65 FileOutputStream fo = null;
67 fo = context.openFileOutput(dumpFilename, Context.MODE_PRIVATE);
68 if (!Debug.dumpService(cmd, fo.getFD(), args)) {
77 closeQuietly(fo);
/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbDebuggingManager.java420 FileOutputStream fo = new FileOutputStream(keyFile, true);
421 fo.write(key.getBytes());
422 fo.write('\n');
423 fo.close();
/frameworks/rs/driver/runtime/
H A Drs_cl.c1269 float fo; local
1270 SET_FLOAT_WORD(fo, (x + 127) << 23);
1275 return fo * adj;
1285 float2 fo = (float2)(x << (int2)23); local
1290 return fo * adj;
1300 float4 fo = (float4)(x << (int4)23); local
1305 return fo * adj;

Completed in 152 milliseconds