Home
last modified time | relevance | path

Searched refs:theBytes (Results 1 – 3 of 3) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DDatagramSocketTest.java866 byte theBytes[] = { -1, -1, -1, -1 }; in test_setBroadcastZ()
871 theSocket.connect(new InetSocketAddress(InetAddress.getByAddress(theBytes), 0)); in test_setBroadcastZ()
879 theSocket.connect(new InetSocketAddress(InetAddress.getByAddress(theBytes), 0)); in test_setBroadcastZ()
/libcore/luni/src/test/java/libcore/java/net/
DOldSocketTest.java912 byte[] theBytes = { 0, 0, 0, 0 }; in test_connectLjava_net_SocketAddress()
914 …SocketAddress nonConnectableAddress = new InetSocketAddress(InetAddress.getByAddress(theBytes), 0); in test_connectLjava_net_SocketAddress()
1069 byte[] theBytes = { 0, 0, 0, 0 }; in test_connectLjava_net_SocketAddressI()
1071 …SocketAddress nonConnectableAddress = new InetSocketAddress(InetAddress.getByAddress(theBytes), 0); in test_connectLjava_net_SocketAddressI()
/libcore/luni/src/test/java/libcore/java/sql/
DOldPreparedStatementTest.java2352 public int setBytes(long pos, byte[] theBytes) throws SQLException { in setBytes() argument
2356 public int setBytes(long pos, byte[] theBytes, int offset, int len) in setBytes() argument