Home
last modified time | relevance | path

Searched refs:nonLocalAddressBytes (Results 1 – 4 of 4) sorted by relevance

/libcore/support/src/test/java/tests/support/
DSupport_Configuration.java59 public static final byte nonLocalAddressBytes[] = { 1, 0, 0, 0 }; field in Support_Configuration
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DServerSocketTest.java467 .getByAddress(Support_Configuration.nonLocalAddressBytes), in test_bindLjava_net_SocketAddress()
551 .getByAddress(Support_Configuration.nonLocalAddressBytes), in test_bindLjava_net_SocketAddressI()
DSocketTest.java165 .getByAddress(Support_Configuration.nonLocalAddressBytes), 42); in test_bindLjava_net_SocketAddress()
/libcore/luni/src/test/java/libcore/java/net/
DOldSocketTest.java826 .getByAddress(Support_Configuration.nonLocalAddressBytes), in test_bindLjava_net_SocketAddress()