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

1 2 3 4 5 6 7 8 91011>>

  /libcore/ojluni/src/main/java/java/net/
MalformedURLException.java 38 public class MalformedURLException extends IOException {
42 * Constructs a {@code MalformedURLException} with no detail message.
44 public MalformedURLException() {
48 * Constructs a {@code MalformedURLException} with the
53 public MalformedURLException(String msg) {
JarURLConnection.java 151 * @throws MalformedURLException if no legal protocol
156 protected JarURLConnection(URL url) throws MalformedURLException {
164 private void parseSpecs(URL url) throws MalformedURLException {
172 throw new MalformedURLException("no !/ found in url spec:" + spec);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
MalformedURLExceptionTest.java 20 import java.net.MalformedURLException;
26 * java.net.MalformedURLException#MalformedURLException()
29 // Test for method java.net.MalformedURLException()
34 } catch (MalformedURLException e) {
43 * java.net.MalformedURLException#MalformedURLException(java.lang.String)
46 // Test for method java.net.MalformedURLException(java.lang.String)
50 throw new MalformedURLException(myString);
51 } catch (MalformedURLException e)
    [all...]
  /external/jcommander/src/main/java/com/beust/jcommander/converters/
URLConverter.java 23 import java.net.MalformedURLException;
40 } catch (MalformedURLException e) {
  /frameworks/base/tests/net/java/android/net/captiveportal/
CaptivePortalProbeSpecTest.java 29 import java.net.MalformedURLException;
38 public void testGetResult_Regex() throws MalformedURLException, ParseException {
70 public void testParseSpec_Empty() throws MalformedURLException, ParseException {
75 public void testParseSpec_Null() throws MalformedURLException, ParseException {
80 public void testParseSpec_MissingParts() throws MalformedURLException, ParseException {
85 public void testParseSpec_TooManyParts() throws MalformedURLException, ParseException {
90 public void testParseSpec_InvalidStatusRegex() throws MalformedURLException, ParseException {
95 public void testParseSpec_InvalidLocationRegex() throws MalformedURLException, ParseException {
99 @Test(expected = MalformedURLException.class)
100 public void testParseSpec_EmptyURL() throws MalformedURLException, ParseException
    [all...]
  /external/javassist/src/main/javassist/
ByteArrayClassPath.java 20 import java.net.MalformedURLException;
93 catch (MalformedURLException e) {}
  /external/ksoap2/ksoap2-j2se/src/main/java/org/ksoap2/transport/
HttpsTransportSE.java 5 import java.net.MalformedURLException;
52 } catch (MalformedURLException e) {
65 } catch (MalformedURLException e) {
78 } catch (MalformedURLException e) {
  /libcore/luni/src/test/java/libcore/java/net/
OldURLTest.java 27 import java.net.MalformedURLException;
56 throws MalformedURLException {
62 } catch (MalformedURLException e) {
67 public void test_ConstructorLjava_lang_StringLjava_lang_StringLjava_lang_String() throws MalformedURLException {
79 } catch (MalformedURLException e) {
84 public void test_java_protocol_handler_pkgs_prop() throws MalformedURLException {
91 } catch (MalformedURLException e) {
96 public void testHashCode() throws MalformedURLException {
107 public void testSetURLStreamHandlerFactory() throws MalformedURLException, IOException, IllegalArgumentException, IllegalAccessException {
151 public void testURLString() throws MalformedURLException {
    [all...]
  /prebuilts/misc/common/robolectric/3.1.1/lib/
ant-launcher-1.8.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant-launcher/1.7.0/
ant-launcher-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant-launcher/1.8.0/
ant-launcher-1.8.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant-launcher/1.8.2/
ant-launcher-1.8.2.jar 
  /external/nanohttpd/core/src/test/java/fi/iki/elonen/integration/
ShutdownTest.java 41 import java.net.MalformedURLException;
76 private void makeRequest() throws MalformedURLException, IOException {
  /external/volley/src/test/java/com/android/volley/mock/
MockHttpURLConnection.java 23 import java.net.MalformedURLException;
32 public MockHttpURLConnection() throws MalformedURLException {
  /external/glide/library/src/main/java/com/bumptech/glide/load/model/
GlideUrl.java 6 import java.net.MalformedURLException;
47 public URL toURL() throws MalformedURLException {
54 private URL getSafeUrl() throws MalformedURLException {
  /frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/
SettingsLibRobolectricTestRunner.java 27 import java.net.MalformedURLException;
61 } catch (MalformedURLException e) {
69 } catch (MalformedURLException e) {
  /packages/apps/TvSettings/Settings/tests/robotests/src/com/android/tv/settings/
TvSettingsRobolectricTestRunner.java 28 import java.net.MalformedURLException;
68 } catch (MalformedURLException e) {
76 } catch (MalformedURLException e) {
  /packages/services/Car/tests/robotests/src/com/android/car/
CarServiceRobolectricTestRunner.java 28 import java.net.MalformedURLException;
58 } catch (MalformedURLException e) {
66 } catch (MalformedURLException e) {
  /test/vti/dashboard/src/main/java/com/android/vts/util/
UrlUtil.java 16 import java.net.MalformedURLException;
67 throw new MalformedURLException();
70 } catch (MalformedURLException | URISyntaxException e) {
  /packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/
SettingsRobolectricTestRunner.java 18 import java.net.MalformedURLException;
67 } catch (MalformedURLException e) {
90 } catch (MalformedURLException e) {
  /external/apache-harmony/support/src/test/java/tests/support/
Support_GetLocal.java 27 import java.net.MalformedURLException;
38 MalformedURLException {
59 MalformedURLException {
79 MalformedURLException {
  /external/oauth/core/src/main/java/net/oauth/
ConsumerProperties.java 21 import java.net.MalformedURLException;
73 public OAuthConsumer getConsumer(String name) throws MalformedURLException {
97 throws MalformedURLException {
123 private String getURL(URL base, String name) throws MalformedURLException {
  /libcore/support/src/test/java/tests/support/
Support_GetLocal.java 27 import java.net.MalformedURLException;
38 MalformedURLException {
59 MalformedURLException {
79 MalformedURLException {
  /external/doclava/src/com/google/doclava/
FederatedSite.java 23 import java.net.MalformedURLException;
43 } catch (MalformedURLException e) {
  /external/robolectric-shadows/robolectric/src/main/java/org/robolectric/internal/dependency/
LocalDependencyResolver.java 4 import java.net.MalformedURLException;
54 } catch (MalformedURLException e) {

Completed in 925 milliseconds

1 2 3 4 5 6 7 8 91011>>