Home
last modified time | relevance | path

Searched refs:Eq (Results 1 – 25 of 57) sorted by relevance

123

/linux/rust/syn/gen/
H A Deq.rs10 impl Eq for crate::Abi {}
20 impl Eq for crate::AngleBracketedGenericArguments {}
30 impl Eq for crate::Arm {}
41 impl Eq for crate::AssocConst {}
52 impl Eq for crate::AssocType {}
63 impl Eq for crate::AttrStyle {}
77 impl Eq for crate::Attribute {}
87 impl Eq for crate::BareFnArg {}
97 impl Eq for crate::BareVariadic {}
107 impl Eq for crate::BinOp {}
[all …]
/linux/tools/testing/selftests/net/
H A Dbridge_vlan_dump.sh55 bridge -n "$NS" -d vlan show dev dummy0 | grep -Eq "^\S+\s+10$|^\s+10$"
58 bridge -n "$NS" -d vlan show dev dummy0 | grep -Eq "^\S+\s+11$|^\s+11$"
93 bridge -n "$NS" -d vlan show dev dummy0 | grep -Eq "^\S+\s+10$|^\s+10$"
96 bridge -n "$NS" -d vlan show dev dummy0 | grep -Eq "^\S+\s+11$|^\s+11$"
137 bridge -n "$NS" -d vlan show dev dummy0 | grep -Eq "^\S+\s+10$|^\s+10$"
140 bridge -n "$NS" -d vlan show dev dummy0 | grep -Eq "^\S+\s+11$|^\s+11$"
180 bridge -n "$NS" -d vlan show dev dummy0 | grep -Eq "^\S+\s+10$|^\s+10$"
183 bridge -n "$NS" -d vlan show dev dummy0 | grep -Eq "^\S+\s+11$|^\s+11$"
208 grep -Eq '(^|[[:space:]])2([[:space:]]|$)'
/linux/arch/mips/tools/
H A Dgeneric-board-config.sh62 grep -Eq "^${req}\$" "${ref_cfg}" && continue
69 grep -Eq "^${req/%=n/=y}\$" "${ref_cfg}" || continue
/linux/rust/kernel/
H A Dtime.rs182 #[derive(PartialEq, PartialOrd, Eq, Ord)]
304 type Repr: Copy + Clone + PartialEq + PartialOrd + Eq + Ord + core::fmt::Debug;
311 #[derive(Copy, Clone, PartialEq, PartialOrd, Eq, Ord, Debug)]
322 #[derive(Copy, Clone, PartialEq, PartialOrd, Eq, Ord, Debug)]
335 #[derive(Copy, Clone, PartialEq, PartialOrd, Eq, Ord, Debug)]
H A Dtask.rs371 impl Eq for Task {}
411 impl Eq for Kuid {}
H A Dnum.rs24 + Eq
H A Dclk.rs29 #[derive(Copy, Clone, PartialEq, Eq, Debug)]
H A Dptr.rs30 #[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash)]
H A Dmaple_tree.rs593 #[derive(PartialEq, Eq, Copy, Clone, Debug)]
630 #[derive(PartialEq, Eq, Copy, Clone)]
H A Dopp.rs118 #[derive(Copy, Clone, PartialEq, Eq, Debug)]
143 #[derive(Copy, Clone, PartialEq, Eq, Debug)]
279 #[derive(Copy, Clone, Debug, Eq, PartialEq)]
H A Dalloc.rs22 #[derive(Copy, Clone, PartialEq, Eq, Debug)]
H A Dregulator.rs385 #[derive(Copy, Clone, PartialEq, Eq)]
/linux/rust/zerocopy/src/
H A Derror.rs154 #[derive(PartialEq, Eq, Clone)]
358 impl<Src: Eq, Dst: ?Sized> Eq for AlignmentError<Src, Dst> {}
543 impl<Src: Eq, Dst: ?Sized> Eq for SizeError<Src, Dst> {}
680 impl<Src: Eq, Dst: ?Sized + TryFromBytes> Eq for ValidityError<Src, Dst> {}
1035 #[derive(Copy, Clone, PartialEq, Eq, Debug)]
1088 fn is_eq_partial_eq_clone<T: Eq + PartialEq + Clone>(_t: T) {} in test_eq_partial_eq_clone()
1091 fn alignment_err_is_eq_partial_eq_clone<Src: Eq + PartialEq + Clone, Dst>( in test_eq_partial_eq_clone()
1098 fn size_err_is_eq_partial_eq_clone<Src: Eq + PartialEq + Clone, Dst>( in test_eq_partial_eq_clone()
1105 fn validity_err_is_eq_partial_eq_clone<Src: Eq + PartialEq + Clone, Dst: TryFromBytes>( in test_eq_partial_eq_clone()
1112 fn convert_error_is_eq_partial_eq_clone<Src: Eq + PartialEq + Clone, Dst: TryFromBytes>( in test_eq_partial_eq_clone()
/linux/rust/kernel/sync/
H A Daref.rs194 impl<T: AlwaysRefCounted + Eq> Eq for ARef<T> {}
/linux/rust/zerocopy-derive/
H A Drepr.rs38 #[cfg_attr(test, derive(Copy, Clone, Debug, Eq, PartialEq))]
47 #[cfg_attr(test, derive(Debug, Eq, PartialEq))]
64 #[cfg_attr(test, derive(Copy, Clone, Debug, Eq, PartialEq))]
268 #[derive(Copy, Clone, PartialEq, Eq)]
292 #[cfg_attr(test, derive(Debug, Eq, PartialEq))]
303 #[cfg_attr(test, derive(Copy, Clone, Debug, Eq, PartialEq))]
368 #[cfg_attr(test, derive(Copy, Clone, Debug, Eq, PartialEq))]
417 #[cfg_attr(test, derive(Copy, Clone, Debug, Eq, PartialEq))]
699 impl<T: Eq> Eq for Spanned<T> {}
/linux/tools/testing/selftests/pstore/
H A Dpstore_tests13 dmesg | grep -Eq "console \[(pstore|${backend})"
/linux/rust/syn/
H A Dop.rs33 Eq(Token![==]),
119 input.parse().map(BinOp::Eq) in parse()
191 BinOp::Eq(t) => t.to_tokens(tokens), in to_tokens()
H A Dtoken.rs254 impl cmp::Eq for $name {}
381 impl cmp::Eq for $name {}
488 impl cmp::Eq for $name {}
618 impl cmp::Eq for Group {}
764 "=" pub struct Eq/1 /// assignment, attributes, various type definitions
940 [=] => { $crate::token::Eq };
H A Dexport.rs6 pub use std::cmp::{Eq, PartialEq};
H A Dlifetime.rs96 impl Eq for Lifetime {}
H A Dcustom_keyword.rs242 impl $crate::__private::Eq for $ident {}
/linux/rust/proc-macro2/
H A Dmarker.rs12 derive(PartialEq, Eq)
H A Dlocation.rs9 #[derive(Copy, Clone, Debug, PartialEq, Eq, Hash)]
/linux/rust/kernel/irq/
H A Dflags.rs26 #[derive(Clone, Copy, PartialEq, Eq)]
/linux/rust/zerocopy-derive/derive/
H A Dmod.rs85 impl #impl_generics #core::cmp::Eq for #type_ident #ty_generics in derive_eq()

123