Home
last modified time | relevance | path

Searched refs:relativePath (Results 1 – 25 of 64) sorted by relevance

123

/external/smali/util/src/test/java/org/jf/util/
DPathUtilTest.java43 …File relativePath = new File(roots[1] + "some" + File.separatorChar + "dir" + File.separatorChar +… in pathUtilTest1() local
45 String path = PathUtil.getRelativeFileInternal(basePath, relativePath); in pathUtilTest1()
47 Assert.assertEquals(path, relativePath.getPath()); in pathUtilTest1()
56 …File relativePath = new File(roots[0] + "some" + File.separatorChar + "dir" + File.separatorChar +… in pathUtilTest2() local
58 String path = PathUtil.getRelativeFileInternal(basePath, relativePath); in pathUtilTest2()
71 … File relativePath = new File(roots[0] + "some" + File.separatorChar + "dir" + File.separatorChar); in pathUtilTest3() local
73 String path = PathUtil.getRelativeFileInternal(basePath, relativePath); in pathUtilTest3()
83 File relativePath = new File(roots[0] + "some" + File.separatorChar + "dir"); in pathUtilTest4() local
85 String path = PathUtil.getRelativeFileInternal(basePath, relativePath); in pathUtilTest4()
95 … File relativePath = new File(roots[0] + "some" + File.separatorChar + "dir" + File.separatorChar); in pathUtilTest5() local
[all …]
/external/skia/tools/
Dskdiff_html.cpp182 const SkString& relativePath, bool local) { in print_diff_resource_cell() argument
191 resource.fFullPath.prepend(relativePath); in print_diff_resource_cell()
207 resource.fFullPath.prepend(relativePath); in print_diff_resource_cell()
212 static void print_diff_row(SkFILEWStream* stream, DiffRecord& diff, const SkString& relativePath) { in print_diff_row() argument
216 print_diff_resource_cell(stream, diff.fWhite, relativePath, true); in print_diff_row()
217 print_diff_resource_cell(stream, diff.fDifference, relativePath, true); in print_diff_row()
218 print_diff_resource_cell(stream, diff.fBase, relativePath, false); in print_diff_row()
219 print_diff_resource_cell(stream, diff.fComparison, relativePath, false); in print_diff_row()
256 SkString relativePath; in print_diff_page() local
261 relativePath.append(".." PATH_DIV_STR); in print_diff_page()
[all …]
/external/vogar/src/vogar/
DActionFinder.java92 String relativePath = className.replace('.', File.separatorChar) + ".java"; in getSourcePath() local
93 if (!path.endsWith(relativePath)) { in getSourcePath()
94 …throw new IllegalArgumentException("Expected a file ending in " + relativePath + " but found " + p… in getSourcePath()
96 return new File(path.substring(0, path.length() - relativePath.length())); in getSourcePath()
/external/clang/utils/
DFindSpecRefs882 relativePath = item.path[len(root):]
883 if relativePath.startswith('/'):
884 relativePath = relativePath[1:]
887 filename = os.path.basename(relativePath)
899 print >>f,'<a href="%s">%s:%d</a>%s<br>'%(linkStr,relativePath,item.line,paraText)
/external/skia/src/utils/
DSkOSFile.cpp9 SkString SkOSPath::Join(const char *rootPath, const char *relativePath) { in Join() argument
14 result.append(relativePath); in Join()
/external/apache-xml/src/main/java/org/apache/xml/utils/
DSystemIDResolver.java96 private static String getAbsolutePathFromRelativePath(String relativePath) in getAbsolutePathFromRelativePath() argument
98 return new File(relativePath).getAbsolutePath(); in getAbsolutePathFromRelativePath()
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
DSystemIDResolver.java103 private static String getAbsolutePathFromRelativePath(String relativePath) in getAbsolutePathFromRelativePath() argument
105 return new File(relativePath).getAbsolutePath(); in getAbsolutePathFromRelativePath()
/external/testng/src/main/java/org/testng/reporters/
DXMLReporter.java105 String relativePath = suite.getName() + File.separatorChar + FILE_NAME; in referenceSuite() local
106 File suiteFile = new File(config.getOutputDirectory(), relativePath); in referenceSuite()
108 attrs.setProperty(XMLReporterConfig.ATTR_URL, relativePath); in referenceSuite()
/external/jetty/lib/
Djetty-util-6.1.26.pom6 <relativePath>../../pom.xml</relativePath>
/external/skia/include/core/
DSkOSFile.h126 static SkString Join(const char* rootPath, const char* relativePath);
/external/opencv3/modules/ts/src/
Dts_perf.cpp1630 std::string TestBase::getDataPath(const std::string& relativePath) in getDataPath() argument
1632 if (relativePath.empty()) in getDataPath()
1655 if (relativePath[0] == '/' || relativePath[0] == '\\') in getDataPath()
1656 path += relativePath.substr(1); in getDataPath()
1658 path += relativePath; in getDataPath()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.help_3.5.0.v20100524.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.update.configurator_3.3.100.v20100512.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.equinox.preferences_3.3.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.ui.views_3.5.0.I20100527-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.equinox.common_3.6.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/guice/lib/build/
Dspring-core.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/springframework/ org/ ...
/external/jetty/src/java/org/eclipse/jetty/http/
DPathMap.java517 public static String relativePath(String base, in relativePath() method in PathMap
/external/testng/ant/3rdparty/
DDTDDoc.jarMETA-INF/ META-INF/MANIFEST.MF DTDDoc/ DTDDoc/AntLogger.class AntLogger ...
/external/opencv3/modules/ts/include/opencv2/ts/
Dts_perf.hpp366 static std::string getDataPath(const std::string& relativePath);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
Dant-commons-net.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/icu/tools/srcgen/currysrc/libs/
Dorg.eclipse.equinox.preferences_3.5.300.v20150408-1437.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...
Dorg.eclipse.equinox.common_3.7.0.v20150402-1709.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...

123