OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:resultFile
(Results
1 - 18
of
18
) 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());
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
OutputFileDumper.java
56
private final File
resultFile
;
69
this.
resultFile
= new File(config.options().get("file"));
76
this.
resultFile
= new File(dir, createFileName(benchmarkClass.name()));
79
this.
resultFile
=
83
logger.fine(String.format("using %s for results",
resultFile
));
85
this.workFile = new File(
resultFile
.getPath() + ".tmp");
108
resultFile
), e);
121
Files.move(workFile,
resultFile
);
/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
469
File
resultFile
= new File(resultsDir, resultFileName);
471
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());
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
ResultReporter.java
462
File
resultFile
= ResultHandler.writeResults(mBuildHelper.getSuiteName(),
467
info("Test Result: %s",
resultFile
.getCanonicalPath());
475
saveLog(
resultFile
, zippedResults);
477
uploadResult(
resultFile
);
546
private void saveLog(File
resultFile
, File zippedResults) throws IOException {
553
fis = new FileInputStream(
resultFile
);
603
private void uploadResult(File
resultFile
) throws IOException {
606
info("Result Server: %d", mUploader.uploadResult(
resultFile
, mReferenceUrl));
624
File
resultFile
= new File(resultsDir, resultFileName);
626
FileUtil.writeToFile(configStream,
resultFile
);
[
all
...]
/frameworks/rs/java/tests/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
BlasControls.java
147
File
resultFile
= new File(externalStorage, RESULT_FILE);
148
resultFile
.setWritable(true, false);
150
BufferedWriter rsWriter = new BufferedWriter(new FileWriter(
resultFile
));
151
Log.v(TAG, "Saved results in: " +
resultFile
.getAbsolutePath());
/frameworks/rs/java/tests/ScriptGroupTest/src/com/android/rs/sgtest/
ScriptGroupTestActivity.java
275
File
resultFile
= new File(externalStorage, RESULT_FILE);
276
resultFile
.setWritable(true, false);
278
BufferedWriter rsWriter = new BufferedWriter(new FileWriter(
resultFile
));
279
Log.v(TAG, "Saved results in: " +
resultFile
.getAbsolutePath());
303
Log.v(TAG, "result file:"+
resultFile
.getAbsolutePath());
/cts/common/util/src/com/android/compatibility/common/util/
ResultHandler.java
112
File
resultFile
= new File(resultDir, TEST_RESULT_FILE_NAME);
113
if (!
resultFile
.exists()) {
119
parser.setInput(new FileReader(
resultFile
));
236
File
resultFile
= new File(resultDir, TEST_RESULT_FILE_NAME);
237
OutputStream stream = new FileOutputStream(
resultFile
);
369
return
resultFile
;
/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/ImageProcessing2/src/com/android/rs/image/
IPControls.java
252
File
resultFile
= new File(externalStorage, RESULT_FILE);
253
resultFile
.setWritable(true, false);
255
BufferedWriter rsWriter = new BufferedWriter(new FileWriter(
resultFile
));
256
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());
/cts/common/util/tests/src/com/android/compatibility/common/util/
ResultHandlerTest.java
207
File
resultFile
= new File(resultDir, ResultHandler.TEST_RESULT_FILE_NAME);
208
writer = new FileWriter(
resultFile
);
/external/parameter-framework/upstream/test/functional-tests/
Handle.cpp
161
utility::TmpFile
resultFile
(result);
165
resultFile
.getPath() + ' ' + expectedFile.getPath();
/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
/external/libgdx/backends/gdx-backends-gwt/libs/
gwt-dev.jar
Completed in 7821 milliseconds