/libcore/ojluni/src/test/java/net/DatagramSocket/ |
D | ReuseAddressTest.java | 303 ds.setTrafficClass(values[i]); in DatagramSocket2029() 330 ds.setTrafficClass(i); in DatagramSocket2030()
|
/libcore/ojluni/annotations/mmodule/java/net/ |
D | DatagramSocket.annotated.java | 94 public synchronized void setTrafficClass(int tc) throws java.net.SocketException { throw new Runtim… in setTrafficClass() method in DatagramSocket
|
D | Socket.annotated.java | 112 public void setTrafficClass(int tc) throws java.net.SocketException { throw new RuntimeException("S… in setTrafficClass() method in Socket
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
D | SocketTest.java | 1535 theSocket.setTrafficClass(256); in test_setTrafficClassI() 1541 theSocket.setTrafficClass(-1); in test_setTrafficClassI() 1547 theSocket.setTrafficClass(IPTOS_LOWCOST); in test_setTrafficClassI() 1548 theSocket.setTrafficClass(IPTOS_RELIABILTY); in test_setTrafficClassI() 1549 theSocket.setTrafficClass(IPTOS_THROUGHPUT); in test_setTrafficClassI() 1550 theSocket.setTrafficClass(IPTOS_LOWDELAY); in test_setTrafficClassI()
|
D | DatagramSocketTest.java | 906 theSocket.setTrafficClass(256); in test_setTrafficClassI() 912 theSocket.setTrafficClass(-1); in test_setTrafficClassI() 918 theSocket.setTrafficClass(IPTOS_LOWCOST); in test_setTrafficClassI() 919 theSocket.setTrafficClass(IPTOS_THROUGHPUT); in test_setTrafficClassI()
|
/libcore/ojluni/annotations/hiddenapi/java/net/ |
D | DatagramSocket.java | 175 public synchronized void setTrafficClass(int tc) throws java.net.SocketException { in setTrafficClass() method in DatagramSocket
|
D | Socket.java | 233 public void setTrafficClass(int tc) throws java.net.SocketException { in setTrafficClass() method in Socket
|
/libcore/luni/src/test/java/libcore/java/net/ |
D | DatagramSocketTest.java | 107 s.setTrafficClass(i); in test_setTrafficClass()
|
D | OldSocketTest.java | 1563 theSocket.setTrafficClass(256); in test_setTrafficClassI() 1569 theSocket.setTrafficClass(-1); in test_setTrafficClassI() 1575 theSocket.setTrafficClass(IPTOS_LOWCOST); in test_setTrafficClassI() 1576 theSocket.setTrafficClass(IPTOS_THROUGHPUT); in test_setTrafficClassI() 1585 theSocket.setTrafficClass(0); in test_setTrafficClassI()
|
D | SocketTest.java | 301 s.setTrafficClass(i); in test_setTrafficClass()
|
D | URLConnectionTest.java | 3647 …@Override public void setTrafficClass(int tc) throws SocketException { delegate.setTrafficClass(tc… 3887 @Override public void setTrafficClass(int value) throws SocketException { 3888 delegate.setTrafficClass(value);
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
D | SocketAdaptor.java | 394 public void setTrafficClass(int tc) throws SocketException { in setTrafficClass() method in SocketAdaptor
|
D | DatagramSocketAdaptor.java | 340 public void setTrafficClass(int tc) throws SocketException { in setTrafficClass() method in DatagramSocketAdaptor
|
/libcore/ojluni/src/main/java/java/net/ |
D | DatagramSocket.java | 1216 public synchronized void setTrafficClass(int tc) throws SocketException { in setTrafficClass() method in DatagramSocket
|
D | Socket.java | 1437 public void setTrafficClass(int tc) throws SocketException { in setTrafficClass() method in Socket
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/ |
D | SocketChannelTest.java | 3731 socket.setTrafficClass(10); in testSocket_setOptions()
|
/libcore/api/ |
D | current.txt | 5173 method public void setTrafficClass(int) throws java.net.SocketException; 5587 method public void setTrafficClass(int) throws java.net.SocketException;
|