/third_party/rust/crates/clap/clap_complete/src/shells/ |
D | elvish.rs | 88 if let Some(longs) = option.get_long_and_visible_aliases() { in generate_inner() 89 let tooltip = get_tooltip(option.get_help(), longs[0]); in generate_inner() 90 for long in longs { in generate_inner() 106 if let Some(longs) = flag.get_long_and_visible_aliases() { in generate_inner() 107 let tooltip = get_tooltip(flag.get_help(), longs[0]); in generate_inner() 108 for long in longs { in generate_inner()
|
D | powershell.rs | 101 if let Some(longs) = option.get_long_and_visible_aliases() { in generate_inner() 102 let tooltip = get_tooltip(option.get_help(), longs[0]); in generate_inner() 103 for long in longs { in generate_inner() 131 if let Some(longs) = flag.get_long_and_visible_aliases() { in generate_inner() 132 let tooltip = get_tooltip(flag.get_help(), longs[0]); in generate_inner() 133 for long in longs { in generate_inner()
|
D | fish.rs | 94 if let Some(longs) = option.get_long_and_visible_aliases() { 95 for long in longs { 120 if let Some(longs) = flag.get_long_and_visible_aliases() { 121 for long in longs {
|
D | bash.rs | 167 if let Some(longs) = o.get_long_and_visible_aliases() { in option_details_for_path() 168 opts.extend(longs.iter().map(|long| { in option_details_for_path()
|
D | zsh.rs | 483 if let Some(longs) = o.get_long_and_visible_aliases() { 484 for long in longs {
|
/third_party/rust/crates/clap/src/parser/features/ |
D | suggestions.rs | 41 longs: I, in did_you_mean_flag() 51 match did_you_mean(arg, longs).pop() { in did_you_mean_flag() 58 let longs = subcommand.get_keymap().keys().filter_map(|a| { in did_you_mean_flag() localVariable 68 let candidate = some!(did_you_mean(arg, longs).pop()); in did_you_mean_flag()
|
/third_party/rust/crates/clap/clap_complete/src/generator/ |
D | utils.rs | 265 let longs = longs_and_visible_aliases(&cmd); in test_longs() localVariable 267 assert_eq!(longs.len(), 2); in test_longs() 268 assert_eq!(longs[0], "help"); in test_longs() 269 assert_eq!(longs[1], "version"); in test_longs()
|
/third_party/rust/crates/clap/clap_complete_fig/src/ |
D | fig.rs | 160 if let Some(longs) = option.get_long_and_visible_aliases() { in gen_options() 162 longs in gen_options() 273 if let Some(longs) = flag.get_long_and_visible_aliases() { in gen_options() 274 flags.extend(longs.iter().map(|s| format!("--{s}"))); in gen_options()
|
/third_party/icu/icu4c/source/test/perf/leperf/ |
D | letrperf.cpp | 116 LEReferenceToArrayOf<Long> longs(comp, success, (size_t)0, ITEM_COUNT); in time_letr3() local 123 const Long &item = longs.getObject(i, success); in time_letr3()
|
/third_party/icu/icu4c/source/test/letest/ |
D | gendata.cpp | 100 void dumpLongs(FILE *file, const char *tag, le_int32 *longs, le_int32 count) { in dumpLongs() argument 112 bufp += sprintf(&lineBuffer[bufp], "0x%8.8X, ", longs[i]); in dumpLongs()
|
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
D | md5.c | 33 unsigned longs) in byteReverse() argument 41 } while (--longs); in byteReverse()
|
/third_party/skia/third_party/externals/libjpeg-turbo/md5/ |
D | md5.c | 55 static void byteReverse(unsigned char *buf, unsigned int longs) in byteReverse() argument 63 } while (--longs); in byteReverse()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | md5-internal.c | 71 static void byteReverse(unsigned char *buf, unsigned longs) in byteReverse() argument 79 } while (--longs); in byteReverse()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | md5-internal.c | 71 static void byteReverse(unsigned char *buf, unsigned longs) in byteReverse() argument 79 } while (--longs); in byteReverse()
|
/third_party/curl/docs/libcurl/opts/ |
D | CURLINFO_FILETIME.md | 38 the year 2038 on systems using 32 bit longs (Windows).
|
/third_party/gn/src/base/ |
D | md5.cc | 40 void byteReverse(uint8_t* buf, unsigned longs) { in byteReverse() argument 48 } while (--longs); in byteReverse()
|
/third_party/rust/crates/clap/src/builder/ |
D | arg.rs | 3812 let mut longs = match self.get_long() { in get_long_and_visible_aliases() localVariable 3817 longs.extend(aliases); in get_long_and_visible_aliases() 3819 Some(longs) in get_long_and_visible_aliases()
|
/third_party/rust/crates/clap/src/parser/ |
D | parser.rs | 1530 let longs = self in did_you_mean_error() localVariable 1539 debug!("Parser::did_you_mean_error: longs={:?}", longs); in did_you_mean_error() 1544 longs.iter().map(|x| &x[..]), in did_you_mean_error()
|
/third_party/python/Doc/library/ |
D | struct.rst | 381 longs are aligned on 4-byte boundaries::
|
/third_party/libffi/patch/ |
D | backport-openharmony-adapt.patch | 537 + packing, even on 64-bit machines. I.e. on 64-bit machines longs
|
/third_party/python/Lib/test/decimaltestdata/ |
D | multiply.decTest | 52 -- 1999.12.21: next one is an edge case if intermediate longs are used
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
D | asn1t.h.in | 892 * They are designed with 32-bit longs in mind.
|
/third_party/python/Doc/howto/ |
D | sockets.rst | 266 amount of the time, all those longs have the value 0, or maybe 1. The string "0"
|
/third_party/openssl/include/openssl/ |
D | asn1t.h.in | 892 * They are designed with 32-bit longs in mind.
|
/third_party/python/Misc/NEWS.d/ |
D | 3.6.0b1.rst | 258 and remove an unnecessary check for small longs. Thanks Oren Milman for
|