Searched refs:fs (Results 76 - 100 of 225) sorted by relevance

123456789

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/nio/
H A DPathFileManager.java58 * @param fs the default file system used to create any new paths.
60 void setDefaultFileSystem(FileSystem fs); argument
/openjdk7/jdk/src/share/classes/sun/nio/fs/
H A DNativeBuffer.java26 package sun.nio.fs;
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DDefaultFileSystemProvider.java26 package sun.nio.fs;
68 return createProvider("sun.nio.fs.SolarisFileSystemProvider");
70 return createProvider("sun.nio.fs.LinuxFileSystemProvider");
72 return createProvider("sun.nio.fs.MacOSXFileSystemProvider");
H A DUnixPath.java26 package sun.nio.fs;
36 import static sun.nio.fs.UnixNativeDispatcher.*;
37 import static sun.nio.fs.UnixConstants.*;
50 private final UnixFileSystem fs; field in class:UnixPath
64 UnixPath(UnixFileSystem fs, byte[] path) { argument
65 this.fs = fs;
69 UnixPath(UnixFileSystem fs, String input) { argument
71 this(fs, encode(fs, normalizeAndChec
119 encode(UnixFileSystem fs, String input) argument
[all...]
H A DSolarisFileSystem.java26 package sun.nio.fs;
33 import static sun.nio.fs.SolarisNativeDispatcher.*;
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsException.java26 package sun.nio.fs;
31 import static sun.nio.fs.WindowsConstants.*;
H A DWindowsAclFileAttributeView.java26 package sun.nio.fs;
33 import static sun.nio.fs.WindowsNativeDispatcher.*;
34 import static sun.nio.fs.WindowsConstants.*;
H A DWindowsDirectoryStream.java26 package sun.nio.fs;
34 import static sun.nio.fs.WindowsNativeDispatcher.*;
35 import static sun.nio.fs.WindowsConstants.*;
H A DWindowsFileStore.java26 package sun.nio.fs;
32 import static sun.nio.fs.WindowsConstants.*;
33 import static sun.nio.fs.WindowsNativeDispatcher.*;
/openjdk7/jdk/test/java/util/ArrayList/
H A DBug6533203.java62 void THROWS(Class<? extends Throwable> k, F... fs) { argument
63 for (F f : fs)
/openjdk7/jdk/test/java/util/Collections/
H A DT6433170.java79 void THROWS(Class<? extends Throwable> k, F... fs) { argument
80 for (F f : fs)
H A DAsLifoQueue.java92 private static void THROWS(Class<? extends Throwable> k, Fun... fs) { argument
93 for (Fun f : fs)
H A DCheckedIdentityMap.java73 void THROWS(Class<? extends Throwable> k, F... fs) { argument
74 for (F f : fs)
/openjdk7/jdk/test/java/util/concurrent/ScheduledThreadPoolExecutor/
H A DZeroCorePoolSize.java77 void THROWS(Class<? extends Throwable> k, F... fs) { argument
78 for (F f : fs)
H A DBasicCancelTest.java107 void THROWS(Class<? extends Throwable> k, F... fs) { argument
108 for (F f : fs)
/openjdk7/jdk/test/demo/zipfs/
H A DZipFSTester.java45 try (FileSystem fs = newZipFileSystem(Paths.get(args[0]),
48 test0(fs);
49 test1(fs);
50 test2(fs); // more tests
54 static void test0(FileSystem fs) argument
58 try (ZipFile zf = new ZipFile(fs.toString())) {
64 Path path = fs.getPath(pname);
79 // clone a fs and test on it
87 try (FileSystem fs = newZipFileSystem(tmpfsPath, new HashMap<String, Object>())) {
89 FileSystemProvider provider = fs
200 test2(FileSystem fs) argument
651 channel(FileSystem fs, Path path) argument
700 getPathWithParents(FileSystem fs, String name) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/java2d/pisces/
H A DCurve.java194 float s = x0, fs = eliminateInf(ROCsq(s) - x);
197 r = (fs * t - ft * s) / (fs - ft);
202 fs /= (1 << (-side));
207 } else if (fr * fs > 0) {
208 fs = fr; s = r;
/openjdk7/jdk/make/java/nio/
H A DFILES_java.gmk245 sun/nio/fs/AbstractAclFileAttributeView.java \
246 sun/nio/fs/AbstractBasicFileAttributeView.java \
247 sun/nio/fs/AbstractFileTypeDetector.java \
248 sun/nio/fs/AbstractFileSystemProvider.java \
249 sun/nio/fs/AbstractPath.java \
250 sun/nio/fs/AbstractPoller.java \
251 sun/nio/fs/AbstractUserDefinedFileAttributeView.java \
252 sun/nio/fs/AbstractWatchKey.java \
253 sun/nio/fs/AbstractWatchService.java \
254 sun/nio/fs/BasicFileAttributesHolde
[all...]
/openjdk7/jdk/test/java/util/Formatter/
H A DBasic-X.java.template51 private static void test(String fs, String exp, Object ... args) {
53 f.format(fs, args);
54 ck(fs, exp, f.toString());
57 private static void test(Locale l, String fs, String exp, Object ... args)
60 f.format(fs, args);
61 ck(fs, exp, f.toString());
64 private static void test(String fs, Object ... args) {
66 f.format(fs, args);
67 ck(fs, "fail", f.toString());
70 private static void test(String fs) {
[all...]
/openjdk7/hotspot/src/share/vm/ci/
H A DciInstanceKlass.cpp477 for (JavaFieldStream fs(k); !fs.done(); fs.next()) {
478 if (fs.access_flags().is_static()) continue;
494 for (JavaFieldStream fs(k); !fs.done(); fs.next()) {
495 if (fs.access_flags().is_static()) continue;
497 fd.initialize(k->as_klassOop(), fs.index());
/openjdk7/jdk/test/java/awt/FullScreen/SetFSWindow/
H A DFSFrame.java133 final boolean fs = gd.isFullScreenSupported();
134 System.out.println("FullscreenSupported: " + (fs ? "yes" : "no"));
147 checkFSDisplay(fs);
/openjdk7/jdk/test/java/awt/WMSpecificTests/Metacity/
H A DFullscreenDialogModality.java46 final boolean fs = gd.isFullScreenSupported();
47 System.out.println("FullscreenSupported: " + (fs ? "yes" : "no"));
/openjdk7/jdk/test/java/nio/file/WatchService/
H A DBasic.java83 FileSystem fs = FileSystems.getDefault();
84 Path name = fs.getPath("foo");
86 try (WatchService watcher = fs.newWatchService()) {
397 FileSystem fs = FileSystems.getDefault();
398 WatchService watcher1 = fs.newWatchService();
399 WatchService watcher2 = fs.newWatchService();
401 Path name1 = fs.getPath("gus1");
402 Path name2 = fs.getPath("gus2");
H A DFileTreeModifier.java61 FileSystem fs = top.getFileSystem();
62 WatchService watcher = fs.newWatchService();
H A DSensitivityModifier.java56 FileSystem fs = top.getFileSystem();
57 WatchService watcher = fs.newWatchService();

Completed in 48 milliseconds

123456789