HomeSort by relevance Sort by last modified time
    Searched defs:resultDir (Results 1 - 25 of 89) sorted by null

1 2 3 4

  /cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
ResultFilePuller.java 80 File resultDir = buildHelper.getResultDir();
82 resultDir = new File(resultDir, mDestDir);
84 resultDir.mkdirs();
85 if (!resultDir.isDirectory()) {
86 CLog.e("%s is not a directory", resultDir.getAbsolutePath());
89 String resultPath = resultDir.getAbsolutePath();
ReportLogCollector.java 64 File resultDir = buildHelper.getResultDir();
66 resultDir = new File(resultDir, mDestDir);
68 resultDir.mkdirs();
69 if (!resultDir.isDirectory()) {
70 CLog.e("%s is not a directory", resultDir.getAbsolutePath());
83 File resultDir = buildHelper.getResultDir();
85 resultDir = new File(resultDir, mDestDir);
87 resultDir.mkdirs()
    [all...]
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/util/
ReportLogUtil.java 54 File resultDir = new File(buildInfo.getBuildAttributes().get(
57 resultDir = new File(resultDir, DEST_DIR);
59 resultDir.mkdirs();
60 if (!resultDir.isDirectory()) {
61 CLog.e("%s is not a directory", resultDir.getAbsolutePath());
72 File resultDir = new File(buildInfo.getBuildAttributes().get(
75 resultDir = new File(resultDir, DEST_DIR);
77 resultDir.mkdirs()
    [all...]
  /frameworks/base/core/tests/coretests/src/android/text/
StaticLayoutBidiTest.java 93 int resultDir = AndroidBidi.bidi(dir, chs, chInfo, n, false);
108 assertEquals("direction", expectedDir, resultDir);
  /cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
ResultReporterTest.java 307 File resultDir = new File(mBuildHelper.getResultsDir(), RESULT_DIR);
308 resultDir.mkdirs();
309 ResultReporter.copyFormattingFiles(resultDir);
311 File file = new File(resultDir, filename);
  /cts/common/util/tests/src/com/android/compatibility/common/util/
ResultHandlerTest.java 141 private File resultDir = null;
146 resultDir = FileUtil.createTempDir("12345", resultsDir);
193 result, resultDir, START_MS, END_MS, REFERENCE_URL, LOG_URL,
197 checkResult(ResultHandler.getResults(resultsDir), resultDir);
205 File resultDir = FileUtil.createTempDir("12345", resultsDir);
207 File resultFile = new File(resultDir, ResultHandler.TEST_RESULT_FILE_NAME);
242 checkResult(ResultHandler.getResults(resultsDir), resultDir);
250 private void checkResult(List<IInvocationResult> results, File resultDir) throws Exception {
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.5.7/
gradle-0.5.7.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.10.0/
gradle-0.10.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.7.0/
gradle-0.7.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.7.4/
gradle-0.7.4.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.8.0/
gradle-0.8.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.8.1/
gradle-0.8.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.8.3/
gradle-0.8.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.9.0/
gradle-0.9.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.9.1/
gradle-0.9.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.9.3/
gradle-0.9.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.11.2/
gradle-0.11.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.12.1/
gradle-0.12.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.12.2/
gradle-0.12.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.13.0/
gradle-0.13.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.13.3/
gradle-0.13.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.13.4/
gradle-0.13.4.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.14.0/
gradle-0.14.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.14.1/
gradle-0.14.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.14.2/
gradle-0.14.2.jar 

Completed in 250 milliseconds

1 2 3 4