/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/ |
PerformanceResults.java | 348 private String[] read(boolean local, String buildName, String[][] configs, boolean force, File dataDir, String taskName, SubMonitor subMonitor) { 349 if (local && dataDir == null) { 424 componentResults.readLocalFile(dataDir, scenarios); 434 componentResults.updateBuild(buildName, scenarios, force, dataDir, subMonitor.newChild(1), timeGuess); 441 writeData(dataDir); 460 * @param dataDir The directory where data will be read/stored locally. 469 public String[] readAll(String buildName, String[][] configs, String pattern, File dataDir, int threshold, IProgressMonitor monitor) { 480 reset(dataDir); 481 String[] names = read(true, null, configs, true, dataDir, null, subMonitor.newChild(100)); 485 return read(false, null, configs, true, dataDir, null, subMonitor.newChild(900)) [all...] |
/external/dexmaker/src/main/java/com/google/dexmaker/ |
AppDataDirGuesser.java | 88 File dataDir = new File("/data/data/" + packageName); 89 if (isWriteableDirectory(dataDir)) { 90 File cacheDir = new File(dataDir, "cache");
|
/external/littlemock/src/com/google/testing/littlemock/ |
AppDataDirGuesser.java | 103 File dataDir = new File("/data/data/" + packageName); 104 if (isWriteableDirectory(dataDir)) { 105 File cacheDir = new File(dataDir, "cache");
|
/external/libexif/m4m/ |
gp-gettext-hack.m4 | 70 dnl we require make to do insert the proper $(datadir) value 71 AC_SUBST([localedir], ['$(datadir)/locale'])
|
/external/chromium_org/chrome/test/functional/ap_lab/ |
ap_configurator_factory.py | 20 config_dict_file_path = os.path.join(pyauto_instance.DataDir(),
|
/external/chromium_org/third_party/icu/source/test/perf/charperf/ |
CharPerf.pl | 25 "dataDir"=>"Not Using Data Files",
|
CharPerf_r.pl | 24 "dataDir"=>"Not Using Data Files",
|
/external/chromium_org/third_party/icu/source/test/perf/normperf/ |
NormPerf.pl | 22 "dataDir"=>$CollationDataPath,
|
/external/chromium_org/third_party/icu/source/test/perf/strsrchperf/ |
StrSrchPerf_r.pl | 27 "dataDir" => $UDHRDataPath,
|
/external/chromium_org/third_party/icu/source/test/perf/usetperf/ |
UsetPerf.pl | 25 "dataDir"=>"Not Using Data Files",
|
/external/chromium_org/third_party/icu/source/test/perf/utfperf/ |
UtfPerf.pl | 23 "dataDir"=>$ConversionDataPath,
|
/external/chromium_org/third_party/icu/source/test/perf/utrie2perf/ |
utrie2perf.pl | 23 "dataDir"=>$ConversionDataPath,
|
/external/chromium_org/third_party/icu/source/tools/gensprep/ |
gensprep.h | 55 generateData(const char *dataDir, const char* bundleName);
|
/external/icu4c/test/perf/charperf/ |
CharPerf.pl | 25 "dataDir"=>"Not Using Data Files",
|
CharPerf_r.pl | 24 "dataDir"=>"Not Using Data Files",
|
/external/icu4c/test/perf/normperf/ |
NormPerf.pl | 22 "dataDir"=>$CollationDataPath,
|
/external/icu4c/test/perf/strsrchperf/ |
StrSrchPerf_r.pl | 27 "dataDir" => $UDHRDataPath,
|
/external/icu4c/test/perf/usetperf/ |
UsetPerf.pl | 25 "dataDir"=>"Not Using Data Files",
|
/external/icu4c/test/perf/utfperf/ |
UtfPerf.pl | 23 "dataDir"=>$ConversionDataPath,
|
/external/icu4c/test/perf/utrie2perf/ |
utrie2perf.pl | 23 "dataDir"=>$ConversionDataPath,
|
/external/icu4c/tools/gensprep/ |
gensprep.h | 55 generateData(const char *dataDir, const char* bundleName);
|
/external/libcap-ng/libcap-ng-0.7/m4/ |
Makefile.am | 25 m4datadir = $(datadir)/aclocal
|
/external/libogg/doc/libogg/ |
Makefile.am | 3 docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/ogg
|
/external/libvorbis/ |
Makefile.am | 11 m4datadir = $(datadir)/aclocal
|
/external/libvorbis/doc/vorbisfile/ |
Makefile.am | 3 docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/vorbisfile
|