Searched refs:fs (Results 26 - 50 of 225) sorted by relevance

123456789

/openjdk7/jdk/test/java/util/Formatter/
H A DBasicBigInteger.java51 private static void test(String fs, String exp, Object ... args) { argument
53 f.format(fs, args);
54 ck(fs, exp, f.toString());
57 private static void test(Locale l, String fs, String exp, Object ... args) argument
60 f.format(fs, args);
61 ck(fs, exp, f.toString());
64 private static void test(String fs, Object ... args) { argument
66 f.format(fs, args);
67 ck(fs, "fail", f.toString());
70 private static void test(String fs) { argument
76 testSysOut(String fs, String exp, Object ... args) argument
111 tryCatch(String fs, Class<?> ex) argument
125 tryCatch(String fs, Class<?> ex, Object ... args) argument
[all...]
H A DBasicByte.java51 private static void test(String fs, String exp, Object ... args) { argument
53 f.format(fs, args);
54 ck(fs, exp, f.toString());
57 private static void test(Locale l, String fs, String exp, Object ... args) argument
60 f.format(fs, args);
61 ck(fs, exp, f.toString());
64 private static void test(String fs, Object ... args) { argument
66 f.format(fs, args);
67 ck(fs, "fail", f.toString());
70 private static void test(String fs) { argument
76 testSysOut(String fs, String exp, Object ... args) argument
111 tryCatch(String fs, Class<?> ex) argument
125 tryCatch(String fs, Class<?> ex, Object ... args) argument
[all...]
H A DBasicByteObject.java51 private static void test(String fs, String exp, Object ... args) { argument
53 f.format(fs, args);
54 ck(fs, exp, f.toString());
57 private static void test(Locale l, String fs, String exp, Object ... args) argument
60 f.format(fs, args);
61 ck(fs, exp, f.toString());
64 private static void test(String fs, Object ... args) { argument
66 f.format(fs, args);
67 ck(fs, "fail", f.toString());
70 private static void test(String fs) { argument
76 testSysOut(String fs, String exp, Object ... args) argument
111 tryCatch(String fs, Class<?> ex) argument
125 tryCatch(String fs, Class<?> ex, Object ... args) argument
[all...]
H A DBasicInt.java51 private static void test(String fs, String exp, Object ... args) { argument
53 f.format(fs, args);
54 ck(fs, exp, f.toString());
57 private static void test(Locale l, String fs, String exp, Object ... args) argument
60 f.format(fs, args);
61 ck(fs, exp, f.toString());
64 private static void test(String fs, Object ... args) { argument
66 f.format(fs, args);
67 ck(fs, "fail", f.toString());
70 private static void test(String fs) { argument
76 testSysOut(String fs, String exp, Object ... args) argument
111 tryCatch(String fs, Class<?> ex) argument
125 tryCatch(String fs, Class<?> ex, Object ... args) argument
[all...]
H A DBasicIntObject.java51 private static void test(String fs, String exp, Object ... args) { argument
53 f.format(fs, args);
54 ck(fs, exp, f.toString());
57 private static void test(Locale l, String fs, String exp, Object ... args) argument
60 f.format(fs, args);
61 ck(fs, exp, f.toString());
64 private static void test(String fs, Object ... args) { argument
66 f.format(fs, args);
67 ck(fs, "fail", f.toString());
70 private static void test(String fs) { argument
76 testSysOut(String fs, String exp, Object ... args) argument
111 tryCatch(String fs, Class<?> ex) argument
125 tryCatch(String fs, Class<?> ex, Object ... args) argument
[all...]
H A DBasicLong.java51 private static void test(String fs, String exp, Object ... args) { argument
53 f.format(fs, args);
54 ck(fs, exp, f.toString());
57 private static void test(Locale l, String fs, String exp, Object ... args) argument
60 f.format(fs, args);
61 ck(fs, exp, f.toString());
64 private static void test(String fs, Object ... args) { argument
66 f.format(fs, args);
67 ck(fs, "fail", f.toString());
70 private static void test(String fs) { argument
76 testSysOut(String fs, String exp, Object ... args) argument
111 tryCatch(String fs, Class<?> ex) argument
125 tryCatch(String fs, Class<?> ex, Object ... args) argument
[all...]
H A DBasicLongObject.java51 private static void test(String fs, String exp, Object ... args) { argument
53 f.format(fs, args);
54 ck(fs, exp, f.toString());
57 private static void test(Locale l, String fs, String exp, Object ... args) argument
60 f.format(fs, args);
61 ck(fs, exp, f.toString());
64 private static void test(String fs, Object ... args) { argument
66 f.format(fs, args);
67 ck(fs, "fail", f.toString());
70 private static void test(String fs) { argument
76 testSysOut(String fs, String exp, Object ... args) argument
111 tryCatch(String fs, Class<?> ex) argument
125 tryCatch(String fs, Class<?> ex, Object ... args) argument
[all...]
H A DBasicShort.java51 private static void test(String fs, String exp, Object ... args) { argument
53 f.format(fs, args);
54 ck(fs, exp, f.toString());
57 private static void test(Locale l, String fs, String exp, Object ... args) argument
60 f.format(fs, args);
61 ck(fs, exp, f.toString());
64 private static void test(String fs, Object ... args) { argument
66 f.format(fs, args);
67 ck(fs, "fail", f.toString());
70 private static void test(String fs) { argument
76 testSysOut(String fs, String exp, Object ... args) argument
111 tryCatch(String fs, Class<?> ex) argument
125 tryCatch(String fs, Class<?> ex, Object ... args) argument
[all...]
H A DBasicShortObject.java51 private static void test(String fs, String exp, Object ... args) { argument
53 f.format(fs, args);
54 ck(fs, exp, f.toString());
57 private static void test(Locale l, String fs, String exp, Object ... args) argument
60 f.format(fs, args);
61 ck(fs, exp, f.toString());
64 private static void test(String fs, Object ... args) { argument
66 f.format(fs, args);
67 ck(fs, "fail", f.toString());
70 private static void test(String fs) { argument
76 testSysOut(String fs, String exp, Object ... args) argument
111 tryCatch(String fs, Class<?> ex) argument
125 tryCatch(String fs, Class<?> ex, Object ... args) argument
[all...]
H A DBasicDoubleObject.java51 private static void test(String fs, String exp, Object ... args) { argument
53 f.format(fs, args);
54 ck(fs, exp, f.toString());
57 private static void test(Locale l, String fs, String exp, Object ... args) argument
60 f.format(fs, args);
61 ck(fs, exp, f.toString());
64 private static void test(String fs, Object ... args) { argument
66 f.format(fs, args);
67 ck(fs, "fail", f.toString());
70 private static void test(String fs) { argument
76 testSysOut(String fs, String exp, Object ... args) argument
111 tryCatch(String fs, Class<?> ex) argument
125 tryCatch(String fs, Class<?> ex, Object ... args) argument
[all...]
H A DBasicFloatObject.java51 private static void test(String fs, String exp, Object ... args) { argument
53 f.format(fs, args);
54 ck(fs, exp, f.toString());
57 private static void test(Locale l, String fs, String exp, Object ... args) argument
60 f.format(fs, args);
61 ck(fs, exp, f.toString());
64 private static void test(String fs, Object ... args) { argument
66 f.format(fs, args);
67 ck(fs, "fail", f.toString());
70 private static void test(String fs) { argument
76 testSysOut(String fs, String exp, Object ... args) argument
111 tryCatch(String fs, Class<?> ex) argument
125 tryCatch(String fs, Class<?> ex, Object ... args) argument
[all...]
/openjdk7/jdk/make/java/nio/
H A DMakefile70 sun/nio/fs/GnomeFileTypeDetector.java \
71 sun/nio/fs/PollingWatchService.java \
72 sun/nio/fs/SolarisAclFileAttributeView.java \
73 sun/nio/fs/SolarisFileStore.java \
74 sun/nio/fs/SolarisFileSystem.java \
75 sun/nio/fs/SolarisFileSystemProvider.java \
76 sun/nio/fs/SolarisUserDefinedFileAttributeView.java \
77 sun/nio/fs/SolarisNativeDispatcher.java \
78 sun/nio/fs/SolarisWatchService.java \
79 sun/nio/fs/UnixChannelFactor
[all...]
/openjdk7/langtools/test/tools/javac/generics/diamond/pos/
H A DPos06.java51 Foo<String> fs = new Foo<>("one"); field in class:Pos06
52 TripleFoo<?,?,?> tw = new TripleFoo<>(fi,fd,fs);
/openjdk7/jdk/src/macosx/native/jobjc/src/generator/java/com/apple/internal/jobjc/generator/utils/
H A DObjectInspector.java45 Field[] fs = clazz.getDeclaredFields();
46 for(int i = 0; i < fs.length; i++){
47 Field f = fs[i];
59 if(i < fs.length - 1 || willGoSuper)
/openjdk7/jdk/test/java/io/pathNames/win32/
H A DSJIS.java74 String[] fs = d.list();
75 if (fs == null) System.err.println("No files listed");
76 for (int i = 0; i < fs.length; i++) {
77 System.err.println(fs[i]);
/openjdk7/jdk/src/share/classes/sun/nio/fs/
H A DDynamicFileAttributeView.java26 package sun.nio.fs;
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DBsdFileSystemProvider.java26 package sun.nio.fs;
H A DBsdNativeDispatcher.java26 package sun.nio.fs;
H A DDefaultFileTypeDetector.java26 package sun.nio.fs;
H A DMacOSXFileSystemProvider.java26 package sun.nio.fs;
H A DUnixFileStoreAttributes.java26 package sun.nio.fs;
H A DLinuxFileStore.java26 package sun.nio.fs;
47 LinuxFileStore(UnixFileSystem fs, UnixMountEntry entry) throws IOException { argument
48 super(fs, entry);
57 LinuxFileSystem fs = (LinuxFileSystem)file().getFileSystem();
63 path = new UnixPath(fs, rp);
86 for (UnixMountEntry entry: fs.getMountEntries("/proc/mounts")) {
/openjdk7/jdk/test/demo/zipfs/
H A DBasic.java57 FileSystem fs = FileSystems.newFileSystem(uri, env, null);
61 String actual = fs.getPath("/foo").toUri().toString();
68 Files.walkFileTree(fs.getPath("/"), new FileTreePrinter());
72 try (DirectoryStream<Path> stream = Files.newDirectoryStream(fs.getPath("/"))) {
83 Path source = fs.getPath("/META-INF/services/java.nio.file.spi.FileSystemProvider");
98 FileStore store = Files.getFileStore(fs.getPath("/"));
103 fs.close();
104 if (fs.isOpen())
107 fs.provider().checkAccess(fs
[all...]
/openjdk7/jdk/src/share/demo/nio/zipfs/
H A DDemo.java166 try (FileSystem fs = provider.newFileSystem(Paths.get(args[1]), env)) {
170 src = fs.getPath(args[2]);
171 dst = fs.getPath(args[3]);
175 src = fs.getPath(args[2]);
181 dst = fs.getPath(args[3]);
185 src = fs.getPath(args[2]);
186 dst = fs.getPath(args[3]);
190 src = fs.getPath(args[2]);
196 dst = fs.getPath(args[3]);
201 dst = fs
426 update(FileSystem fs, String path) argument
442 extract(FileSystem fs, String path) argument
[all...]
/openjdk7/jdk/src/share/sample/nio/file/
H A DDiskUsage.java70 FileSystem fs = FileSystems.getDefault();
71 for (FileStore store: fs.getFileStores()) {

Completed in 644 milliseconds

123456789