Searched refs:file (Results 476 - 500 of 1222) sorted by relevance

<<11121314151617181920>>

/openjdk7/jdk/make/mksample/nio/chatserver/
H A DMakefile8 # particular file as subject to the "Classpath" exception as provided
9 # by Oracle in the LICENSE file that accompanied this code.
14 # version 2 for more details (a copy is included in the LICENSE file that
51 $(install-file)
/openjdk7/jdk/make/mksample/nio/multicast/
H A DMakefile8 # particular file as subject to the "Classpath" exception as provided
9 # by Oracle in the LICENSE file that accompanied this code.
14 # version 2 for more details (a copy is included in the LICENSE file that
47 $(install-file)
/openjdk7/jdk/make/sun/pisces/
H A DMakefile8 # particular file as subject to the "Classpath" exception as provided
9 # by Oracle in the LICENSE file that accompanied this code.
14 # version 2 for more details (a copy is included in the LICENSE file that
61 $(install-file)
/openjdk7/jdk/make/sun/rmi/cgi/
H A DMakefile8 # particular file as subject to the "Classpath" exception as provided
9 # by Oracle in the LICENSE file that accompanied this code.
14 # version 2 for more details (a copy is included in the LICENSE file that
56 $(install-file)
/openjdk7/jdk/test/sun/reflect/CallerSensitive/
H A DCallerSensitiveFinder.java12 * version 2 for more details (a copy is included in the LICENSE file that
29 import java.nio.file.FileVisitResult;
30 import java.nio.file.Files;
31 import java.nio.file.Path;
32 import java.nio.file.Paths;
33 import java.nio.file.SimpleFileVisitor;
34 import java.nio.file.attribute.BasicFileAttributes;
234 public FileVisitResult visitFile(Path file, BasicFileAttributes attrs)
236 File f = file.toFile();
240 result.add(file);
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/classfile/
H A DJavaClass.java73 * fields, methods and commands contained in a Java .class file.
78 * class file. Those interested in programatically generating classes
133 * @param source Read from file or generated in memory?
170 // Get source file name if available
257 * Dump class to a file.
259 * @param file Output file
262 public void dump(File file) throws IOException argument
264 String parent = file.getParent();
273 dump(new DataOutputStream(new FileOutputStream(file)));
311 dump(OutputStream file) argument
321 dump(DataOutputStream file) argument
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/posix/elf/
H A DELFFileParser.java12 * version 2 for more details (a copy is included in the LICENSE file that
49 RandomAccessFile file = new RandomAccessFile(filename, "r");
50 return parse(new RandomAccessFileDataSource(file));
67 private DataSource file; field in class:ELFFileParser.ELFFileImpl
71 ELFFileImpl(DataSource file) throws ELFException { argument
72 this.file = file;
80 // Check the magic number before we continue reading the file.
82 throw new ELFException("Bad magic number for file.");
108 /** Marks the file a
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/nio/
H A DJavacPathFileManager.java8 * particular file as subject to the "Classpath" exception as provided
9 * by Oracle in the LICENSE file that accompanied this code.
14 * version 2 for more details (a copy is included in the LICENSE file that
35 import java.nio.file.Files;
36 import java.nio.file.FileSystem;
37 import java.nio.file.FileSystems;
38 import java.nio.file.FileVisitOption;
39 import java.nio.file.FileVisitResult;
40 import java.nio.file.Path;
41 import java.nio.file
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/
H A DXMLSchemaMessages_fr.properties7 * particular file as subject to the "Classpath" exception as provided
8 * by Oracle in the LICENSE file that accompanied this code.
13 * version 2 for more details (a copy is included in the LICENSE file that
29 # This file contains error and warning messages related to XML Schema
/openjdk7/jaxp/src/javax/xml/datatype/
H A DSecuritySupport.java8 * particular file as subject to the "Classpath" exception as provided
9 * by Oracle in the LICENSE file that accompanied this code.
14 * version 2 for more details (a copy is included in the LICENSE file that
65 FileInputStream getFileInputStream(final File file) argument
72 return new FileInputStream(file);
/openjdk7/jaxp/src/javax/xml/parsers/
H A DSecuritySupport.java8 * particular file as subject to the "Classpath" exception as provided
9 * by Oracle in the LICENSE file that accompanied this code.
14 * version 2 for more details (a copy is included in the LICENSE file that
69 FileInputStream getFileInputStream(final File file) argument
76 return new FileInputStream(file);
/openjdk7/jaxp/src/javax/xml/stream/
H A DSecuritySupport.java8 * particular file as subject to the "Classpath" exception as provided
9 * by Oracle in the LICENSE file that accompanied this code.
14 * version 2 for more details (a copy is included in the LICENSE file that
69 FileInputStream getFileInputStream(final File file) argument
76 return new FileInputStream(file);
/openjdk7/jaxp/src/javax/xml/transform/
H A DSecuritySupport.java8 * particular file as subject to the "Classpath" exception as provided
9 * by Oracle in the LICENSE file that accompanied this code.
14 * version 2 for more details (a copy is included in the LICENSE file that
67 FileInputStream getFileInputStream(final File file) argument
74 return new FileInputStream(file);
/openjdk7/corba/make/common/
H A DRules.gmk8 # particular file as subject to the "Classpath" exception as provided
9 # by Oracle in the LICENSE file that accompanied this code.
14 # version 2 for more details (a copy is included in the LICENSE file that
71 # Add any automatically found properties files to the properties file list
152 define add-java-file
157 @$(add-java-file)
159 @$(add-java-file)
161 @$(add-java-file)
179 # Use this javac option to force it to favor the sourcepath file classes
/openjdk7/corba/make/tools/src/build/tools/stripproperties/
H A DStripProperties.java8 * particular file as subject to the "Classpath" exception as provided
9 * by Oracle in the LICENSE file that accompanied this code.
14 * version 2 for more details (a copy is included in the LICENSE file that
43 * Reads a properties file from standard input and writes an equivalent
44 * properties file without comments to standard output.
67 error("The -optionsfile file is empty", null);
73 error("Cannot read all of -optionsfile file", null);
96 error("No files found in file", null);
113 for ( String file : files ) {
118 in = new BufferedInputStream(new FileInputStream(file));
[all...]
/openjdk7/hotspot/agent/make/
H A Dstart-debug-server15 # License file for development version of dbx
18 $SA_JAVA -Xbootclasspath/p:$CP -Djava.rmi.server.codebase=file:/$CP -Djava.security.policy=$STARTDIR\/grantAll.policy sun.jvm.hotspot.DebugServer $*
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/
H A DPackageScanner.java12 * version 2 for more details (a copy is included in the LICENSE file that
29 /** Scans a .java file for the package that it is in. */
41 this .java file. Returns the (non-null) empty string if any
43 public String scan(File file) { argument
47 buf = new BufferedReader(new FileReader(file));
85 System.err.println("Usage: java PackageScanner <.java file name>");
86 System.err.println("Prints package the .java file is in to stdout.");
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DPackerImpl.java8 * particular file as subject to the "Classpath" exception as provided
9 * by Oracle in the LICENSE file that accompanied this code.
14 * version 2 for more details (a copy is included in the LICENSE file that
114 * for the jar-manifest file and the directory containing the file.
270 final List<String> passFiles; // parsed pack.pass.file options
275 String file = i.next();
276 if (file == null) { i.remove(); continue; }
277 file = Utils.getJarEntryName(file); // normaliz
385 copyTo(Package.File file) argument
[all...]
H A DUnpackerImpl.java8 * particular file as subject to the "Classpath" exception as provided
9 * by Oracle in the LICENSE file that accompanied this code.
14 * version 2 for more details (a copy is included in the LICENSE file that
103 * to a file and pass the File object, in the alternate method described below.
129 Utils.log.info("Copying unpacked JAR file...");
148 * Takes an input File containing the pack file, and generates a JarOutputStream.
163 // %%% Reconsider if native unpacker learns to memory-map the file.
231 for (Package.File file : pkg.getFiles()) {
232 String name = file.nameString;
237 ? (((file
[all...]
/openjdk7/jdk/make/tools/src/build/tools/stripproperties/
H A DStripProperties.java8 * particular file as subject to the "Classpath" exception as provided
9 * by Oracle in the LICENSE file that accompanied this code.
14 * version 2 for more details (a copy is included in the LICENSE file that
43 * Reads a properties file from standard input and writes an equivalent
44 * properties file without comments to standard output.
67 error("The -optionsfile file is empty", null);
73 error("Cannot read all of -optionsfile file", null);
96 error("No files found in file", null);
113 for ( String file : files ) {
118 in = new BufferedInputStream(new FileInputStream(file));
[all...]
/openjdk7/jdk/src/macosx/classes/com/apple/eio/
H A DFileManager.java8 * particular file as subject to the "Classpath" exception as provided
9 * by Oracle in the LICENSE file that accompanied this code.
14 * version 2 for more details (a copy is included in the LICENSE file that
31 * Provides functionality to query and modify Mac-specific file attributes. The methods in this class are based on Finder
32 * attributes. These attributes in turn are dependent on HFS and HFS+ file systems. As such, it is important to recognize
35 * In addition to file name suffixes, Mac OS X can use Finder attributes like file <code>type</code> and <code>creator</code> codes to
36 * identify and handle files. These codes are unique 4-byte identifiers. The file <code>type</code> is a string that describes the
37 * contents of a file. For example, the file typ
359 moveToTrash(final File file) argument
382 revealInFinder(final File file) argument
[all...]
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkRuntime.cpp13 * version 2 for more details (a copy is included in the LICENSE file that
145 const char* file,
148 thread, file, line,
155 const char* file,
161 thread, file, line,
167 const char* file,
170 thread, file, line,
176 const char* file,
179 thread, file, line,
/openjdk7/hotspot/src/share/vm/utilities/
H A DelfFile.hpp12 * version 2 for more details (a copy is included in the LICENSE file that
81 // ElfFile is basically an elf file parser, which can lookup the symbol
99 assert(filepath, "null file path");
109 // sanity check, if the file is a real elf file
112 // load string tables from the elf file
126 void set_next(ElfFile* file) { m_next = file; } argument
129 // Returns true if the elf file is marked NOT to require an executable stack,
130 // or if the file coul
[all...]
/openjdk7/jaxp/src/org/xml/sax/helpers/
H A DSecuritySupport.java8 * particular file as subject to the "Classpath" exception as provided
9 * by Oracle in the LICENSE file that accompanied this code.
14 * version 2 for more details (a copy is included in the LICENSE file that
67 FileInputStream getFileInputStream(final File file) argument
74 return new FileInputStream(file);
/openjdk7/jaxws/src/share/jaf_classes/javax/activation/
H A DFileDataSource.java8 * particular file as subject to the "Classpath" exception as provided
9 * by Oracle in the LICENSE file that accompanied this code.
14 * version 2 for more details (a copy is included in the LICENSE file that
40 * that encapsulates a file. It provides data typing services via
67 * The file will not actually be opened until a method is
68 * called that requires the file to be opened.</i>
70 * @param file the file
72 public FileDataSource(File file) { argument
73 _file = file; // sav
[all...]

Completed in 75 milliseconds

<<11121314151617181920>>