Home
last modified time | relevance | path

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

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