Searched defs:select (Results 1 - 25 of 257) sorted by relevance

1234567891011

/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/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/chromium-trace/catapult/systrace/profile_chrome/
H A Dui.py6 import select namespace
16 select.select([sys.stdin], [], [], timeout)
/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
/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
H A DTournamentSelection.java56 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/python/cpython2/Tools/freeze/
H A Dcheckextensions.py32 files = files + select(e, mods, vars,
35 files = files + select(e, mods, vars, mod, 0)
39 def select(e, mods, vars, mod, skipofiles): function
/external/python/cpython3/Tools/freeze/
H A Dcheckextensions.py32 files = files + select(e, mods, vars,
35 files = files + select(e, mods, vars, mod, 0)
39 def select(e, mods, vars, mod, skipofiles): function
/external/v8/tools/turbolizer/
H A Dselection-broker.js38 SelectionBroker.prototype.select = function(from, locations, selected) {
H A Dcode-view.js18 select: function(items, selected) {
33 broker.select(selectionHandler, locations, selected);
86 view.selection.select(currentSpan, selected);
102 view.selection.select(this, true);
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);
H A Dtext-view.js21 select: function(items, selected) {
30 broker.select(selectionHandler, view.getLocations(items), selected);
179 select(s, selected, makeVisible) {
196 view.selection.select(child, selected);
206 view.selection.select(s, selected);
211 view.selection.select(s, selected);
233 select(li, true);
/external/autotest/client/bin/
H A Dharness.py84 def select(which, job, harness_args): function
/external/autotest/site_utils/stats/
H A Dtail_until_writer_finished.py12 import select namespace
29 # stdout.read is blocking, so use select.select to detect if input is
33 read_list, _, _ = select.select([inotify_process.stdout], [], [], 0)
/external/oj-libjdwp/make/src/classes/build/tools/jdwpgen/
H A DAltNode.java33 SelectNode select = null; field in class:AltNode
42 select = (SelectNode)parent;
62 return " extends " + select.commonBaseClass();
67 writer.print("static final " + select.typeNode.javaType());
73 writer.println(select.typeNode.javaParam() + "() {");
97 writer.print("static " + select.name() + " create(");
101 writer.print("return new " + select.name() + "(");
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
H A DRecordingProxySelector.java35 @Override public List<Proxy> select(URI uri) { method in class:RecordingProxySelector
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Netscape/
H A DPowerPlant.py43 def select(self, _object, _attributes={}, **_arguments): member in class:PowerPlant_Events
44 """select: Sets the present selection
45 Required argument: object to select or container of sub-objects to select
46 Keyword argument data: sub-object(s) to select
/external/python/cpython2/Lib/test/
H A Dtest_kqueue.py7 import select namespace
12 if not hasattr(select, "kqueue"):
17 kq = select.kqueue()
26 ev = select.kevent(fd)
27 other = select.kevent(1000)
29 self.assertEqual(ev.filter, select.KQ_FILTER_READ)
30 self.assertEqual(ev.flags, select.KQ_EV_ADD)
43 ev = select.kevent(fd, select.KQ_FILTER_WRITE)
45 self.assertEqual(ev.filter, select
[all...]
H A Dtest_select.py3 import select namespace
19 self.assertRaises(TypeError, select.select, 1, 2, 3)
20 self.assertRaises(TypeError, select.select, [self.Nope()], [], [])
21 self.assertRaises(TypeError, select.select, [self.Almost()], [], [])
22 self.assertRaises(TypeError, select.select, [], [], [], "not a number")
26 r, w, x = select
[all...]
/external/python/cpython3/Lib/test/
H A Dtest_devpoll.py1 # Test case for the select.devpoll() function
7 import select namespace
11 if not hasattr(select, 'devpoll') :
28 p = select.devpoll()
41 p.modify(rd, select.POLLIN)
42 p.register(wr, select.POLLOUT)
52 ready_writers = find_ready_matching(ready, select.POLLOUT)
59 ready_readers = find_ready_matching(ready, select.POLLIN)
75 pollster = select.devpoll()
95 devpoll = select
[all...]
/external/tensorflow/tensorflow/contrib/graph_editor/
H A Dedit.py22 from tensorflow.contrib.graph_editor import select namespace
119 # only select outputs with consumers
164 control_inputs, control_outputs = select.check_cios(control_inputs,
/external/tensorflow/tensorflow/contrib/graph_editor/tests/
H A Dmatch.py23 from tensorflow.contrib.graph_editor import select namespace
74 if select.can_be_regex(elem):
75 regex_ = select.make_regex(elem)
/external/autotest/client/cros/cellular/
H A Dprologix_scpi_driver.py9 import select namespace
139 ready = select.select([self.socket], [], [],
/external/autotest/client/site_tests/platform_CompressedSwap/
H A Dplatform_CompressedSwap.py7 import errno, logging, os, select, signal, subprocess, time namespace
39 lowmem_poller = select.poll()
40 lowmem_poller.register(lowmem_fd, select.POLLIN)
44 if flag & select.POLLIN:
/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 754 milliseconds

1234567891011