Searched refs:P2 (Results 1 - 22 of 22) sorted by relevance

/openjdk10/langtools/test/tools/javac/QualifiedAccess/pack1/
H A DP2.java30 class P2 { class
H A DP1.java36 public P2 p2 = new P2();
/openjdk10/langtools/test/tools/javac/AnonymousProtect/
H A DAnonymousProtect.java30 * @run compile AnonymousProtect.java P1/priv.java P1/pub.java P1/pubExposePriv.java P2/usePub.java
35 P2.usePub.main(args);
/openjdk10/langtools/test/tools/javac/processing/model/util/printing/p/
H A DP.java5 public static class P2 extends P {} class in class:P
/openjdk10/jdk/test/java/util/ServiceLoader/inheritance/test/
H A Dmodule-info.java29 provides S with P1, P2, P3;
/openjdk10/jdk/test/java/util/ServiceLoader/inheritance/test/p/
H A DMain.java74 public static class P2 extends BaseProvider { class in class:Main
75 private P2() { } method in class:Main.P2
76 public static P2 provider() {
77 return new P2();
/openjdk10/jdk/test/java/security/Provider/
H A DEquals.java38 Provider p2 = new P2("foo", "1.0", "foo");
63 private static class P2 extends Provider { class in class:Equals
64 P2(String name, String version, String info) { method in class:Equals.P2
/openjdk10/jdk/test/java/util/ServiceLoader/security/test/
H A Dmodule-info.java30 provides S2 with P2;
/openjdk10/langtools/test/tools/javac/processing/model/util/printing/
H A Dmodule-info.java17 provides p.P with p.P.P1, p.P.P2;
/openjdk10/langtools/test/tools/javac/AnonymousProtect/P2/
H A DusePub.java24 package P2; package
/openjdk10/jdk/test/java/security/AccessController/
H A DLimitedDoPrivilegedWithThread.java71 private final Permission P2; field in class:ChildThread
76 this.P2 = p2;
88 runTest(null, P2, true, 3);
/openjdk10/jdk/test/java/util/Properties/
H A DLoadAndStoreXMLWithDefaults.java69 Properties P2 = loadFromXML(writeToXML(p2), P1);
70 Properties P3 = loadFromXML(writeToXML(p3), P2);
72 testResults(p1, P1, p2, P2, p3, P3);
80 P2.put("p2.object.prop", Objects.OBJ2);
81 P2.put(Objects.OBJ2, "p2.object.prop");
86 Properties PP2 = loadFromXML(writeToXML(P2), PP1);
/openjdk10/langtools/test/tools/javac/processing/model/type/MirroredTypeEx/
H A DPlurality.java47 @P2
91 P2 p2 = e.getAnnotation(P2.class);
104 this.getClass().getAnnotation(P2.class).value());
172 @interface P2 { interface
/openjdk10/jdk/src/java.base/share/native/libfdlibm/
H A De_exp.c47 * R(z) ~ 2.0 + P1*z + P2*z**2 + P3*z**3 + P4*z**4 + P5*z**5
62 * R1(r) = r - (P1*r + P2*r + ... + P5*r ).
108 P2 = -2.77777777770155933842e-03, /* 0xBF66C16C, 0x16BEBD93 */ variable
159 c = x - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
/openjdk10/hotspot/test/compiler/jsr292/NonInlinedCall/
H A DInvokeTest.java90 static class P2 extends T { class in class:InvokeTest
91 @DontInline public Class<?> f1() { if (doDeopt) WB.deoptimizeAll(); return P2.class; }
92 @DontInline public Class<?> f3() { if (doDeopt) WB.deoptimizeAll(); return P2.class; }
176 Object[] recv = new Object[] { new T(), new P1(), new P2() };
193 Object[][] recv = new Object[][] {{new T(), I.class}, {new P1(), P1.class}, {new P2(), P2.class}};
/openjdk10/jdk/test/java/util/ServiceLoader/security/test/p/
H A DTests.java177 public static class P2 implements S2 { class in class:Tests
178 private P2() { method in class:Tests.P2
182 return new P2();
/openjdk10/jdk/test/java/lang/ref/
H A DPhantomReferentClearing.java40 // P1 & P2 are PhantomReference objects
47 // root -> P2
52 // P2 => O2
54 // (1) Remove root -> O1 and collect. P1 notified, P2 !notified.
58 // 8071507, then P2 should be notified, and the test passes.
60 // Otherwise, P2 does not get notified because it remains reachable
73 private static final PhantomReference<Object> P2 = new PhantomReference<>(O2, Q2); field in class:PhantomReferentClearing
77 // Collect, and verify neither P1 or P2 notified.
82 throw new RuntimeException("P2 already notified");
85 // Delete root -> O1, collect, verify P1 notified, P2 no
[all...]
/openjdk10/jdk/test/java/net/httpclient/
H A DHttpRequestBuilderTest.java159 public static <R,P1, P2> R test2(String name, R receiver, BiFunction<P1, P2, R> m,
160 P1 arg1, P2 arg2,
/openjdk10/jdk/test/java/lang/StrictMath/
H A DFdlibmTranslit.java277 * R(z) ~ 2.0 + P1*z + P2*z**2 + P3*z**3 + P4*z**4 + P5*z**5
292 * R1(r) = r - (P1*r + P2*r + ... + P5*r ).
331 private static final double P2 = -2.77777777770155933842e-03; /* 0xBF66C16C, 0x16BEBD93 */ field in class:FdlibmTranslit.Exp
375 c = x - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
/openjdk10/jdk/src/java.base/share/classes/java/lang/
H A DFdLibm.java555 final double P2 = -0x1.6c16_c16b_ebd93p-9; // -2.77777777770155933842e-03
582 t1 = z - t * (P1 + t * (P2 + t * (P3 + t * (P4 + t * P5))));
619 * R(z) ~ 2.0 + P1*z + P2*z**2 + P3*z**3 + P4*z**4 + P5*z**5
634 * R1(r) = r - (P1*r + P2*r + ... + P5*r ).
674 private static final double P2 = -0x1.6c16c16bebd93p-9; // -2.77777777770155933842e-03 field in class:FdLibm.Exp
734 c = x - t*(P1 + t*(P2 + t*(P3 + t*(P4 + t*P5))));
/openjdk10/hotspot/src/share/vm/runtime/
H A DsharedRuntimeTrans.cpp259 * R(z) ~ 2.0 + P1*z + P2*z**2 + P3*z**3 + P4*z**4 + P5*z**5
274 * R1(r) = r - (P1*r + P2*r + ... + P5*r ).
313 P2 = -2.77777777770155933842e-03, /* 0xBF66C16C, 0x16BEBD93 */ variable
357 c = x - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
647 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
/openjdk10/jdk/test/java/lang/reflect/DefaultMethodMembers/
H A DFilterNotMostSpecific.java181 interface P2 extends Jbis, Jprim {} interface in class:FilterNotMostSpecific
589 { P2.class },

Completed in 185 milliseconds