Home
last modified time | relevance | path

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

12345678910>>...16

/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/sdv/vsomeip/third_party/boost/detail/include/boost/detail/
Dnamed_template_params.hpp28 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/
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/sdv/vsomeip/third_party/boost/type_traits/test/
Dpromote_enum_test.cpp68 struct select struct
76 struct select<false> struct
84 typedef gcc_short_enums_workaround::select<
/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/server/cros/faft/utils/
Dmenu_navigator.py31 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/
DSelector.java99 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/
DSelectorAdapter.java50 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/
Dselect_scalar.rs201 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
Dselect_list.rs224 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
Dselect_set.rs238 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
Dselect_dict.rs252 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/
Dfrontend.py144 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/
DExtendedListBox.java27 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/
DTrees.java64 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/
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/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AVR/
DAVRISelDAGToDAG.cpp305 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/
Dselectors.py155 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/
DSelectionPolicy.java35 ChromosomePair select(Population population) throws MathIllegalArgumentException; in select() method
/external/apache-commons-math/src/main/java/org/apache/commons/math/genetics/
DSelectionPolicy.java31 ChromosomePair select(Population population); in select() method
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Hierarchy/
DHierarchyControl.c51 BOOL select = (in->state == YES); in TPM2_HierarchyControl() local
/external/sdv/vsomeip/third_party/boost/ratio/example/type_traits/detail/
Dcommon_type.hpp165 struct select struct
169 struct select< Sequence, N, N > struct
170 { typedef void type; };
/external/trusty/musl/src/select/
Dselect.c7 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/
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/trusty/arm-trusted-firmware/plat/mediatek/drivers/gpio/
Dmtgpio_common.c92 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()

12345678910>>...16