Searched refs:foo2 (Results 1 - 20 of 20) sorted by relevance

/openjdk10/langtools/test/tools/javac/generics/inference/6638712/
H A DT6638712e.java16 Foo<Object, String> test(Foo<Boolean, String> foo1, Foo<Boolean, Boolean> foo2) { argument
17 return foo1.m(foo2);
/openjdk10/langtools/test/tools/javac/varargs/6313164/p1/
H A DB.java29 public void foo2(A... args) { } method in class:B
30 public void foo2(Object... args) { } method in class:B
/openjdk10/jdk/test/javax/script/
H A DGetInterfaceTest.java58 Foo2 foo2 = ((Invocable)engine).getInterface(Foo2.class);
59 if (foo2 != null) {
60 throw new RuntimeException("foo2 is not null!");
65 foo2 = ((Invocable)engine).getInterface(Foo2.class);
66 foo2.bar();
67 foo2.bar2();
/openjdk10/hotspot/test/compiler/codegen/
H A DLoadWithMask2.java43 static long foo2() { method in class:LoadWithMask2
55 l = foo1() & foo2() & foo3();
/openjdk10/langtools/test/tools/javac/varargs/warning/
H A DWarn6.java39 Warn6<Iterable<String>> foo2 = new Warn6<>(i, i);
/openjdk10/langtools/test/tools/javac/lambda/
H A DMethodReferenceStaticNotAccessibleTest.java35 private static void m(MethodReferenceStaticNotAccessibleTest_Foo foo1, MethodReferenceStaticNotAccessibleTest_Foo foo2) {} argument
/openjdk10/langtools/test/tools/javac/varargs/6313164/
H A DT6313164.java15 /* 7 : ok - A not accessible, but foo2(Object...) applicable
18 b.foo2(new B(), new B());
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.jtt/src/org/graalvm/compiler/jtt/loop/
H A DLoopInline.java48 sum += foo2(sum);
55 public static int foo2(int i) { method in class:LoopInline
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.jtt/src/org/graalvm/compiler/jtt/optimize/
H A DVN_InstanceOf02.java43 return foo2();
61 private static boolean foo2() { method in class:VN_InstanceOf02
H A DVN_InstanceOf01.java41 return foo2();
56 private static boolean foo2() { method in class:VN_InstanceOf01
/openjdk10/jdk/test/java/util/Collections/
H A DSetFromMap.java55 String foo2 = new String("foo");
58 check(s.add(foo2));
62 check(s.contains(foo2));
/openjdk10/jdk/test/java/util/logging/
H A DTestLoggingWithMainAppContext.java69 final Logger foo2 = Logger.getLogger("foo");
70 if (foo1 != foo2) {
71 throw new RuntimeException("foo2 "+foo2+" is not the same as foo1 "+foo1);
73 System.out.println("foo2 is the same as foo1");
/openjdk10/langtools/test/tools/javac/generics/inference/5070671/
H A DT5070671.java44 void foo2() { method in class:T5070671
/openjdk10/jdk/test/com/sun/jdi/
H A DMonitorFrameInfo.java49 static void foo2() { method in class:MonitorTestTarg
52 System.out.println("executing foo2 " + l1);
57 foo2();
79 static String[] expectedNames = {"foo3", "foo2", "foo1", "main"};
H A DFramesTest.java46 static void foo2() { method in class:FramesTarg
50 foo2();
64 static String[] expectedNames = {"foo3", "foo2", "foo1", "main"};
/openjdk10/jdk/test/java/lang/reflect/Generics/
H A DTestGenericReturnTypeToString.java70 public FirstInnerClassGeneric<Dummy>.SecondInnerClass foo2() { method in class:TestGenericReturnTypeToString
H A DStringsAndBounds.java45 List<?> foo2(List<? extends V> t) { method in class:Test.Inner2
/openjdk10/nashorn/test/src/jdk/nashorn/api/scripting/test/
H A DInvocableTest.java275 Foo2 foo2 = ((Invocable) engine).getInterface(Foo2.class);
276 if (foo2 != null) {
277 throw new RuntimeException("foo2 is not null!");
287 foo2 = ((Invocable) engine).getInterface(Foo2.class);
288 foo2.bar();
289 foo2.bar2();
/openjdk10/hotspot/test/compiler/jvmci/jdk.vm.ci.runtime.test/src/jdk/vm/ci/runtime/test/
H A DRedefineClassTest.java78 ResolvedJavaMethod foo2 = metaAccess.lookupJavaMethod(fooMethod);
81 String foo2Code = Arrays.toString(foo2.getCode());
/openjdk10/jdk/test/java/lang/annotation/
H A DTypeAnnotationReflection.java194 Method m2 = TestClassTypeVarAndField.class.getDeclaredMethod("foo2", (Class<?>[])null);
287 Method m2 = TestClassTypeVarAndField.class.getDeclaredMethod("foo2", (Class<?>[])null);
348 Method m = TestParameterizedType.class.getDeclaredMethod("foo2", (Class<?>[])null);
591 @TypeAnno("I") ParameterizedInner<@TypeAnno("I1") @TypeAnno2("I2")Integer> foo2() { method in class:TestParameterizedType
635 public <M extends @TypeAnno("M Runnable") Runnable> M foo2() {return null;} method in class:TestClassTypeVarAndField

Completed in 300 milliseconds