Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/sql/
DBlob.java146 public int setBytes(long pos, byte[] theBytes) throws SQLException; in setBytes() argument
168 public int setBytes(long pos, byte[] theBytes, int offset, int len) in setBytes() argument
DSQLOutput.java141 public void writeBytes(byte[] theBytes) throws SQLException; in writeBytes() argument
DPreparedStatement.java267 public void setBytes(int parameterIndex, byte[] theBytes) in setBytes() argument
DCallableStatement.java1019 public void setBytes(String parameterName, byte[] theBytes) in setBytes() argument
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DDatagramSocketTest.java838 byte theBytes[] = { -1, -1, -1, -1 }; in test_setBroadcastZ()
843 theSocket.connect(new InetSocketAddress(InetAddress.getByAddress(theBytes), 0)); in test_setBroadcastZ()
851 theSocket.connect(new InetSocketAddress(InetAddress.getByAddress(theBytes), 0)); in test_setBroadcastZ()
/libcore/luni/src/test/java/libcore/java/net/
DOldSocketTest.java943 byte[] theBytes = { 0, 0, 0, 0 }; in test_connectLjava_net_SocketAddress()
947 .getByAddress(theBytes), portNumber); in test_connectLjava_net_SocketAddress()
1165 byte[] theBytes = { 0, 0, 0, 0 }; in test_connectLjava_net_SocketAddressI()
1167 …SocketAddress nonConnectableAddress = new InetSocketAddress(InetAddress.getByAddress(theBytes), 0); in test_connectLjava_net_SocketAddressI()
/libcore/luni/src/test/java/libcore/java/sql/
DOldPreparedStatementTest.java2354 public int setBytes(long pos, byte[] theBytes) throws SQLException { in setBytes() argument
2358 public int setBytes(long pos, byte[] theBytes, int offset, int len) in setBytes() argument