HomeSort by relevance Sort by last modified time
    Searched refs:resultFile (Results 1 - 12 of 12) sorted by null

  /frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServicesTests/src/com/android/framework/multidexlegacytestservices/test/
ServicesTests.java 40 File resultFile = new File(targetFilesDir, "Service" + i);
41 resultFile.delete();
42 assertFalse("Failed to delete result file '" + resultFile.getAbsolutePath() + "'.",
43 resultFile.exists());
73 File resultFile = new File(targetFilesDir, "Service" + i);
74 assertTrue("Service" + i + " never completed.", resultFile.isFile());
75 assertEquals("Service" + i + " was restarted.", 8L, resultFile.length());
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
TestResultRepo.java 54 File resultFile = new File(resultList.get(i),
56 if (resultFile.exists()) {
109 File resultFile = new File(mResultDirs.get(sessionId),
111 results.parse(new BufferedReader(new FileReader(resultFile)));
CtsXmlResultReporter.java 430 File resultFile = new File(resultsDir, resultFileName);
432 FileUtil.writeToFile(configStream, resultFile);
  /frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServices/src/com/android/framework/multidexlegacytestservices/
AbstractService.java 57 File resultFile = new File(applicationContext.getFilesDir(), getId());
61 RandomAccessFile raf = new RandomAccessFile(resultFile, "rw");
63 Log.i(TAG, "Writing 0x42434445 at " + raf.length() + " in " + resultFile.getPath());
73 Log.i(TAG, "Saving the result (" + value + ") to " + resultFile.getPath());
76 RandomAccessFile raf = new RandomAccessFile(resultFile, "rw");
78 Log.i(TAG, "Writing result at " + raf.length() + " in " + resultFile.getPath());
87 Log.i(TAG, "creating complete file " + resultFile.getPath());
  /external/chromium_org/mojo/android/javatests/src/org/chromium/mojo/bindings/
ValidationTest.java 82 File resultFile = new File(dataFile.getParent(),
87 testData.expectedResult = getStringContent(resultFile);
  /frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
RsBenchRS.java 162 File resultFile = new File(sdCard, "rsbench_result" + mCurrentLoop + ".csv");
163 resultFile.setWritable(true, false);
166 BufferedWriter results = new BufferedWriter(new FileWriter(resultFile));
171 Log.v(TAG, "Saved results in: " + resultFile.getAbsolutePath());
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
ImageProcessingActivity.java 512 File resultFile = new File(externalStorage, RESULT_FILE);
513 resultFile.setWritable(true, false);
515 BufferedWriter rsWriter = new BufferedWriter(new FileWriter(resultFile));
516 Log.v(TAG, "Saved results in: " + resultFile.getAbsolutePath());
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
IPControlsJB.java 253 File resultFile = new File(externalStorage, RESULT_FILE);
254 resultFile.setWritable(true, false);
256 BufferedWriter rsWriter = new BufferedWriter(new FileWriter(resultFile));
257 Log.v(TAG, "Saved results in: " + resultFile.getAbsolutePath());
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
ImageProcessingActivity2.java 420 File resultFile = new File(externalStorage, RESULT_FILE);
421 //resultFile.setWritable(true, false);
423 BufferedWriter rsWriter = new BufferedWriter(new FileWriter(resultFile));
424 Log.v(TAG, "Saved results in: " + resultFile.getAbsolutePath());
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.artifact.repository_1.1.200.v20130515-2028.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.artifact.repository_1.1.200.v20130515-2028.jar 

Completed in 837 milliseconds