Searched defs:tc (Results 1 - 25 of 52) sorted by last modified time

123

/openjdk9/langtools/test/tools/javah/6572945/
H A DTestClass1.java46 static final String tc = ""; field in class:TestClass1
219 static final String tc = ""; field in class:TestClass1.Inner1
357 static final String tc = ""; field in class:TestClass1.Inner2
/openjdk9/langtools/test/tools/javac/varargs/
H A DBadSyntax2.java40 Tclass<String> tc = new Tclass<String>(s); //this gets Assertion field in class:BadSyntax2
/openjdk9/langtools/test/tools/javac/nativeHeaders/javahComparison/
H A DTestClass1.java46 static final String tc = ""; field in class:TestClass1
221 static final String tc = ""; field in class:TestClass1.Inner1
359 static final String tc = ""; field in class:TestClass1.Inner2
/openjdk9/langtools/test/tools/javac/lambda/
H A DByteCodeTest.java75 private static boolean verifyClassFileAttributes(File classFile, TestCases tc) { argument
/openjdk9/langtools/test/tools/javac/annotations/typeAnnotations/classfile/
H A DTestAnonInnerClasses.java62 int tc = 0, xtc = 180; // 45 x 4 variations of repeated annotations. field in class:TestAnonInnerClasses
[all...]
/openjdk9/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/
H A DGen.java177 public static int zero(int tc) { argument
195 public static int one(int tc) { argument
202 void emitMinusOne(int tc) { argument
[all...]
H A DCode.java254 public static int truncate(int tc) { argument
/openjdk9/jdk/test/javax/xml/ws/8043129/
H A Djavax.mail.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/mail/ com/sun/mail/imap/ ...
/openjdk9/jdk/test/java/text/Format/DateFormat/
H A DDateFormatRoundTripTest.java335 private void doTestInZone(TestCase tc) { argument
353 private void doTest(TestCase tc) { argument
[all...]
/openjdk9/jdk/src/jdk.rmic/share/classes/sun/tools/java/
H A DType.java134 public final boolean isType(int tc) { argument
/openjdk9/jdk/src/java.desktop/windows/native/libawt/java2d/windows/
H A DGDIWindowSurfaceData.cpp351 jclass tc; local
/openjdk9/jdk/src/java.desktop/unix/native/libawt_xawt/awt/
H A Dawt_util.c77 jclass tc = (*env)->FindClass(env, "java/lang/Thread"); local
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicTextUI.java1058 public Rectangle modelToView(JTextComponent tc, int pos) throws BadLocationException { argument
1080 public Rectangle modelToView(JTextComponent tc, int pos, Position.Bias bias) argument
1087 public Rectangle2D modelToView2D(JTextComponent tc, int pos, argument
1094 private Rectangle2D modelToView(JTextComponent tc, int pos, argument
1137 viewToModel(JTextComponent tc, Point pt) argument
1159 viewToModel(JTextComponent tc, Point pt, Position.Bias[] biasReturn) argument
1165 viewToModel2D(JTextComponent tc, Point2D pt, Position.Bias[] biasReturn) argument
1170 viewToModel(JTextComponent tc, float x, float y, Position.Bias[] biasReturn) argument
1233 damageRange(JTextComponent tc, int p0, int p1) argument
1277 getEditorKit(JTextComponent tc) argument
1298 getRootView(JTextComponent tc) argument
[all...]
H A DBasicEditorPaneUI.java112 public EditorKit getEditorKit(JTextComponent tc) { argument
/openjdk9/jdk/src/java.base/share/classes/sun/security/ssl/
H A DBaseSSLSocketImpl.java524 public final void setTrafficClass(int tc) throws SocketException { argument
/openjdk9/jdk/src/java.base/share/classes/sun/nio/ch/
H A DSocketAdaptor.java379 public void setTrafficClass(int tc) throws SocketException { argument
H A DDatagramSocketAdaptor.java340 public void setTrafficClass(int tc) throws SocketException { argument
/openjdk9/jdk/src/java.base/share/classes/java/net/
H A DSocket.java1375 public void setTrafficClass(int tc) throws SocketException { argument
H A DDatagramSocket.java1181 public synchronized void setTrafficClass(int tc) throws SocketException { argument
/openjdk9/jdk/src/java.base/share/classes/java/lang/invoke/
H A DLambdaForm.java882 private static boolean valueMatches(BasicType tc, Class<?> type, Object x) { argument
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/server/
H A DWSEndpointMOMProxy.java368 public Packet createServiceResponseForException(final ThrowableContainerPropertySet tc, argument
H A DWSEndpointImpl.java362 public Packet createServiceResponseForException(final ThrowableContainerPropertySet tc, argument
[all...]
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/api/server/
H A DWSEndpoint.java708 public abstract Packet createServiceResponseForException(final ThrowableContainerPropertySet tc, argument
/openjdk9/hotspot/test/compiler/codegen/
H A DTest6942326.java316 test_consub_indexof(TestCon tc, String b) argument
330 test_conmis_indexof(TestCon tc, String b) argument
344 test_subcon(TestCon tc) argument
[all...]
/openjdk9/hotspot/test/compiler/codecache/dtrace/
H A DSegmentedCodeCacheDtraceTest.java82 private void runTest(TestCombination tc) { argument
[all...]

Completed in 198 milliseconds

123