Home
last modified time | relevance | path

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

12345678910>>...12

/external/python/cpython3/Lib/xml/etree/
DElementPath.py118 def select(context, result): function
124 def select(context, result): function
134 def select(context, result): function
143 def select(context, result): function
157 def select(context, result): function
165 def select(context, result): function
173 def select(context, result): function
179 def select(context, result): function
197 def select(context, result): function
207 def select(context, result): function
[all …]
/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/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/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/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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRISelDAGToDAG.cpp308 template <> bool AVRDAGToDAGISel::select<ISD::FrameIndex>(SDNode *N) { in select() function in llvm::AVRDAGToDAGISel
323 template <> bool AVRDAGToDAGISel::select<ISD::STORE>(SDNode *N) { in select() function in llvm::AVRDAGToDAGISel
360 template <> bool AVRDAGToDAGISel::select<ISD::LOAD>(SDNode *N) { in select() function in llvm::AVRDAGToDAGISel
416 template <> bool AVRDAGToDAGISel::select<AVRISD::CALL>(SDNode *N) { in select() function in llvm::AVRDAGToDAGISel
456 template <> bool AVRDAGToDAGISel::select<ISD::BRIND>(SDNode *N) { in select() function in llvm::AVRDAGToDAGISel
/external/google-java-format/core/src/main/java/com/google/googlejavaformat/java/
DTrees.java64 ExpressionTree select = methodInvocation.getMethodSelect(); in getMethodName() local
72 ExpressionTree select = methodInvocation.getMethodSelect(); in getMethodReceiver() local
/external/python/cpython3/Lib/
Dselectors.py156 def select(self, timeout=None): member in BaseSelector
320 def select(self, timeout=None): member in SelectSelector
403 def select(self, timeout=None): member in _PollLikeSelector
452 def select(self, timeout=None): member in EpollSelector
554 def select(self, timeout=None): member in KqueueSelector
/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/ms-tpm-20-ref/TPMCmd/tpm/src/command/Hierarchy/
DHierarchyControl.c51 BOOL select = (in->state == YES); in TPM2_HierarchyControl() local
/external/arm-trusted-firmware/plat/mediatek/common/drivers/gpio/
Dmtgpio_common.c91 int select) in mt_gpio_set_spec_pull_pupd()
116 int select) in mt_gpio_set_pull_pu_pd()
143 int select) in mt_gpio_set_pull_chip()
/external/skia/experimental/sktext/editor/
DSelection.cpp9 void Selection::select(TextRange range, SkRect rect) { in select() function in skia::editor::Selection
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_if_conversion.cpp177 value *select = get_select_value_for_em(sh, em); in check_and_convert() local
276 alu_node* if_conversion::convert_phi(value* select, node* phi) { in convert_phi()
/external/libhevc/encoder/arm/
Dihevce_copy_neon.c76 uint16x4_t select = vdup_n_u16(0xff << (e_chroma_plane << 3)); in ihevce_chroma_interleave_2d_copy_neon() local
93 uint16x8_t select = vdupq_n_u16(0xff << (e_chroma_plane << 3)); in ihevce_chroma_interleave_2d_copy_neon() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCurrencyPluralInfo.java250 String select(double number) { in select() method in CurrencyPluralInfo
261 public String select(PluralRules.FixedDecimal numberInfo) { in select() method in CurrencyPluralInfo
/external/icu/android_icu4j/src/main/java/android/icu/text/
DCurrencyPluralInfo.java232 String select(double number) { in select() method in CurrencyPluralInfo
243 public String select(PluralRules.FixedDecimal numberInfo) { in select() method in CurrencyPluralInfo
/external/rust/crates/futures/tests/
Dstream_select_next_some.rs34 fn select() { in select() function
/external/rust/crates/futures-macro/src/
Dselect.rs30 let mut select = Self { in parse() localVariable
122 pub(crate) fn select(input: TokenStream) -> TokenStream { in select() function
/external/curl/src/
Dtool_setup.h55 # define select(a,b,c,d,e) tpf_select_bsd(a,b,c,d,e) macro
/external/rust/crates/tokio/src/macros/
Dselect.rs393 macro_rules! select { macro
/external/ms-tpm-20-ref/TPMCmd/tpm/src/subsystem/
DPCR.c752 TPMS_PCR_SELECTION *select; in PCRComputeCurrentDigest() local
803 TPMS_PCR_SELECTION *select; in PCRRead() local
1100 TPMS_TAGGED_PCR_SELECT *select in PCRGetProperty()
1204 TPML_TAGGED_PCR_PROPERTY *select // OUT: PCR select in PCRCapGetProperties()
/external/musl/src/select/
Dselect.c10 int select(int n, fd_set *restrict rfds, fd_set *restrict wfds, fd_set *restrict efds, struct timev… in select() function
/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/okio/okio/jvm/jmh/src/jmh/java/com/squareup/okio/benchmarks/
DSelectBenchmark.java89 public void select() throws IOException { in select() method in SelectBenchmark

12345678910>>...12