Searched refs:open (Results 226 - 250 of 366) sorted by relevance

1234567891011>>

/openjdk7/jdk/test/com/sun/nio/sctp/SctpChannel/
H A DSocketOptionTests.java76 SctpChannel sc = SctpChannel.open();
149 SctpChannel sc = SctpChannel.open();
150 SctpServerChannel ssc = SctpServerChannel.open().bind(null);
H A DUtil.java61 SctpChannel c = SctpChannel.open();
/openjdk7/jdk/test/com/sun/nio/sctp/SctpServerChannel/
H A DAccept.java87 channel = SctpChannel.open(peerAddress, 0, 0);
119 ssc = SctpServerChannel.open();
199 ssc = SctpServerChannel.open().bind(null);
H A DNonBlockingAccept.java90 channels.add(SctpChannel.open(peerAddress, 0, 0));
113 ssc = SctpServerChannel.open().bind(null);
137 acceptSelector = Selector.open();
H A DUtil.java61 SctpChannel c = SctpChannel.open();
/openjdk7/jdk/src/share/demo/jfc/Metalworks/
H A DMetalworksFrame.java152 JMenuItem open = new JMenuItem("Open");
162 open.addActionListener(new ActionListener() {
177 file.add(open);
/openjdk7/jdk/test/javax/sound/sampled/DataLine/
H A DDataLine_ArrayIndexOutOfBounds.java63 mixer.open();
150 log(" open...");
151 line.open();
190 log(" open...");
191 line.open();
/openjdk7/jdk/src/solaris/demo/jvmti/hprof/
H A Dhprof_md.c100 procfd = open(proc_ctl_fn, O_WRONLY);
157 return open(filename, O_RDONLY);
169 return open(filename, O_WRONLY | O_CREAT | O_TRUNC,
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftSynthesizer.java221 private boolean open = false; field in class:SoftSynthesizer
508 // if (external_channels == null) => the synthesizer is not open,
879 // we return how the synthesizer will be set on next open
880 // If info == null and synthesizer is open
882 boolean o = info == null && open;
1029 public void open() throws MidiUnavailableException { method in class:SoftSynthesizer
1036 open(null, null);
1039 public void open(SourceDataLine line, Map<String, Object> info) throws MidiUnavailableException { method in class:SoftSynthesizer
1077 line.open(getFormat(), bufferSize);
1133 "Can not open lin
[all...]
H A DModelAbstractOscillator.java126 public ModelOscillatorStream open(float samplerate) { method in class:ModelAbstractOscillator
/openjdk7/hotspot/agent/src/os/bsd/
H A Dlibproc_impl.c53 fd = open(name, O_RDONLY);
61 fd = open(alt_path, O_RDONLY);
70 fd = open(alt_path, O_RDONLY);
169 print_debug("can't open shared object %s\n", newlib->name);
/openjdk7/hotspot/agent/src/os/linux/
H A Dlibproc_impl.c57 fd = open(alt_path, O_RDONLY);
66 fd = open(alt_path, O_RDONLY);
73 fd = open(name, O_RDONLY);
170 print_debug("can't open shared object %s\n", newlib->name);
/openjdk7/jdk/src/share/classes/java/io/
H A DRandomAccessFile.java241 open(name, imode);
278 channel = FileChannelImpl.open(fd, path, true, rw, this);
306 private native void open(String name, int mode) method in class:RandomAccessFile
/openjdk7/jdk/src/share/classes/java/util/logging/
H A DFileHandler.java103 * tries to open the filename and finds the file is currently in use by
168 private void open(File fname, boolean append) throws IOException { method in class:FileHandler
366 // Private method to open the set of output files, based on the
408 // We got an IOException while trying to open the file.
441 open(files[0], true);
498 // we disallow attempts to open files relative to %h.
555 open(files[0], false);
/openjdk7/jdk/src/share/bin/
H A Dparse_manifest.c474 * -1 Unable to open jarfile
489 if ((fd = open(jarfile, O_RDONLY
542 if ((fd = open(jarfile, O_RDONLY
572 * -1 Unable to open jarfile
587 if ((fd = open(jarfile, O_RDONLY
/openjdk7/jdk/src/solaris/native/java/util/
H A DTimeZone_md.c174 if ((fd = open(pathname, O_RDONLY)) == -1) {
294 if ((fd = open(DEFAULT_ZONEINFO_FILE, O_RDONLY)) == -1) {
325 * because of the limitation of the number of open files on Solaris
369 * It assumes read open.
371 if ((fd = open(fname, O_RDONLY)) == -1) {
601 if ((fd = open(DEFAULT_ZONEINFO_FILE, O_RDONLY)) == -1) {
/openjdk7/jdk/test/com/sun/nio/sctp/SctpMultiChannel/
H A DSocketOptionTests.java84 SctpMultiChannel smc = SctpMultiChannel.open();
163 SctpServerChannel ssc = SctpServerChannel.open().bind(null);
178 SctpMultiChannel smc = SctpMultiChannel.open();
H A DUtil.java61 SctpChannel c = SctpChannel.open();
/openjdk7/jdk/test/java/nio/channels/Selector/
H A DSelectorTest.java148 this.ssc = ServerSocketChannel.open().bind(new InetSocketAddress(port));
225 sc = SocketChannel.open();
248 sc = SocketChannel.open();
/openjdk7/jdk/src/share/classes/sun/net/spi/nameservice/dns/
H A DDNSNameService.java85 nsList = ResolverConfiguration.open().nameservers();
254 List<String> nsList = ResolverConfiguration.open().nameservers();
317 searchList = ResolverConfiguration.open().searchlist();
/openjdk7/hotspot/src/os/solaris/fix_empty_sec_hdr_flags/
H A Dfix_empty_sec_hdr_flags.c64 /* open the elf_obj */
66 if ((fd = open(elf_obj, O_RDWR)) == -1) {
67 (void) fprintf(stderr, "%s: cannot open file.\n", elf_obj);
/openjdk7/jdk/make/tools/fix_empty_sec_hdr_flags/
H A Dfix_empty_sec_hdr_flags.c64 /* open the elf_obj */
66 if ((fd = open(elf_obj, O_RDWR)) == -1) {
67 (void) fprintf(stderr, "%s: cannot open file.\n", elf_obj);
/openjdk7/jdk/src/solaris/native/sun/nio/ch/
H A DInheritedChannel.c146 int fd = open(str, oflag_actual);
/openjdk7/jdk/test/java/lang/management/BufferPoolMXBean/
H A DBasic.java86 try (FileChannel fc = FileChannel.open(tmpfile, READ, WRITE)) {
/openjdk7/jdk/test/java/nio/channels/DatagramChannel/
H A DAdaptDatagramSocket.java103 DatagramChannel dc = DatagramChannel.open();
125 // Leave the socket open so that we don't reuse the old src address

Completed in 81 milliseconds

1234567891011>>