Home
last modified time | relevance | path

Searched refs:Support_Configuration (Results 1 – 6 of 6) sorted by relevance

/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
DExcludedProxyTest.java30 import tests.support.Support_Configuration;
48 Support_Configuration.ProxyServerTestHost); in test_usingProxy()
50 URL u1 = new URL("http://" + Support_Configuration.HomeAddress); in test_usingProxy()
68 + Support_Configuration.ProxyServerTestHost in test_usingProxy()
90 + Support_Configuration.ProxyServerTestHost in test_usingProxy()
122 Support_Configuration.SocksServerTestHost); in test_Constructor()
124 .valueOf(Support_Configuration.SocksServerTestPort)); in test_Constructor()
125 Socket s = new Socket(Support_Configuration.HomeAddress, 80); in test_Constructor()
131 + Support_Configuration.HomeAddress + " " + e); in test_Constructor()
136 Support_Configuration.SocksServerTestHost); in test_Constructor()
[all …]
DURLClassLoaderTest.java39 import tests.support.Support_Configuration;
153 urls[0] = new URL("http://" + Support_Configuration.HomeAddress); in test_getURLs()
154 urls[1] = new URL("http://" + Support_Configuration.TestResources + "/"); in test_getURLs()
155 urls[2] = new URL("ftp://" + Support_Configuration.TestResources + "/"); in test_getURLs()
156 urls[3] = new URL("jar:file:c://" + Support_Configuration.TestResources in test_getURLs()
/external/apache-harmony/support/src/test/java/tests/support/resource/
DSupport_Resources.java29 import tests.support.Support_Configuration;
127 return "http://" + Support_Configuration.TestResources + resource; in getResourceURL()
/external/apache-harmony/support/src/test/java/tests/support/
DSupport_GetResource.java23 return "http://" + Support_Configuration.TestResources + resource; in getResourceURL()
DSupport_Configuration.java33 public class Support_Configuration { class
/external/apache-harmony/luni/src/test/resources/net.resources/
DREADME.txt134 tests.support.Support_Configuration will be used (see
135 <EXTRACT_DIR>/Harmony/Harmony_Tests/src/test/java/tests/support/Support_Configuration.java