Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DURLDecoderTest.java25 import tests.support.Support_Configuration;
41 final String URL = "http://" + Support_Configuration.HomeAddress; in test_decodeLjava_lang_String()
DInetAddressThreadTest.java22 import tests.support.Support_Configuration;
DServerSocketTest.java20 import tests.support.Support_Configuration;
438 .getByAddress(Support_Configuration.nonLocalAddressBytes), in test_bindLjava_net_SocketAddress()
522 .getByAddress(Support_Configuration.nonLocalAddressBytes), in test_bindLjava_net_SocketAddressI()
DDatagramPacketTest.java27 import tests.support.Support_Configuration;
DSocketTest.java41 import tests.support.Support_Configuration;
163 .getByAddress(Support_Configuration.nonLocalAddressBytes), 42); in test_bindLjava_net_SocketAddress()
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
DURLEncoderTest.java25 import tests.support.Support_Configuration;
34 final String URL = "http://" + Support_Configuration.HomeAddress; in test_encodeLjava_lang_String()
DURLConnectionTest.java20 import tests.support.Support_Configuration;
656 if (hf.equals(Support_Configuration.HomeAddressSoftware)) {
661 + Support_Configuration.HomeAddressSoftware + "\"",
667 if (hf.equals(Support_Configuration.HomeAddressResponse)) {
672 + Support_Configuration.HomeAddressResponse + "\"",
/libcore/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
/libcore/luni/src/test/java/libcore/java/net/
DOldCookieHandlerTest.java29 import tests.support.Support_Configuration;
DOldSocketTest.java40 import tests.support.Support_Configuration;
825 .getByAddress(Support_Configuration.nonLocalAddressBytes), in test_bindLjava_net_SocketAddress()
949 .getByName(Support_Configuration.ResolvedNotExistingHost), in test_connectLjava_net_SocketAddress()
1168 …nonReachableAddress = new InetSocketAddress(InetAddress.getByName(Support_Configuration.ResolvedNo… in test_connectLjava_net_SocketAddressI()
2063 Support_Configuration.SocksServerTestHost, in test_connect_unresolved()
2064 Support_Configuration.SocksServerTestPort); in test_connect_unresolved()
/libcore/support/src/test/java/tests/support/resource/
DSupport_Resources.java29 import tests.support.Support_Configuration;
161 return "http://" + Support_Configuration.TestResources + resource; in getResourceURL()