Searched refs:fileName (Results 126 - 150 of 181) sorted by relevance

12345678

/openjdk7/jdk/test/tools/pack200/pack200-verifier/src/sun/tools/pack/verify/
H A DGlobals.java145 private static PrintWriter openFile(String fileName) { argument
147 File f = new File(fileName);
/openjdk7/jdk/src/share/classes/sun/util/calendar/
H A DZoneInfoFile.java1041 private static byte[] readZoneInfoFile(final String fileName) { argument
1042 if (fileName.indexOf("..") >= 0) {
1050 File file = new File(ziDir, fileName);
1058 throw new IOException("read error on " + fileName);
1069 if (!(ex instanceof FileNotFoundException) || JAVAZM_FILE_NAME.equals(fileName)) {
/openjdk7/jdk/test/sun/management/jmxremote/bootstrap/
H A DRmiBootstrapTest.java734 private String testConfigurationFile(String fileName) { argument
735 File file = new File(fileName);
739 if (fileName.endsWith("ok.properties")) {
742 if (fileName.endsWith("ko.properties")) {
745 return fileName +
H A DRmiSslNoKeyStoreTest.java349 private String testConfigurationFile(String fileName) { argument
350 File file = new File(fileName);
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DCDragSource.m272 NSMutableString* fileName = [NSMutableString stringWithUTF8String:start];
274 CFStringNormalize((CFMutableStringRef)fileName, kCFStringNormalizationFormD);
275 [fileList addObject:fileName];
532 NSString* fileName = nil; // This should be set based on the transferable.
535 BOOL success = [view dragFile:fileName fromRect:fileLocationRect slideBack:YES event:dragEvent];
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/util/
H A DSchemaTreeTraverser.java141 private String fileName; field in class:SchemaTreeTraverser.SchemaTreeNode
162 this.fileName = null;
172 this.fileName = filename;
190 return fileName;
194 * @param fileName The file name of the corresponding schema artifact to
197 public void setFileName(String fileName) { argument
198 this.fileName = fileName;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/
H A DBsdDebuggerLocal.java72 private LoadObject createLoadObject(String fileName, long textsize, argument
74 File f = new File(fileName);
76 return new SharedObject(this, fileName, f.length(), baseAddr);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/
H A DLinuxDebuggerLocal.java70 private LoadObject createLoadObject(String fileName, long textsize, argument
72 File f = new File(fileName);
74 return new SharedObject(this, fileName, f.length(), baseAddr);
/openjdk7/jaxws/src/share/jaf_classes/javax/activation/
H A DMailcapCommandMap.java302 * @param fileName The name of the <i>mailcap</i> file to open
305 public MailcapCommandMap(String fileName) throws IOException { argument
309 LogSupport.log("MailcapCommandMap: load PROG from " + fileName);
311 DB[PROG] = new MailcapFile(fileName);
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/gui/
H A DSourceManager.java155 if (candidate.fileName().equals(path)) {
H A DSourceModel.java129 public File fileName() { method in class:SourceModel
/openjdk7/jdk/src/share/back/
H A DReferenceTypeImpl.c447 char *fileName; local
457 (gdata->jvmti, clazz, &fileName);
463 (void)outStream_writeString(out, fileName);
464 jvmtiDeallocate(fileName);
/openjdk7/jdk/test/sun/net/www/http/ChunkedOutputStream/
H A DcheckError.java200 String fileName = st.nextToken();
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/resolver/
H A DCatalog.java592 * @param fileName The filename of the catalog file to process
594 * @throws MalformedURLException The fileName cannot be turned into
598 public synchronized void parseCatalog(String fileName) argument
602 catalogManager.debug.message(4, "Parse catalog: " + fileName);
607 catalogFiles.addElement(fileName);
807 * @param fileName The filename of the catalog file to process
809 * @throws MalformedURLException The fileName cannot be turned into
813 protected synchronized void parseCatalogFile(String fileName) argument
833 base = new URL(catalogCwd, fixSlashes(fileName));
836 base = new URL("file:" + fixSlashes(fileName));
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/cmdline/
H A DTransform.java72 public Transform(String className, String fileName, argument
74 _fileName = fileName;
/openjdk7/hotspot/src/share/vm/adlc/
H A DarchDesc.hpp284 void addInclude(ADLFILE &adlfile, const char* fileName);
285 void addInclude(ADLFILE &adlfile, const char* includeDir, const char* fileName);
H A DarchDesc.cpp1119 void ArchDesc::addInclude(ADLFILE &adlfile, const char* fileName) { argument
1120 fprintf(adlfile._fp, "#include \"%s\"\n", fileName);
1124 void ArchDesc::addInclude(ADLFILE &adlfile, const char* includeDir, const char* fileName) { argument
1125 fprintf(adlfile._fp, "#include \"%s/%s\"\n", includeDir, fileName);
/openjdk7/jdk/src/share/classes/sun/net/www/
H A DMimeTable.java116 public synchronized String getContentTypeFor(String fileName) { argument
117 MimeEntry entry = findByFileName(fileName);
/openjdk7/jdk/src/share/classes/sun/misc/
H A DURLClassPath.java618 String fileName = url.getFile();
619 if (fileName != null) {
620 fileName = ParseUtil.decode(fileName);
621 File f = new File(fileName);
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWPrinterJob.java510 String fileName = fileDialog.getFile();
511 if (fileName == null) {
515 String fullName = fileDialog.getDirectory() + fileName;
529 fileName = fileDialog.getFile();
530 if (fileName == null) {
534 fullName = fileDialog.getDirectory() + fileName;
/openjdk7/jdk/src/share/classes/com/sun/tools/script/shell/
H A DMain.java191 * @param fileName script file name
195 final String fileName,
200 processSource(se, fileName, encoding);
194 addFileSource(final ScriptEngine se, final String fileName, final String encoding) argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/modeler/annotation/
H A DWebServiceAP.java127 public void generatedFile(String fileName) {
128 message(fileName);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wscompile/
H A DWsimportTool.java87 public void generatedFile(String fileName) {
88 message(fileName);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/
H A DDriver.java158 public void generatedFile(String fileName, int count, int total) {
159 message(fileName);
/openjdk7/jdk/src/share/classes/java/awt/datatransfer/
H A DSystemFlavorMap.java224 String fileName =
233 (new File(fileName).toURI().toURL().openStream(), "ISO-8859-1"));
235 System.err.println("MalformedURLException:" + e + " while loading default flavormap.properties file:" + fileName);
237 System.err.println("IOException:" + e + " while loading default flavormap.properties file:" + fileName);

Completed in 137 milliseconds

12345678