Searched refs:toURI (Results 1 – 12 of 12) sorted by relevance
83 HttpResponse a = client.execute(new HttpGet(server.getUrl("/a").toURI())); in testServerClosesOutput()87 HttpResponse b = client.execute(new HttpGet(server.getUrl("/b").toURI())); in testServerClosesOutput()
68 client.execute(new HttpGet(server.getUrl("/").toURI())); in testCookiesAreNotLogged()
213 HttpGet request = new HttpGet(server.getUrl("/bar").toURI()); in testExplicitNoProxyCancelsSystemProperty()
27 val url = jarFile.toURI().toURL() in <lambda>()
159 assertThat(Files.readAllBytes(Paths.get(mOutputFile.toURI()))).isEqualTo(backupData); in decryptFile_withExplicitStarts_decryptsEncryptedData()185 assertThat(Files.readAllBytes(Paths.get(mOutputFile.toURI()))).isEqualTo(backupData); in decryptFile_withNoChunkOrderingType_decryptsUsingExplicitStarts()257 assertThat(Files.readAllBytes(Paths.get(mOutputFile.toURI()))).isEqualTo(backupData); in decryptFile_withExplicitStarts_noChunks_returnsNoData()
112 return Paths.get(url.toURI()); in findClassPath()
273 mZipFile = new ZipFile(new File(new URL(mUrl).toURI())); in verifyAndPrepare()
10635 public String toURI() { in toURI() method
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
7583 method public deprecated java.lang.String toURI();39912 method public java.net.URI toURI();43414 method public java.net.URI toURI() throws java.net.URISyntaxException;54329 method public java.lang.String toURI();
10559 method @Deprecated public String toURI();62393 method @NonNull public java.net.URI toURI();66422 method public java.net.URI toURI() throws java.net.URISyntaxException;
32083 HSPLjava/io/File;->toURI()Ljava/net/URI;