Home
last modified time | relevance | path

Searched refs:exactly (Results 1 - 23 of 23) sorted by relevance

/third_party/rust/crates/version_check/src/
H A Dversion.rs38 /// 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 Ddate.rs40 /// 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 Dcfrg.js81 `${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 Dutil.js405 `${name} must contain exactly ${target} bytes`,
/third_party/gn/src/gn/
H A Dfunction_label_matches.cc40 *err = Err(function, "Expecting exactly two arguments.");
H A Dfunction_template.cc187 Err(function->function(), "Need exactly one string arg to template.");
H A Dfunction_toolchain.cc819 The Swift tool has multiple input and outputs. It must have exactly one
/third_party/node/test/common/
H A Dbenchmark.js38 `benchmark file not running exactly one configuration in test: ${stdout}`,
H A Dindex.js396 context.messageSegment = `exactly ${context.exact}`;
/third_party/node/deps/v8/src/heap/base/asm/arm64/
H A Dpush_registers_masm.S5 ; 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 DTemplate.pm20 This provides exactly the functionality from Text::Template, with the
/third_party/openssl/util/perl/OpenSSL/
H A DTemplate.pm20 This provides exactly the functionality from Text::Template, with the
/third_party/libunwind/libunwind/doc/
H A Dunw_init_remote.tex25 The \Var{arg} void-pointer tells the address space exactly what entity
H A Dlibunwind.tex197 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 Dlibunwind-dynamic.tex264 that the length of the \Var{op} array does not have to match exactly
/third_party/ffmpeg/ffbuild/
H A Dlibrary.mak33 # containing exactly the same symbols.
/third_party/optimized-routines/string/arm/
H A Dmemchr.S107 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 Dcelt_pvq_search.asm184 pcmpeqd m1, m1, m4 ; exactly 1 element matches max_idx and this finds it
/third_party/libabigail/tools/
H A Dfedabipkgdiff542 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 DTemplate.pm1170 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 DTemplate.pm1170 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 DRunGrepTest.bat626 :: Instead, create an input file so that its contents are exactly what we want.
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex829 % leading; that is exactly what \strutbox is supposed to record.

Completed in 21 milliseconds