Home
last modified time | relevance | path

Searched defs:choice (Results 1 – 25 of 550) sorted by relevance

12345678910>>...22

/aosp_15_r20/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
H A DDnsNameResolverTest.java901 Map<String, Object> choice = new LinkedHashMap<>(); in maybeChooseServiceConfig_clientLanguageMatchesJava() local
912 Map<String, Object> choice = new LinkedHashMap<>(); in maybeChooseServiceConfig_clientLanguageDoesntMatchGo() local
923 Map<String, Object> choice = new LinkedHashMap<>(); in maybeChooseServiceConfig_clientLanguageCaseInsensitive() local
934 Map<String, Object> choice = new LinkedHashMap<>(); in maybeChooseServiceConfig_clientLanguageMatchesEmtpy() local
944 Map<String, Object> choice = new LinkedHashMap<>(); in maybeChooseServiceConfig_clientLanguageMatchesMulti() local
956 Map<String, Object> choice = new LinkedHashMap<>(); in maybeChooseServiceConfig_percentageZeroAlwaysFails() local
965 Map<String, Object> choice = new LinkedHashMap<>(); in maybeChooseServiceConfig_percentageHundredAlwaysSucceeds() local
974 Map<String, Object> choice = new LinkedHashMap<>(); in maybeChooseServiceConfig_percentageAboveMatches50() local
990 Map<String, Object> choice = new LinkedHashMap<>(); in maybeChooseServiceConfig_percentageAtFails50() local
1006 Map<String, Object> choice = new LinkedHashMap<>(); in maybeChooseServiceConfig_percentageAboveMatches99() local
[all …]
/aosp_15_r20/external/autotest/frontend/client/src/autotest/afe/
H A DRadioChooser.java8 public IRadioButton generateRadioButton(String groupName, String choice); in generateRadioButton()
27 public void addChoice(String choice) { in addChoice()
56 public void setSelectedChoice(String choice) { in setSelectedChoice()
60 private IRadioButton findButtonForChoice(String choice) { in findButtonForChoice()
/aosp_15_r20/external/libcups/cups/
H A Dppd-conflicts.c68 const char *choice, /* I - Choice to test */ in cupsGetConflicts()
167 const char *choice, /* I - Newly selected choice or @code NULL@ for none */ in cupsResolveConflicts()
639 const char *choice) /* I - Choice */ in ppdInstallableConflict()
709 choice[PPD_MAX_NAME], /* Choice/OptionKeyword */ in ppd_load_constraints() local
947 const char *choice, /* I - Current choice */ in ppd_test_constraints()
H A Dppd-mark.c367 const char *choice) /* I - Name of choice */ in ppdFindChoice()
474 const char *choice) /* I - Choice name */ in ppdIsMarked()
543 const char *choice) /* I - Option name */ in ppdMarkOption()
624 choice[PPD_MAX_NAME], /* Current choice/value */ in _ppdParseOptions() local
769 const char *choice) /* I - Choice name */ in ppd_mark_option()
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/
H A DUCharacterName.java81 public String getName(int ch, int choice) in getName()
111 public int getCharFromName(int choice, String name) in getCharFromName()
237 public String getGroupName(int index, int length, int choice) in getGroupName()
506 public synchronized String getGroupName(int ch, int choice) in getGroupName()
1184 private String getAlgName(int ch, int choice) in getAlgName()
1212 private synchronized int getGroupChar(String name, int choice) in getGroupChar()
1242 int choice) in getGroupChar()
1344 private static int getExtendedChar(String name, int choice) in getExtendedChar()
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DUCharacterName.java82 public String getName(int ch, int choice) in getName()
112 public int getCharFromName(int choice, String name) in getCharFromName()
238 public String getGroupName(int index, int length, int choice) in getGroupName()
507 public synchronized String getGroupName(int ch, int choice) in getGroupName()
1185 private String getAlgName(int ch, int choice) in getAlgName()
1213 private synchronized int getGroupChar(String name, int choice) in getGroupChar()
1243 int choice) in getGroupChar()
1345 private static int getExtendedChar(String name, int choice) in getExtendedChar()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/policy/
DSmartReplyInflaterImpl.java77 …licy.SmartReplyView.SmartReplies smartReplies, int replyIndex, @org.jetbrains.annotations.NotNull() in inflateReplyButton()
82 …olicy.SmartReplyView smartReplyView, android.widget.Button button, java.lang.CharSequence choice) { in onSmartReplyClick()
85 …ystemui.statusbar.policy.SmartReplyView.SmartReplies smartReplies, java.lang.CharSequence choice) { in createRemoteInputIntent()
/aosp_15_r20/prebuilts/go/linux-x86/test/chan/
Dselect5.go434 type choice struct { struct
435 i, n int
/aosp_15_r20/external/toybox/kconfig/lxdialog/
H A Dchecklist.c31 static void print_item(WINDOW * win, int choice, int selected) in print_item()
59 static void print_arrows(WINDOW * win, int choice, int item_no, int scroll, in print_arrows()
115 int key = 0, button = 0, choice = 0, scroll = 0, max_choice; in dialog_checklist() local
/aosp_15_r20/external/coreboot/util/kconfig/lxdialog/
H A Dchecklist.c18 static void print_item(WINDOW * win, int choice, int selected) in print_item()
52 static void print_arrows(WINDOW * win, int choice, int item_no, int scroll, in print_arrows()
108 int key = 0, button = 0, choice = 0, scroll = 0, max_choice; in dialog_checklist() local
H A Dmenubox.c81 #define print_item(index, choice, selected) \ argument
168 int key = 0, button = 0, scroll = 0, choice = 0; in dialog_menu() local
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DNumberFormat.java1335 public static NumberFormat getInstance(ULocale desiredLocale, int choice) { in getInstance()
1351 static NumberFormat createInstance(ULocale desiredLocale, int choice) { in createInstance()
1455 protected static String getPattern(Locale forLocale, int choice) { in getPattern()
1465 protected static String getPattern(ULocale forLocale, int choice) { in getPattern()
1478 public static String getPatternForStyle(ULocale forLocale, int choice) { in getPatternForStyle()
1494 … static String getPatternForStyleAndNumberingSystem(ULocale forLocale, String nsName, int choice) { in getPatternForStyleAndNumberingSystem()
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/text/
H A DNumberFormat.java1423 public static NumberFormat getInstance(ULocale desiredLocale, int choice) { in getInstance()
1439 static NumberFormat createInstance(ULocale desiredLocale, int choice) { in createInstance()
1542 protected static String getPattern(Locale forLocale, int choice) { in getPattern()
1553 protected static String getPattern(ULocale forLocale, int choice) { in getPattern()
1566 public static String getPatternForStyle(ULocale forLocale, int choice) { in getPatternForStyle()
1582 … static String getPatternForStyleAndNumberingSystem(ULocale forLocale, String nsName, int choice) { in getPatternForStyleAndNumberingSystem()
/aosp_15_r20/external/rust/android-crates-io/crates/winnow/src/combinator/
Dbranch.rs14 fn choice(&mut self, input: &mut I) -> PResult<O, E>; in choice() method
124 fn choice(&mut self, input: &mut I) -> PResult<O, E> { in choice() method
225 fn choice(&mut self, input: &mut I) -> PResult<O, E> { in choice() method
/aosp_15_r20/external/coreboot/Documentation/getting_started/
H A Dkconfig.md241 #### choice subsubsection
248 ##### Usage:
254 ##### Example:
285 ##### Notes:
296 ##### Restrictions:
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/network/
DTetherEnabler.java281 public static boolean isTethering(@TetheringState int state, int choice) { in isTethering()
298 public void stopTethering(int choice) { in stopTethering()
312 public void startTethering(int choice) { in startTethering()
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/internal/bigmod/
Dnat.go24 type choice uint type
26 func not(c choice) choice { return 1 ^ c }
32 func ctMask(on choice) uint { return -uint(on) }
/aosp_15_r20/external/angle/src/android_system_settings/assets/
H A Da4a_rules.json5 "choice": "angle", string
14 "choice": "native", string
/aosp_15_r20/external/selinux/libselinux/src/
H A Dquery_user_context.c15 int choice = 0; /* index of the user's choice */ in context_menu() local
41 int choice; /* The index in the list of the sid chosen by in query_user_context() local
/aosp_15_r20/external/cronet/third_party/icu/source/common/
H A Ducnv_u16.cpp573 _UTF16BEReset(UConverter *cnv, UConverterResetChoice choice) { in _UTF16BEReset()
1174 _UTF16LEReset(UConverter *cnv, UConverterResetChoice choice) { in _UTF16LEReset()
1279 _UTF16Reset(UConverter *cnv, UConverterResetChoice choice) { in _UTF16Reset()
/aosp_15_r20/external/icu/icu4c/source/common/
H A Ducnv_u16.cpp573 _UTF16BEReset(UConverter *cnv, UConverterResetChoice choice) { in _UTF16BEReset()
1174 _UTF16LEReset(UConverter *cnv, UConverterResetChoice choice) { in _UTF16LEReset()
1279 _UTF16Reset(UConverter *cnv, UConverterResetChoice choice) { in _UTF16Reset()
/aosp_15_r20/external/llvm-libc/test/src/__support/HashTable/
H A Dgroup_test.cpp40 size_t choice = random % 4; in TEST() local
79 size_t choice = random % sample_space; in TEST() local
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/array_ops/
H A Dshape_ops_test.py207 choice = lambda s: np.random.choice((False, True), size=s) function
303 choice = lambda s: np.random.choice((False, True), size=s) function
326 choice = lambda s: np.random.choice((False, True), size=s) function
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/nom-7.1.3/src/branch/
H A Dmod.rs15 fn choice(&mut self, input: I) -> IResult<I, O, E>; in choice() method
165 fn choice(&mut self, input: Input) -> IResult<Input, Output, Error> { in choice() method
/aosp_15_r20/external/rust/android-crates-io/crates/nom/src/branch/
Dmod.rs15 fn choice(&mut self, input: I) -> IResult<I, O, E>; in choice() method
165 fn choice(&mut self, input: Input) -> IResult<Input, Output, Error> { in choice() method

12345678910>>...22