Searched refs:write (Results 1 – 15 of 15) sorted by relevance
38 outputWriter.write(String.format("%d %s %s\n", (time + delay), in writeTimeStamp()54 outputWriter.write(String.format("Result %s\n", testCase)); in writeResultToFile()56 outputWriter.write(String.format("%s %s\n", key, in writeResultToFile()
33 f.write(template.format(locale))
112 fos.write(String.format("notes: %s\n\n", notes).getBytes()); in dumpMeminfo()136 out.write(buffer, 0, bytesRead); in pipe()
61 writer.write(str); in executeDropCaches()
72 out.write(buf, 0, length); in executeCommandBlocking()
291 writer.write(String.format(">>> %s (%d) <<<\n", processName, pid)); in storeToFile()292 writer.write(showmapOutput); in storeToFile()293 writer.write('\n'); in storeToFile()
118 writer.write(fakeTrace); in getBufferedReader()
19 device.write("hello world");
95 Files.write(FINAL_REPORT_PATH, output, StandardOpenOption.CREATE_NEW); in onTestRunEnd()
101 private void write(Map<String, T> dataPoint, long timeStamp) { in write() method in ScheduledRunCollectionListener.TimeSeriesCsvWriter208 mTimeSeriesCsvWriter.write(dataPoint, timeStamp); in collect()
191 out.write(buf, 0, bytes); in dumpBatteryStats()
284 out.write(buf, 0, length); in executeCommandBlocking()
150 outputWriter.write(String.format("%d %s %s\n", (time + delay), in writePowerLog()
223 fileOutputStream.write(stopStream.toByteArray()); in testAppLaunchPerformance()343 outputStream.write(buffer, 0, length); in writeDataToByteStream()
365 Files.write(f.toPath(), content); in writeToFile()