HomeSort by relevance Sort by last modified time
    Searched full:select (Results 1076 - 1100 of 8132) sorted by null

<<41424344454647484950>>

  /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...]
telnetlib.py 20 It is possible to pass a Telnet object to select.select() in order to
40 import select namespace
209 self._has_poll = hasattr(select, 'poll')
300 This method uses select.poll() to implement the timeout.
310 poller = select.poll()
311 poll_in_or_priority_flags = select.POLLIN | select.POLLPRI
316 except select.error as e:
345 The timeout is implemented using select.select()
    [all...]
  /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...]
telnetlib.py 20 It is possible to pass a Telnet object to select.select() in order to
40 import select namespace
209 self._has_poll = hasattr(select, 'poll')
300 This method uses select.poll() to implement the timeout.
310 poller = select.poll()
311 poll_in_or_priority_flags = select.POLLIN | select.POLLPRI
316 except select.error as e:
345 The timeout is implemented using select.select()
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
misc5.test 51 insert or ignore into t2 select x*2 from t2;
52 insert or ignore into t2 select x*4 from t2;
53 insert or ignore into t2 select x*16 from t2;
54 insert or ignore into t2 select x*256 from t2;
55 insert or ignore into t2 select x*65536 from t2;
56 insert or ignore into t2 select x*2147483648 from t2;
57 insert or ignore into t2 select x-1 from t2;
58 insert or ignore into t2 select x+1 from t2;
59 insert or ignore into t2 select -x from t2;
60 select count(*) from t2
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
insert.c 133 ** a statement of the form "INSERT INTO <iDb, pTab> SELECT ..." can
134 ** run without using temporary table for the results of the SELECT.
326 Select *pSelect, /* A SELECT statement to use as the data source */
335 ** insert into TABLE (IDLIST) select
343 ** NULL and pSelect is a pointer to the select statement used to generate
347 ** select with data coming from a VALUES clause, the code executes
358 ** INSERT INTO <table> SELECT ...
360 ** If the SELECT clause is of the restricted form "SELECT * FROM <table2>"
    [all...]
resolve.c 38 ** SELECT random()%5 AS x, count(*) FROM tab GROUP BY x
42 ** SELECT random()%5 AS x, count(*) FROM tab GROUP BY random()%5
293 ** SELECT a+b AS x FROM table WHERE x<10;
613 ** a SELECT statement. pE is a term in an ORDER BY or GROUP BY clause.
646 ** ORDER BY of a compound SELECT. The expression has not been
654 ** SELECT statement. Return the index i of the matching column,
664 Select *pSelect, /* The SELECT statement with the ORDER BY clause */
721 ** Analyze the ORDER BY clause in a compound SELECT statement. Modify
723 ** and N where N is the number of columns in the compound SELECT
    [all...]
  /bionic/libc/private/
syscommon.h 19 #include <sys/select.h>
  /development/samples/JetBoy/
JETBOY_content_README.txt 9 3. Select the IMPORT command and import JETBOY.zip.
  /development/samples/browseable/BasicMediaRouter/
_index.jd 11 <strong>Media Route Action Item</strong> in the action bar to select an
  /development/samples/training/multiscreen/newsreader/
_index.html 8 Eclipse, right-click the JAR file in the Package Explorer and select <b>Build Path > Add to Build
  /external/chromium/chrome/browser/autofill/
select_control_handler.h 20 // Fills a select-one control with the appropriate value from |form_group|.
  /external/chromium/chrome/browser/printing/cloud_print/resources/
cloud_print_setup_done.css 4 -webkit-user-select: none;
  /external/chromium/chrome/browser/remoting/resources/
remoting_setup_flow.css 6 -webkit-user-select: none;
  /external/chromium/chrome/browser/resources/options/
about_page.css 2 -webkit-user-select: text;
  /external/chromium/chrome/browser/ui/options/
options_window.h 12 // the list of available tabs to be displayed. PAGE_DEFAULT means select the
  /external/chromium/webkit/glue/
webmenuitem.h 13 // Container for information about entries in an HTML select popup menu and
  /external/chromium-trace/trace-viewer/src/tcmalloc/
tcmalloc_instance_view.css 24 -webkit-user-select: text;
  /external/chromium-trace/trace-viewer/src/tracing/analysis/
default_object_view.css 20 -webkit-user-select: text;
  /external/chromium-trace/trace-viewer/src/tracing/
timeline_track_view.css 7 -webkit-user-select: none;
  /external/chromium_org/chrome/android/testshell/res/values/
strings.xml 12 <string name="signin_select_account">Select Account</string>
  /external/chromium_org/chrome/browser/resources/app_list/
start_page.css 20 -webkit-user-select: none;
  /external/chromium_org/chrome/browser/resources/print_preview/search/
destination_search.css 20 -webkit-user-select: none;
41 -webkit-user-select: none;
51 -webkit-user-select: none;
57 -webkit-user-select: none;
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/css/
rule_list.css 18 select.rule-behavior {
  /external/chromium_org/chrome/test/logging/win/
log_file_printer.h 6 // FileLogger class) that contain events generated from a select few supported

Completed in 1248 milliseconds

<<41424344454647484950>>