Searched defs:DIR (Results 1 - 15 of 15) sorted by relevance

/openjdk7/jdk/test/javax/swing/JFileChooser/7036025/
H A Dbug7036025.java35 public static final String DIR = "c:/temp"; field in class:bug7036025
46 File file = new File(DIR);
50 throw new RuntimeException("Cannot create " + DIR);
/openjdk7/jdk/test/com/sun/org/apache/xml/internal/security/
H A DTruncateHMAC.java49 private final static String DIR = System.getProperty("test.src", "."); field in class:TruncateHMAC
73 File file = new File(DIR, data);
/openjdk7/jdk/src/windows/javavm/export/
H A Djvm_md.h54 } DIR; typedef in typeref:struct:__anon1051
/openjdk7/jdk/test/sun/security/provider/PolicyFile/
H A DTokenStore.java45 private static String DIR = field in class:TokenStore
52 private static String NO_STORE_FILE = DIR + "TokenStore.NoStore";
53 private static String URL_FILE = DIR + "TokenStore.Url";
54 private static String URL_T_FILE = DIR + "TokenStore.UrlT";
55 private static String URL_T_P_FILE = DIR + "TokenStore.UrlTP";
56 private static String URL_PWD_FILE = DIR + "TokenStore.UrlPwd";
57 private static String URL_T_P_PWD_FILE = DIR + "TokenStore.UrlTPPwd";
58 private static String BADPASS_FILE = DIR + "TokenStore.BadPass";
/openjdk7/jdk/test/tools/jar/
H A DJarBackSlash.java52 private static String DIR = "dir"; field in class:JarBackSlash
60 JarEntry entry = new JarEntry(JARBACKSLASH + "/" + DIR + "/" + FILENAME);
71 argList.add(JARBACKSLASH + File.separatorChar + DIR + File.separatorChar + FILENAME);
94 argList.add(JARBACKSLASH + File.separatorChar + DIR + File.separatorChar + FILENAME);
/openjdk7/jdk/test/sun/security/pkcs11/KeyStore/
H A DClientAuth.java47 private static String DIR = System.getProperty("DIR"); field in class:ClientAuth
88 ks.load(new FileInputStream(new File(DIR, SERVER_KS)), passphrase);
220 new File(DIR, TS).toString());
H A DBasic.java58 private static String DIR = System.getProperty("DIR"); field in class:Basic
119 (new FileInputStream(new File(DIR, "pk1.key")));
127 (new FileInputStream(new File(DIR, "pk2.key")));
133 (new FileInputStream(new File(DIR, "pk3.key")));
141 (new FileInputStream(new File(DIR, "ca.cert")));
143 (new FileInputStream(new File(DIR, "ca2.cert")));
145 (new FileInputStream(new File(DIR, "pk1.cert")));
147 (new FileInputStream(new File(DIR, "pk1.cert2")));
149 (new FileInputStream(new File(DIR, "pk
[all...]
/openjdk7/hotspot/src/os/windows/vm/
H A Djvm_windows.h85 } DIR; typedef in typeref:struct:__anon99
/openjdk7/jdk/test/java/security/KeyStore/
H A DKeyStoreBuilder.java43 private final static String DIR = System.getProperty("test.src", "."); field in class:KeyStoreBuilder
50 File KSFILE = new File(DIR, "keystore.jks");
/openjdk7/jdk/test/javax/xml/crypto/dsig/
H A DValidationTests.java49 private final static String DIR = System.getProperty("test.src", "."); field in class:ValidationTests
51 DIR + System.getProperty("file.separator") + "data";
H A DGenerationTests.java92 private final static String DIR = System.getProperty("test.src", "."); field in class:GenerationTests
93 // private final static String DIR = ".";
95 DIR + System.getProperty("file.separator") + "data";
/openjdk7/langtools/test/tools/javac/api/
H A DT6838467.java43 DIR("dir"), enum constant in enum:T6838467.FileKind
87 createTestDir(new File("DIR"), paths);
/openjdk7/jdk/src/share/classes/sun/net/ftp/
H A DFtpDirEntry.java44 FILE, DIR, PDIR, CDIR, LINK enum constant in enum:FtpDirEntry.Type
163 * - FtpDirEntry.Type.DIR for a directory
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/ftp/
H A DFtpURLConnection.java104 static final int DIR = 3; field in class:FtpURLConnection
328 type = DIR;
413 if (filename == null || type == DIR) {
585 type = DIR;
611 value = (type == ASCII ? "a" : type == DIR ? "d" : "i");
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHTML.java176 public static final Tag DIR = new Tag("dir", true, true); field in class:HTML.Tag
269 DD, DFN, DIR, DIV, DL, DT, EM, FONT, FORM, FRAME,
406 public static final Attribute DIR = new Attribute("dir"); field in class:HTML.Attribute
490 DIR,
585 * DD, DFN, DIR, DIV, DL, DT, EM, FONT, FORM, FRAME,
676 * TYPE, CLASS, STYLE, LANG, DIR, DECLARE, CLASSID, DATA, CODETYPE,

Completed in 104 milliseconds