/external/smali/util/src/test/java/org/jf/util/ |
D | PathUtilTest.java | 43 …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/ |
D | skdiff_html.cpp | 182 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/ |
D | ActionFinder.java | 92 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/ |
D | FindSpecRefs | 882 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/ |
D | SkOSFile.cpp | 9 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/ |
D | SystemIDResolver.java | 96 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/ |
D | SystemIDResolver.java | 103 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/ |
D | XMLReporter.java | 105 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/ |
D | jetty-util-6.1.26.pom | 6 <relativePath>../../pom.xml</relativePath>
|
/external/skia/include/core/ |
D | SkOSFile.h | 126 static SkString Join(const char* rootPath, const char* relativePath);
|
/external/opencv3/modules/ts/src/ |
D | ts_perf.cpp | 1630 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/ |
D | org.eclipse.help_3.5.0.v20100524.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.help.base_3.5.2.v201011171123.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.update.configurator_3.3.100.v20100512.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.equinox.preferences_3.3.0.v20100503.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.ui.views_3.5.0.I20100527-0800.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.equinox.common_3.6.0.v20100503.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/guice/lib/build/ |
D | spring-core.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/springframework/
org/ ... |
/external/jetty/src/java/org/eclipse/jetty/http/ |
D | PathMap.java | 517 public static String relativePath(String base, in relativePath() method in PathMap
|
/external/testng/ant/3rdparty/ |
D | DTDDoc.jar | META-INF/
META-INF/MANIFEST.MF
DTDDoc/
DTDDoc/AntLogger.class
AntLogger ... |
/external/opencv3/modules/ts/include/opencv2/ts/ |
D | ts_perf.hpp | 366 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/ |
D | ant-commons-net.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/icu/tools/srcgen/currysrc/libs/ |
D | org.eclipse.equinox.preferences_3.5.300.v20150408-1437.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSE_.SF
META-INF/ECLIPSE_ ... |
D | org.eclipse.equinox.common_3.7.0.v20150402-1709.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSE_.SF
META-INF/ECLIPSE_ ... |