/third_party/typescript/tests/baselines/reference/ |
D | controlFlowManyConsecutiveConditionsNoTimeout.js | 7 const choice: Choice = Choice.One; constant 144 var choice = Choice.One; variable
|
D | strictNullLogicalAndOr.js | 5 let choice = sinOrCos && Math.sin || Math.cos; variable
|
/third_party/toybox/kconfig/lxdialog/ |
D | checklist.c | 31 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
|
D | menubox.c | 102 #define print_item(index, choice, selected) \ argument 187 int key = 0, button = 0, scroll = 0, choice = 0; in dialog_menu() local
|
/third_party/cups-filters/filter/pdftopdf/ |
D | pdftopdf.cc | 59 ppd_choice_t *choice; in setFinalPPD() local 69 ppd_choice_t *choice=ppdFindMarkedChoice(ppd,name); // !ppd is ok. in ppdGetInt() local 126 const char **option, **choice; in ppdGetDuplex() local 154 ppd_choice_t *choice; in ppdDefaultOrder() local 553 ppd_choice_t *choice; in getParameters() local 799 ppd_choice_t *choice; in printerWillCollate() local
|
/third_party/selinux/libselinux/src/ |
D | query_user_context.c | 15 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
|
/third_party/typescript/tests/cases/compiler/ |
D | strictNullLogicalAndOr.ts | 6 let choice = sinOrCos && Math.sin || Math.cos; variable
|
D | controlFlowManyConsecutiveConditionsNoTimeout.ts | 8 const choice: Choice = Choice.One; constant
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | UCharacterName.java | 82 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()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | UCharacterName.java | 81 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()
|
/third_party/openssl/crypto/x509/ |
D | v3_asid.c | 156 ASIdentifierChoice **choice; in X509v3_asid_add_inherit() local 185 ASIdentifierChoice **choice; in X509v3_asid_add_id_or_range() local 257 static int ASIdentifierChoice_is_canonical(ASIdentifierChoice *choice) in ASIdentifierChoice_is_canonical() 357 static int ASIdentifierChoice_canonize(ASIdentifierChoice *choice) in ASIdentifierChoice_canonize()
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
D | v3_asid.c | 156 ASIdentifierChoice **choice; in X509v3_asid_add_inherit() local 188 ASIdentifierChoice **choice; in X509v3_asid_add_id_or_range() local 266 static int ASIdentifierChoice_is_canonical(ASIdentifierChoice *choice) in ASIdentifierChoice_is_canonical() 366 static int ASIdentifierChoice_canonize(ASIdentifierChoice *choice) in ASIdentifierChoice_canonize()
|
/third_party/ltp/include/ |
D | tst_kconfig.h | 12 char choice; member
|
/third_party/rust/crates/nom/src/branch/ |
D | mod.rs | 15 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
|
/third_party/python/Lib/ |
D | secrets.py | 24 choice = _sysrand.choice variable
|
/third_party/cups-filters/filter/foomatic-rip/ |
D | options.c | 251 choice_t *choice; in free_option() local 484 choice_t *choice; in option_find_choice() local 721 choice_t *choice; in get_valid_value_string() local 817 choice_t *choice = option_find_choice(opt, "Custom"); in build_foomatic_custom_command() local 937 choice_t *choice = NULL; in option_get_command() local 1023 choice_t *choice; in option_set_value() local 1061 int option_has_choice(option_t *opt, const char *choice) in option_has_choice() 1131 choice_t *choice, *last = NULL; in option_assure_choice() local 1307 choice_t *choice; in option_set_choice() local 1897 choice_t *choice; in ppd_supports_pdf() local
|
/third_party/rust/crates/clap/tests/derive/ |
D | type_alias_regressions.rs | 17 choice: ArgChoice, field
|
/third_party/python/Tools/demo/ |
D | markov.py | 8 def __init__(self, histsize, choice): argument
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
D | UPropertyAliasesTest.java | 33 int p, v, choice, rev; in TestPropertyNames() local
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/ |
D | UPropertyAliasesTest.java | 36 int p, v, choice, rev; in TestPropertyNames() local
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | NumberFormat.java | 1335 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()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | NumberFormat.java | 1423 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()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ucnv_u16.cpp | 573 _UTF16BEReset(UConverter *cnv, UConverterResetChoice choice) { in _UTF16BEReset() 1174 _UTF16LEReset(UConverter *cnv, UConverterResetChoice choice) { in _UTF16LEReset() 1279 _UTF16Reset(UConverter *cnv, UConverterResetChoice choice) { in _UTF16Reset()
|
/third_party/icu/icu4c/source/common/ |
D | ucnv_u16.cpp | 573 _UTF16BEReset(UConverter *cnv, UConverterResetChoice choice) { in _UTF16BEReset() 1174 _UTF16LEReset(UConverter *cnv, UConverterResetChoice choice) { in _UTF16LEReset() 1279 _UTF16Reset(UConverter *cnv, UConverterResetChoice choice) { in _UTF16Reset()
|
/third_party/node/deps/icu-small/source/common/ |
D | ucnv_u16.cpp | 573 _UTF16BEReset(UConverter *cnv, UConverterResetChoice choice) { in _UTF16BEReset() 1174 _UTF16LEReset(UConverter *cnv, UConverterResetChoice choice) { in _UTF16LEReset() 1279 _UTF16Reset(UConverter *cnv, UConverterResetChoice choice) { in _UTF16Reset()
|