Searched refs:fileName (Results 226 - 250 of 310) sorted by relevance

1234567891011>>

/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/
H A DHeapGXLWriter.java73 public void write(String fileName) throws IOException { argument
74 out = new PrintWriter(new BufferedWriter(new FileWriter(fileName)));
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/
H A DCompilationStatistics.java214 String fileName = "compilations_" + dateString + "_" + dumpName + ".csv";
216 try (PrintStream out = new PrintStream(fileName)) {
/openjdk9/hotspot/test/compiler/compilercontrol/share/scenario/
H A DJcmdStateBuilder.java51 public JcmdStateBuilder(String fileName) { argument
52 directiveBuilder = new DirectiveBuilder(fileName);
/openjdk9/hotspot/test/testlibrary/jittester/src/jdk/test/lib/jittester/utils/
H A DOptionResolver.java101 private void parseProperties(String fileName) { argument
104 properties.load(new FileReader(fileName));
/openjdk9/hotspot/test/testlibrary/jittester/src/jdk/test/lib/jittester/
H A DTestsGenerator.java150 protected static void writeFile(Path targetDir, String fileName, String content) { argument
151 try (FileWriter file = new FileWriter(targetDir.resolve(fileName).toFile())) {
/openjdk9/jdk/src/java.desktop/share/native/libsplashscreen/
H A Djava_awt_SplashScreen.c175 if (!splash || !splash->fileName) {
178 /* splash->fileName is of type char*, but in fact it contains jchars */
179 return (*env)->NewString(env, (const jchar*)splash->fileName,
/openjdk9/jdk/test/java/awt/image/VolatileImage/
H A DTransparentVImage.java80 String fileName = "duke.gif";
83 String filePath = dirPath + separator + fileName;
/openjdk9/jdk/test/com/sun/jdi/redefineMethod/
H A DRedefineTest.java208 void doRedefine(String fileName) throws Exception { argument
209 File phyl = new File(fileName);
/openjdk9/jdk/src/java.desktop/share/classes/java/awt/
H A DCursor.java310 final String fileName =
334 final String file = RESOURCE_PREFIX + fileName;
/openjdk9/langtools/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/
H A DAbstractDoclet.java127 e.fileName.getPath(), e.getCause());
131 e.fileName.getPath(), e.getCause());
/openjdk9/langtools/test/tools/javac/doclint/
H A DIncludePackagesTest.java239 public JFOImpl(String fileName, String code) { argument
240 super(URI.create(fileName), JavaFileObject.Kind.SOURCE);
/openjdk9/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);
/openjdk9/test/lib/
H A DClassFileInstaller.java105 static Manifest fromSourceFile(String fileName) throws Exception { argument
106 String pathName = System.getProperty("test.src") + File.separator + fileName;
/openjdk9/langtools/src/jdk.jdeps/share/classes/com/sun/tools/jdeprscan/scan/
H A DScan.java241 void errorNoFile(String fileName) { argument
243 err.println(Messages.get("scan.err.nofile", fileName));
677 * @param fileName the class file to scan
680 public boolean processClassFile(String fileName) { argument
681 Path path = Paths.get(fileName);
687 errorNoFile(fileName);
/openjdk9/jdk/test/sun/management/jmxremote/bootstrap/
H A DRmiBootstrapTest.java755 private String testConfigurationFile(String fileName) throws InterruptedException, IOException { argument
756 File file = new File(fileName);
758 if (fileName.endsWith("ok.properties")) {
763 if (fileName.endsWith("ko.properties")) {
766 return fileName +
/openjdk9/jdk/test/sun/util/calendar/zi/
H A DZoneInfoFile.java1022 private static byte[] readZoneInfoFile(final String fileName) { argument
1023 if (fileName.indexOf("..") >= 0) {
1027 File file = new File(ziDir, fileName);
1035 throw new IOException("read error on " + fileName);
1042 if (!(ex instanceof FileNotFoundException) || JAVAZM_FILE_NAME.equals(fileName)) {
/openjdk9/jaxws/src/jdk.xml.bind/share/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;
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/linux/
H A DLinuxDebuggerLocal.java81 private LoadObject createLoadObject(String fileName, long textsize, argument
83 File f = new File(fileName);
85 return new SharedObject(this, fileName, f.length(), baseAddr);
/openjdk9/hotspot/src/jdk.aot/share/classes/jdk.tools.jaotc.jnilibelf/src/jdk/tools/jaotc/jnilibelf/
H A DJNILibELFAPI.java669 static native int open_rw(String fileName); argument
671 static native int open(String fileName, int flags); argument
673 static native int open(String fileName, int flags, int mode); argument
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/bsd/
H A DBsdDebuggerLocal.java87 private LoadObject createLoadObject(String fileName, long textsize, argument
89 File f = new File(fileName);
91 return new SharedObject(this, fileName, f.length(), baseAddr);
/openjdk9/jdk/src/java.desktop/macosx/classes/com/apple/eawt/
H A D_AppEventHandler.java389 for (final String fileName : fileNameList) files.add(new File(fileName));
402 for (final String fileName : fileNameList) files.add(new File(fileName));
/openjdk9/jdk/src/jdk.jdwp.agent/share/native/libjdwp/
H A DReferenceTypeImpl.c467 char *fileName; local
477 (gdata->jvmti, clazz, &fileName);
483 (void)outStream_writeString(out, fileName);
484 jvmtiDeallocate(fileName);
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xml/internal/resolver/
H A DCatalog.java590 * @param fileName The filename of the catalog file to process
592 * @throws MalformedURLException The fileName cannot be turned into
596 public synchronized void parseCatalog(String fileName) argument
600 catalogManager.debug.message(4, "Parse catalog: " + fileName);
605 catalogFiles.addElement(fileName);
805 * @param fileName The filename of the catalog file to process
807 * @throws MalformedURLException The fileName cannot be turned into
811 protected synchronized void parseCatalogFile(String fileName) argument
829 base = new URL(catalogCwd, fixSlashes(fileName));
832 base = new URL("file:" + fixSlashes(fileName));
[all...]
/openjdk9/hotspot/src/share/vm/adlc/
H A DarchDesc.hpp290 void addInclude(ADLFILE &adlfile, const char* fileName);
291 void addInclude(ADLFILE &adlfile, const char* includeDir, const char* fileName);
/openjdk9/jdk/src/java.base/share/classes/sun/net/www/
H A DMimeTable.java112 public synchronized String getContentTypeFor(String fileName) { argument
113 MimeEntry entry = findByFileName(fileName);

Completed in 329 milliseconds

1234567891011>>