Home
last modified time | relevance | path

Searched defs:select (Results 26 – 50 of 1813) sorted by relevance

12345678910>>...73

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/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
/aosp_15_r20/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
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A 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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/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
/aosp_15_r20/frameworks/base/core/java/com/android/internal/util/
H A DQuickSelect.java193 public static <T> T select(@NonNull List<T> list, int start, int length, int k, in select() method in QuickSelect
212 public static int select(@NonNull int[] array, int start, int length, int k) { in select() method in QuickSelect
230 public static long select(@NonNull long[] array, int start, int length, int k) { in select() method in QuickSelect
249 public static <T> T select(@NonNull T[] array, int start, int length, int k, in select() method in QuickSelect
/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/src/metadata/
H A Ddependency.rs52 let mut select = Select::new(); in new_for_node() localVariable
208 let mut select: Select<BTreeSet<Dependency>> = Select::default(); in collect_deps_selectable() localVariable
796 let mut select = Select::new(); in optional_deps_enabled() localVariable
880 let mut select = Select::new(); in renamed_optional_deps_enabled() localVariable
910 let mut select = Select::new(); in tree_resolver_deps() localVariable
/aosp_15_r20/external/autotest/server/cros/faft/utils/
H A 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
/aosp_15_r20/external/jsoup/src/main/java/org/jsoup/select/
H A 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
/aosp_15_r20/external/expat/expat/doc/
H A Dok.min.css2 …{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-size… selector
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/
H A Dplurrule.cpp288 PluralRules::select(int32_t number) const { in select() function in PluralRules
293 PluralRules::select(double number) const { in select() function in PluralRules
298 PluralRules::select(const number::FormattedNumber& number, UErrorCode& status) const { in select() function in PluralRules
312 PluralRules::select(const IFixedDecimal &number) const { in select() function in PluralRules
322 PluralRules::select(const number::FormattedNumberRange& range, UErrorCode& status) const { in select() function in PluralRules
327 PluralRules::select(const number::impl::UFormattedNumberRangeData* impl, UErrorCode& status) const { in select() function in PluralRules
1090 RuleChain::select(const IFixedDecimal &number) const { in select() function in RuleChain
/aosp_15_r20/external/vboot_reference/firmware/2lib/
H A D2stub.c98 vb2_error_t vb2ex_ec_hash_image(enum vb2_firmware_selection select, in vb2ex_ec_hash_image()
109 vb2_error_t vb2ex_ec_get_expected_image_hash(enum vb2_firmware_selection select, in vb2ex_ec_get_expected_image_hash()
120 vb2_error_t vb2ex_ec_update_image(enum vb2_firmware_selection select) in vb2ex_ec_update_image()
/aosp_15_r20/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/base/
H A DAsn1Choice.java117 ChoiceComponent select = getSelectedComponent(); in getBerValueLength() local
138 ChoiceComponent select = getSelectedComponent(); in encodeBerValue() local
159 ChoiceComponent select = createAndSetValue(tag); in decodeBerValue() local
/aosp_15_r20/external/vboot_reference/tests/
H A Dvb2_ec_sync_tests.c148 vb2_error_t vb2ex_ec_hash_image(enum vb2_firmware_selection select, in vb2ex_ec_hash_image()
158 vb2_error_t vb2ex_ec_get_expected_image_hash(enum vb2_firmware_selection select, in vb2ex_ec_get_expected_image_hash()
167 vb2_error_t vb2ex_ec_update_image(enum vb2_firmware_selection select) in vb2ex_ec_update_image()
/aosp_15_r20/external/icu/icu4c/source/i18n/
H A Dplurrule.cpp287 PluralRules::select(int32_t number) const { in select() function in PluralRules
292 PluralRules::select(double number) const { in select() function in PluralRules
297 PluralRules::select(const number::FormattedNumber& number, UErrorCode& status) const { in select() function in PluralRules
311 PluralRules::select(const IFixedDecimal &number) const { in select() function in PluralRules
321 PluralRules::select(const number::FormattedNumberRange& range, UErrorCode& status) const { in select() function in PluralRules
326 PluralRules::select(const number::impl::UFormattedNumberRangeData* impl, UErrorCode& status) const { in select() function in PluralRules
1112 RuleChain::select(const IFixedDecimal &number) const { in select() function in RuleChain
/aosp_15_r20/external/coreboot/src/soc/mediatek/mt8183/
H A Dgpio.c17 enum pull_select select) in gpio_set_pull_pupd()
36 enum pull_select select) in gpio_set_pull_en_sel()
55 enum pull_select select) in gpio_set_pull()
/aosp_15_r20/external/coreboot/Documentation/getting_started/
H A Dkconfig.md777 #### select subsubsection
785 ##### Usage:
789 ##### Example:
800 ##### Notes:
814 ##### Restrictions:
/aosp_15_r20/external/ms-tpm-20-ref/TPMCmd/tpm/src/subsystem/
H A DPCR.c752 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()
/aosp_15_r20/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; };
/aosp_15_r20/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()
/aosp_15_r20/external/arm-trusted-firmware/plat/mediatek/common/drivers/gpio/
H A 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()
/aosp_15_r20/external/compiler-rt/test/msan/
H A 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
/aosp_15_r20/external/apache-commons-io/src/test/java/org/apache/commons/io/
H A 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
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DPluralRules.java2019 public String select(IFixedDecimal n) { in select() method in PluralRules.RuleList
2082 public boolean select(IFixedDecimal sample, String keyword) { in select() method in PluralRules.RuleList
2239 public String select(double number) { in select() method in PluralRules
2254 public String select(FormattedNumber number) { in select() method in PluralRules
2272 public String select(FormattedNumberRange range) { in select() method in PluralRules
2295 public String select(double number, int countVisibleFractionDigits, long fractionaldigits) { in select() method in PluralRules
2309 public String select(IFixedDecimal number) { in select() method in PluralRules
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/text/
H A DPluralRules.java1966 public String select(IFixedDecimal n) { in select() method in PluralRules.RuleList
2029 public boolean select(IFixedDecimal sample, String keyword) { in select() method in PluralRules.RuleList
2191 public String select(double number) { in select() method in PluralRules
2207 public String select(FormattedNumber number) { in select() method in PluralRules
2226 public String select(FormattedNumberRange range) { in select() method in PluralRules
2248 public String select(double number, int countVisibleFractionDigits, long fractionaldigits) { in select() method in PluralRules
2262 public String select(IFixedDecimal number) { in select() method in PluralRules

12345678910>>...73