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

/openjdk9/hotspot/test/runtime/modules/AccessCheck/
H A Dc4.java27 public void method4() { } method in class:c4
/openjdk9/hotspot/test/runtime/modules/p4/
H A Dc4.java28 public void method4() { } method in class:c4
/openjdk9/nashorn/test/script/basic/
H A DNASHORN-401.js42 print(t.method4(10));
43 print(t.method4(10.2));
44 print(t.method4("foo"));
/openjdk9/nashorn/test/src/jdk/nashorn/test/models/
H A DNashorn401TestSubject.java50 public String method4(final Double arg) { method in class:Nashorn401TestSubject
54 public String method4(final int arg) { method in class:Nashorn401TestSubject
/openjdk9/langtools/test/tools/javac/processing/model/util/deprecation/
H A DDep1.java48 public void method4(// @Deprecated -- TODO uncomment once bug 6404756 is fixed. method in class:Dep1
/openjdk9/langtools/test/tools/javac/processing/model/util/filter/
H A DFoo1.java36 void method4(){}; method in class:Foo1
/openjdk9/langtools/test/tools/javac/lambda/funcInterfaces/
H A DLambdaTest1.java51 test.method4(()-> 42);
52 test.method4(()-> { return 42; });//";" is mandatory here
92 void method4(IntVoid a) { method in class:LambdaTest1
93 System.out.println("method4()");
/openjdk9/langtools/test/tools/javac/lambda/methodReference/
H A DSamConversion.java73 return new A()::method4;
96 foo = new A()::method4; //instance reference, parameter type unboxing and return type matching
123 bar = new A()::method4;
145 assertTrue(test1(new A()::method4) == 5);
150 test2(new A()::method4, 5);
215 Object[] oarray2 = {"a", 1, (Bar)new A()::method4}; //last element need a cast
216 Foo[] farray = {A::method1, new A()::method2, A::method3, new A()::method4, new A()::method5};
217 Bar[] barray = {A::method1, new A()::method2, A::method3, new A()::method4, new A()::method5, A::method6};
308 Integer method4(Integer n) { method in class:SamConversion.A
/openjdk9/langtools/test/tools/jdeprscan/tests/jdk/jdeprscan/
H A DTestNotFound.java61 Target.method4();
108 static void method4() { } method in class:TestNotFound.Target
/openjdk9/langtools/test/tools/javac/classfiles/attributes/Signature/
H A DMethodTypeBoundTest.java60 @ExpectedSignature(descriptor = "method4(java.util.LinkedList)",
62 <E extends LinkedList<E> & List<E>> E method4(E a) { method in class:MethodTypeBoundTest
/openjdk9/jdk/test/java/lang/reflect/Method/
H A DGenericStringTest.java104 "protected <S,T> S TestClass1.method4(S,T) throws java.lang.Exception")
105 protected <S, T> S method4(S s, T t) throws Exception {return null;} method in class:TestClass1
124 "public E[][] TestClass2.method4()")
125 public E[][] method4() {return null;} method in class:TestClass2
/openjdk9/jdk/test/java/lang/annotation/typeAnnotations/
H A DGetAnnotatedReceiverType.java36 public static void method4() {} method in class:GetAnnotatedReceiverType
103 checkNull(GetAnnotatedReceiverType.class.getMethod("method4"),
/openjdk9/jdk/test/java/lang/invoke/
H A DDefineClassTest.java119 classBytes = generateRunner(CLASS_NAME + nextNumber(), THIS_CLASS, "method4");
131 private static void method4() { } method in class:DefineClassTest

Completed in 202 milliseconds