Searched refs:fo (Results 1 – 6 of 6) sorted by relevance
99 final FileOutputStream fo = new FileOutputStream(newFile); in getFileFromFd() local101 fo.write(data, 0, nRead); in getFileFromFd()103 fo.flush(); in getFileFromFd()104 fo.close(); in getFileFromFd()
175 FileOutputStream fo = null; in testDownloadToCacheWithAlmostFullCache() local177 fo = new FileOutputStream(outFile); in testDownloadToCacheWithAlmostFullCache()179 fo.write(buffer); in testDownloadToCacheWithAlmostFullCache()186 if (fo != null) { in testDownloadToCacheWithAlmostFullCache()187 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()
672 FileOutputStream fo = new FileOutputStream(keyFile, true); in writeKey() local673 fo.write(key.getBytes()); in writeKey()674 fo.write('\n'); in writeKey()675 fo.close(); in writeKey()686 FileOutputStream fo = null; in writeKeys() local695 fo = atomicKeyFile.startWrite(); in writeKeys()697 fo.write(key.getBytes()); in writeKeys()698 fo.write('\n'); in writeKeys()700 atomicKeyFile.finishWrite(fo); in writeKeys()707 atomicKeyFile.failWrite(fo); in writeKeys()
611 FileOutputStream fo = new FileOutputStream(mAdbKeyFile); in testUntrackedUserKeysAddedToKeystore() local613 fo.write(key.getBytes()); in testUntrackedUserKeysAddedToKeystore()614 fo.write('\n'); in testUntrackedUserKeysAddedToKeystore()616 fo.close(); in testUntrackedUserKeysAddedToKeystore()
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()