Home
last modified time | relevance | path

Searched refs:OPENJDK (Results 1 – 9 of 9) sorted by relevance

/external/wycheproof/java/com/google/security/wycheproof/
DOpenJDKAllTests.java28 @Provider(ProviderType.OPENJDK)
DOpenJDKTest.java29 @Provider(ProviderType.OPENJDK)
DWycheproofRunner.java51 OPENJDK, enumConstant
/external/objenesis/main/src/test/java/org/objenesis/instantiator/sun/
DMagicInstantiatorTest.java37 PlatformDescription.isThisJVM(PlatformDescription.OPENJDK)); in before()
/external/objenesis/main/src/main/java/org/objenesis/strategy/
DSerializingInstantiatorStrategy.java60 if(JVM_NAME.startsWith(HOTSPOT) || PlatformDescription.isThisJVM(OPENJDK)) { in newInstantiatorOf()
DStdInstantiatorStrategy.java58 if(PlatformDescription.isThisJVM(HOTSPOT) || PlatformDescription.isThisJVM(OPENJDK)) { in newInstantiatorOf()
DPlatformDescription.java47 public static final String OPENJDK = "OpenJDK"; field in PlatformDescription
/external/wycheproof/java/com/google/security/wycheproof/testcases/
DEcdsaTest.java780 @SlowTest(providers = {ProviderType.BOUNCY_CASTLE, ProviderType.CONSCRYPT, ProviderType.OPENJDK,
895 @SlowTest(providers = {ProviderType.BOUNCY_CASTLE, ProviderType.CONSCRYPT, ProviderType.OPENJDK,
DDsaTest.java1057 @SlowTest(providers = {ProviderType.BOUNCY_CASTLE, ProviderType.OPENJDK,