Home
last modified time | relevance | path

Searched defs:relativePath (Results 1 – 10 of 10) sorted by relevance

/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
56 …File relativePath = new File(roots[0] + "some" + File.separatorChar + "dir" + File.separatorChar +… in pathUtilTest2() local
71 … File relativePath = new File(roots[0] + "some" + File.separatorChar + "dir" + File.separatorChar); in pathUtilTest3() local
83 File relativePath = new File(roots[0] + "some" + File.separatorChar + "dir"); in pathUtilTest4() local
95 … File relativePath = new File(roots[0] + "some" + File.separatorChar + "dir" + File.separatorChar); in pathUtilTest5() local
107 File relativePath = new File(roots[0] + "some" + File.separatorChar + "dir"); in pathUtilTest6() local
119 File relativePath = new File(roots[0] + "some" + File.separatorChar + "dir"); in pathUtilTest7() local
131 … File relativePath = new File(roots[0] + "some" + File.separatorChar + "dir" + File.separatorChar); in pathUtilTest8() local
143 … File relativePath = new File(roots[0] + "some" + File.separatorChar + "dir" + File.separatorChar); in pathUtilTest9() local
155 File relativePath = new File(roots[0] + "some" + File.separatorChar + "dir"); in pathUtilTest10() local
[all …]
/external/skia/tools/
Dskdiff_html.cpp182 const SkString& relativePath, bool local) { in print_diff_resource_cell()
212 static void print_diff_row(SkFILEWStream* stream, DiffRecord& diff, const SkString& relativePath) { in print_diff_row()
256 SkString relativePath; in print_diff_page() local
/external/skia/src/utils/
DSkOSFile.cpp9 SkString SkOSPath::Join(const char *rootPath, const char *relativePath) { in Join()
/external/vogar/src/vogar/
DActionFinder.java92 String relativePath = className.replace('.', File.separatorChar) + ".java"; in getSourcePath() local
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
DSystemIDResolver.java103 private static String getAbsolutePathFromRelativePath(String relativePath) in getAbsolutePathFromRelativePath()
/external/apache-xml/src/main/java/org/apache/xml/utils/
DSystemIDResolver.java96 private static String getAbsolutePathFromRelativePath(String relativePath) in getAbsolutePathFromRelativePath()
/external/jetty/src/java/org/eclipse/jetty/http/
DPathMap.java517 public static String relativePath(String base, in relativePath() method in PathMap
/external/testng/src/main/java/org/testng/reporters/
DXMLReporter.java105 String relativePath = suite.getName() + File.separatorChar + FILE_NAME; in referenceSuite() local
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DHttpUrlTest.java602 @Test public void relativePath() throws Exception { in relativePath() method in HttpUrlTest
/external/opencv3/modules/ts/src/
Dts_perf.cpp1630 std::string TestBase::getDataPath(const std::string& relativePath) in getDataPath()