HomeSort by relevance Sort by last modified time
    Searched refs:select (Results 251 - 275 of 2212) sorted by null

<<11121314151617181920>>

  /bionic/libc/kernel/uapi/linux/
virtio_input.h 45 __u8 select; member in struct:virtio_input_config
  /build/make/tools/droiddoc/templates-pdk/assets/
yui-3.3.0-reset-min.css 8 html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/genetics/
TournamentSelection.java 47 * Select two chromosomes from the population. Each of the two selected
56 public ChromosomePair select(Population population) { method in class:TournamentSelection
64 * Helper for {@link #select(Population)}. Draw {@link #arity} random
65 * chromosomes without replacement from the population, and then select the
86 // select a random individual and add it to the tournament
89 // do not select it again
  /external/curl/docs/examples/
multi-single.c 43 (void)select(0, NULL, NULL, NULL, &wait);
imap-multi.c 129 select(maxfd + 1, ...); specially in case of (maxfd == -1) there are
130 no fds ready yet so we call select(0, ...) --or Sleep() on Windows--
141 rc = select(0, NULL, NULL, NULL, &wait);
145 /* Note that on some platforms 'timeout' may be modified by select().
147 rc = select(maxfd+1, &fdread, &fdwrite, &fdexcep, &timeout);
157 case -1: /* select error */
multi-post.c 88 int rc; /* select() return code */
124 select(maxfd + 1, ...); specially in case of (maxfd == -1) there are
125 no fds ready yet so we call select(0, ...) --or Sleep() on Windows--
136 rc = select(0, NULL, NULL, NULL, &wait);
140 /* Note that on some platforms 'timeout' may be modified by select().
142 rc = select(maxfd+1, &fdread, &fdwrite, &fdexcep, &timeout);
147 /* select error */
pop3-multi.c 129 select(maxfd + 1, ...); specially in case of (maxfd == -1) there are
130 no fds ready yet so we call select(0, ...) --or Sleep() on Windows--
141 rc = select(0, NULL, NULL, NULL, &wait);
145 /* Note that on some platforms 'timeout' may be modified by select().
147 rc = select(maxfd+1, &fdread, &fdwrite, &fdexcep, &timeout);
157 case -1: /* select error */
  /external/icu/icu4c/source/i18n/
upluralrules.cpp 53 UnicodeString result = ((PluralRules*)uplrules)->select(number);
  /external/iproute2/misc/
lnstat.h 5 #include <sys/select.h>
  /external/kernel-headers/original/uapi/linux/
virtio_input.h 58 __u8 select; member in struct:virtio_input_config
  /external/libmicrohttpd/doc/examples/
hellobrowser.c 6 #include <sys/select.h>
logging.c 6 #include <sys/select.h>
  /external/ltp/testcases/kernel/syscalls/pselect/
pselect03.c 22 #include <sys/select.h>
  /external/mdnsresponder/mDNSPosix/
mDNSPosix.h 24 #include <sys/select.h>
67 // Call mDNSPosixGetFDSet before calling select(), to update the parameters
71 // After calling mDNSPosixGetFDSet(), call select(nfds, &readfds, NULL, NULL, &timeout); as usual
72 // After select() returns, call mDNSPosixProcessFDSet() to let mDNSCore do its work
  /external/ppp/pppd/plugins/radius/
util.c 61 select(0,(fd_set *)NULL,(fd_set *)NULL,(fd_set *)NULL, &tv);
  /external/syslinux/gpxe/src/include/gpxe/
posix_io.h 21 /** File descriptor set as used for select() */
27 extern int select ( fd_set *readfds, int wait );
  /external/toybox/kconfig/
zconf.hash.c_shipped 117 char kconf_id_strings_str36[sizeof("select")];
153 "select",
  /external/valgrind/none/tests/
pselect_alarm.c 5 #include <sys/select.h>
  /libcore/ojluni/src/main/java/java/net/
ProxySelector.java 41 * of URLConnection class should call the {@link #select select}
44 * #select select} method returns an iterator over a collection with
146 public abstract List<Proxy> select(URI uri); method in class:ProxySelector
152 * proxies returned by {@link #select(URI)}, using the address
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug320.go 14 // 6g had a bug that caused select to pass &t to
25 select {
  /prebuilts/go/darwin-x86/test/
label.go 20 select {}
57 select {
  /prebuilts/go/linux-x86/test/fixedbugs/
bug320.go 14 // 6g had a bug that caused select to pass &t to
25 select {
  /prebuilts/go/linux-x86/test/
label.go 20 select {}
57 select {
  /sdk/templates/docs/
cssreset-min.css 7 html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}
  /system/core/libcutils/
socket_inaddr_any_server_unix.c 24 #include <sys/select.h>

Completed in 454 milliseconds

<<11121314151617181920>>