Searched refs:select (Results 151 - 157 of 157) sorted by relevance

1234567

/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTextUI.java2506 c.select(pos, c.getCaretPosition());
/openjdk7/jdk/src/windows/native/java/net/
H A DTwoStacksPlainDatagramSocketImpl.c351 if (select(/*ignored*/fd+1, &tbl, 0, 0, &t) <= 0) {
836 * If a timeout has been specified then we select on the socket
1018 * If a timeout has been specified then we select on the socket
1025 /* all subsequent calls to recv() or select() will use the same fd
1231 /* not set in peek(), must select on both sockets */
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXListPeer.java183 // The select()ed item should become the focused item, but we don't
184 // get the select() call because the peer generally hasn't yet been
186 // TODO: For multi-select lists, it should be the highest selected index
601 // Backward-compatible bug: even if a single-select
665 assert multipleSelections : "Shouldn't get a deselect for a single-select List";
700 // Multi-select only:
711 // Single-select only:
713 // and select the item under the mouse
818 // If single-select, select th
1212 public void select(int index) { method in class:XListPeer
[all...]
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp93 # include <sys/select.h>
5848 // Set up the select arguments
5858 int rc = select(_fd+1, _fd != -1 ? &rfds : NULL, NULL, NULL, NULL);
5860 perror("select!\n");
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/http/
H A DHttpURLConnection.java926 Iterator<Proxy> it = sel.select(uri).iterator();
/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp91 # include <sys/select.h>
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp2636 // + select Control Panel -> Administrative Tools -> Local Security Policy
2637 // + select Local Policies -> User Rights Assignment
2836 // select bytes_to_rq to get to the next chunk_size boundary
5022 return ::select(1, &tbl, 0, 0, &t);

Completed in 113 milliseconds

1234567