Home
last modified time | relevance | path

Searched refs:Both (Results 1 – 25 of 11452) sorted by relevance

12345678910>>...459

/dports/www/chromium-legacy/chromium-88.0.4324.182/chromecast/base/java/test/org/chromium/chromecast/base/
H A DBothTest.java32 Both<Integer, Boolean> x = Both.both(10, true); in testAccessMembersOfBoth()
40 Both<Both<Both<String, String>, String>, String> x = in testDeeplyNestedBothType()
41 Both.both(Both.both(Both.both("A", "B"), "C"), "D"); in testDeeplyNestedBothType()
50 Both<String, String> x = Both.both("a", "b"); in testBothToString()
56 assertTrue(Both.both("a", "b").equals(Both.both("a", "b"))); in testBothEquals()
57 assertFalse(Both.both("a", "b").equals(Both.both("b", "b"))); in testBothEquals()
58 assertFalse(Both.both("a", "b").equals(Both.both("a", "a"))); in testBothEquals()
59 assertFalse(Both.both(1, 2).equals(Both.both("a", "b"))); in testBothEquals()
65 Both<Integer, String> x = Both.both(1, "one"); in testUseGetFirstAsMethodReference()
72 Both<Integer, String> x = Both.both(2, "two"); in testUseGetSecondAsMethodReference()
[all …]
/dports/lang/ghc/ghc-8.10.7/utils/deriveConstants/
H A DMain.hs159 data Where = C | Haskell | Both
304 ,constantWord Both "STD_HDR_SIZE"
381 ,fieldOffset Both "Capability" "r"
392 ,structField Both "bdescr" "start"
393 ,structField Both "bdescr" "free"
394 ,structField Both "bdescr" "blocks"
397 ,structField Both "bdescr" "flags"
403 ,structSize Both "CostCentreStack"
426 ,closureSize Both "StgUpdateFrame"
430 ,closureSize Both "StgMutArrPtrs"
[all …]
/dports/sysutils/exa/exa-0.10.1/src/options/
H A Dfilter.rs245 test!(empty: SortField <- []; Both => Ok(SortField::default()));
249 test!(one_long: SortField <- ["--sort=size"]; Both => Ok(SortField::Size));
277 test!(empty: DotFilter <- []; Both => Ok(DotFilter::JustFiles));
280 test!(all: DotFilter <- ["--all"]; Both => Ok(DotFilter::Dotfiles));
281 test!(all_all: DotFilter <- ["--all", "-a"]; Both => Ok(DotFilter::DotfilesAndDots));
282 test!(all_all_2: DotFilter <- ["-aa"]; Both => Ok(DotFilter::DotfilesAndDots));
288 test!(tree_a: DotFilter <- ["-Ta"]; Both => Ok(DotFilter::Dotfiles));
289 test!(tree_aa: DotFilter <- ["-Taa"]; Both => Err(OptionsError::TreeAllAll));
290 test!(tree_aaa: DotFilter <- ["-Taaa"]; Both => Err(OptionsError::TreeAllAll));
320 test!(off: GitIgnore <- []; Both => Ok(GitIgnore::Off));
[all …]
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/itertools-0.8.2/src/
H A Deither_or_both.rs9 Both(A, B), enumerator
70 Both(a, b) => Some((a, b)), in both()
80 Both(ref left, ref right) => Both(left, right), in as_ref()
89 Both(ref mut left, ref mut right) => Both(left, right), in as_mut()
98 Both(a, b) => Both(b, a), in flip()
109 Both(a, b) => Both(f(a), b), in map_left()
124 Both(a, b) => Both(a, f(b)), in map_right()
139 Both(a, b) => Both(f(a), g(b)), in map_any()
150 Left(a) | Both(a, _) => f(a), in left_and_then()
163 Right(b) | Both(_, b) => f(b), in right_and_then()
[all …]
/dports/devel/sccache/sccache-0.2.15/cargo-crates/itertools-0.10.0/src/
H A Deither_or_both.rs9 Both(A, B), enumerator
70 Both(a, b) => Some((a, b)), in both()
80 Both(ref left, ref right) => Both(left, right), in as_ref()
89 Both(ref mut left, ref mut right) => Both(left, right), in as_mut()
98 Both(a, b) => Both(b, a), in flip()
109 Both(a, b) => Both(f(a), b), in map_left()
124 Both(a, b) => Both(a, f(b)), in map_right()
139 Both(a, b) => Both(f(a), g(b)), in map_any()
150 Left(a) | Both(a, _) => f(a), in left_and_then()
163 Right(b) | Both(_, b) => f(b), in right_and_then()
[all …]
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/itertools-0.8.2/src/
H A Deither_or_both.rs9 Both(A, B), enumerator
70 Both(a, b) => Some((a, b)), in both()
80 Both(ref left, ref right) => Both(left, right), in as_ref()
89 Both(ref mut left, ref mut right) => Both(left, right), in as_mut()
98 Both(a, b) => Both(b, a), in flip()
109 Both(a, b) => Both(f(a), b), in map_left()
124 Both(a, b) => Both(a, f(b)), in map_right()
139 Both(a, b) => Both(f(a), g(b)), in map_any()
150 Left(a) | Both(a, _) => f(a), in left_and_then()
163 Right(b) | Both(_, b) => f(b), in right_and_then()
[all …]
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/itertools-0.10.0/src/
H A Deither_or_both.rs9 Both(A, B), enumerator
70 Both(a, b) => Some((a, b)), in both()
80 Both(ref left, ref right) => Both(left, right), in as_ref()
89 Both(ref mut left, ref mut right) => Both(left, right), in as_mut()
98 Both(a, b) => Both(b, a), in flip()
109 Both(a, b) => Both(f(a), b), in map_left()
124 Both(a, b) => Both(a, f(b)), in map_right()
139 Both(a, b) => Both(f(a), g(b)), in map_any()
150 Left(a) | Both(a, _) => f(a), in left_and_then()
163 Right(b) | Both(_, b) => f(b), in right_and_then()
[all …]
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/itertools-0.9.0/src/
H A Deither_or_both.rs9 Both(A, B), enumerator
70 Both(a, b) => Some((a, b)), in both()
80 Both(ref left, ref right) => Both(left, right), in as_ref()
89 Both(ref mut left, ref mut right) => Both(left, right), in as_mut()
98 Both(a, b) => Both(b, a), in flip()
109 Both(a, b) => Both(f(a), b), in map_left()
124 Both(a, b) => Both(a, f(b)), in map_right()
139 Both(a, b) => Both(f(a), g(b)), in map_any()
150 Left(a) | Both(a, _) => f(a), in left_and_then()
163 Right(b) | Both(_, b) => f(b), in right_and_then()
[all …]
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/itertools-0.8.2/src/
H A Deither_or_both.rs9 Both(A, B), enumerator
70 Both(a, b) => Some((a, b)), in both()
80 Both(ref left, ref right) => Both(left, right), in as_ref()
89 Both(ref mut left, ref mut right) => Both(left, right), in as_mut()
98 Both(a, b) => Both(b, a), in flip()
109 Both(a, b) => Both(f(a), b), in map_left()
124 Both(a, b) => Both(a, f(b)), in map_right()
139 Both(a, b) => Both(f(a), g(b)), in map_any()
150 Left(a) | Both(a, _) => f(a), in left_and_then()
163 Right(b) | Both(_, b) => f(b), in right_and_then()
[all …]
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/itertools-0.9.0/src/
H A Deither_or_both.rs9 Both(A, B), enumerator
70 Both(a, b) => Some((a, b)), in both()
80 Both(ref left, ref right) => Both(left, right), in as_ref()
89 Both(ref mut left, ref mut right) => Both(left, right), in as_mut()
98 Both(a, b) => Both(b, a), in flip()
109 Both(a, b) => Both(f(a), b), in map_left()
124 Both(a, b) => Both(a, f(b)), in map_right()
139 Both(a, b) => Both(f(a), g(b)), in map_any()
150 Left(a) | Both(a, _) => f(a), in left_and_then()
163 Right(b) | Both(_, b) => f(b), in right_and_then()
[all …]
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/itertools-0.10.0/src/
H A Deither_or_both.rs9 Both(A, B), enumerator
70 Both(a, b) => Some((a, b)), in both()
80 Both(ref left, ref right) => Both(left, right), in as_ref()
89 Both(ref mut left, ref mut right) => Both(left, right), in as_mut()
98 Both(a, b) => Both(b, a), in flip()
109 Both(a, b) => Both(f(a), b), in map_left()
124 Both(a, b) => Both(a, f(b)), in map_right()
139 Both(a, b) => Both(f(a), g(b)), in map_any()
150 Left(a) | Both(a, _) => f(a), in left_and_then()
163 Right(b) | Both(_, b) => f(b), in right_and_then()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/itertools-0.8.2/src/
H A Deither_or_both.rs9 Both(A, B), enumerator
70 Both(a, b) => Some((a, b)), in both()
80 Both(ref left, ref right) => Both(left, right), in as_ref()
89 Both(ref mut left, ref mut right) => Both(left, right), in as_mut()
98 Both(a, b) => Both(b, a), in flip()
109 Both(a, b) => Both(f(a), b), in map_left()
124 Both(a, b) => Both(a, f(b)), in map_right()
139 Both(a, b) => Both(f(a), g(b)), in map_any()
150 Left(a) | Both(a, _) => f(a), in left_and_then()
163 Right(b) | Both(_, b) => f(b), in right_and_then()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/itertools-0.9.0/src/
H A Deither_or_both.rs9 Both(A, B), enumerator
70 Both(a, b) => Some((a, b)), in both()
80 Both(ref left, ref right) => Both(left, right), in as_ref()
89 Both(ref mut left, ref mut right) => Both(left, right), in as_mut()
98 Both(a, b) => Both(b, a), in flip()
109 Both(a, b) => Both(f(a), b), in map_left()
124 Both(a, b) => Both(a, f(b)), in map_right()
139 Both(a, b) => Both(f(a), g(b)), in map_any()
150 Left(a) | Both(a, _) => f(a), in left_and_then()
163 Right(b) | Both(_, b) => f(b), in right_and_then()
[all …]
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/itertools-0.8.2/src/
H A Deither_or_both.rs9 Both(A, B), enumerator
70 Both(a, b) => Some((a, b)), in both()
80 Both(ref left, ref right) => Both(left, right), in as_ref()
89 Both(ref mut left, ref mut right) => Both(left, right), in as_mut()
98 Both(a, b) => Both(b, a), in flip()
109 Both(a, b) => Both(f(a), b), in map_left()
124 Both(a, b) => Both(a, f(b)), in map_right()
139 Both(a, b) => Both(f(a), g(b)), in map_any()
150 Left(a) | Both(a, _) => f(a), in left_and_then()
163 Right(b) | Both(_, b) => f(b), in right_and_then()
[all …]
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/itertools-0.9.0/src/
H A Deither_or_both.rs9 Both(A, B), enumerator
70 Both(a, b) => Some((a, b)), in both()
80 Both(ref left, ref right) => Both(left, right), in as_ref()
89 Both(ref mut left, ref mut right) => Both(left, right), in as_mut()
98 Both(a, b) => Both(b, a), in flip()
109 Both(a, b) => Both(f(a), b), in map_left()
124 Both(a, b) => Both(a, f(b)), in map_right()
139 Both(a, b) => Both(f(a), g(b)), in map_any()
150 Left(a) | Both(a, _) => f(a), in left_and_then()
163 Right(b) | Both(_, b) => f(b), in right_and_then()
[all …]
/dports/misc/ruut/ruut-0.6.1/cargo-crates/itertools-0.8.2/src/
H A Deither_or_both.rs9 Both(A, B), enumerator
70 Both(a, b) => Some((a, b)), in both()
80 Both(ref left, ref right) => Both(left, right), in as_ref()
89 Both(ref mut left, ref mut right) => Both(left, right), in as_mut()
98 Both(a, b) => Both(b, a), in flip()
109 Both(a, b) => Both(f(a), b), in map_left()
124 Both(a, b) => Both(a, f(b)), in map_right()
139 Both(a, b) => Both(f(a), g(b)), in map_any()
150 Left(a) | Both(a, _) => f(a), in left_and_then()
163 Right(b) | Both(_, b) => f(b), in right_and_then()
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/itertools-0.8.2/src/
H A Deither_or_both.rs9 Both(A, B), enumerator
70 Both(a, b) => Some((a, b)), in both()
80 Both(ref left, ref right) => Both(left, right), in as_ref()
89 Both(ref mut left, ref mut right) => Both(left, right), in as_mut()
98 Both(a, b) => Both(b, a), in flip()
109 Both(a, b) => Both(f(a), b), in map_left()
124 Both(a, b) => Both(a, f(b)), in map_right()
139 Both(a, b) => Both(f(a), g(b)), in map_any()
150 Left(a) | Both(a, _) => f(a), in left_and_then()
163 Right(b) | Both(_, b) => f(b), in right_and_then()
[all …]
/dports/x11/sirula/sirula-1.0.0/cargo-crates/itertools-0.8.2/src/
H A Deither_or_both.rs9 Both(A, B), enumerator
70 Both(a, b) => Some((a, b)), in both()
80 Both(ref left, ref right) => Both(left, right), in as_ref()
89 Both(ref mut left, ref mut right) => Both(left, right), in as_mut()
98 Both(a, b) => Both(b, a), in flip()
109 Both(a, b) => Both(f(a), b), in map_left()
124 Both(a, b) => Both(a, f(b)), in map_right()
139 Both(a, b) => Both(f(a), g(b)), in map_any()
150 Left(a) | Both(a, _) => f(a), in left_and_then()
163 Right(b) | Both(_, b) => f(b), in right_and_then()
[all …]
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/itertools-0.8.2/src/
H A Deither_or_both.rs9 Both(A, B), enumerator
70 Both(a, b) => Some((a, b)), in both()
80 Both(ref left, ref right) => Both(left, right), in as_ref()
89 Both(ref mut left, ref mut right) => Both(left, right), in as_mut()
98 Both(a, b) => Both(b, a), in flip()
109 Both(a, b) => Both(f(a), b), in map_left()
124 Both(a, b) => Both(a, f(b)), in map_right()
139 Both(a, b) => Both(f(a), g(b)), in map_any()
150 Left(a) | Both(a, _) => f(a), in left_and_then()
163 Right(b) | Both(_, b) => f(b), in right_and_then()
[all …]
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/itertools-0.9.0/src/
H A Deither_or_both.rs9 Both(A, B), enumerator
70 Both(a, b) => Some((a, b)), in both()
80 Both(ref left, ref right) => Both(left, right), in as_ref()
89 Both(ref mut left, ref mut right) => Both(left, right), in as_mut()
98 Both(a, b) => Both(b, a), in flip()
109 Both(a, b) => Both(f(a), b), in map_left()
124 Both(a, b) => Both(a, f(b)), in map_right()
139 Both(a, b) => Both(f(a), g(b)), in map_any()
150 Left(a) | Both(a, _) => f(a), in left_and_then()
163 Right(b) | Both(_, b) => f(b), in right_and_then()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/itertools-0.8.2/src/
H A Deither_or_both.rs9 Both(A, B), enumerator
70 Both(a, b) => Some((a, b)), in both()
80 Both(ref left, ref right) => Both(left, right), in as_ref()
89 Both(ref mut left, ref mut right) => Both(left, right), in as_mut()
98 Both(a, b) => Both(b, a), in flip()
109 Both(a, b) => Both(f(a), b), in map_left()
124 Both(a, b) => Both(a, f(b)), in map_right()
139 Both(a, b) => Both(f(a), g(b)), in map_any()
150 Left(a) | Both(a, _) => f(a), in left_and_then()
163 Right(b) | Both(_, b) => f(b), in right_and_then()
[all …]
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/itertools-0.9.0/src/
H A Deither_or_both.rs9 Both(A, B), enumerator
70 Both(a, b) => Some((a, b)), in both()
80 Both(ref left, ref right) => Both(left, right), in as_ref()
89 Both(ref mut left, ref mut right) => Both(left, right), in as_mut()
98 Both(a, b) => Both(b, a), in flip()
109 Both(a, b) => Both(f(a), b), in map_left()
124 Both(a, b) => Both(a, f(b)), in map_right()
139 Both(a, b) => Both(f(a), g(b)), in map_any()
150 Left(a) | Both(a, _) => f(a), in left_and_then()
163 Right(b) | Both(_, b) => f(b), in right_and_then()
[all …]
/dports/net/krill/krill-0.9.4/cargo-crates/itertools-0.9.0/src/
H A Deither_or_both.rs9 Both(A, B), enumerator
70 Both(a, b) => Some((a, b)), in both()
80 Both(ref left, ref right) => Both(left, right), in as_ref()
89 Both(ref mut left, ref mut right) => Both(left, right), in as_mut()
98 Both(a, b) => Both(b, a), in flip()
109 Both(a, b) => Both(f(a), b), in map_left()
124 Both(a, b) => Both(a, f(b)), in map_right()
139 Both(a, b) => Both(f(a), g(b)), in map_any()
150 Left(a) | Both(a, _) => f(a), in left_and_then()
163 Right(b) | Both(_, b) => f(b), in right_and_then()
[all …]
/dports/devel/texlab/texlab-3.3.0/cargo-crates/itertools-0.9.0/src/
H A Deither_or_both.rs9 Both(A, B), enumerator
70 Both(a, b) => Some((a, b)), in both()
80 Both(ref left, ref right) => Both(left, right), in as_ref()
89 Both(ref mut left, ref mut right) => Both(left, right), in as_mut()
98 Both(a, b) => Both(b, a), in flip()
109 Both(a, b) => Both(f(a), b), in map_left()
124 Both(a, b) => Both(a, f(b)), in map_right()
139 Both(a, b) => Both(f(a), g(b)), in map_any()
150 Left(a) | Both(a, _) => f(a), in left_and_then()
163 Right(b) | Both(_, b) => f(b), in right_and_then()
[all …]
/dports/net-im/fractal/fractal-4.4.0/vendor/itertools/src/
H A Deither_or_both.rs9 Both(A, B), enumerator
70 Both(a, b) => Some((a, b)), in both()
80 Both(ref left, ref right) => Both(left, right), in as_ref()
89 Both(ref mut left, ref mut right) => Both(left, right), in as_mut()
98 Both(a, b) => Both(b, a), in flip()
109 Both(a, b) => Both(f(a), b), in map_left()
124 Both(a, b) => Both(a, f(b)), in map_right()
139 Both(a, b) => Both(f(a), g(b)), in map_any()
150 Left(a) | Both(a, _) => f(a), in left_and_then()
163 Right(b) | Both(_, b) => f(b), in right_and_then()
[all …]

12345678910>>...459