/third_party/rust/crates/version_check/src/ |
H A D | version.rs | 38 /// assert!(version.exactly("1.18.0")); 41 /// assert!(version.exactly("1.20.0")); 42 /// assert!(version.exactly("1.20.0-beta")); 45 /// assert!(version.exactly("1.3.0")); 48 /// assert!(version.exactly("1.0.0")); 83 /// assert!(Version::from_mmp(1, 35, 0).exactly("1.35.0")); 84 /// assert!(Version::from_mmp(1, 33, 0).exactly("1.33.0")); 85 /// assert!(Version::from_mmp(1, 35, 1).exactly("1.35.1")); 86 /// assert!(Version::from_mmp(1, 13, 2).exactly("1.13.2")); 166 /// Returns `true` if `self` is exactly equa 184 pub fn exactly(&self, version: &str) -> bool { exactly() functions [all...] |
H A D | date.rs | 40 /// assert!(date.exactly("2016-04-20")); 42 /// assert!(Date::parse("2021-12-31").unwrap().exactly("2021-12-31")); 79 /// assert!(Date::from_ymd(2021, 7, 30).exactly("2021-07-30")); 80 /// assert!(Date::from_ymd(2010, 3, 23).exactly("2010-03-23")); 81 /// assert!(Date::from_ymd(2090, 1, 31).exactly("2090-01-31")); 84 /// assert!(Date::from_ymd(2090, 1, 33).exactly("2090-01-01")); 151 /// Returns `true` if `self` occurs exactly on `date`. 153 /// If `date` is not exactly `self`, or if `date` is not in `%Y-%m-%d` 163 /// assert!(date.exactly("2020-01-01")); 165 /// assert!(!date.exactly("201 170 pub fn exactly(&self, date: &str) -> bool { exactly() functions [all...] |
/third_party/node/lib/internal/crypto/ |
H A D | cfrg.js | 81 `${name} raw keys must be exactly 32-bytes`, 'DataError'); 87 `${name} raw keys must be exactly 57-bytes`, 'DataError'); 93 `${name} raw keys must be exactly 56-bytes`, 'DataError');
|
H A D | util.js | 405 `${name} must contain exactly ${target} bytes`,
|
/third_party/gn/src/gn/ |
H A D | function_label_matches.cc | 40 *err = Err(function, "Expecting exactly two arguments.");
|
H A D | function_template.cc | 187 Err(function->function(), "Need exactly one string arg to template.");
|
H A D | function_toolchain.cc | 819 The Swift tool has multiple input and outputs. It must have exactly one
|
/third_party/node/test/common/ |
H A D | benchmark.js | 38 `benchmark file not running exactly one configuration in test: ${stdout}`,
|
H A D | index.js | 396 context.messageSegment = `exactly ${context.exact}`;
|
/third_party/node/deps/v8/src/heap/base/asm/arm64/ |
H A D | push_registers_masm.S | 5 ; This file is exactly the same as push_registers_asm.cc, just formatted for
|
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/ |
H A D | Template.pm | 20 This provides exactly the functionality from Text::Template, with the
|
/third_party/openssl/util/perl/OpenSSL/ |
H A D | Template.pm | 20 This provides exactly the functionality from Text::Template, with the
|
/third_party/libunwind/libunwind/doc/ |
H A D | unw_init_remote.tex | 25 The \Var{arg} void-pointer tells the address space exactly what entity
|
H A D | libunwind.tex | 197 unwinding works exactly like in the local case. That is, you can use 224 unwinding works exactly like cross-platform unwinding, the only
|
H A D | libunwind-dynamic.tex | 264 that the length of the \Var{op} array does not have to match exactly
|
/third_party/ffmpeg/ffbuild/ |
H A D | library.mak | 33 # containing exactly the same symbols.
|
/third_party/optimized-routines/string/arm/ |
H A D | memchr.S | 107 60: @ We're here because the fast path found a hit - now we have to track down exactly which word it was
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | celt_pvq_search.asm | 184 pcmpeqd m1, m1, m4 ; exactly 1 element matches max_idx and this finds it
|
/third_party/libabigail/tools/ |
H A D | fedabipkgdiff | 542 matches exactly 'rpm', then they might want to use the member 892 # So we found no build which distro string exactly matches
|
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/ |
H A D | Template.pm | 1170 have almost exactly the same effect. (The difference is that in the 1453 C<fill_in_string> is exactly like C<fill_this_in> except that it is 1908 exactly the old rule, because I did not like the idea of having to
|
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/ |
H A D | Template.pm | 1170 have almost exactly the same effect. (The difference is that in the 1453 C<fill_in_string> is exactly like C<fill_this_in> except that it is 1908 exactly the old rule, because I did not like the idea of having to
|
/third_party/pcre2/pcre2/ |
H A D | RunGrepTest.bat | 626 :: Instead, create an input file so that its contents are exactly what we want.
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 829 % leading; that is exactly what \strutbox is supposed to record.
|