Searched defs:isFile (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/src/macosx/native/apple/applescript/
H A DAppleScriptExecutionContext.h31 BOOL isFile; variable
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/file/
H A DFSInfo.java61 public boolean isFile(File file) { method in class:FSInfo
62 return file.isFile();
H A DCacheFSInfo.java82 public boolean isFile(File file) { method in class:CacheFSInfo
84 return e.isFile;
108 e.isFile = super.isFile(file);
120 boolean isFile; field in class:CacheFSInfo.Entry
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/
H A DCOFFSymbol.java125 public boolean isFile(); method in interface:COFFSymbol
127 /** This should only be called if {@link #isFile} returns
H A DCOFFFileParser.java3558 public boolean isFile() { method in class:COFFFileParser.COFFFileImpl.COFFHeaderImpl.COFFSymbolImpl
/openjdk7/jdk/test/javax/sound/sampled/FileWriter/
H A DWriterCloseInput.java55 static void test(AudioFileFormat.Type fileType, int length, boolean isFile) { argument
59 + ", output: " + (isFile ? "File" : "OutputStream"));
66 if (isFile) {
/openjdk7/jdk/src/share/classes/sun/awt/shell/
H A DShellFolder.java377 public boolean isFile() { method in class:ShellFolder
378 return (isFileSystem() ? super.isFile() : !isDirectory()); // ((Fix?))
/openjdk7/jdk/src/share/classes/java/io/
H A DFile.java868 public boolean isFile() { method in class:File

Completed in 61 milliseconds