HomeSort by relevance Sort by last modified time
    Searched defs:select (Results 176 - 200 of 711) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/gdb/linux-x86/lib/python2.7/logging/
config.py 58 the ability to select from various pre-canned configurations (if the
885 import select namespace
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
subprocess.py 429 import select namespace
430 _has_poll = hasattr(select, 'poll')
434 # When select or poll has indicated that the file is writable,
437 _PIPE_BUF = getattr(select, 'PIPE_BUF', 512)
785 # all, using select() or threads is unnecessary.
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_smtplib.py 9 import select namespace
31 r, w, e = select.select([], [conn], [])
110 if hasattr(select, 'poll'):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
asyncore.py 39 If your operating system supports the select() system call in its I/O
49 import select namespace
107 if flags & select.POLLIN:
109 if flags & select.POLLOUT:
111 if flags & select.POLLPRI:
113 if flags & (select.POLLHUP | select.POLLERR | select.POLLNVAL):
145 r, w, e = select.select(r, w, e, timeout
    [all...]
subprocess.py 429 import select namespace
430 _has_poll = hasattr(select, 'poll')
434 # When select or poll has indicated that the file is writable,
437 _PIPE_BUF = getattr(select, 'PIPE_BUF', 512)
785 # all, using select() or threads is unnecessary.
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
rpc.py 33 import select namespace
331 r, w, x = select.select([], [self.sock], [])
347 r, w, x = select.select([self.sock.fileno()], [], [], wait)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
config.py 58 the ability to select from various pre-canned configurations (if the
885 import select namespace
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
findertools.py 108 def select(file): function
109 """select a file in the finder. Specify file by name, fsref or fsspec."""
113 return finder.select(file_alias)
780 select(f) # select this file
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_smtplib.py 9 import select namespace
31 r, w, e = select.select([], [conn], [])
110 if hasattr(select, 'poll'):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
asyncore.py 39 If your operating system supports the select() system call in its I/O
49 import select namespace
107 if flags & select.POLLIN:
109 if flags & select.POLLOUT:
111 if flags & select.POLLPRI:
113 if flags & (select.POLLHUP | select.POLLERR | select.POLLNVAL):
145 r, w, e = select.select(r, w, e, timeout
    [all...]
subprocess.py 429 import select namespace
430 _has_poll = hasattr(select, 'poll')
434 # When select or poll has indicated that the file is writable,
437 _PIPE_BUF = getattr(select, 'PIPE_BUF', 512)
785 # all, using select() or threads is unnecessary.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
rpc.py 33 import select namespace
331 r, w, x = select.select([], [self.sock], [])
347 r, w, x = select.select([self.sock.fileno()], [], [], wait)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
config.py 58 the ability to select from various pre-canned configurations (if the
885 import select namespace
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_smtplib.py 9 import select namespace
31 r, w, e = select.select([], [conn], [])
110 if hasattr(select, 'poll'):
  /tools/test/connectivity/acts/framework/acts/controllers/
monsoon.py 26 import select namespace
354 ready_r, ready_w, ready_x = select.select([self.ser], [],
    [all...]
  /prebuilts/tools/common/m2/repository/org/jsoup/jsoup/1.6.3/
jsoup-1.6.3.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/gmaven/feature/gmaven-feature-api/1.5/
gmaven-feature-api-1.5.jar 
  /external/autotest/client/tests/kvm/tests/
virtio_console.py 6 import array, logging, os, random, re, select, shutil, socket, sys, tempfile namespace
252 ret = select.select([self.sock], [], [], 1.0)
346 ret = select.select([], [self.port.sock], [], 1.0)
412 # TODO: Workaround, it didn't work with select :-/
452 ret = select.select([self.port.sock], [], [], 1.0)
694 while select.select([recv_pt.sock], [], [], 0.1)[0]
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
ComponentsView.java 89 public boolean select(Viewer v, Object parentElement, Object element) {
335 final File writeDir = changeDir(filter, "Select a directory to write the status");
408 * Select a results element in the tree.
410 public void select(ComponentResultsElement componentResults, String configName, String scenarioName, String buildName) { method in class:ComponentsView
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CTableCombo.java 391 select(Math.max(oldIndex - 1, 0));
393 select(Math.min(oldIndex + 1, getItemCount() - 1));
419 select(Math.max(index, 0));
588 public void select(int index) { method in class:CTableCombo
601 m_table.select(index);
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/
CalendarFrame.java 133 calMenu[i].select(i); method
204 displayMenu.select(selectMe);
276 * CalMenuListener responds to events in the two popup menus that select
306 calMenu[j].select(k); method
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
PagingIndicator.java 387 mDots[mCurrentPage].select(); method
431 void select() {
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
ActionBar.java 63 * <p>If your activity has an options menu, you can make select items accessible directly from the
340 * @param position Position of the item to select.
725 * Select the specified tab. If it is not a child of this action bar it will be added.
727 * <p>Note: If you want to select by index, use {@link #setSelectedNavigationItem(int)}.</p>
729 * @param tab Tab to select
1267 public abstract void select(); method in class:ActionBar.Tab
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
SelectionKeyTest.java 301 selector.select();
  /libcore/luni/src/test/java/libcore/java/sql/
OldResultSetMetaDataTest.java 37 String query = "select * from zoo";
240 String query = "select name, animal_id from hutch, zoo where zoo.id = 1" ;
285 String select = "select * from DecimalNumbers;"; local
293 rs = st3.executeQuery(select);
350 String select = "select * from DecimalNumbers;"; local
356 rs = st.executeQuery(select);

Completed in 943 milliseconds

1 2 3 4 5 6 78 91011>>