Searched refs:resultFile (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/tests/RenderScriptTests/ImageProcessing/src/com/android/rs/image/ |
D | ImageProcessingTest.java | 75 File resultFile = new File(externalStorage, RESULT_FILE); in testImageProcessingBench() local 76 resultFile.setWritable(true, false); in testImageProcessingBench() 78 BufferedWriter rsWriter = new BufferedWriter(new FileWriter(resultFile)); in testImageProcessingBench() 79 Log.v(TAG, "Saved results in: " + resultFile.getAbsolutePath()); in testImageProcessingBench()
|
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/ |
D | RsBenchRS.java | 162 File resultFile = new File(sdCard, "rsbench_result" + mCurrentLoop + ".csv"); in saveTestResults() local 163 resultFile.setWritable(true, false); in saveTestResults() 166 BufferedWriter results = new BufferedWriter(new FileWriter(resultFile)); in saveTestResults() 171 Log.v(TAG, "Saved results in: " + resultFile.getAbsolutePath()); in saveTestResults()
|
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/ |
D | LayoutTestsAutoTest.java | 323 String resultFile = getResultFile(test); in runTestAndWaitUntilDone() local 324 if (resultFile == null) { in runTestAndWaitUntilDone() 335 resultFile = getAndroidExpectedResultFile(expectedResultFile); in runTestAndWaitUntilDone() 343 intent.putExtra(TestShellActivity.RESULT_FILE, resultFile); in runTestAndWaitUntilDone() 366 processResult(test, resultFile, expectedResultFile, ignoreResult); in runTestAndWaitUntilDone()
|