Home
last modified time | relevance | path

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

/external/testng/src/main/java/org/testng/
DTestNGAntTask.java922 return new File(fromURI(jarName)); in findJar()
928 return new File(fromURI(dirName)); in findJar()
935 private String fromURI(String uri) { in fromURI() method in TestNGAntTask
/external/llvm-project/clang-tools-extra/clangd/
DProtocol.cpp46 llvm::Expected<URIForFile> URIForFile::fromURI(const URI &U, in fromURI() function in clang::clangd::URIForFile
66 auto U = URIForFile::fromURI(*Parsed, /*HintPath=*/""); in fromJSON()
DProtocol.h91 static llvm::Expected<URIForFile> fromURI(const URI &U,
DXRefs.cpp134 auto U = URIForFile::fromURI(*Uri, TUPath); in toLSPLocation()