Searched defs:policy (Results 1 - 25 of 184) sorted by last modified time

12345678

/openjdk9/langtools/test/tools/javac/classfiles/attributes/annotations/
H A DTestCase.java135 public boolean isAnnotated(RetentionPolicy policy) { argument
149 private Set<String> getRuntimeAnnotations(RetentionPolicy policy) { argument
381 public boolean isParameterAnnotated(RetentionPolicy policy) { argument
H A DTestAnnotationInfo.java35 public final RetentionPolicy policy; field in class:TestAnnotationInfo
39 public TestAnnotationInfo(String typeIndexName, RetentionPolicy policy, Pair... values) { argument
43 public TestAnnotationInfo(String typeIndexName, RetentionPolicy policy, boolean isRepeatable, Pair... values) { argument
/openjdk9/langtools/test/tools/javac/Diagnostics/6769027/
H A DT6769027.java221 String getOutput(OutputKind outKind, ErrorKind errKind, MultilinePolicy policy, argument
/openjdk9/langtools/test/jdk/jshell/
H A DClassMembersTest.java148 public void annotationTest(RetentionPolicy policy) { argument
/openjdk9/langtools/src/jdk.compiler/share/classes/com/sun/tools/sjavac/options/
H A DOptions.java443 public void implicit(String policy) { argument
H A DOptionHelper.java111 public abstract void implicit(String policy); argument
/openjdk9/jdk/test/sun/security/provider/PolicyFile/
H A DComparator.java196 private static int doBadTest(PolicyFile policy, in argument
220 doPrincipalTest(PolicyFile policy, int testnum) argument
262 doComparatorTest(PolicyFile policy, int testnum) argument
304 doCombinedTest(PolicyFile policy, int testnum) argument
[all...]
/openjdk9/jdk/test/javax/xml/soap/spi/
H A DSAAJFactoryTest.java91 static String policy = System.getProperty("test.src", ".") + File.separator + "test.policy"; field in class:SAAJFactoryTest
/openjdk9/jdk/test/javax/sql/testng/test/rowset/spi/
H A DSyncFactoryPermissionsTests.java42 private static Policy policy; field in class:SyncFactoryPermissionsTests
/openjdk9/jdk/test/java/util/logging/LogManager/Configuration/updateConfiguration/
H A DHandlersOnComplexUpdate.java382 static Policy policy = null; field in class:HandlersOnComplexUpdate.Configure
H A DUpdateConfigurationTest.java419 static Policy policy = null; field in class:UpdateConfigurationTest.Configure
H A DSimpleUpdateConfigWithInputStreamTest.java463 static Policy policy = null; field in class:SimpleUpdateConfigWithInputStreamTest.Configure
H A DSimpleUpdateConfigurationTest.java490 static Policy policy = null; field in class:SimpleUpdateConfigurationTest.Configure
H A DHandlersOnComplexResetUpdate.java394 static Policy policy = null; field in class:HandlersOnComplexResetUpdate.Configure
/openjdk9/jdk/test/java/util/logging/
H A DLogManagerAppContextDeadlock.java269 static Policy policy = null; field in class:LogManagerAppContextDeadlock.Configure
H A DFileHandlerPath.java181 static Policy policy = null; field in class:FileHandlerPath.Configure
H A DFileHandlerPatternExceptions.java134 static Policy policy = null; field in class:FileHandlerPatternExceptions.Configure
H A DFileHandlerLongLimit.java187 static Policy policy = null; field in class:FileHandlerLongLimit.Configure
/openjdk9/jdk/test/java/util/logging/LogManager/Configuration/
H A DParentLoggerWithHandlerGC.java170 static Policy policy = null; field in class:ParentLoggerWithHandlerGC.Configure
/openjdk9/jdk/test/java/sql/testng/util/
H A DTestPolicy.java66 public TestPolicy(String policy) { argument
/openjdk9/jdk/test/java/sql/testng/test/sql/
H A DDriverManagerPermissionsTests.java38 private static Policy policy; field in class:DriverManagerPermissionsTests
/openjdk9/jdk/test/java/security/Policy/SignedJar/
H A DSignedJarTest.java145 private static String[] constructCMD(String classpath, String policy, String arg1, String arg2) { argument
/openjdk9/jdk/test/java/net/httpclient/security/
H A DDriver.java113 public static void runtest(String policy, String testnum) throws Throwable { argument
H A DSecurity.java376 runtest(Test r, String policy, boolean succeeds) argument
[all...]
/openjdk9/jdk/test/java/lang/ProcessHandle/
H A DPermissionTest.java51 protected static Policy policy; field in class:PermissionTest

Completed in 167 milliseconds

12345678