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

1234567

/openjdk7/jdk/test/java/net/ProxySelector/
H A DProxyTest.java62 public java.util.List<Proxy> select(URI uri) { method in class:ProxyTest.MyProxySelector
/openjdk7/jdk/test/java/nio/channels/Pipe/
H A DSelectPipe.java69 if (selector.select(1000) == 0) {
/openjdk7/jdk/test/java/nio/channels/Selector/
H A DAlias.java66 int keysAdded = selector.select(100);
H A DConnect.java63 int keysAdded = RSelector.select(100);
H A DOpRead.java61 int nSelected = selector.select();
H A DSelectAfterRead.java27 * various read/select combinations.
51 // previously on Windows select would select channel here, although there was
68 if (sel.select(TIMEOUT) != 1)
74 // Previously on Windows two consequent reads would cause select()
75 // to select a channel, although there was nothing remaining to
H A DSelectAndCancel.java26 * @summary Check for CancelledKeyException when key cancelled during select
54 selector.select();
62 // Wait for above thread to get to select() before we call close.
65 // Try to close. This should wakeup select.
81 // Wait for select() to be awakened, which should be done by close.
H A DSelectorLimit.java99 int n = sel.select();
H A DBasicConnect.java38 * Typically there would be more than one channel registered to select
64 int keysAdded = connectSelector.select();
H A DCloseWhenKeyIdle.java111 // select should block
116 int n = sel.select();
H A DRegAfterPreClose.java110 sel.select();
/openjdk7/jdk/test/java/nio/channels/spi/SelectorProvider/inheritedChannel/
H A DCloseTest.java69 sel.select(to);
/openjdk7/jdk/test/javax/swing/JInternalFrame/
H A DTest6325652.java60 public void select() throws PropertyVetoException { method in class:Test6325652
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXChoicePeer.java157 helper.select(target.getSelectedIndex());
231 ((Choice)target).select(newIdx);
246 ((Choice)target).select(newIdx);
261 ((Choice)target).select(newIdx);
276 ((Choice)target).select(newIdx);
293 helper.select(dragStartIdx);
296 ((Choice)target).select(newIdx);
411 ((Choice)target).select(dragStartIdx);
448 ((Choice)target).select(newIdx);
449 // NOTE: We get a repaint when Choice.select()
604 public void select(int index) { method in class:XChoicePeer
[all...]
H A DListHelper.java38 // FIXME: implement multi-select
145 // FIXME: need to clean up select list, too?
152 // FIXME: need to clean up select list, too?
172 public void select(int index) { method in class:ListHelper
177 assert false : "Implement ListHelper.select() for multiselect";
310 // FIXME: multi-select needs separate focused index
325 select(newIdx);
330 select(newIdx);
334 // FIXME: for multi-select, move the focused item, not the selected item
344 select(firstDisplayedInde
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DWithParam.java78 Util.println("select " + _select.toString());
114 * 'select' attribute (this has precedence) or in the element body.
130 final String select = getAttribute("select");
131 if (select.length() > 0) {
132 _select = parser.parseExpression(this, "select", null);
139 * Type-check either the select attribute or the element body, depending
157 * a 'select' attribute, or in the with-param element's body
161 // Compile expression is 'select' attribute if present
201 // Generete the value of the parameter (use value in 'select' b
[all...]
H A DVariableBase.java60 protected String select; // Textual repr. of variable expr. field in class:VariableBase
149 * Returns the expression from this variable's select attribute (if any)
170 System.out.println("select " + _select.toString());
235 select = getAttribute("select");
236 if (select.length() > 0) {
237 _select = getParser().parseExpression(this, "select", null);
239 reportError(this, parser, ErrorMsg.REQUIRED_ATTR_ERR, "select");
250 * a 'select' attribute, or in the variable elements body
254 // Compile expression is 'select' attribut
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/
H A DComponentImpl.java123 public Collection<XSComponent> select(String scd, NamespaceContext nsContext) { method in class:ComponentImpl
125 return SCD.create(scd,nsContext).select(this);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/
H A DEndpointAddress.java155 Iterator<Proxy> it = sel.select(uri).iterator();
/openjdk7/jdk/test/java/awt/TextField/ScrollSelectionTest/
H A DScrollSelectionTest.java54 tf.select(0, 20);
/openjdk7/jdk/test/java/nio/channels/SocketChannel/
H A DConnect.java78 selector.select(INCREMENTAL_DELAY);
/openjdk7/jdk/src/share/classes/com/sun/beans/editors/
H A DFontEditor.java78 familyChoser.select(i);
84 styleChoser.select(i);
90 sizeChoser.select(i);
/openjdk7/jdk/src/solaris/native/java/net/
H A Dbsd_close.c32 #include <sys/select.h>
338 select(s, readfds, writefds, exceptfds, timeout) );
343 * Wrapper for select(s, timeout). We are using select() on Mac OS due to Bug 7131399.
385 * call select on the fd. If interrupted by our wakeup signal
392 rv = select(s+1, &rfds, 0, 0, tp);
/openjdk7/jdk/src/share/classes/java/awt/
H A DTextComponent.java260 * @see java.awt.TextComponent#select
371 /* Route through select method to enforce consistent policy
374 select(selectionStart, getSelectionEnd());
407 /* Route through select method to enforce consistent policy
410 select(getSelectionStart(), selectionEnd);
445 public synchronized void select(int selectionStart, int selectionEnd) { method in class:TextComponent
465 peer.select(selectionStart, selectionEnd);
471 * @see java.awt.TextComponent#select
479 peer.select(selectionStart, selectionEnd);
513 select(positio
[all...]
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaSpinnerUI.java333 select(spinner);
346 private void select(final JSpinner spinnerComponent) { method in class:AquaSpinnerUI.ArrowButtonHandler
362 if (!select(ftf, iterator, field) && field == DateFormat.Field.HOUR0) {
363 select(ftf, iterator, DateFormat.Field.HOUR1);
372 private boolean select(final JFormattedTextField ftf, final AttributedCharacterIterator iterator, final DateFormat.Field field) { method in class:AquaSpinnerUI.ArrowButtonHandler
383 ftf.select(start, end);

Completed in 115 milliseconds

1234567