Home
last modified time | relevance | path

Searched defs:choice (Results 101 - 125 of 127) sorted by relevance

123456

/kernel/linux/linux-5.10/drivers/pinctrl/nomadik/
H A Dpinctrl-nomadik.c1325 const unsigned long *choice; member
/kernel/linux/linux-5.10/tools/perf/ui/browsers/
H A Dhists.c2337 int nr_options = 0, choice = -1, ret = -1; in switch_data_file() local
3029 int choice; in perf_evsel__hists_browse() local
[all...]
/kernel/linux/linux-6.6/drivers/pinctrl/nomadik/
H A Dpinctrl-nomadik.c1332 const unsigned long *choice; member
/kernel/linux/linux-6.6/tools/perf/ui/browsers/
H A Dhists.c2338 int nr_options = 0, choice = -1, ret = -1; in switch_data_file() local
3030 int choice; in evsel__hists_browse() local
[all...]
/third_party/cups-filters/cupsfilters/
H A Dppdgenerator.c630 ipp_choice_strings_t choice; in find_choice_in_array() local
674 ipp_choice_strings_t *choice = NULL; in add_choice_to_array() local
724 ipp_choice_strings_t *choice = NULL; lookup_choice() local
[all...]
/third_party/icu/icu4c/source/common/
H A Ducurr.cpp676 int32_t choice = (int32_t) nameStyle; in ucurr_getName() local
/third_party/node/deps/icu-small/source/common/
H A Ducurr.cpp689 int32_t choice = (int32_t) nameStyle; in ucurr_getName() local
/third_party/python/Lib/test/
H A Dtest_functools.py8 from random import choice namespace
H A Dtest_collections.py9 from random import choice, randrange namespace
/third_party/skia/third_party/externals/icu/source/common/
H A Ducurr.cpp653 int32_t choice = (int32_t) nameStyle; in ucurr_getName() local
/third_party/toybox/toys/pending/
H A Dxzcat.c1273 uint16_t choice; member
/base/telephony/ril_adapter/test/unittest/
H A Dril_interface_test.cpp197 int32_t choice; in InputInt32() local
208 cin >> choice; in InputInt32() local
1552 int32_t choice = InputInt32(0, static_cast<int32_t>(TestMenu::STRESS), "Test Module Index"); in PrintMenu() local
1566 int32_t choice = InputInt32(HREQ_CALL_BASE, HREQ_MODEM_EXIT - 1, "Command"); in PrintStressMenu() local
1599 int32_t choice = InputInt32(HREQ_CALL_BASE, HREQ_SMS_BASE - MENU_OFFSET, "Command"); PrintCallMenu() local
1615 int32_t choice = InputInt32(HREQ_SMS_BASE, HREQ_SIM_BASE - MENU_OFFSET, "Command"); PrintSmsMenu() local
1651 int32_t choice = InputInt32(HREQ_SIM_BASE, HREQ_DATA_BASE - MENU_OFFSET, "Command"); PrintSimMenu() local
1676 int32_t choice = InputInt32(HREQ_DATA_BASE, HREQ_NETWORK_BASE - MENU_OFFSET, "Command"); PrintDataMenu() local
1713 int32_t choice = InputInt32(HREQ_NETWORK_BASE, HREQ_COMMON_BASE - MENU_OFFSET, "Command"); PrintNetworkMenu() local
1732 int32_t choice = InputInt32(HREQ_COMMON_BASE, HREQ_MODEM_EXIT - MENU_OFFSET, "Command"); PrintModemMenu() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_engine.cpp2587 std::string choice = argv[0]->ToString(runtime); in JsPluralRulesFormat() local
/foundation/multimedia/player_framework/services/services/screen_capture/server/
H A Dscreen_capture_server.cpp308 std::string choice = "false"; in ReportAVScreenCaptureUserChoice() local
/third_party/ffmpeg/libavutil/
H A Dhwcontext_vulkan.c772 int err = 0, choice = -1; in find_device() local
[all...]
/third_party/backends/backend/
H A Dhp-option.c228 hp_choice_isSupported (HpChoice choice, int minval, int maxval) in hp_choice_isSupported() argument
235 hp_probed_choice_isSupported(HpScsi scsi, HpScl scl, HpChoice choice, int minval, int maxval) hp_probed_choice_isSupported() argument
1011 _make_choice_list(HpChoice choice, int minval, int maxval) _make_choice_list() argument
1032 _make_probed_choice_list(HpScsi scsi, HpScl scl, HpChoice choice, int minval, int maxval) _make_probed_choice_list() argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A DdecNumber.cpp6161 const decNumber *choice; local
/third_party/node/deps/icu-small/source/i18n/
H A DdecNumber.cpp6161 const decNumber *choice; local
/third_party/skia/third_party/externals/icu/source/i18n/
H A DdecNumber.cpp6161 const decNumber *choice; local
/kernel/linux/linux-5.10/drivers/md/
H A Dmd.c2472 int choice = 0; in bind_rdev_to_array() local
/kernel/linux/linux-5.10/include/linux/netfilter/
H A Dnf_conntrack_h323_types.h29 } choice; member
52 } choice; member
71 } choice; member
93 } choice; member
118 } choice; member
129 } choice; member
168 } choice; member
193 } choice; member
217 } choice; member
382 } choice; member
453 } choice; global() member
481 } choice; global() member
491 } choice; global() member
530 } choice; global() member
579 } choice; global() member
591 } choice; global() member
923 } choice; global() member
[all...]
/kernel/linux/linux-6.6/include/linux/netfilter/
H A Dnf_conntrack_h323_types.h29 } choice; member
52 } choice; member
71 } choice; member
93 } choice; member
118 } choice; member
129 } choice; member
168 } choice; member
193 } choice; member
217 } choice; member
382 } choice; member
453 } choice; global() member
481 } choice; global() member
491 } choice; global() member
530 } choice; global() member
579 } choice; global() member
591 } choice; global() member
923 } choice; global() member
[all...]
/kernel/linux/linux-6.6/drivers/md/
H A Dmd.c2438 int choice = 0; in bind_rdev_to_array() local
/third_party/python/Lib/test/test_email/
H A Dtest_email.py14 from random import choice namespace
/third_party/python/Modules/_decimal/libmpdec/
H A Dmpdecimal.c1644 const mpd_t *choice = b; in mpd_qcheck_nans() local
1673 const mpd_t *choice = c; in mpd_qcheck_3nans() local
[all...]

Completed in 160 milliseconds

123456