Searched refs:baseDir (Results 1 - 25 of 36) sorted by relevance

12

/external/skia/tools/
H A Dskdiff_html.h17 const SkString& baseDir,
H A Dskdiff_html.cpp32 const SkString &baseDir,
71 stream->writeText("</th>\n<th>baseDir: ");
72 stream->writeText(baseDir.c_str());
227 const SkString& baseDir,
231 SkASSERT(!baseDir.isEmpty());
284 baseDir, comparisonDir);
28 print_table_header(SkFILEWStream* stream, const int matchCount, const int colorThreshold, const RecordArray& differences, const SkString &baseDir, const SkString &comparisonDir, bool doOutputDate = false) argument
224 print_diff_page(const int matchCount, const int colorThreshold, const RecordArray& differences, const SkString& baseDir, const SkString& comparisonDir, const SkString& outputDir) argument
H A Dskdiff_main.cpp35 * Returns zero exit code if all images match across baseDir and comparisonDir.
71 printf("%d file pairs %s in baseDir and %s in comparisonDir",
319 const SkString& baseDir,
327 SkASSERT(!baseDir.isEmpty());
333 get_file_list(baseDir, matchSubstrings, nomatchSubstrings, recurseIntoSubdirs, &baseFiles);
352 SkString basePath(baseDir);
359 // in baseDir, but not in comparisonDir
375 // in comparisonDir, but not in baseDir
391 // Found the same filename in both baseDir and comparisonDir.
452 // files only in baseDir
316 create_diff_images(DiffMetricProc dmp, const int colorThreshold, RecordArray* differences, const SkString& baseDir, const SkString& comparisonDir, const SkString& outputDir, const StringArray& matchSubstrings, const StringArray& nomatchSubstrings, bool recurseIntoSubdirs, bool getBounds, DiffSummary* summary) argument
550 SkString baseDir; local
[all...]
/external/proguard/src/proguard/
H A DWordReader.java40 private File baseDir; field in class:WordReader
52 protected WordReader(File baseDir) argument
54 this.baseDir = baseDir;
61 public void setBaseDir(File baseDir) argument
65 includeWordReader.setBaseDir(baseDir);
69 this.baseDir = baseDir;
81 baseDir;
H A DArgumentWordReader.java51 public ArgumentWordReader(String[] arguments, File baseDir) argument
53 super(baseDir);
H A DConfigurationWriter.java47 private File baseDir; field in class:ConfigurationWriter
57 baseDir = configurationFile.getParentFile();
596 if (baseDir != null)
598 String baseDirName = baseDir.getAbsolutePath() + File.separator;
H A DConfigurationParser.java59 File baseDir) throws IOException
61 reader = new ArgumentWordReader(args, baseDir);
58 ConfigurationParser(String[] args, File baseDir) argument
/external/proguard/src/proguard/ant/
H A DClassPathElement.java61 File baseDir = getProject().getBaseDir();
83 baseDir = scanner.getBasedir();
120 new ClassPathEntry(file.isAbsolute() ? file : new File(baseDir, fileName),
/external/antlr/antlr-3.4/runtime/Python/tests/
H A Dtestbase.py67 baseDir = os.path.abspath(os.path.join(os.path.dirname(__file__), '..', '..', '..'))
68 libDir = os.path.join(baseDir, 'lib')
94 cp.append(os.path.join(baseDir, 'runtime', 'Python', 'build'))
129 def baseDir(self): member in class:ANTLRTest
221 # % (self.baseDir, javaOptions, classpath, grammarPath))
235 # (os.path.join(self.baseDir, a.strip()),
236 # [os.path.join(self.baseDir, b.strip())])
274 # self._invokeantlr(self.baseDir, grammarPath, options, javaOptions)
276 self._invokeantlr(self.baseDir, grammarPath, options, javaOptions)
304 = imp.find_module(name, [self.baseDir])
[all...]
H A Dt054main.py14 sys.path.insert(0, self.baseDir)
H A Dt052import.py11 sys.path.insert(0, self.baseDir)
/external/robolectric/src/main/java/com/xtremelabs/robolectric/
H A DRobolectricConfig.java40 * The manifest will be baseDir/AndroidManifest.xml, res will be baseDir/res, and assets in baseDir/assets.
42 * @param baseDir the base directory of your Android project
44 public RobolectricConfig(final File baseDir) { argument
45 this(new File(baseDir, "AndroidManifest.xml"), new File(baseDir, "res"), new File(baseDir, "assets"));
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dcommit-log-editor88 my $baseDir = baseProductDir();
96 my $builtEditorApplication = "$baseDir/Release/Commit Log Editor.app/Contents/MacOS/Commit Log Editor";
103 my $builtEditorApplication = "$baseDir/Debug/Commit Log Editor.app/Contents/MacOS/Commit Log Editor";
/external/chromium_org/third_party/libxslt/win32/
H A Dconfigure.js11 var baseDir = ".."; variable
12 var srcDirXslt = baseDir + "\\libxslt";
13 var srcDirExslt = baseDir + "\\libexslt";
14 var srcDirUtils = baseDir + "\\xsltproc";
22 var configFile = baseDir + "\\configure.in";
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DFileTest.java1428 File baseDir = new File(base, platformId + String.valueOf(dirNumber));
1433 if (baseDir.exists()) {
1435 baseDir = new File(base, String.valueOf(dirNumber));
1448 assertNull("listFiles Should Return Null.", baseDir
1451 assertTrue("Failed To Create Parent Directory.", baseDir.mkdir());
1457 baseDir.listFiles(dirFilter).length);
1459 File file = new File(baseDir, "notADir.tst");
1471 File f = new File(baseDir, files[i]);
1475 dir1 = new File(baseDir, "Temp1");
1486 File[] directories = baseDir
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.simpleconfigurator.manipulator_2.0.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ant.core_3.2.200.v20100427.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.registry_3.5.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/guava/guava/src/com/google/common/io/
H A DFiles.java419 File baseDir = new File(System.getProperty("java.io.tmpdir"));
423 File tempDir = new File(baseDir, baseName + counter);
/external/clang/tools/scan-build/
H A Dscan-build486 my $baseDir;
488 my $baseDirRegEx = quotemeta $baseDir;
511 $baseDir = $Dir . "/";
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/lib/
H A Dpdebuild-ant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/internal/ ...
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...

Completed in 811 milliseconds

12