Home
last modified time | relevance | path

Searched refs:method5 (Results 1 – 25 of 435) sorted by relevance

12345678910>>...18

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/lambda/methodReference/
H A DSamConversion.java75 return new A()::method5; in test3()
99 … foo = new A()::method5; //instance reference, parameter type unboxing and return type matching in testAssignment()
130 bar = new A()::method5; in testAssignment()
146 assertTrue(test1(new A()::method5) == 6); in testMethodArgument()
151 test2(new A()::method5, 6); in testMethodArgument()
216 … Foo[] farray = {A::method1, new A()::method2, A::method3, new A()::method4, new A()::method5}; in testArrayInitializer()
217 …array = {A::method1, new A()::method2, A::method3, new A()::method4, new A()::method5, A::method6}; in testArrayInitializer()
224 Foo f = b ? A::method3 : new A()::method5; in testConditionalExpression()
256 Bar b = n -> { return ((Foo)new A()::method5).m(n); }; in testLambdaExpressionBody()
312 Integer method5(Integer n) { in method5() method in SamConversion.A
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/tools/javac/lambda/methodReference/
H A DSamConversion.java75 return new A()::method5; in test3()
99 … foo = new A()::method5; //instance reference, parameter type unboxing and return type matching in testAssignment()
130 bar = new A()::method5; in testAssignment()
146 assertTrue(test1(new A()::method5) == 6); in testMethodArgument()
151 test2(new A()::method5, 6); in testMethodArgument()
216 … Foo[] farray = {A::method1, new A()::method2, A::method3, new A()::method4, new A()::method5}; in testArrayInitializer()
217 …array = {A::method1, new A()::method2, A::method3, new A()::method4, new A()::method5, A::method6}; in testArrayInitializer()
224 Foo f = b ? A::method3 : new A()::method5; in testConditionalExpression()
256 Bar b = n -> { return ((Foo)new A()::method5).m(n); }; in testLambdaExpressionBody()
312 Integer method5(Integer n) { in method5() method in SamConversion.A
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/lambda/methodReference/
H A DSamConversion.java75 return new A()::method5; in test3()
99 … foo = new A()::method5; //instance reference, parameter type unboxing and return type matching in testAssignment()
130 bar = new A()::method5; in testAssignment()
146 assertTrue(test1(new A()::method5) == 6); in testMethodArgument()
151 test2(new A()::method5, 6); in testMethodArgument()
216 … Foo[] farray = {A::method1, new A()::method2, A::method3, new A()::method4, new A()::method5}; in testArrayInitializer()
217 …array = {A::method1, new A()::method2, A::method3, new A()::method4, new A()::method5, A::method6}; in testArrayInitializer()
224 Foo f = b ? A::method3 : new A()::method5; in testConditionalExpression()
256 Bar b = n -> { return ((Foo)new A()::method5).m(n); }; in testLambdaExpressionBody()
312 Integer method5(Integer n) { in method5() method in SamConversion.A
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/tools/javac/lambda/methodReference/
H A DSamConversion.java75 return new A()::method5; in test3()
99 … foo = new A()::method5; //instance reference, parameter type unboxing and return type matching in testAssignment()
130 bar = new A()::method5; in testAssignment()
146 assertTrue(test1(new A()::method5) == 6); in testMethodArgument()
151 test2(new A()::method5, 6); in testMethodArgument()
216 … Foo[] farray = {A::method1, new A()::method2, A::method3, new A()::method4, new A()::method5}; in testArrayInitializer()
217 …array = {A::method1, new A()::method2, A::method3, new A()::method4, new A()::method5, A::method6}; in testArrayInitializer()
224 Foo f = b ? A::method3 : new A()::method5; in testConditionalExpression()
256 Bar b = n -> { return ((Foo)new A()::method5).m(n); }; in testLambdaExpressionBody()
312 Integer method5(Integer n) { in method5() method in SamConversion.A
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/tools/javac/lambda/methodReference/
H A DSamConversion.java75 return new A()::method5; in test3()
99 … foo = new A()::method5; //instance reference, parameter type unboxing and return type matching in testAssignment()
130 bar = new A()::method5; in testAssignment()
146 assertTrue(test1(new A()::method5) == 6); in testMethodArgument()
151 test2(new A()::method5, 6); in testMethodArgument()
216 … Foo[] farray = {A::method1, new A()::method2, A::method3, new A()::method4, new A()::method5}; in testArrayInitializer()
217 …array = {A::method1, new A()::method2, A::method3, new A()::method4, new A()::method5, A::method6}; in testArrayInitializer()
224 Foo f = b ? A::method3 : new A()::method5; in testConditionalExpression()
256 Bar b = n -> { return ((Foo)new A()::method5).m(n); }; in testLambdaExpressionBody()
312 Integer method5(Integer n) { in method5() method in SamConversion.A
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/tools/javac/lambda/methodReference/
H A DSamConversion.java75 return new A()::method5; in test3()
99 … foo = new A()::method5; //instance reference, parameter type unboxing and return type matching in testAssignment()
130 bar = new A()::method5; in testAssignment()
146 assertTrue(test1(new A()::method5) == 6); in testMethodArgument()
151 test2(new A()::method5, 6); in testMethodArgument()
216 … Foo[] farray = {A::method1, new A()::method2, A::method3, new A()::method4, new A()::method5}; in testArrayInitializer()
217 …array = {A::method1, new A()::method2, A::method3, new A()::method4, new A()::method5, A::method6}; in testArrayInitializer()
224 Foo f = b ? A::method3 : new A()::method5; in testConditionalExpression()
256 Bar b = n -> { return ((Foo)new A()::method5).m(n); }; in testLambdaExpressionBody()
312 Integer method5(Integer n) { in method5() method in SamConversion.A
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/tools/javac/lambda/methodReference/
H A DSamConversion.java75 return new A()::method5; in test3()
99 … foo = new A()::method5; //instance reference, parameter type unboxing and return type matching in testAssignment()
130 bar = new A()::method5; in testAssignment()
146 assertTrue(test1(new A()::method5) == 6); in testMethodArgument()
151 test2(new A()::method5, 6); in testMethodArgument()
216 … Foo[] farray = {A::method1, new A()::method2, A::method3, new A()::method4, new A()::method5}; in testArrayInitializer()
217 …array = {A::method1, new A()::method2, A::method3, new A()::method4, new A()::method5, A::method6}; in testArrayInitializer()
224 Foo f = b ? A::method3 : new A()::method5; in testConditionalExpression()
256 Bar b = n -> { return ((Foo)new A()::method5).m(n); }; in testLambdaExpressionBody()
312 Integer method5(Integer n) { in method5() method in SamConversion.A
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/lambda/methodReference/
H A DSamConversion.java75 return new A()::method5; in test3()
99 … foo = new A()::method5; //instance reference, parameter type unboxing and return type matching in testAssignment()
130 bar = new A()::method5; in testAssignment()
146 assertTrue(test1(new A()::method5) == 6); in testMethodArgument()
151 test2(new A()::method5, 6); in testMethodArgument()
216 … Foo[] farray = {A::method1, new A()::method2, A::method3, new A()::method4, new A()::method5}; in testArrayInitializer()
217 …array = {A::method1, new A()::method2, A::method3, new A()::method4, new A()::method5, A::method6}; in testArrayInitializer()
224 Foo f = b ? A::method3 : new A()::method5; in testConditionalExpression()
256 Bar b = n -> { return ((Foo)new A()::method5).m(n); }; in testLambdaExpressionBody()
312 Integer method5(Integer n) { in method5() method in SamConversion.A
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/tools/javac/lambda/methodReference/
H A DSamConversion.java75 return new A()::method5; in test3()
99 … foo = new A()::method5; //instance reference, parameter type unboxing and return type matching in testAssignment()
130 bar = new A()::method5; in testAssignment()
146 assertTrue(test1(new A()::method5) == 6); in testMethodArgument()
151 test2(new A()::method5, 6); in testMethodArgument()
216 … Foo[] farray = {A::method1, new A()::method2, A::method3, new A()::method4, new A()::method5}; in testArrayInitializer()
217 …array = {A::method1, new A()::method2, A::method3, new A()::method4, new A()::method5, A::method6}; in testArrayInitializer()
224 Foo f = b ? A::method3 : new A()::method5; in testConditionalExpression()
256 Bar b = n -> { return ((Foo)new A()::method5).m(n); }; in testLambdaExpressionBody()
312 Integer method5(Integer n) { in method5() method in SamConversion.A
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/lambda/methodReference/
H A DSamConversion.java75 return new A()::method5; in test3()
99 … foo = new A()::method5; //instance reference, parameter type unboxing and return type matching in testAssignment()
130 bar = new A()::method5; in testAssignment()
146 assertTrue(test1(new A()::method5) == 6); in testMethodArgument()
151 test2(new A()::method5, 6); in testMethodArgument()
216 … Foo[] farray = {A::method1, new A()::method2, A::method3, new A()::method4, new A()::method5}; in testArrayInitializer()
217 …array = {A::method1, new A()::method2, A::method3, new A()::method4, new A()::method5, A::method6}; in testArrayInitializer()
224 Foo f = b ? A::method3 : new A()::method5; in testConditionalExpression()
256 Bar b = n -> { return ((Foo)new A()::method5).m(n); }; in testLambdaExpressionBody()
312 Integer method5(Integer n) { in method5() method in SamConversion.A
/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Ddevirtualization.cs46 public virtual int method5 () { in method5() method in Base
61 public override sealed int method5 () { in method5() method in Middle
112 if (x.method5 () != 2) in test_0_sealed_method_devirt_right_method()
135 IntNoArgs d2 = new IntNoArgs(x.method5); in test_0_sealed_method_devirt_right_method_using_delegates()
190 x.method5(); in test_0_npe_still_happens()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/lambda/funcInterfaces/
H A DLambdaTest1.java54 test.method5((int n)-> n+1); in main()
55 test.method5((int n) -> 42); in main()
56 test.method5((int n) -> { return 42; }); in main()
57 test.method5( in main()
97 void method5(IntInt a) { in method5() method in LambdaTest1
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/tools/javac/lambda/funcInterfaces/
H A DLambdaTest1.java54 test.method5((int n)-> n+1); in main()
55 test.method5((int n) -> 42); in main()
56 test.method5((int n) -> { return 42; }); in main()
57 test.method5( in main()
97 void method5(IntInt a) { in method5() method in LambdaTest1
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/tools/javac/lambda/funcInterfaces/
H A DLambdaTest1.java54 test.method5((int n)-> n+1); in main()
55 test.method5((int n) -> 42); in main()
56 test.method5((int n) -> { return 42; }); in main()
57 test.method5( in main()
97 void method5(IntInt a) { in method5() method in LambdaTest1
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/tools/javac/lambda/funcInterfaces/
H A DLambdaTest1.java54 test.method5((int n)-> n+1); in main()
55 test.method5((int n) -> 42); in main()
56 test.method5((int n) -> { return 42; }); in main()
57 test.method5( in main()
97 void method5(IntInt a) { in method5() method in LambdaTest1
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/lambda/funcInterfaces/
H A DLambdaTest1.java54 test.method5((int n)-> n+1); in main()
55 test.method5((int n) -> 42); in main()
56 test.method5((int n) -> { return 42; }); in main()
57 test.method5( in main()
97 void method5(IntInt a) { in method5() method in LambdaTest1
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/tools/javac/lambda/funcInterfaces/
H A DLambdaTest1.java54 test.method5((int n)-> n+1); in main()
55 test.method5((int n) -> 42); in main()
56 test.method5((int n) -> { return 42; }); in main()
57 test.method5( in main()
97 void method5(IntInt a) { in method5() method in LambdaTest1
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/tools/javac/lambda/funcInterfaces/
H A DLambdaTest1.java54 test.method5((int n)-> n+1); in main()
55 test.method5((int n) -> 42); in main()
56 test.method5((int n) -> { return 42; }); in main()
57 test.method5( in main()
97 void method5(IntInt a) { in method5() method in LambdaTest1
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/tools/javac/lambda/funcInterfaces/
H A DLambdaTest1.java54 test.method5((int n)-> n+1); in main()
55 test.method5((int n) -> 42); in main()
56 test.method5((int n) -> { return 42; }); in main()
57 test.method5( in main()
97 void method5(IntInt a) { in method5() method in LambdaTest1
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/lambda/funcInterfaces/
H A DLambdaTest1.java54 test.method5((int n)-> n+1); in main()
55 test.method5((int n) -> 42); in main()
56 test.method5((int n) -> { return 42; }); in main()
57 test.method5( in main()
97 void method5(IntInt a) { in method5() method in LambdaTest1
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/lambda/funcInterfaces/
H A DLambdaTest1.java54 test.method5((int n)-> n+1); in main()
55 test.method5((int n) -> 42); in main()
56 test.method5((int n) -> { return 42; }); in main()
57 test.method5( in main()
97 void method5(IntInt a) { in method5() method in LambdaTest1
/dports/devel/gitlist/gitlist/vendor/phpspec/prophecy/spec/Prophecy/Doubler/Generator/
H A DClassCodeGeneratorSpec.php20 MethodNode $method5, argument
32 $class->getMethods()->willReturn(array($method1, $method2, $method3, $method4, $method5));
73 $method5->getName()->willReturn('returnObject');
74 $method5->getVisibility()->willReturn('public');
75 $method5->returnsReference()->willReturn(false);
76 $method5->isStatic()->willReturn(false);
77 $method5->getArguments()->willReturn(array());
78 $method5->hasReturnType()->willReturn(true);
79 …$method5->getReturnType()->willReturn(version_compare(PHP_VERSION, '7.2', '>=') ? 'object' : '\obj…
80 $method5->hasNullableReturnType()->willReturn(false);
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/objc.dg/
H A Dprotocol-forward-2.m48 - (int)method5; method
52 - (int)method5; method
61 - (int)method5; method
74 - (int)method5; method
93 - (int)method5; method
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/obj-c++.dg/
H A Dprotocol-forward-2.mm48 - (int)method5; method
52 - (int)method5; method
61 - (int)method5; method
74 - (int)method5; method
93 - (int)method5; method
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/obj-c++.dg/
H A Dprotocol-forward-2.mm48 - (int)method5; method
52 - (int)method5; method
61 - (int)method5; method
74 - (int)method5; method
93 - (int)method5; method

12345678910>>...18