Searched refs:open (Results 326 - 350 of 366) sorted by relevance

<<1112131415

/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DWindowsSelectorImpl.java127 wakeupPipe = Pipe.open();
H A DWindowsAsynchronousFileChannelImpl.java98 public static AsynchronousFileChannel open(FileDescriptor fdo, method in class:WindowsAsynchronousFileChannelImpl
/openjdk7/jdk/test/com/sun/jdi/
H A DJDIScaffold.java350 vm = connection.open();
H A DTestScaffold.java632 vm = connection.open();
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DUnixFileSystemProvider.java410 // open directory and dup file descriptor for use by
416 dfd1 = open(dir, O_RDONLY, 0);
H A DUnixNativeDispatcher.java66 * int open(const char* path, int oflag, mode_t mode)
68 static int open(UnixPath path, int flags, int mode) throws UnixException { method in class:UnixNativeDispatcher
H A DUnixPath.java777 return open(this, flags, 0);
/openjdk7/hotspot/agent/src/os/bsd/
H A Dps_core.c339 // open the class sharing archive file
342 print_debug("can't open %s!\n", classes_jsa);
780 print_debug("can't open runtime loader\n");
907 print_debug("can't open shared object %s\n", lib_name);
967 // open the core file
968 if ((ph->core->core_fd = open(core_file, O_RDONLY)) < 0) {
969 print_debug("can't open core file\n");
979 if ((ph->core->exec_fd = open(exec_file, O_RDONLY)) < 0) {
980 print_debug("can't open executable file\n");
/openjdk7/hotspot/agent/src/os/linux/
H A Dps_core.c339 // open the class sharing archive file
342 print_debug("can't open %s!\n", classes_jsa);
774 print_debug("can't open runtime loader\n");
900 print_debug("can't open shared object %s\n", lib_name);
961 // open the core file
962 if ((ph->core->core_fd = open(core_file, O_RDONLY)) < 0) {
963 print_debug("can't open core file\n");
973 if ((ph->core->exec_fd = open(exec_file, O_RDONLY)) < 0) {
974 print_debug("can't open executable file\n");
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftVoice.java614 resampler.open((ModelWavetable)osc,
621 osc_stream = osc.open(synthesizer.getFormat().getSampleRate());
/openjdk7/langtools/src/share/classes/com/sun/tools/javap/
H A DJavapTask.java621 JavaFileObject fo = open(className);
669 protected JavaFileObject open(String className) throws IOException { method in class:JavapTask
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/inspector/
H A DXOpenTypeViewer.java600 XOpenTypeViewer open =
602 comp = open;
/openjdk7/jdk/src/share/classes/sun/net/httpserver/
H A DServerImpl.java97 schan = ServerSocketChannel.open();
103 selector = Selector.open ();
/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DFileChannelImpl.java82 public static FileChannel open(FileDescriptor fd, String path, method in class:FileChannelImpl
90 public static FileChannel open(FileDescriptor fd, String path, method in class:FileChannelImpl
851 throw new IOException("Channel not open for writing " +
892 // On Windows, and potentially other platforms, we need an open
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp1766 int fd = ::open("/proc/self/ctl", O_WRONLY);
1780 int fd = ::open("/proc/self/status", O_RDONLY);
2102 int file_descriptor= ::open(filename, O_RDONLY | O_NONBLOCK);
2105 // Can't open library, report dlerror() message
2226 int fd = ::open(filename, O_RDONLY);
2283 int fd = ::open("/proc/self/map",O_RDONLY);
5082 lwpFile = ::open("/proc/self/lstatus", O_RDONLY, 0);
5084 if (ThreadPriorityVerbose) warning ("Couldn't open /proc/self/lstatus\n");
5308 int fd = ::open("/dev/zero", O_RDWR);
5310 fatal(err_msg("os::init: cannot open /de
5606 int os::open(const char *path, int oflag, int mode) { function in class:os
[all...]
/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp1508 // For some reason we can't open /proc/self/stat (for example, running on
2134 int file_descriptor= ::open(filename, O_RDONLY | O_NONBLOCK);
2137 // Can't open library, report dlerror() message
2295 int fd = ::open(filename, O_RDONLY);
2876 int fd = ::open(buf, O_CREAT | O_RDWR, S_IRWXU);
5103 // Open a file. Unlink the file immediately after open returns
5107 int os::open(const char *path, int oflag, int mode) { function in class:os
5117 fd = ::open(path, oflag, mode);
5120 //If the open succeeded, the file might still be a directory
5181 return ::open(pat
[all...]
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp1316 // For some reason we can't open /proc/self/stat (for example, running on
1929 int file_descriptor= ::open(filename, O_RDONLY | O_NONBLOCK);
1932 // Can't open library, report dlerror() message
2117 int fd = ::open(filename, O_RDONLY);
2627 int fd = ::open(buf, O_CREAT | O_RDWR, S_IRWXU);
3011 if ((fd = ::open("/proc/self/maps", O_RDONLY)) < 0) {
4890 // Open a file. Unlink the file immediately after open returns
4894 int os::open(const char *path, int oflag, int mode) { function in class:os
4907 //If the open succeeded, the file might still be a directory
5146 // then we open /pro
[all...]
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DParser.java2121 public void match(int open, int close) throws IOException { argument
2123 scanner.match(open, close);
2128 super.match(open, close);
/openjdk7/hotspot/agent/test/jdi/
H A DTestScaffold.java498 vm = connection.open();
/openjdk7/jdk/src/share/classes/javax/sound/midi/
H A DMidiSystem.java251 * not already open. It is possible to close an implicitly opened
253 * on the returned <code>Receiver</code>. All open <code>Receiver</code>
256 * detailed description of open/close behaviour see the class
302 * is not already open. It is possible to close an implicitly
305 * <code>Transmitter</code>. All open <code>Transmitter</code>
308 * of open/close behaviour see the class description of {@link
415 * has no open <code>Transmitters</code>. In order to
457 synth.open();
/openjdk7/jdk/make/tools/reorder/tools/
H A Dmcount.c202 elfInfo->fd = open(fullName, O_RDONLY);
204 fail("Unable to open ELF file %s.\n", fullName);
/openjdk7/hotspot/src/share/vm/runtime/
H A Dos.hpp478 static int open(const char *path, int oflag, int mode);
/openjdk7/jdk/src/solaris/native/com/sun/media/sound/
H A DPLATFORM_API_SolarisOS_Ports.c173 fd = open(desc.pathctl, O_RDWR);
176 ERROR1("Couldn't open audio device ctl for device %d!\n", mixerIndex);
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp1472 int file_descriptor=::open(name, O_RDONLY | O_BINARY, 0);
4103 int os::open(const char *path, int oflag, int mode) { function in class:os
4111 return ::open(pathbuf, oflag | O_BINARY | O_NOINHERIT, mode);
4131 return ::open(path, oflags, _S_IREAD | _S_IWRITE);
4598 int fd = ::open(filename, O_WRONLY | O_CREAT | O_TRUNC, 0666);
4607 "Could not open pause file '%s', continuing immediately.\n", filename);
4629 // permit a process to have hundreds of thousands of open handles.
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicLookAndFeel.java1164 // hides the last open submenu,
1168 // hide the entire structure of open menu and its submenus
2073 clip.open(soundStream);

Completed in 168 milliseconds

<<1112131415