Searched defs:allowed (Results 1 - 13 of 13) sorted by relevance

/openjdk9/jdk/test/java/io/Serializable/serialFilter/
H A DCheckInputOrderTest.java80 public void testRejectedInGlobal(Object toDeserialized, String pattern, boolean allowed) throws Exception { argument
H A DGlobalFilterTest.java183 static void globalFilterElements(String pattern, boolean allowed,Object obj) { argument
195 testGlobalPattern(String pattern, Object object, boolean allowed) argument
[all...]
H A DSerialFilterTest.java504 static void testPatterns(String pattern, Object object, boolean allowed) { argument
544 static Object genTestObject(String pattern, boolean allowed) { argument
582 genTestObjectWildcard(String pattern, boolean allowed) argument
623 genTestLimit(String pattern, boolean allowed) argument
668 genMaxBytesObject(boolean allowed, long maxBytes) argument
[all...]
/openjdk9/jdk/test/sun/management/
H A DPlatformMBeanProviderConstructorCheck.java69 private static boolean allowed = false; field in class:PlatformMBeanProviderConstructorCheck.MyPolicy
/openjdk9/jdk/test/java/lang/reflect/AccessControl/
H A DAccessControlTest.java238 allowed(MemberFactory... allowed) argument
243 Test allowed(MemberFactory.Group... allowedGroups) { method in class:AccessControlTest.Test
[all...]
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/
H A DLIRVerifier.java239 private static void allowed(Object op, Value value, OperandMode mode, EnumSet<OperandFlag> flags) { method in class:LIRVerifier
/openjdk9/jdk/src/java.base/share/classes/sun/nio/fs/
H A DAbstractBasicFileAttributeView.java96 private AttributesBuilder(Set<String> allowed, String[] requested) { argument
111 static AttributesBuilder create(Set<String> allowed, String[] requested) { argument
/openjdk9/langtools/test/tools/javac/defaultMethods/static/hiding/
H A DInterfaceMethodHidingTest.java119 boolean allowed(MethodKind mk) { method in class:InterfaceMethodHidingTest.BodyExpr
/openjdk9/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/main/
H A DArguments.java888 void checkOptionAllowed(boolean allowed, ErrorReporter r, Option... opts) { argument
/openjdk9/jdk/src/java.base/share/classes/sun/security/ssl/
H A DCipherSuite.java116 final boolean allowed; field in class:CipherSuite
133 CipherSuite(String name, int id, int priority, KeyExchange keyExchange, BulkCipher cipher, MacAlg mac, boolean allowed, int obsoleted, int supported, PRF prfAlg) argument
316 add(String name, int id, int priority, KeyExchange keyExchange, BulkCipher cipher, MacAlg mac, boolean allowed, int obsoleted, int supported, PRF prf) argument
341 add(String name, int id, int priority, KeyExchange keyExchange, BulkCipher cipher, MacAlg mac, boolean allowed, int obsoleted) argument
354 add(String name, int id, int priority, KeyExchange keyExchange, BulkCipher cipher, MacAlg mac, boolean allowed) argument
403 final boolean allowed; field in class:CipherSuite.KeyExchange
407 KeyExchange(String name, boolean allowed, boolean isEC) argument
477 final boolean allowed; field in class:CipherSuite.BulkCipher
521 BulkCipher(String transformation, CipherType cipherType, int keySize, int expandedKeySize, int ivSize, int fixedIvSize, boolean allowed) argument
550 BulkCipher(String transformation, CipherType cipherType, int keySize, int ivSize, int fixedIvSize, boolean allowed) argument
[all...]
/openjdk9/jdk/src/java.desktop/share/native/libsplashscreen/libpng/
H A Dpngset.c1650 png_set_benign_errors(png_structrp png_ptr, int allowed) argument
1680 png_set_check_for_invalid_index(png_structrp png_ptr, int allowed) argument
/openjdk9/jdk/src/jdk.internal.le/share/classes/jdk/internal/jline/console/
H A DConsoleReader.java2240 public final int readCharacter(final char... allowed) throws IOException { argument
/openjdk9/jdk/test/javax/xml/ws/8043129/
H A Djavax.mail.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/mail/ com/sun/mail/imap/ ...

Completed in 107 milliseconds