Home
last modified time | relevance | path

Searched defs:select (Results 1 – 25 of 165) sorted by relevance

1234567

/external/python/cpython3/Lib/xml/etree/
DElementPath.py98 def select(context, result): function
106 def select(context, result): function
112 def select(context, result): function
127 def select(context, result): function
135 def select(context, result): function
169 def select(context, result): function
178 def select(context, result): function
186 def select(context, result): function
195 def select(context, result): function
221 def select(context, result): function
/external/python/cpython2/Lib/xml/etree/
DElementPath.py98 def select(context, result): function
106 def select(context, result): function
113 def select(context, result): function
126 def select(context, result): function
134 def select(context, result): function
165 def select(context, result): function
174 def select(context, result): function
182 def select(context, result): function
191 def select(context, result): function
212 def select(context, result): function
/external/tensorflow/tensorflow/compiler/xla/tests/
Dselect_test.cc72 auto select = builder.Select(pred, on_true, on_false); in XLA_TEST_F() local
82 auto select = builder.Select(pred, on_true, on_false); in TEST_F() local
97 auto select = builder.Select(cmp, on_true, on_false); in XLA_TEST_F() local
111 auto select = builder.Select(cmp, on_true, on_false); in TEST_F() local
125 auto select = builder.Select(cmp, on_true, on_false); in TEST_F() local
145 auto select = builder.Select(cmp, v1, v2); in TEST_F() local
186 auto select = builder.Select(cmp, v1, v2); in TEST_F() local
203 auto select = builder.Select(cmp, on_true, on_false); in TEST_F() local
220 auto select = builder.Select(cmp, on_true, on_false); in TEST_F() local
232 auto select = builder.Select(pred, on_true, on_false); in XLA_TEST_F() local
[all …]
/external/compiler-rt/test/msan/
Dvector_select.cc10 __m128d select(bool b, __m128d c, __m128d d) in select() function
17 __w64d select(bool b, __w64d c, __w64d d) in select() function
/external/bart/bart/common/
DAnalyzer.py44 def assertStatement(self, statement, select=None): argument
67 def getStatement(self, statement, reference=False, select=None): argument
/external/autotest/frontend/client/src/autotest/common/ui/
DExtendedListBox.java27 private native void selectAppend(SelectElement select, in selectAppend()
37 SelectElement select = getElement().cast(); in addItem() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/genetics/
DSelectionPolicy.java31 ChromosomePair select(Population population); in select() method
DTournamentSelection.java56 public ChromosomePair select(Population population) { in select() method in TournamentSelection
/external/tpm2/
DHierarchyControl.c22 BOOL select = (in->state == YES); in TPM2_HierarchyControl() local
/external/autotest/tko/
Dfrontend.py139 def select(klass, db): member in group
168 def select(klass, db, where = {}): member in machine
186 def select(klass, db, where = {}): member in kernel
203 def select(klass, db, where={}, distinct=False): member in test
290 def select(klass, db, where): member in iteration
/external/python/cpython3/Lib/
Dselectors.py154 def select(self, timeout=None): member in BaseSelector
319 def select(self, timeout=None): member in SelectSelector
365 def select(self, timeout=None): member in PollSelector
428 def select(self, timeout=None): member in EpollSelector
492 def select(self, timeout=None): member in DevpollSelector
572 def select(self, timeout=None): member in KqueueSelector
/external/v8/tools/turbolizer/
Dselection.js30 Selection.prototype.select = function(s, isSelected) { method in Selection
Dtext-view.js21 select: function(items, selected) { method
179 select(s, selected, makeVisible) { method in TextView
/external/curl/src/
Dtool_setup.h55 # define select(a,b,c,d,e) tpf_select_bsd(a,b,c,d,e) macro
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
DRecordingProxySelector.java35 @Override public List<Proxy> select(URI uri) { in select() method in RecordingProxySelector
/external/python/cpython2/Tools/freeze/
Dcheckextensions.py39 def select(e, mods, vars, mod, skipofiles): function
/external/python/cpython3/Tools/freeze/
Dcheckextensions.py39 def select(e, mods, vars, mod, skipofiles): function
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Netscape/
DPowerPlant.py43 def select(self, _object, _attributes={}, **_arguments): member in PowerPlant_Events
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_if_conversion.cpp180 value *select = get_select_value_for_em(sh, em); in check_and_convert() local
279 alu_node* if_conversion::convert_phi(value* select, node* phi) { in convert_phi()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCurrencyPluralInfo.java252 String select(double number) { in select() method in CurrencyPluralInfo
263 String select(PluralRules.FixedDecimal numberInfo) { in select() method in CurrencyPluralInfo
/external/icu/android_icu4j/src/main/java/android/icu/text/
DCurrencyPluralInfo.java235 String select(double number) { in select() method in CurrencyPluralInfo
246 String select(PluralRules.FixedDecimal numberInfo) { in select() method in CurrencyPluralInfo
/external/conscrypt/openjdk/src/test/java/org/conscrypt/
DApplicationProtocolSelectorAdapterTest.java75 private int select(byte[] protocols) { in select() method in ApplicationProtocolSelectorAdapterTest
/external/oj-libjdwp/make/src/classes/build/tools/jdwpgen/
DAltNode.java33 SelectNode select = null; field in AltNode
/external/autotest/frontend/client/src/autotest/common/table/
DListFilter.java13 protected ListBox select; field in ListFilter
/external/swiftshader/src/Common/
DSocket.cpp70 bool Socket::select(int us) in select() function in sw::Socket

1234567