Home
last modified time | relevance | path

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

12345

/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
DDnsNameResolverTest.java380 Map<String, Object> choice = new LinkedHashMap<String, Object>(); in maybeChooseServiceConfig_clientLanguageMatchesJava() local
391 Map<String, Object> choice = new LinkedHashMap<String, Object>(); in maybeChooseServiceConfig_clientLanguageDoesntMatchGo() local
402 Map<String, Object> choice = new LinkedHashMap<String, Object>(); in maybeChooseServiceConfig_clientLanguageCaseInsensitive() local
413 Map<String, Object> choice = new LinkedHashMap<String, Object>(); in maybeChooseServiceConfig_clientLanguageMatchesEmtpy() local
423 Map<String, Object> choice = new LinkedHashMap<String, Object>(); in maybeChooseServiceConfig_clientLanguageMatchesMulti() local
435 Map<String, Object> choice = new LinkedHashMap<String, Object>(); in maybeChooseServiceConfig_percentageZeroAlwaysFails() local
444 Map<String, Object> choice = new LinkedHashMap<String, Object>(); in maybeChooseServiceConfig_percentageHundredAlwaysSucceeds() local
453 Map<String, Object> choice = new LinkedHashMap<String, Object>(); in maybeChooseServiceConfig_percentageAboveMatches50() local
469 Map<String, Object> choice = new LinkedHashMap<String, Object>(); in maybeChooseServiceConfig_percentageAtFails50() local
485 Map<String, Object> choice = new LinkedHashMap<String, Object>(); in maybeChooseServiceConfig_percentageAboveMatches99() local
[all …]
/external/autotest/frontend/client/src/autotest/afe/
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()
DRadioChooserDisplay.java17 public IRadioButton generateRadioButton(String groupName, String choice) { in generateRadioButton()
DIRadioButton.java15 public RadioButtonImpl(String name, String choice) { in RadioButtonImpl()
/external/toybox/kconfig/lxdialog/
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
Dmenubox.c102 #define print_item(index, choice, selected) \ argument
187 int key = 0, button = 0, scroll = 0, choice = 0; in dialog_menu() local
/external/libcups/cups/
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()
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()
Dtestconflicts.c35 *choice; /* Current choice */ in main() local
/external/selinux/libselinux/src/
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
/external/icu/android_icu4j/src/main/java/android/icu/impl/
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()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
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()
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/parser/
DParser.java43 public boolean checkEvent(Event.ID choice); in checkEvent()
/external/python/cpython3/Lib/
Dsecrets.py24 choice = _sysrand.choice variable
/external/jcommander/src/test/java/com/beust/jcommander/args/
DArgsEnum.java39 public ChoiceType choice = ChoiceType.ONE; field in ArgsEnum
/external/python/cpython3/Tools/demo/
Dmarkov.py8 def __init__(self, histsize, choice): argument
/external/python/cpython2/Demo/scripts/
Dmarkov.py4 def __init__(self, histsize, choice): argument
/external/libcups/filter/
Drastertolabel.c153 ppd_choice_t *choice; /* Marked choice */ in StartPage() local
441 ppd_choice_t *choice; /* Marked choice */ in EndPage() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUPropertyAliasesTest.java33 int p, v, choice, rev; in TestPropertyNames() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
DUPropertyAliasesTest.java36 int p, v, choice, rev; in TestPropertyNames() local
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/ocsp/
DCertStatus.java47 ASN1TaggedObject choice) in CertStatus()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ocsp/
DCertStatus.java43 ASN1TaggedObject choice) in CertStatus()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DNumberFormat.java1424 public static NumberFormat getInstance(ULocale desiredLocale, int choice) { in getInstance()
1440 static NumberFormat createInstance(ULocale desiredLocale, int choice) { in createInstance()
1543 protected static String getPattern(Locale forLocale, int choice) { in getPattern()
1554 protected static String getPattern(ULocale forLocale, int choice) { in getPattern()
1567 public static String getPatternForStyle(ULocale forLocale, int choice) { in getPatternForStyle()
1583 … static String getPatternForStyleAndNumberingSystem(ULocale forLocale, String nsName, int choice) { in getPatternForStyleAndNumberingSystem()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DNumberFormat.java1272 public static NumberFormat getInstance(ULocale desiredLocale, int choice) { in getInstance()
1288 static NumberFormat createInstance(ULocale desiredLocale, int choice) { in createInstance()
1392 protected static String getPattern(Locale forLocale, int choice) { in getPattern()
1402 protected static String getPattern(ULocale forLocale, int choice) { in getPattern()
1415 public static String getPatternForStyle(ULocale forLocale, int choice) { in getPatternForStyle()
1431 … static String getPatternForStyleAndNumberingSystem(ULocale forLocale, String nsName, int choice) { in getPatternForStyleAndNumberingSystem()
/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateKaraList.java97 …tic void printCodes(PrintWriter log, Set<String> locales, Set<String> availableCodes, int choice) { in printCodes()

12345