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

1 2 3 4 5 6 7 8 9

  /external/jacoco/jacoco-maven-plugin/src/org/jacoco/maven/
ReportITMojo.java 23 * <li>different <code>dataFile</code></li>
50 private File dataFile;
70 return dataFile;
ReportMojo.java 45 private File dataFile;
64 return dataFile;
CheckMojo.java 131 private File dataFile;
136 if (!dataFile.exists()) {
137 getLog().info(MSG_SKIPPING + dataFile);
205 loader.load(dataFile);
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/
Checker.java 39 public Checker(NGramList list, InputFile dataFile)
42 ngrams.setMapper(dataFile);
44 language = languageName(dataFile.getFilename());
45 encoding = dataFile.getEncoding();
143 public void check(InputFile dataFile)
147 dataFile.open();
149 String dataFilename = dataFile.getFilename();
150 String fileEncoding = dataFile.getEncoding();
154 setMapper(dataFile);
157 while (nextBuffer(dataFile)) {
    [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/db/
ComponentResults.java 270 File dataFile = new File(dir, getName()+".dat"); //$NON-NLS-1$
271 if (!dataFile.exists()) throw new FileNotFoundException();
275 stream = new DataInputStream(new BufferedInputStream(new FileInputStream(dataFile)));
303 println(" => "+size+" scenarios data were read from file "+dataFile); //$NON-NLS-1$ //$NON-NLS-2$
308 println(" !!! "+dataFile+" should be deleted as it contained invalid data !!!"); //$NON-NLS-1$ //$NON-NLS-2$
402 File dataFile = new File(dir, getName()+".dat"); //$NON-NLS-1$
405 if (dataFile.exists()) dataFile.delete();
406 tmpFile.renameTo(dataFile);
407 println(" => rename temporary file to "+dataFile); //$NON-NLS-1
    [all...]
PerformanceResults.java 535 File dataFile = new File(dir, "performances.dat"); //$NON-NLS-1$
536 if (!dataFile.exists()) return;
540 stream = new DataInputStream(new BufferedInputStream(new FileInputStream(dataFile)));
598 println(" => read from file "+dataFile); //$NON-NLS-1$
600 println(" !!! "+dataFile+" should be deleted as it contained invalid data !!!"); //$NON-NLS-1$ //$NON-NLS-2$
898 File dataFile = new File(dir, "performances.dat"); //$NON-NLS-1$
899 if (dataFile.exists()) {
903 dataFile.delete();
906 DataOutputStream stream = new DataOutputStream(new BufferedOutputStream(new FileOutputStream(dataFile)));
947 println(" => performance results general data written in file " + dataFile); //$NON-NLS-1
    [all...]
  /external/emma/core/java12/com/vladium/emma/data/
MergeProcessor.java 141 final File dataFile = m_dataPath [f];
142 if (verbose) log.verbose ("processing input file [" + dataFile.getAbsolutePath () + "] ...");
144 final IMergeable [] fileData = DataFactory.load (dataFile);
  /external/emma/core/java12/com/vladium/emma/report/
ReportProcessor.java 172 final File dataFile = m_dataPath [f];
173 if (verbose) log.verbose ("processing input file [" + dataFile.getAbsolutePath () + "] ...");
175 final IMergeable [] fileData = DataFactory.load (dataFile);
  /packages/services/Telephony/src/com/android/phone/
CallTime.java 203 String dataFile = baseName + ".data";
206 file = new File(dataFile);
  /frameworks/base/services/core/java/com/android/server/
AssetAtlasService.java 318 File dataFile = new File(systemDirectory, "atlas.png");
321 FileOutputStream out = new FileOutputStream(dataFile);
444 final File dataFile = getDataFile();
445 if (dataFile.exists()) {
446 config = readConfiguration(dataFile, versionName);
451 if (config != null) writeConfiguration(config, dataFile, versionName);
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-spi/1.0.2.v20150114/
aether-spi-1.0.2.v20150114.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs-ant.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-connector-basic/1.0.2.v20150114/
aether-connector-basic-1.0.2.v20150114.jar 
  /external/testng/ant/3rdparty/
cobertura.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/24.3.0-alpha5/
sdk-common-24.3.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/24.3.0-beta1/
sdk-common-24.3.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/24.3.0-beta2/
sdk-common-24.3.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/24.3.0-beta3/
sdk-common-24.3.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/24.3.0-beta4/
sdk-common-24.3.0-beta4.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/24.3.1/
sdk-common-24.3.1.jar 
  /prebuilts/tools/common/offline-m2/com/android/tools/sdk-common/24.3.0/
sdk-common-24.3.0.jar 
  /prebuilts/devtools/tools/lib/
sdk-common.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/24.3.0-alpha4/
sdk-common-24.3.0-alpha4.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/22.2.0/
sdk-common-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/22.4.0/
sdk-common-22.4.0.jar 

Completed in 601 milliseconds

1 2 3 4 5 6 7 8 9