| /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/sdv/vsomeip/third_party/boost/detail/include/boost/detail/ |
| D | named_template_params.hpp | 28 struct select { struct 29 typedef default_argument type; 49 struct select { struct 50 typedef typename default_generator<DefaultGen>::type Gen; 51 typedef typename Gen::template select<Base,Traits>::type type; 56 struct select { struct 57 typedef Arg type; 102 template <class Prev> struct select { typedef Prev type; }; argument 105 template <class Prev> struct select { struct 106 typedef detail::default_argument type;
|
| /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/sdv/vsomeip/third_party/boost/type_traits/test/ |
| D | promote_enum_test.cpp | 68 struct select struct 76 struct select<false> struct 84 typedef gcc_short_enums_workaround::select<
|
| /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/server/cros/faft/utils/ |
| D | menu_navigator.py | 31 def select(self, msg=None): member in _BaseMenuNavigator 58 def select(self, msg=None): member in _KeyboardMenuNavigator 76 def select(self, msg=None): member in _DetachableMenuNavigator
|
| /external/jsoup/src/main/java/org/jsoup/select/ |
| D | Selector.java | 99 public static Elements select(String query, Element root) { in select() method in Selector 111 public static Elements select(Evaluator evaluator, Element root) { in select() method in Selector 124 public static Elements select(String query, Iterable<Element> roots) { in select() method in Selector
|
| /external/apache-commons-io/src/test/java/org/apache/commons/io/ |
| D | SelectorAdapter.java | 50 public int select() throws IOException { in select() method in SelectorAdapter 55 public int select(final long timeout) throws IOException { in select() method in SelectorAdapter
|
| /external/bazelbuild-rules_rust/crate_universe/src/utils/starlark/ |
| D | select_scalar.rs | 201 let mut select: Select<String> = Select::default(); in no_platform_specific_select_value() localVariable 218 let mut select: Select<String> = Select::default(); in only_platform_specific_select_value() localVariable 242 let mut select: Select<String> = Select::default(); in mixed_select_value() localVariable 268 let mut select: Select<String> = Select::default(); in remap_select_value_configurations() localVariable
|
| D | select_list.rs | 224 let mut select: Select<Vec<String>> = Select::default(); in no_platform_specific_empty_select_list() localVariable 243 let mut select: Select<Vec<String>> = Select::default(); in only_platform_specific_empty_select_list() localVariable 270 let mut select: Select<Vec<String>> = Select::default(); in mixed_empty_select_list() localVariable 300 let mut select: Select<Vec<String>> = Select::default(); in remap_empty_select_list_configurations() localVariable
|
| D | select_set.rs | 238 let mut select: Select<BTreeSet<String>> = Select::default(); in no_platform_specific_select_set() localVariable 257 let mut select: Select<BTreeSet<String>> = Select::default(); in only_platform_specific_select_set() localVariable 284 let mut select: Select<BTreeSet<String>> = Select::default(); in mixed_select_set() localVariable 314 let mut select: Select<BTreeSet<String>> = Select::default(); in remap_select_set_configurations() localVariable
|
| D | select_dict.rs | 252 let mut select: Select<BTreeMap<String, String>> = Select::default(); in no_platform_specific_select_dict() localVariable 271 let mut select: Select<BTreeMap<String, String>> = Select::default(); in only_platform_specific_select_dict() localVariable 301 let mut select: Select<BTreeMap<String, String>> = Select::default(); in mixed_select_dict() localVariable 335 let mut select: Select<BTreeMap<String, String>> = Select::default(); in remap_select_dict_configurations() localVariable
|
| /external/autotest/tko/ |
| D | frontend.py | 144 def select(klass, db): member in group 173 def select(klass, db, where = {}): member in machine 191 def select(klass, db, where = {}): member in kernel 208 def select(klass, db, where={}, distinct=False): member in test 295 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/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/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AVR/ |
| D | AVRISelDAGToDAG.cpp | 305 template <> bool AVRDAGToDAGISel::select<ISD::FrameIndex>(SDNode *N) { in select() function in AVRDAGToDAGISel 319 template <> bool AVRDAGToDAGISel::select<ISD::STORE>(SDNode *N) { in select() function in AVRDAGToDAGISel 356 template <> bool AVRDAGToDAGISel::select<ISD::LOAD>(SDNode *N) { in select() function in AVRDAGToDAGISel 440 template <> bool AVRDAGToDAGISel::select<AVRISD::CALL>(SDNode *N) { in select() function in AVRDAGToDAGISel 481 template <> bool AVRDAGToDAGISel::select<ISD::BRIND>(SDNode *N) { in select() function in AVRDAGToDAGISel
|
| /external/python/cpython3/Lib/ |
| D | selectors.py | 155 def select(self, timeout=None): member in BaseSelector 319 def select(self, timeout=None): member in SelectSelector 402 def select(self, timeout=None): member in _PollLikeSelector 451 def select(self, timeout=None): member in EpollSelector 553 def select(self, timeout=None): member in KqueueSelector
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math3/genetics/ |
| D | SelectionPolicy.java | 35 ChromosomePair select(Population population) throws MathIllegalArgumentException; in select() method
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math/genetics/ |
| D | SelectionPolicy.java | 31 ChromosomePair select(Population population); in select() method
|
| /external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Hierarchy/ |
| D | HierarchyControl.c | 51 BOOL select = (in->state == YES); in TPM2_HierarchyControl() local
|
| /external/sdv/vsomeip/third_party/boost/ratio/example/type_traits/detail/ |
| D | common_type.hpp | 165 struct select struct 169 struct select< Sequence, N, N > struct 170 { typedef void type; };
|
| /external/trusty/musl/src/select/ |
| D | select.c | 7 int select(int n, fd_set *restrict rfds, fd_set *restrict wfds, fd_set *restrict efds, struct timev… in select() function
|
| /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/trusty/arm-trusted-firmware/plat/mediatek/drivers/gpio/ |
| D | mtgpio_common.c | 92 int select) in mt_gpio_set_spec_pull_pupd() 117 int select) in mt_gpio_set_pull_pu_pd() 144 int select) in mt_gpio_set_pull_chip()
|