HomeSort by relevance Sort by last modified time
    Searched refs:toURI (Results 1 - 25 of 38) sorted by null

1 2

  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyActivityEvent.java 60 System.out.println(":Switch: " + intent.toURI());
78 + intent.toURI());
  /external/apache-http/src/org/apache/http/
HttpHost.java 156 public String toURI() {
186 return toURI();
  /frameworks/base/core/tests/coretests/src/android/net/http/
CookiesTest.java 57 client.execute(new HttpGet(server.getUrl("/").toURI()));
  /cts/tests/tests/content/src/android/content/cts/
IntentTest.java 245 assertEquals(mIntent.toURI(), target.toURI());
    [all...]
  /sdk/draw9patch/src/com/android/draw9patch/ui/
MainFrame.java 55 BufferedImage img = GraphicsUtilities.loadCompatibleImage(file.toURI().toURL());
160 return GraphicsUtilities.loadCompatibleImage(file.toURI().toURL());
  /libcore/luni/src/test/java/libcore/java/net/
OldResponseCacheTest.java 111 assertEquals(url.toURI(), cache.getWasCalled);
145 assertEquals(url.toURI(), cache.getWasCalled);
150 assertEquals(url.toURI(), cache.putWasCalled);
CookiesTest.java 254 cookieManager.getCookieStore().add(server.getUrl("/").toURI(), cookieA);
258 cookieManager.getCookieStore().add(server.getUrl("/").toURI(), cookieB);
OldURLTest.java 462 * Test method for {@link java.net.URL#toURI()}.
467 method = "toURI",
476 URI testHTTPURI = testHTTPURL.toURI();
477 URI testFTPURI = testFTPURL.toURI();
512 urlQuery.toURI();
    [all...]
  /cts/tools/host/src/com/android/cts/
HostUnitTestRunner.java 114 URL urls[] = { new File(jarPath).getCanonicalFile().toURI().toURL() };
  /libcore/luni/src/test/java/tests/api/javax/xml/parsers/
SAXParserTest.java 585 InputSource is = new InputSource(list_wf[0].toURI().toString());
    [all...]
  /external/apache-http/src/org/apache/http/impl/conn/
ProxySelectorRoutePlanner.java 186 targetURI = new URI(target.toURI());
  /libcore/luni/src/main/java/org/apache/harmony/security/fortress/
PolicyUtils.java 307 return codebase.toURI().normalize().toURL();
318 * (like {File#toURI()} does).
488 return f.toURI().toURL();
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
JarHostTest.java 222 URL urls[] = {mJarFile.getCanonicalFile().toURI().toURL()};
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
ClassLoaderReflectionTest.java 212 result.add(new File(pathElement).toURI().toURL());
  /libcore/support/src/test/java/tests/support/resource/
Support_Resources.java 207 return new File(url.toURI()).getAbsolutePath();
  /sdk/layoutopt/libs/uix/src/com/android/layoutopt/uix/
LayoutAnalyzer.java 75 zip = new ZipFile(new File(jar.toURI()));
  /libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/ftp/
FtpURLConnection.java 121 uri = url.toURI();
  /libcore/luni/src/main/java/java/net/
URL.java 667 public URI toURI() throws URISyntaxException {
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/
FileTest.java     [all...]
  /libcore/luni/src/test/java/tests/api/java/io/
FileTest.java     [all...]
  /packages/apps/Gallery3D/src/com/cooliris/media/
LocalDataSource.java 137 String fileUri = new File(item.mFilePath).toURI().toString();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
AndroidTargetParser.java 663 URI uri = f.toURI();
  /libcore/luni/src/main/java/java/io/
File.java 177 * @see #toURI
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/http/
HttpURLConnectionImpl.java 174 uri = url.toURI();
228 * URL.toURI() throws if it has illegal characters. Since we don't mind
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
NewTestProjectCreationPage.java     [all...]

Completed in 666 milliseconds

1 2