Searched refs:tc (Results 1 – 11 of 11) sorted by relevance
1214 public synchronized void setTrafficClass(int tc) throws SocketException { in setTrafficClass() argument1215 if (tc < 0 || tc > 255) in setTrafficClass()1221 getImpl().setOption(SocketOptions.IP_TOS, tc); in setTrafficClass()
1414 public void setTrafficClass(int tc) throws SocketException { in setTrafficClass() argument1415 if (tc < 0 || tc > 255) in setTrafficClass()1421 getImpl().setOption(SocketOptions.IP_TOS, tc); in setTrafficClass()
340 public void setTrafficClass(int tc) throws SocketException { in setTrafficClass() argument341 setIntOption(StandardSocketOptions.IP_TOS, tc); in setTrafficClass()
394 public void setTrafficClass(int tc) throws SocketException { in setTrafficClass() argument395 setIntOption(StandardSocketOptions.IP_TOS, tc); in setTrafficClass()
94 public synchronized void setTrafficClass(int tc) throws java.net.SocketException { throw new Runtim… in setTrafficClass() argument
112 public void setTrafficClass(int tc) throws java.net.SocketException { throw new RuntimeException("S… in setTrafficClass() argument
175 public synchronized void setTrafficClass(int tc) throws java.net.SocketException { in setTrafficClass() argument
233 public void setTrafficClass(int tc) throws java.net.SocketException { in setTrafficClass() argument
56 static TestClass2 tc = new TestClass2(0); field in OldClassTest.TestClass1C537 TempTestClass2<String> tc = new TempTestClass2<String>(); in test_getTypeParameters() local538 tv = tc.getClass().getTypeParameters(); in test_getTypeParameters()
2180 int tc = pc + (short)(c >> TC_SHIFT); in tryCompensate() local2199 else if (tc >= pc && ac > 1 && w.isEmpty()) { in tryCompensate()2204 else if (tc >= MAX_CAP || in tryCompensate()2205 (this == common && tc >= pc + COMMON_MAX_SPARES)) in tryCompensate()2209 boolean isSpare = (tc >= pc); in tryCompensate()3129 int tc = pc + (short)(c >>> TC_SHIFT); in toString() local3141 ", size = " + tc + in toString()
META-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/ ...