Searched defs:fileNames (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/java/security/testlibrary/
H A DCertUtils.java121 * @param fileNames an array of <code>String</code>s that are file names
124 public static CertPath buildPath(String [] fileNames) throws Exception { argument
125 return buildPath("", fileNames);
133 * @param fileNames an array of <code>String</code>s that are file names
136 public static CertPath buildPath(String relPath, String [] fileNames) argument
139 for (int i = 0; i < fileNames.length; i++) {
140 list.add(0, getCertFromFile(relPath + fileNames[i]));
150 * @param fileNames an array of <code>String</code>s that are file names
154 public static CertStore createStore(String [] fileNames) throws Exception { argument
155 return createStore("", fileNames);
167 createStore(String relPath, String [] fileNames) argument
184 createCRLStore(String [] fileNames) argument
197 createCRLStore(String relPath, String [] fileNames) argument
[all...]
/openjdk7/langtools/test/tools/javac/6402516/
H A DChecker.java44 void check(String... fileNames) throws IOException { argument
59 fm.getJavaFileObjectsFromFiles(getFiles(testSrc, fileNames));
/openjdk7/jdk/src/share/classes/sun/font/
H A DSunFontManager.java1185 public void registerFonts(String[] fileNames, argument
1194 registerDeferredFont(fileNames[i],fileNames[i], nativeNames[i],
1197 registerFontFile(fileNames[i], nativeNames[i],

Completed in 1381 milliseconds