/dports/lang/fpc-source/fpc-3.2.2/tests/test/ |
H A D | tmoperator7.pp | 63 Foos: TFooArray; 68 SetLength(Foos, 1); 69 CheckFooInit(Foos[0].I, 1); 71 SetLength(Foos, 2); 72 CheckFooInit(Foos[1].I, 2); 74 SetLength(Foos, 1); 77 SetLength(Foos, 2); 78 CheckFooInit(Foos[1].I, 3); 80 Foos := nil;
|
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/annotations/repeatingAnnotations/ |
H A D | NestedContainers.java | 37 @Repeatable(Foos.class) 42 @interface Foos { annotation 48 Foos[] value(); in value() 55 @Foos({}) 56 @Foos({}) 61 Annotation a = BasicRepeatingAnnos.class.getAnnotation(Foos.class); in main()
|
H A D | BasicRepeatingAnnotations.java | 37 @Repeatable(Foos.class) 41 @interface Foos { annotation 63 Annotation a = BasicRepeatingAnnos.class.getAnnotation(Foos.class); in main() 69 a = BasicNonRepeatingAnno.class.getAnnotation(Foos.class); in main()
|
H A D | SingleRepeatingAndContainer.java | 33 @Repeatable(Foos.class) 36 @interface Foos { annotation 41 @Foos({})
|
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/tools/javac/annotations/repeatingAnnotations/ |
H A D | NestedContainers.java | 37 @Repeatable(Foos.class) 42 @interface Foos { annotation 48 Foos[] value(); in value() 55 @Foos({}) 56 @Foos({}) 61 Annotation a = BasicRepeatingAnnos.class.getAnnotation(Foos.class); in main()
|
H A D | BasicRepeatingAnnotations.java | 37 @Repeatable(Foos.class) 41 @interface Foos { annotation 63 Annotation a = BasicRepeatingAnnos.class.getAnnotation(Foos.class); in main() 69 a = BasicNonRepeatingAnno.class.getAnnotation(Foos.class); in main()
|
H A D | SingleRepeatingAndContainer.java | 33 @Repeatable(Foos.class) 36 @interface Foos { annotation 41 @Foos({})
|
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/annotations/repeatingAnnotations/ |
H A D | NestedContainers.java | 37 @Repeatable(Foos.class) 42 @interface Foos { annotation 48 Foos[] value(); in value() 55 @Foos({}) 56 @Foos({}) 61 Annotation a = BasicRepeatingAnnos.class.getAnnotation(Foos.class); in main()
|
H A D | BasicRepeatingAnnotations.java | 37 @Repeatable(Foos.class) 41 @interface Foos { annotation 63 Annotation a = BasicRepeatingAnnos.class.getAnnotation(Foos.class); in main() 69 a = BasicNonRepeatingAnno.class.getAnnotation(Foos.class); in main()
|
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/tools/javac/annotations/repeatingAnnotations/ |
H A D | NestedContainers.java | 37 @Repeatable(Foos.class) 42 @interface Foos { annotation 48 Foos[] value(); in value() 55 @Foos({}) 56 @Foos({}) 61 Annotation a = BasicRepeatingAnnos.class.getAnnotation(Foos.class); in main()
|
H A D | BasicRepeatingAnnotations.java | 37 @Repeatable(Foos.class) 41 @interface Foos { annotation 63 Annotation a = BasicRepeatingAnnos.class.getAnnotation(Foos.class); in main() 69 a = BasicNonRepeatingAnno.class.getAnnotation(Foos.class); in main()
|
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/tools/javac/annotations/repeatingAnnotations/ |
H A D | NestedContainers.java | 37 @Repeatable(Foos.class) 42 @interface Foos { annotation 48 Foos[] value(); in value() 55 @Foos({}) 56 @Foos({}) 61 Annotation a = BasicRepeatingAnnos.class.getAnnotation(Foos.class); in main()
|
H A D | BasicRepeatingAnnotations.java | 37 @Repeatable(Foos.class) 41 @interface Foos { annotation 63 Annotation a = BasicRepeatingAnnos.class.getAnnotation(Foos.class); in main() 69 a = BasicNonRepeatingAnno.class.getAnnotation(Foos.class); in main()
|
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/tools/javac/annotations/repeatingAnnotations/ |
H A D | NestedContainers.java | 37 @Repeatable(Foos.class) 42 @interface Foos { annotation 48 Foos[] value(); in value() 55 @Foos({}) 56 @Foos({}) 61 Annotation a = BasicRepeatingAnnos.class.getAnnotation(Foos.class); in main()
|
H A D | BasicRepeatingAnnotations.java | 37 @Repeatable(Foos.class) 41 @interface Foos { annotation 63 Annotation a = BasicRepeatingAnnos.class.getAnnotation(Foos.class); in main() 69 a = BasicNonRepeatingAnno.class.getAnnotation(Foos.class); in main()
|
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/tools/javac/annotations/repeatingAnnotations/ |
H A D | NestedContainers.java | 37 @Repeatable(Foos.class) 42 @interface Foos { annotation 48 Foos[] value(); in value() 55 @Foos({}) 56 @Foos({}) 61 Annotation a = BasicRepeatingAnnos.class.getAnnotation(Foos.class); in main()
|
H A D | BasicRepeatingAnnotations.java | 37 @Repeatable(Foos.class) 41 @interface Foos { annotation 63 Annotation a = BasicRepeatingAnnos.class.getAnnotation(Foos.class); in main() 69 a = BasicNonRepeatingAnno.class.getAnnotation(Foos.class); in main()
|
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/annotations/repeatingAnnotations/ |
H A D | NestedContainers.java | 37 @Repeatable(Foos.class) 42 @interface Foos { annotation 48 Foos[] value(); in value() 55 @Foos({}) 56 @Foos({}) 61 Annotation a = BasicRepeatingAnnos.class.getAnnotation(Foos.class); in main()
|
H A D | BasicRepeatingAnnotations.java | 37 @Repeatable(Foos.class) 41 @interface Foos { annotation 63 Annotation a = BasicRepeatingAnnos.class.getAnnotation(Foos.class); in main() 69 a = BasicNonRepeatingAnno.class.getAnnotation(Foos.class); in main()
|
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/tools/javac/annotations/repeatingAnnotations/ |
H A D | NestedContainers.java | 37 @Repeatable(Foos.class) 42 @interface Foos { annotation 48 Foos[] value(); in value() 55 @Foos({}) 56 @Foos({}) 61 Annotation a = BasicRepeatingAnnos.class.getAnnotation(Foos.class); in main()
|
H A D | BasicRepeatingAnnotations.java | 37 @Repeatable(Foos.class) 41 @interface Foos { annotation 63 Annotation a = BasicRepeatingAnnos.class.getAnnotation(Foos.class); in main() 69 a = BasicNonRepeatingAnno.class.getAnnotation(Foos.class); in main()
|
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/annotations/repeatingAnnotations/ |
H A D | NestedContainers.java | 37 @Repeatable(Foos.class) 42 @interface Foos { annotation 48 Foos[] value(); in value() 55 @Foos({}) 56 @Foos({}) 61 Annotation a = BasicRepeatingAnnos.class.getAnnotation(Foos.class); in main()
|
H A D | BasicRepeatingAnnotations.java | 37 @Repeatable(Foos.class) 41 @interface Foos { annotation 63 Annotation a = BasicRepeatingAnnos.class.getAnnotation(Foos.class); in main() 69 a = BasicNonRepeatingAnno.class.getAnnotation(Foos.class); in main()
|
/dports/devel/p5-Moos/Moos-0.30/t/ |
H A D | constructor.t | 4 package Foos; 9 my $f1 = Foos->new(noos => [2, 2, 2]); 10 my $f2 = Foos->new({noos => {2 => 2}}); 12 is ref($f1), 'Foos', 'Object constructed with listed args'; 14 is ref($f2), 'Foos', 'Object constructed with hash args';
|
H A D | namespace-autoclean.t | 12 package Foos; 18 can_ok Foos => 'foo'; 21 Sub::Identify::sub_fullname(Foos->can('foo')), 22 'Foos::foo',
|