Searched refs:fo (Results 1 – 4 of 4) sorted by relevance
174 FileOutputStream fo = null; in testDownloadToCacheWithAlmostFullCache() local176 fo = new FileOutputStream(outFile); in testDownloadToCacheWithAlmostFullCache()178 fo.write(buffer); in testDownloadToCacheWithAlmostFullCache()185 if (fo != null) { in testDownloadToCacheWithAlmostFullCache()186 fo.close(); in testDownloadToCacheWithAlmostFullCache()
65 FileOutputStream fo = null; in runDumpsysStats() local67 fo = context.openFileOutput(dumpFilename, Context.MODE_PRIVATE); in runDumpsysStats()68 if (!Debug.dumpService(cmd, fo.getFD(), args)) { in runDumpsysStats()77 closeQuietly(fo); in runDumpsysStats()
420 FileOutputStream fo = new FileOutputStream(keyFile, true); in writeKey() local421 fo.write(key.getBytes()); in writeKey()422 fo.write('\n'); in writeKey()423 fo.close(); in writeKey()
1269 float fo; in native_exp2() local1270 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() local1290 return fo * adj; in native_exp2()1300 float4 fo = (float4)(x << (int4)23); in native_exp2() local1305 return fo * adj; in native_exp2()