Home
last modified time | relevance | path

Searched defs:tc (Results 1 – 11 of 11) sorted by relevance

/libcore/ojluni/annotations/mmodule/java/net/
DDatagramSocket.annotated.java94 public synchronized void setTrafficClass(int tc) throws java.net.SocketException { throw new Runtim… in setTrafficClass()
DSocket.annotated.java112 public void setTrafficClass(int tc) throws java.net.SocketException { throw new RuntimeException("S… in setTrafficClass()
/libcore/ojluni/src/main/java/sun/nio/ch/
DDatagramSocketAdaptor.java340 public void setTrafficClass(int tc) throws SocketException { in setTrafficClass()
DSocketAdaptor.java394 public void setTrafficClass(int tc) throws SocketException { in setTrafficClass()
/libcore/ojluni/annotations/hiddenapi/java/net/
DDatagramSocket.java175 public synchronized void setTrafficClass(int tc) throws java.net.SocketException { in setTrafficClass()
DSocket.java233 public void setTrafficClass(int tc) throws java.net.SocketException { in setTrafficClass()
/libcore/luni/src/test/java/libcore/java/lang/
DOldClassTest.java56 static TestClass2 tc = new TestClass2(0); field in OldClassTest.TestClass1C
537 TempTestClass2<String> tc = new TempTestClass2<String>(); in test_getTypeParameters() local
/libcore/ojluni/src/main/java/java/net/
DDatagramSocket.java1214 public synchronized void setTrafficClass(int tc) throws SocketException { in setTrafficClass()
DSocket.java1414 public void setTrafficClass(int tc) throws SocketException { in setTrafficClass()
/libcore/ojluni/src/main/java/java/util/concurrent/
DForkJoinPool.java2180 int tc = pc + (short)(c >> TC_SHIFT); in tryCompensate() local
3129 int tc = pc + (short)(c >>> TC_SHIFT); in toString() local
/libcore/ojluni/src/main/java/java/io/
DObjectInputStream.java2626 int tc = in.peek(); in readBlockHeader() local