Home
last modified time | relevance | path

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

12345678910>>...73

/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/xml/etree/
H A 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 …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/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 …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/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 …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/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 …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/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 …]
/aosp_15_r20/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 …]
/aosp_15_r20/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; }; struct
105 template <class Prev> struct select { struct
106 typedef detail::default_argument type;
/aosp_15_r20/external/coreboot/src/security/vboot/
H A Dec_sync.c16 #define _EC_FILENAME(select, suffix) \ argument
18 #define EC_IMAGE_FILENAME(select) _EC_FILENAME(select, "") argument
19 #define EC_HASH_FILENAME(select) _EC_FILENAME(select, ".hash") argument
91 static uint32_t get_vboot_hash_offset(enum vb2_firmware_selection select) in get_vboot_hash_offset()
107 static vb2_error_t ec_hash_image(enum vb2_firmware_selection select, in ec_hash_image()
227 static enum ec_flash_region vboot_to_ec_region(enum vb2_firmware_selection select) in vboot_to_ec_region()
322 static vb2_error_t ec_update_image(enum vb2_firmware_selection select) in ec_update_image()
373 static vb2_error_t ec_get_expected_hash(enum vb2_firmware_selection select, in ec_get_expected_hash()
481 vb2_error_t vb2ex_ec_hash_image(enum vb2_firmware_selection select, in vb2ex_ec_hash_image()
498 vb2_error_t vb2ex_ec_get_expected_image_hash(enum vb2_firmware_selection select, in vb2ex_ec_get_expected_image_hash()
[all …]
/aosp_15_r20/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
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/8/libcore/ojluni/src/main/java/java/nio/channels/
DSelector.java398 public abstract int select(long timeout) throws IOException; in select() method in Selector
418 public abstract int select() throws IOException; in select() method in Selector
482 public int select(Consumer<SelectionKey> action, long timeout) in select() method in Selector
519 public int select(Consumer<SelectionKey> action) throws IOException { in select() method in Selector
/aosp_15_r20/libcore/ojluni/src/main/java/java/nio/channels/
H A DSelector.java398 public abstract int select(long timeout) throws IOException; in select() method in Selector
418 public abstract int select() throws IOException; in select() method in Selector
482 public int select(Consumer<SelectionKey> action, long timeout) in select() method in Selector
519 public int select(Consumer<SelectionKey> action) throws IOException { in select() method in Selector
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/nio/channels/
DSelector.java398 public abstract int select(long timeout) throws IOException; in select() method in Selector
418 public abstract int select() throws IOException; in select() method in Selector
482 public int select(Consumer<SelectionKey> action, long timeout) in select() method in Selector
519 public int select(Consumer<SelectionKey> action) throws IOException { in select() method in Selector
/aosp_15_r20/external/vboot_reference/firmware/2lib/
H A D2ec_sync.c15 #define SYNC_FLAG(select) \ argument
34 static const char *image_name_to_string(enum vb2_firmware_selection select) in image_name_to_string()
56 enum vb2_firmware_selection select) in check_ec_hash()
131 enum vb2_firmware_selection select) in update_ec()
/aosp_15_r20/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<
/aosp_15_r20/prebuilts/tools/common/m2/repository/org/jsoup/jsoup/1.8.3/
HDjsoup-1.8.3.jar ... org/jsoup/safety/ org/jsoup/select/ org/jsoup/Connection$Base.class ...
/aosp_15_r20/external/autotest/tko/
H A 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
/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/src/utils/starlark/
H A 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
H A 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
H A 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
H A 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
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
H A 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
/aosp_15_r20/prebuilts/tools/common/m2/repository/org/jsoup/jsoup/1.6.3/
HDjsoup-1.6.3.jar ... jsoup.nodes.Document doc org.jsoup.select.Elements links org.jsoup.select.Elements ...
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AVR/
H A 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
/aosp_15_r20/external/coreboot/src/soc/mediatek/common/
H A Dgpio_op.c7 enum pull_select select) in gpio_set_spec_pull_pupd()
32 enum pull_select select) in gpio_set_pull_pu_pd()
56 enum pull_select select) in gpio_set_pull()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
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

12345678910>>...73