/external/python/cpython3/Lib/xml/etree/ |
D | ElementPath.py | 117 def select(context, result): function 123 def select(context, result): function 133 def select(context, result): function 142 def select(context, result): function 156 def select(context, result): function 164 def select(context, result): function 172 def select(context, result): function 178 def select(context, result): function 196 def select(context, result): function 206 def select(context, result): function [all …]
|
/external/python/cpython2/Lib/xml/etree/ |
D | ElementPath.py | 98 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/llvm-project/clang/test/SemaCXX/ |
D | int-ptr-cast-SFINAE.cpp | 11 template<bool, typename T, typename U> struct select { using type = T; }; struct 12 template<typename T, typename U> struct select<false, T, U> { using type = U; }; struct
|
/external/llvm-project/compiler-rt/test/msan/ |
D | vector_select.cpp | 10 __m128d select(bool b, __m128d c, __m128d d) in select() function 17 __w64d select(bool b, __w64d c, __w64d d) in select() function
|
/external/compiler-rt/test/msan/ |
D | vector_select.cc | 10 __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/frontend/client/src/autotest/common/ui/ |
D | ExtendedListBox.java | 27 private native void selectAppend(SelectElement select, in selectAppend() 37 SelectElement select = getElement().cast(); in addItem() local
|
/external/autotest/tko/ |
D | frontend.py | 139 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/google-java-format/core/src/main/java/com/google/googlejavaformat/java/ |
D | Trees.java | 64 ExpressionTree select = methodInvocation.getMethodSelect(); in getMethodName() local 72 ExpressionTree select = methodInvocation.getMethodSelect(); in getMethodReceiver() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | AVRISelDAGToDAG.cpp | 308 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/llvm-project/llvm/lib/Target/AVR/ |
D | AVRISelDAGToDAG.cpp | 305 template <> bool AVRDAGToDAGISel::select<ISD::FrameIndex>(SDNode *N) { in select() function in llvm::AVRDAGToDAGISel 320 template <> bool AVRDAGToDAGISel::select<ISD::STORE>(SDNode *N) { in select() function in llvm::AVRDAGToDAGISel 357 template <> bool AVRDAGToDAGISel::select<ISD::LOAD>(SDNode *N) { in select() function in llvm::AVRDAGToDAGISel 413 template <> bool AVRDAGToDAGISel::select<AVRISD::CALL>(SDNode *N) { in select() function in llvm::AVRDAGToDAGISel 453 template <> bool AVRDAGToDAGISel::select<ISD::BRIND>(SDNode *N) { in select() function in llvm::AVRDAGToDAGISel
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Hierarchy/ |
D | HierarchyControl.c | 51 BOOL select = (in->state == YES); in TPM2_HierarchyControl() local
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/genetics/ |
D | SelectionPolicy.java | 31 ChromosomePair select(Population population); in select() method
|
D | TournamentSelection.java | 56 public ChromosomePair select(Population population) { in select() method in TournamentSelection
|
/external/python/cpython3/Lib/ |
D | selectors.py | 156 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/rust/crates/futures-macro/src/ |
D | lib.rs | 19 mod select; module
|
/external/arm-trusted-firmware/plat/mediatek/mt8192/drivers/gpio/ |
D | mtgpio.c | 133 int select) in mt_gpio_set_spec_pull_pupd() 158 int select) in mt_gpio_set_pull_pu_pd() 185 int select) in mt_gpio_set_pull_chip()
|
/external/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_if_conversion.cpp | 177 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/ |
D | ihevce_copy_neon.c | 76 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/rust/crates/futures/tests/ |
D | stream_select_next_some.rs | 32 fn select() { in select() function
|
/external/curl/src/ |
D | tool_setup.h | 55 # define select(a,b,c,d,e) tpf_select_bsd(a,b,c,d,e) macro
|
/external/rust/crates/tokio/src/macros/ |
D | select.rs | 343 macro_rules! select { macro
|
/external/rust/crates/futures-util/src/stream/ |
D | mod.rs | 88 mod select; module
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | CurrencyPluralInfo.java | 250 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/ |
D | CurrencyPluralInfo.java | 232 String select(double number) { in select() method in CurrencyPluralInfo 243 public String select(PluralRules.FixedDecimal numberInfo) { in select() method in CurrencyPluralInfo
|
/external/okio/okio/jvm/jmh/src/jmh/java/com/squareup/okio/benchmarks/ |
D | SelectBenchmark.java | 89 public void select() throws IOException { in select() method in SelectBenchmark
|