Searched refs:select (Results 1 - 25 of 651) sorted by relevance

1234567891011>>

/external/autotest/frontend/client/src/autotest/common/table/
H A DListFilter.java13 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
[all...]
H A DMultipleListFilter.java24 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);
/external/apache-commons-math/src/main/java/org/apache/commons/math/genetics/
H A DSelectionPolicy.java20 * Algorithm used to select a chromosome pair from a population.
31 ChromosomePair select(Population population); method in interface:SelectionPolicy
/external/chromium-trace/catapult/systrace/profile_chrome/
H A Dui.py6 import select namespace
16 select.select([sys.stdin], [], [], timeout)
/external/eigen/doc/snippets/
H A DMatrixBase_select.cpp5 m = (m.array() >= 5).select(-m, m);
/external/compiler-rt/test/msan/
H A Dvector_select.cc4 // 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/
H A Dtool_setup.h53 # 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
H A Dtool_sleep.c25 # include <sys/select.h>
55 select(0, NULL, NULL, NULL, &timeout);
/external/v8/tools/turbolizer/
H A Dturbo-visualizer.js26 d3.select("#" + SOURCE_PANE_ID).style(WIDTH, "30%");
27 d3.select("#" + INTERMEDIATE_PANE_ID).style(WIDTH, "40%");
28 d3.select("#" + GENERATED_PANE_ID).style(WIDTH, "30%");
30 d3.select("#" + SOURCE_PANE_ID).style(WIDTH, "50%");
31 d3.select("#" + INTERMEDIATE_PANE_ID).style(WIDTH, "50%");
32 d3.select("#" + GENERATED_PANE_ID).style(WIDTH, "0%");
36 d3.select("#" + SOURCE_PANE_ID).style(WIDTH, "0%");
37 d3.select("#" + INTERMEDIATE_PANE_ID).style(WIDTH, "50%");
38 d3.select("#" + GENERATED_PANE_ID).style(WIDTH, "50%");
40 d3.select("#"
[all...]
H A Dselection.js22 handler.select(this.selection, false);
30 Selection.prototype.select = function(s, isSelected) {
43 handler.select(this.selection, true);
52 handler.select(unselectSet, false);
95 handler.select(unselect_diff, false);
96 handler.select(pos_diff, true);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
H A D11-1.c21 #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))
H A D10-1.c13 #include <sys/select.h>
51 if (!select(0, NULL, NULL, NULL, &tv))
74 select(0, NULL, NULL, NULL, &tv);
H A D17-1.c9 Test assertion #17 by verifying that select returns -1 with
20 #include <sys/select.h>
53 if (select(0, NULL, NULL, NULL, &tv) == -1 &&
55 perror("select");
68 child process being inside the 'select' function
80 select(0, NULL, NULL, NULL, &tv);
H A D17-10.c9 Test assertion #17 by verifying that select returns -1 with
20 #include <sys/select.h>
53 if (select(0, NULL, NULL, NULL, &tv) == -1 &&
55 perror("select");
68 child process being inside the 'select' function
80 select(0, NULL, NULL, NULL, &tv);
H A D17-11.c9 Test assertion #17 by verifying that select returns -1 with
20 #include <sys/select.h>
53 if (select(0, NULL, NULL, NULL, &tv) == -1 &&
55 perror("select");
68 child process being inside the 'select' function
80 select(0, NULL, NULL, NULL, &tv);
H A D17-12.c9 Test assertion #17 by verifying that select returns -1 with
20 #include <sys/select.h>
53 if (select(0, NULL, NULL, NULL, &tv) == -1 &&
55 perror("select");
68 child process being inside the 'select' function
80 select(0, NULL, NULL, NULL, &tv);
/external/clang/test/SemaCXX/
H A Ddiscrim-union.cpp14 template<unsigned N> struct select {}; // : integral_constant<unsigned, N> {}; struct in namespace:detail
31 constexpr either_impl(select<0>, T &&t) : val(move(t)) {}
34 constexpr either_impl(select<N>, U &&u) : rest(select<N-1>(), move(u)) {}
49 constexpr const T &get(select<0>) { return val; }
50 template<unsigned N> constexpr const decltype(static_cast<const rest_t&>(rest).get(select<N-1>{})) get(select<N>) {
51 return rest.get(select<N-1>{});
76 impl(detail::select<impl_t::index(detail::type<U>())>(), move(t.value)) {}
85 decltype(static_cast<const impl_t&>(impl).get(detail::select<
[all...]
/external/tpm2/
H A DHierarchyControl.c22 BOOL select = (in->state == YES); local
95 if(selected != NULL && *selected != select)
109 *selected = select;
111 if(select == CLEAR && in->enable != TPM_RH_PLATFORM_NV)
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/templates/
H A Dtemplate_17-1.in9 Test assertion #17 by verifying that select returns -1 with
20 #include <sys/select.h>
53 if (select(0, NULL, NULL, NULL, &tv)== -1 &&
55 perror("select");
68 child process being inside the 'select' function
80 select(0, NULL, NULL, NULL, &tv);
/external/autotest/client/bin/
H A Dharness_unittest.py25 harness.select(None, job, harness_args)
35 harness.select('standalone', job, harness_args)
/external/ltp/testcases/kernel/syscalls/personality/
H A Dpersonality02.c19 * If personality with STICKY_TIMEOUTS is used select() timeout is not updated.
24 #include <sys/select.h>
41 ret = select(2, &rfds, NULL, NULL, &tv);
44 tst_resm(TBROK | TERRNO, "select()");
/external/autotest/tko/
H A Dfrontend.py88 rows = db_obj.select(fields, 'tko_test_view',
139 def select(klass, db): member in class:group
141 rows = db.select('distinct machine_group', 'tko_machines',
153 return machine.select(self.db, { 'machine_group' : self.name })
168 def select(klass, db, where = {}): member in class:machine
171 for row in db.select(','.join(fields), 'tko_machines', where):
186 def select(klass, db, where = {}): member in class:kernel
188 rows = db.select(','.join(fields), 'tko_kernels', where)
203 def select(klass, db, where={}, distinct=False): member in class:test
207 for row in db.select(','
290 def select(klass, db, where): member in class:iteration
[all...]
/external/libcups/cups/
H A Dbackchannel.c67 status = select(4, &input, NULL, NULL, NULL);
69 status = select(4, &input, NULL, NULL, &tval);
129 status = select(4, NULL, &output, NULL, NULL);
131 status = select(4, NULL, &output, NULL, &tval);
173 * 'cups_setup()' - Setup select()
177 cups_setup(fd_set *set, /* I - Set for select() */
/external/swiftshader/src/Common/
H A DSocket.hpp35 bool select(int us);
/external/autotest/frontend/client/src/autotest/common/ui/
H A DExtendedListBox.java27 private native void selectAppend(SelectElement select, argument
29 select.appendChild(option);
37 SelectElement select = getElement().cast();
41 selectAppend(select, option);

Completed in 1063 milliseconds

1234567891011>>