HomeSort by relevance Sort by last modified time
    Searched refs:select (Results 1 - 25 of 2144) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/upstream-netbsd/android/include/
fd_setsize.h 1 #include <sys/select.h>
  /external/autotest/frontend/client/src/autotest/common/table/
ListFilter.java 13 protected ListBox select; field in class:ListFilter
18 select = new ExtendedListBox();
19 select.setMultipleSelect(isMultipleSelect());
20 select.setStylePrimaryName("filter-box");
21 select.addChangeHandler(new ChangeHandler() {
29 * Subclasses should override this if they wish to use a multi-select listbox
30 * @return true if and only if the listbox should be multiple select
41 if (select.getItemCount() > 0) {
42 select.setItemText(0, allValuesText);
52 return select.getItemText(index)
    [all...]
MultipleListFilter.java 24 for (int i = 1; i < select.getItemCount(); i++) {
25 if (select.isItemSelected(i)) {
41 int visibleSize = Math.min(select.getItemCount(), maxVisibleSize);
42 select.setVisibleItemCount(visibleSize);
43 select.setSelectedIndex(0);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/VcCheck/
VcCheck.c 97 char select; local
112 scanf ("%c", &select);
113 if ((select == 'Y') || (select == 'y')) {
  /external/apache-commons-math/src/main/java/org/apache/commons/math/genetics/
SelectionPolicy.java 20 * Algorithm used to select a chromosome pair from a population.
27 * Select two chromosomes from the population.
31 ChromosomePair select(Population population); method in interface:SelectionPolicy
  /external/eigen/doc/snippets/
MatrixBase_select.cpp 5 m = (m.array() >= 5).select(-m, m);
  /packages/apps/Email/provider_src/com/android/email/provider/
FolderPickerCallback.java 23 public void select(Folder folder); method in interface:FolderPickerCallback
  /libcore/luni/src/test/java/libcore/java/net/
ProxySelectorTest.java 66 assertEquals(Arrays.asList(Proxy.NO_PROXY), proxySelector.select(ftpUri));
67 assertEquals(Arrays.asList(Proxy.NO_PROXY), proxySelector.select(httpUri));
68 assertEquals(Arrays.asList(Proxy.NO_PROXY), proxySelector.select(httpsUri));
69 assertEquals(Arrays.asList(Proxy.NO_PROXY), proxySelector.select(socketUri));
70 assertEquals(Arrays.asList(Proxy.NO_PROXY), proxySelector.select(otherUri));
80 proxySelector.select(ftpUri));
82 proxySelector.select(httpUri));
84 proxySelector.select(httpsUri));
85 assertEquals(Arrays.asList(Proxy.NO_PROXY), proxySelector.select(otherUri));
86 assertEquals(Arrays.asList(Proxy.NO_PROXY), proxySelector.select(socketUri))
    [all...]
  /external/compiler-rt/test/msan/
vector_select.cc 4 // Regression test for MemorySanitizer instrumentation of a select instruction
10 __m128d select(bool b, __m128d c, __m128d d) function
17 __w64d select(bool b, __w64d c, __w64d d) function
  /external/curl/src/
tool_setup.h 53 # undef select macro
54 /* change which select is used for the curl command line tool */
55 # define select(a,b,c,d,e) tpf_select_bsd(a,b,c,d,e) macro
tool_sleep.c 25 # include <sys/select.h>
55 select(0, NULL, NULL, NULL, &timeout);
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/common/
console_helper.c 19 #include <sys/select.h>
37 if(select(1, &read_fd, NULL, NULL, &tv) == -1)
  /libcore/luni/src/test/java/libcore/xml/
JaxenXPathTestSuite.java 109 * <context select="...">
119 String select = element.getAttribute("select"); local
120 Context context = new Context(inputSource, url, select);
152 final String select = element.getAttribute("select"); local
154 /* Such as <test exception="true" select="..." count="0"/> */
156 return new XPathTest(context, select) {
159 xpath.evaluate(select, contextNode);
167 /* a <test> with a nested <valueOf>, both of which have select attributes *
    [all...]
  /prebuilts/go/darwin-x86/test/chan/
select3.go 7 // Test the semantics of the select statement
69 // sending/receiving from a nil channel inside a select is never selected
71 select {
78 select {
117 select {
123 select {
129 select {
135 select {
146 select {
154 select {
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue7997.go 12 select {
18 select {
24 select {
32 select {
40 select {
issue16870.go 39 select {
46 select {
52 select {
57 log.Fatal("bad select")
61 select {
65 log.Fatal("bad select")
69 select {
74 log.Fatal("bad select")
78 select {
82 log.Fatal("bad select")
    [all...]
issue6847.go 7 // Issue 6847: select clauses involving implicit conversion
32 select {
36 select {
40 select {
45 select {
50 select {
54 select {
66 select {
72 select {
78 select {
    [all...]
  /prebuilts/go/linux-x86/test/chan/
select3.go 7 // Test the semantics of the select statement
69 // sending/receiving from a nil channel inside a select is never selected
71 select {
78 select {
117 select {
123 select {
129 select {
135 select {
146 select {
154 select {
    [all...]
  /prebuilts/go/linux-x86/test/fixedbugs/
issue7997.go 12 select {
18 select {
24 select {
32 select {
40 select {
issue16870.go 39 select {
46 select {
52 select {
57 log.Fatal("bad select")
61 select {
65 log.Fatal("bad select")
69 select {
74 log.Fatal("bad select")
78 select {
82 log.Fatal("bad select")
    [all...]
issue6847.go 7 // Issue 6847: select clauses involving implicit conversion
32 select {
36 select {
40 select {
45 select {
50 select {
54 select {
66 select {
72 select {
78 select {
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
11-1.c 21 #include <sys/select.h>
60 select(0, NULL, NULL, NULL, &tv);
68 /* delay to allow child to get into select call */
71 select(0, NULL, NULL, NULL, &tv);
84 select(0, NULL, NULL, NULL, &tv);
92 if (!select(0, NULL, NULL, NULL, &tv))
  /libcore/ojluni/src/main/java/java/nio/channels/
Selector.java 98 * cancelled-key sets. Selection is performed by the {@link #select()}, {@link
99 * #select(long)}, and {@link #selectNow()} methods, and involves three steps:
164 * <p> A thread blocked in one of the {@link #select()} or {@link
165 * #select(long)} methods may be interrupted by some other thread in one of
329 public abstract int select(long timeout) method in class:Selector
350 public abstract int select() throws IOException; method in class:Selector
357 * {@link #select()} or {@link #select(long)} methods then that invocation
362 * non-zero. Subsequent invocations of the {@link #select()} or {@link
363 * #select(long)} methods will block as usual unless this method is invoke
    [all...]
  /prebuilts/go/darwin-x86/misc/cgo/testcarchive/
main5.c 13 #include <sys/select.h>
57 // this sleep finishes. We use select rather
67 select(0, NULL, NULL, NULL, &tv);
  /prebuilts/go/linux-x86/misc/cgo/testcarchive/
main5.c 13 #include <sys/select.h>
57 // this sleep finishes. We use select rather
67 select(0, NULL, NULL, NULL, &tv);

Completed in 1295 milliseconds

1 2 3 4 5 6 7 8 91011>>