Home
last modified time | relevance | path

Searched refs:tc (Results 1 – 9 of 9) sorted by relevance

/libcore/ojluni/src/main/java/java/net/
DDatagramSocket.java1214 public synchronized void setTrafficClass(int tc) throws SocketException { in setTrafficClass() argument
1215 if (tc < 0 || tc > 255) in setTrafficClass()
1221 getImpl().setOption(SocketOptions.IP_TOS, tc); in setTrafficClass()
/libcore/ojluni/src/main/java/sun/nio/ch/
DSocketAdaptor.java394 public void setTrafficClass(int tc) throws SocketException { in setTrafficClass() argument
395 setIntOption(StandardSocketOptions.IP_TOS, tc); in setTrafficClass()
DDatagramSocketAdaptor.java340 public void setTrafficClass(int tc) throws SocketException { in setTrafficClass() argument
341 setIntOption(StandardSocketOptions.IP_TOS, tc); in setTrafficClass()
/libcore/ojluni/annotations/mmodule/java/net/
DDatagramSocket.annotated.java94 public synchronized void setTrafficClass(int tc) throws java.net.SocketException { throw new Runtim… in setTrafficClass() argument
DSocket.annotated.java112 public void setTrafficClass(int tc) throws java.net.SocketException { throw new RuntimeException("S… in setTrafficClass() argument
/libcore/ojluni/annotations/hiddenapi/java/net/
DDatagramSocket.java175 public synchronized void setTrafficClass(int tc) throws java.net.SocketException { in setTrafficClass() argument
DSocket.java233 public void setTrafficClass(int tc) throws java.net.SocketException { in setTrafficClass() argument
/libcore/luni/src/test/java/libcore/java/lang/
DOldClassTest.java56 static TestClass2 tc = new TestClass2(0); field in OldClassTest.TestClass1C
597 TempTestClass2<String> tc = new TempTestClass2<String>(); in test_getTypeParameters() local
598 tv = tc.getClass().getTypeParameters(); in test_getTypeParameters()
/libcore/support/src/test/java/tests/resources/
Djunit4-4.3.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/ ...