Searched refs:theBytes (Results 1 – 7 of 7) sorted by relevance
/libcore/luni/src/main/java/java/sql/ |
D | Blob.java | 146 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
|
D | SQLOutput.java | 141 public void writeBytes(byte[] theBytes) throws SQLException; in writeBytes() argument
|
D | PreparedStatement.java | 267 public void setBytes(int parameterIndex, byte[] theBytes) in setBytes() argument
|
D | CallableStatement.java | 1019 public void setBytes(String parameterName, byte[] theBytes) in setBytes() argument
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
D | DatagramSocketTest.java | 838 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/ |
D | OldSocketTest.java | 943 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/ |
D | OldPreparedStatementTest.java | 2354 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
|