Searched refs:tc (Results 1 - 25 of 169) sorted by relevance

1234567

/openjdk10/nashorn/test/script/
H A Dtest262_single.js30 function runTestCase(tc) {
31 print(tc() ? "success" : "failure");
/openjdk10/hotspot/test/runtime/lambda-features/
H A DPublicStaticInterfaceMethodHandling.java45 TestClass tc = new TestClass();
46 tc.default_method();
/openjdk10/langtools/test/tools/javac/annotations/6365854/
H A DT6365854.java48 TestCore tc = new TestCore();
49 System.out.println(tc.toString());
/openjdk10/langtools/test/tools/javac/flow/tests/
H A DTestCaseLocalInInnerBlock.java28 @AliveRange(varName="tc", bytecodeStart=5, bytecodeLength=30)
31 String tc = "b";
32 if (tc != null) {
34 if (tc.trim() != null) {
/openjdk10/hotspot/test/compiler/codegen/
H A DTest6942326.java156 TestCon tc = new TestCon17();
157 test_consub_indexof(tc, b);
161 tc = new TestCon16();
162 test_consub_indexof(tc, b);
166 tc = new TestCon9();
167 test_consub_indexof(tc, b);
171 tc = new TestCon8();
172 test_consub_indexof(tc, b);
176 tc = new TestCon4();
177 test_consub_indexof(tc,
316 test_consub_indexof(TestCon tc, String b) argument
330 test_conmis_indexof(TestCon tc, String b) argument
344 test_subcon(TestCon tc) argument
[all...]
/openjdk10/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
285 case "test" : vtaExp=4; itaExp=4; vaExp=0; iaExp=0; tc++; break;
286 case "mtest": vtaExp=4; itaExp=4; vaExp=1; iaExp=1; tc++; break;
287 case "m1": vtaExp=2; itaExp=2; vaExp=1; iaExp=1; tc++; break;
288 case "m2": vtaExp=4; itaExp=4; vaExp=1; iaExp=1; tc++; break;
289 case "m3": vtaExp=10; itaExp=10; vaExp=1; iaExp=1; tc++; break;
290 case "tm": vtaExp=6; itaExp=6; vaExp=1; iaExp=1; tc++; break;
292 case "i_m1": vtaExp=2; itaExp=2; vaExp=1; iaExp=1; tc++; break;
293 case "i_m2": vtaExp=4; itaExp=4; vaExp=1; iaExp=1; tc++; break;
294 case "i_um": vtaExp=6; itaExp=6; vaExp=1; iaExp=1; tc
[all...]
/openjdk10/langtools/test/tools/javac/varargs/
H A DBadSyntax2.java40 Tclass<String> tc = new Tclass<String>(s); //this gets Assertion field in class:BadSyntax2
/openjdk10/jdk/src/java.desktop/windows/classes/sun/awt/windows/
H A DWTextComponentPeer.java65 TextComponent tc = (TextComponent)target;
66 String text = tc.getText();
71 select(tc.getSelectionStart(), tc.getSelectionEnd());
72 setEditable(tc.isEditable());
/openjdk10/jdk/test/java/math/BigDecimal/
H A DDivideTests.java232 for(BigDecimal[] tc : testCases) {
234 if (! (quotient = tc[0].divide(tc[1])).equals(tc[2]) ) {
236 System.err.println("Unexpected quotient from " + tc[0] + " / " + tc[1] +
237 "; expected " + tc[2] + " got " + quotient);
253 for(BigDecimal[] tc : testCases) {
255 if (! (quotient = tc[0].divide(tc[
[all...]
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/corba/
H A DExceptionListImpl.java58 public void add(TypeCode tc) argument
60 _exceptions.addElement(tc);
H A DTypeCodeImpl.java215 public TypeCodeImpl(ORB orb, TypeCode tc) argument
217 // also see the 'convertToNative(ORB orb, TypeCode tc)' function
222 // Should only be used if tc is not an instance of this class!
225 if (tc instanceof TypeCodeImpl) {
226 TypeCodeImpl tci = (TypeCodeImpl)tc;
234 _kind = tc.kind().value();
240 _type_modifier = tc.type_modifier();
242 TypeCode tccb = tc.concrete_base_type();
248 //_memberAccess = tc._memberAccess;
250 _memberAccess = new short[tc
593 convertToNative(ORB orb, TypeCode tc) argument
702 equal(TypeCode tc) argument
898 equivalent(TypeCode tc) argument
[all...]
/openjdk10/hotspot/src/share/vm/gc/g1/
H A DconcurrentG1Refine.hpp90 void threads_do(ThreadClosure *tc);
93 void worker_threads_do(ThreadClosure * tc);
/openjdk10/hotspot/test/compiler/escapeAnalysis/
H A DTestAllocatedEscapesPtrComparison.java105 TestAllocatedEscapesPtrComparison tc = new TestAllocatedEscapesPtrComparison();
109 tc.visit(0);
/openjdk10/hotspot/test/runtime/Unsafe/
H A DAllocateInstance.java49 TestClass tc = (TestClass)UNSAFE.allocateInstance(TestClass.class);
50 assertFalse(tc.calledConstructor);
/openjdk10/jdk/test/java/net/Socket/
H A DTrafficClass.java43 int tc = s.getTrafficClass();
53 int tc = s.getTrafficClass();
/openjdk10/langtools/test/tools/javac/
H A DT6326754.java71 TestConstructor tc = new TestConstructor("saaa");
72 tc.setT("sasa");
/openjdk10/jdk/src/java.desktop/unix/native/libawt_xawt/awt/
H A Dawt_util.c77 jclass tc = (*env)->FindClass(env, "java/lang/Thread"); local
78 CHECK_NULL_RETURN(tc, JNI_FALSE);
79 threadClass = (*env)->NewGlobalRef(env, tc);
80 (*env)->DeleteLocalRef(env, tc);
/openjdk10/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/
H A DGraphViewerImplementation.java60 EditorTopComponent tc = new EditorTopComponent(diagram);
61 tc.open();
62 tc.requestActive();
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/interceptors/
H A DCDREncapsCodec.java127 public Any decode_value( byte[] data, TypeCode tc )
132 if( tc == null )
134 return decodeImpl( data, tc );
184 private Any decodeImpl( byte[] data, TypeCode tc )
205 if( tc == null ) {
206 tc = cdrIn.read_TypeCode();
211 any.read_value( cdrIn, tc );
/openjdk10/hotspot/test/compiler/codecache/dtrace/
H A DSegmentedCodeCacheDtraceTest.java82 private void runTest(TestCombination tc) { argument
85 .map(x -> tc.data.get(x).compileLevel + " " + tc.data.get(x).isInlined)
113 TestCombination tc = new TestCombination(levels, inlines);
114 if (combinations.add(tc)) {
115 return tc;
134 TestCombination tc
136 if (tc == null) {
140 System.out.println("INFO: Running testcase for: " + tc);
141 new SegmentedCodeCacheDtraceTest().runTest(tc);
[all...]
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DSymbolMetadata.java151 for (TypeCompound tc : other.getTypeAttributes()) {
153 if (!tc.position.type.isLocal())
154 typeAttributes.append(tc);
206 for (Attribute.TypeCompound tc : l) {
207 if (!type_attributes.contains(tc))
208 type_attributes = type_attributes.append(tc);
/openjdk10/corba/src/java.corba/share/classes/org/omg/CORBA/
H A DRequest.java233 * @param tc the <code>TypeCode</code> object containing type information
237 public abstract void set_return_type(TypeCode tc); argument
H A DTypeCode.java177 * @param tc the <code>TypeCode</code> object to compare against
181 public abstract boolean equal(TypeCode tc); argument
188 * @param tc the typecode to compare with this typecode
194 public abstract boolean equivalent(TypeCode tc); argument
/openjdk10/nashorn/test/src/jdk/nashorn/internal/runtime/linker/test/
H A DJavaAdapterTest.java67 final TestConversions tc = (TestConversions)e.eval(
73 Assert.assertEquals(Byte.MIN_VALUE, tc.getByte(Byte.MIN_VALUE));
74 Assert.assertEquals(Byte.MAX_VALUE, tc.getByte(Byte.MAX_VALUE));
76 Assert.assertEquals(Short.MIN_VALUE, tc.getShort(Short.MIN_VALUE));
77 Assert.assertEquals(Short.MAX_VALUE, tc.getShort(Short.MAX_VALUE));
79 Assert.assertEquals(Character.MIN_VALUE, tc.getChar(Character.MIN_VALUE));
80 Assert.assertEquals(Character.MAX_VALUE, tc.getChar(Character.MAX_VALUE));
82 Assert.assertEquals(Integer.MIN_VALUE, tc.getInt(Integer.MIN_VALUE));
83 Assert.assertEquals(Integer.MAX_VALUE, tc.getInt(Integer.MAX_VALUE));
85 Assert.assertEquals(Long.MIN_VALUE, tc
[all...]
/openjdk10/jdk/src/java.base/share/classes/com/sun/java/util/jar/pack/
H A DPopulationCoding.java89 Coding tc = longest;
94 tc = shorter; // shorten it by reducing B
96 return tc;
106 Coding tc = (Coding) tokenCoding;
107 if (tc == fitTokenCoding(fVlen, tc.L()))
108 this.L = tc.L();
124 Coding tc = (Coding) tokenCoding;
129 for (int n = 1; n <= tc.B(); n++) {
130 int nmax = tc
[all...]

Completed in 313 milliseconds

1234567