Searched refs:TB (Results 1 - 13 of 13) sorted by relevance

/openjdk9/langtools/test/tools/javac/annotations/typeAnnotations/failures/
H A DCantAnnotateStaticClass2.java21 @interface TB {} interface in class:Top
44 @TB Outer f1;
45 @TB Outer.Inner f1a;
46 @TB Outer.SInner f2a; // err
47 @TB Outer.IInner f3a; // err
53 @TB Outer. @TC Inner f1c;
54 @TB Outer. @TC SInner f2c; // err
55 @TB Outer. @TC IInner f3c; // err
57 @TA Top. @TB Outer g1; // err
58 @TA Top. @TB Oute
[all...]
H A DCantAnnotateStaticClass3.java21 @interface TB {} interface in class:Top
45 @TB Outer f1;
46 @TB Outer.Inner f1a; // err
47 @TB Outer.SInner f2a; // err
48 @TB Outer.IInner f3a; // err
54 @TB Outer. @TC Inner f1c; // err
55 @TB Outer. @TC SInner f2c; // err
56 @TB Outer. @TC IInner f3c; // err
58 @TA Top. @TB Outer g1; // err
59 @TA Top. @TB Oute
[all...]
H A DTypeVariableCycleTest.java38 return (@TB MTV) p;
46 @interface TB {} interface
/openjdk9/langtools/test/tools/javac/diags/examples/
H A DCantAnnotateScoping.java32 @interface TB {} interface in class:CantAnnotateScoping
39 @TA @TB Outer.Inner f;
42 @TA @TB Outer g;
/openjdk9/langtools/test/tools/javac/annotations/typeAnnotations/newlocations/
H A DLambda.java47 return r::<@TA Object, @TB Object>generic;
51 return LambdaImpl::<@TA Object, @TB Object>new;
59 return (@TA Object x, @TB Object y) -> { @TA Object l = null; System.out.println("We have: " + (@TB Object) x); };
75 @interface TB { } interface
H A DAnonymousClass.java42 @interface TB { } interface
/openjdk9/jdk/test/tools/pack200/typeannos/
H A DLambda.java46 return r::<@TA Object, @TB Object>generic;
50 return LambdaImpl::<@TA Object, @TB Object>new;
59 @interface TB { } interface
/openjdk9/jdk/test/java/lang/annotation/typeAnnotations/
H A DTestExecutableGetAnnotatedType.java187 public @interface TB {} interface in class:TestExecutableGetAnnotatedType
200 public static void m10() throws @TA Error, @TB @TC RuntimeException {;}
201 public static @TB long m20(@TC int a, @TA double b) throws @TA Error, @TB @TC RuntimeException { return 0L; }
202 public static @TC Object m30(@TA String s, @TB List l) throws @TA Error, @TB @TC RuntimeException { return null; }
203 public static @TA Object m40(@TB String s, @TC List<@TA String> l) { return null; }
204 public static @TA Object m40(@TB String s, @TC List<@TA String> l, @TB boolean ... b) { return null; }
209 public Methods1(@TA int i, @TB Strin
[all...]
H A DGetAnnotatedOwnerType.java40 public @TA("generic") GetAnnotatedOwnerType<String> . @TB("generic") Nested<Integer> genericField;
41 public @TA("raw") GetAnnotatedOwnerType . @TB("raw") Nested rawField;
42 public @TA("non-generic") GetAnnotatedOwnerTypeAuxilliary . @TB("non-generic") Inner nonGeneric;
43 public @TA("non-generic") GetAnnotatedOwnerTypeAuxilliary . @TB("generic") InnerGeneric<String> innerGeneric;
44 public @TA("non-generic") GetAnnotatedOwnerTypeAuxilliary . @TB("raw") InnerGeneric innerRaw;
49 public @TA("bad") GetAnnotatedOwnerType<@TA("good") GetAnnotatedOwnerType<String> . @TB("tb") Nested<Integer> > typeArgument;
78 Asserts.assertEquals(inner.getAnnotation(TB.class).value(), "generic");
95 Asserts.assertEquals(inner.getAnnotation(TB.class).value(), "raw");
112 Asserts.assertEquals(inner.getAnnotation(TB.class).value(), "non-generic");
129 Asserts.assertEquals(inner.getAnnotation(TB
273 public @interface TB { interface in class:GetAnnotatedOwnerType
[all...]
/openjdk9/langtools/test/tools/javac/processing/model/type/
H A DBasicAnnoTests.java404 public @interface TB { interface in class:BasicAnnoTests
428 @Test(posn=0, annoType=TB.class, expect="1121")
429 @TA(1120) public int @TB(1121) [] f112;
431 @Test(posn=0, annoType=TB.class, expect="11211")
433 public @TA(11200) int @TB(11211) [] f112b;
435 @Test(posn=1, annoType=TB.class, expect="1131")
437 @TA(1130) public int [] @TB(1131) [] f113;
449 @Test(posn=7, annoType=TB.class, expect="151")
450 @TB(151) public int [] [] [] [] [] [] @TA(150) [] f15;
452 @Test(posn=0, annoType=TB
[all...]
/openjdk9/jdk/test/java/lang/annotation/
H A DTypeVariableBounds.java97 public static class Case2<C2T0, @TA C2T1 extends Type, C2T2 extends @TB AnnotatedElement, C2T3 extends AnnotatedElement & @TB Type & Serializable> {}
101 public static class Case4 { public <C4T0, @TA C4T1 extends List, C4T2 extends @TB Set, C4T3 extends Set & @TB Callable & Serializable> void aMethod() {}}
111 public static class Case6 <@TA C6CT1, C6CT2 extends @TB Runnable> {
113 C6MT2 extends @TB AnnotatedElement,
114 C6MT3 extends @TB AnnotatedElement & @TB2 Type & Serializable,
124 public @interface TB {} interface in class:TypeVariableBounds
/openjdk9/langtools/test/tools/javac/annotations/typeAnnotations/referenceinfos/
H A DTest.java37 @Target({ElementType.TYPE_USE, ElementType.TYPE_PARAMETER}) @interface TB {} interface
/openjdk9/jdk/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-ot-shape-complex-indic-table.cc225 /* 0C48 */ _(M,TB), _(x,x), _(M,T), _(M,T), _(M,T), _(V,T), _(x,x), _(x,x),

Completed in 203 milliseconds