Home
last modified time | relevance | path

Searched refs:longs (Results 1 – 25 of 44) sorted by relevance

12

/third_party/rust/crates/clap/clap_complete/src/shells/
Delvish.rs88 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()
Dpowershell.rs101 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()
Dfish.rs94 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 {
Dbash.rs167 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()
Dzsh.rs483 if let Some(longs) = o.get_long_and_visible_aliases() {
484 for long in longs {
/third_party/rust/crates/clap/src/parser/features/
Dsuggestions.rs41 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/
Dutils.rs265 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/
Dfig.rs160 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/
Dletrperf.cpp116 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/
Dgendata.cpp100 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/
Dmd5.c33 unsigned longs) in byteReverse() argument
41 } while (--longs); in byteReverse()
/third_party/skia/third_party/externals/libjpeg-turbo/md5/
Dmd5.c55 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/
Dmd5-internal.c71 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/
Dmd5-internal.c71 static void byteReverse(unsigned char *buf, unsigned longs) in byteReverse() argument
79 } while (--longs); in byteReverse()
/third_party/curl/docs/libcurl/opts/
DCURLINFO_FILETIME.md38 the year 2038 on systems using 32 bit longs (Windows).
/third_party/gn/src/base/
Dmd5.cc40 void byteReverse(uint8_t* buf, unsigned longs) { in byteReverse() argument
48 } while (--longs); in byteReverse()
/third_party/rust/crates/clap/src/builder/
Darg.rs3812 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/
Dparser.rs1530 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/
Dstruct.rst381 longs are aligned on 4-byte boundaries::
/third_party/libffi/patch/
Dbackport-openharmony-adapt.patch537 + packing, even on 64-bit machines. I.e. on 64-bit machines longs
/third_party/python/Lib/test/decimaltestdata/
Dmultiply.decTest52 -- 1999.12.21: next one is an edge case if intermediate longs are used
/third_party/node/deps/openssl/openssl/include/openssl/
Dasn1t.h.in892 * They are designed with 32-bit longs in mind.
/third_party/python/Doc/howto/
Dsockets.rst266 amount of the time, all those longs have the value 0, or maybe 1. The string "0"
/third_party/openssl/include/openssl/
Dasn1t.h.in892 * They are designed with 32-bit longs in mind.
/third_party/python/Misc/NEWS.d/
D3.6.0b1.rst258 and remove an unnecessary check for small longs. Thanks Oren Milman for

12