Searched defs:PASS (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/test/java/nio/file/Files/walkFileTree/
H A DWalkWithSecurity.java73 case PASS:
103 PASS, enum constant in enum:WalkWithSecurity.ExpectedResult
/openjdk7/jdk/test/sun/security/pkcs11/KeyGenerator/
H A DTestKeyGenerator.java39 PASS, enum constant in enum:TestResult
60 return TestResult.PASS;
64 actual = TestResult.PASS;
68 if (actual == TestResult.PASS) {
90 test("DES", 56, p, TestResult.PASS); // ensure JCE-Compatibility
91 test("DES", 64, p, TestResult.PASS);
99 test("DESede", 168, p, TestResult.PASS);
100 test("DESede", 192, p, TestResult.PASS);
115 test("Blowfish", 40, p, TestResult.PASS);
116 test("Blowfish", 128, p, TestResult.PASS);
[all...]
/openjdk7/jdk/test/sun/security/krb5/auto/
H A DOneKDC.java48 public static final char[] PASS = "bogus".toCharArray(); field in class:OneKDC
65 addPrincipal(USER, PASS);
129 char[] pass = OneKDC.PASS;
/openjdk7/jdk/test/sun/net/www/
H A DMarkResetTest.java57 private final int PASS = 2; field in class:MarkResetTest.FtpServer.FtpServerHandler
65 String[] cmds = { "USER", "PASS", "CWD",
179 if ((res > PASS && res != QUIT) && !logged) {
196 case PASS:
/openjdk7/jdk/src/share/classes/java/util/jar/
H A DPack200.java369 * {@link #STRIP}, and {@link #PASS}.
376 * {@link #PASS} means that the whole class-file will be passed through
385 * p.put(UNKNOWN_ATTRIBUTE, PASS);
398 * The special strings {@link #ERROR}, {@link #STRIP}, and {@link #PASS} are
428 * {@link #PASS} are also allowed.
438 * The special strings {@link #ERROR}, {@link #STRIP}, and {@link #PASS}
449 * The special strings {@link #ERROR}, {@link #STRIP}, and {@link #PASS}
481 String PASS = "pass"; field in interface:Pack200.Packer
/openjdk7/jdk/test/sun/net/ftp/
H A DFtpGetContent.java64 private final int PASS = 2; field in class:FtpGetContent.FtpServer.FtpServerHandler
80 String[] cmds = { "USER", "PASS", "CWD", "CDUP", "PWD", "TYPE",
193 if ((res > PASS && res != QUIT) && !logged) {
217 case PASS:
H A DFtpURL.java62 private final int PASS = 2; field in class:FtpURL.FtpServer.FtpServerHandler
78 String[] cmds = { "USER", "PASS", "CWD", "CDUP", "PWD", "TYPE",
192 if ((res > PASS && res != QUIT) && !logged) {
216 case PASS:
/openjdk7/jdk/test/sun/net/www/ftptest/
H A DFtpCommandHandler.java78 private final int PASS = 2; field in class:FtpCommandHandler
105 { "QUIT", "USER", "PASS", "CWD", "CDUP", "PWD", "TYPE", "NOOP", "RETR",
485 case PASS:

Completed in 84 milliseconds