Searched refs:resDir (Results 1 – 4 of 4) sorted by relevance
/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/internal/ |
D | ManifestIdentifier.java | 12 private final FsFile resDir; field in ManifestIdentifier 19 FsFile manifestFile, FsFile resDir, FsFile assetDir, in ManifestIdentifier() argument 21 this(packageName, manifestFile, resDir, assetDir, libraries, null); in ManifestIdentifier() 25 FsFile manifestFile, FsFile resDir, FsFile assetDir, in ManifestIdentifier() argument 28 this.resDir = resDir; in ManifestIdentifier() 39 public ManifestIdentifier(FsFile manifestFile, FsFile resDir, FsFile assetDir, String packageName, in ManifestIdentifier() argument 42 this.resDir = resDir; in ManifestIdentifier() 66 return resDir; in getResDir() 101 if (resDir != null ? !resDir.equals(that.resDir) : that.resDir != null) { in equals() 119 result = 31 * result + (resDir != null ? resDir.hashCode() : 0); in hashCode() [all …]
|
D | BuckManifestFactory.java | 35 …final FsFile resDir = buckResources.size() == 0 ? null : buckResources.get(buckResources.size() - … in identify() local 39 if (resDir == null && assetsDir == null) { in identify() 53 return new ManifestIdentifier(packageName, manifestFile, resDir, assetsDir, libraries); in identify()
|
D | MavenManifestFactory.java | 44 final FsFile resDir = baseDir.join(config.resourceDir()); in identify() local 50 libraries = findLibraries(resDir); in identify() 64 return new ManifestIdentifier(config.packageName(), manifestFile, resDir, assetDir, libraries); in identify()
|
/external/swiftshader/tests/regres/cmd/regres/ |
D | main.go | 1027 resDir := filepath.Join(r.cacheRoot, "res", commit.String()) 1032 resDir: resDir, 1054 resDir string // directory for the test results member 1220 return filepath.Join(t.resDir, testLists.Hash(), d.hash)
|