Home
last modified time | relevance | path

Searched refs:resolvePath (Results 1 – 4 of 4) sorted by relevance

/external/deqp/scripts/android/
Dbuild_apk.py252 def resolvePath (config, path): function
264 return list(map(lambda p: resolvePath(config, p), paths))
381 manifestPath = resolvePath(config, self.getManifestPath())
433 dstDir = os.path.dirname(resolvePath(config, [GeneratedResSourcePath(self.package)]))
443 "-S", resolvePath(config, self.package.getResPath()),
444 "-M", resolvePath(config, self.package.getManifestPath()),
445 "-J", resolvePath(config, [BuildRoot(), self.package.getAppDirName(), "src"]),
477 jarPath = resolvePath(config, self.package.getClassesJarPath())
478 objPath = resolvePath(config, [BuildRoot(), self.package.getAppDirName(), "obj"])
479 classPaths = [objPath] + [resolvePath(config, lib.getClassesJarPath()) for lib in self.libraries]
[all …]
/external/jacoco/jacoco-maven-plugin/src/org/jacoco/maven/
DReportSupport.java280 result.add(resolvePath(project, (String) path)); in getCompileSourceRoots()
285 private static File resolvePath(final MavenProject project, in resolvePath() method in ReportSupport
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DHttpUrl.java787 resolvePath(encodedPath, 0, encodedPath.length()); in encodedPath()
1073 resolvePath(input, pos, pathDelimiterOffset); in parse()
1093 private void resolvePath(String input, int pos, int limit) { in resolvePath() method in HttpUrl.Builder
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/
DHttpUrl.java796 resolvePath(encodedPath, 0, encodedPath.length()); in encodedPath()
1083 resolvePath(input, pos, pathDelimiterOffset); in parse()
1103 private void resolvePath(String input, int pos, int limit) { in resolvePath() method in HttpUrl.Builder