HomeSort by relevance Sort by last modified time
    Searched full:resultsdir (Results 1 - 5 of 5) sorted by null

  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
CtsXmlResultReporter.java 426 * @param resultsDir
428 private void copyFormattingFiles(File resultsDir) {
433 File resultFile = new File(resultsDir, resultFileName);
448 * @param resultsDir
450 private void zipResults(File resultsDir) {
452 // create a file in parent directory, with same name as resultsDir
453 File zipResultFile = new File(resultsDir.getParent(), String.format("%s.zip",
454 resultsDir.getName()));
455 FileUtil.createZip(resultsDir, zipResultFile);
457 Log.w(LOG_TAG, String.format("Failed to create zip for %s", resultsDir.getName()))
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
ComponentsView.java 104 File resultsDir = null;
334 String filter = (ComponentsView.this.resultsDir == null) ? null : ComponentsView.this.resultsDir.getPath();
388 this.resultsDir = new File(dir);
401 if (this.resultsDir != null) {
402 memento.putString(IPerformancesConstants.PRE_WRITE_RESULTS_DIR, this.resultsDir.getPath());
454 this.resultsDir = writeDir;
  /external/webkit/Tools/CodeCoverage/
run-generate-coverage-data 206 print "Call it with generate_cov RUNID ResultsDir"
  /external/webkit/Tools/Scripts/
old-run-webkit-tests     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 

Completed in 388 milliseconds