/external/python/cpython3/Lib/xml/etree/ |
D | ElementPath.py | 118 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/ |
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/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/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/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/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/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/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/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/ms-tpm-20-ref/TPMCmd/tpm/src/command/Hierarchy/ |
D | HierarchyControl.c | 51 BOOL select = (in->state == YES); in TPM2_HierarchyControl() local
|
/external/arm-trusted-firmware/plat/mediatek/common/drivers/gpio/ |
D | mtgpio_common.c | 91 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/ |
D | Selection.cpp | 9 void Selection::select(TextRange range, SkRect rect) { in select() function in skia::editor::Selection
|
/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/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/rust/crates/futures/tests/ |
D | stream_select_next_some.rs | 34 fn select() { in select() function
|
/external/rust/crates/futures-macro/src/ |
D | select.rs | 30 let mut select = Self { in parse() localVariable 122 pub(crate) fn select(input: TokenStream) -> TokenStream { 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 | 393 macro_rules! select { macro
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/subsystem/ |
D | PCR.c | 752 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/ |
D | select.c | 10 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/ |
D | RecordingProxySelector.java | 35 @Override public List<Proxy> select(URI uri) { in select() method in RecordingProxySelector
|
/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
|