Home
last modified time | relevance | path

Searched defs:eq (Results 1 – 25 of 552) sorted by relevance

12345678910>>...23

/external/rust/crates/syn/src/gen/
Deq.rs13 fn eq(&self, other: &Self) -> bool { in eq() method
23 fn eq(&self, other: &Self) -> bool { in eq() method
33 fn eq(&self, other: &Self) -> bool { in eq() method
44 fn eq(&self, other: &Self) -> bool { in eq() method
58 fn eq(&self, other: &Self) -> bool { in eq() method
69 fn eq(&self, other: &Self) -> bool { in eq() method
79 fn eq(&self, other: &Self) -> bool { in eq() method
119 fn eq(&self, other: &Self) -> bool { in eq() method
129 fn eq(&self, other: &Self) -> bool { in eq() method
139 fn eq(&self, other: &Self) -> bool { in eq() method
[all …]
/external/rust/crates/syn/tests/common/
Deq.rs146 fn eq(&self, other: &Self) -> bool; in eq() method
150 fn eq(&self, other: &Self) -> bool { in eq() method
156 fn eq(&self, other: &Self) -> bool { in eq() method
162 fn eq(&self, other: &Self) -> bool { in eq() method
168 fn eq(&self, other: &Self) -> bool { in eq() method
178 fn eq(&self, other: &Self) -> bool { in eq() method
184 fn eq(&self, other: &Self) -> bool { in eq() method
190 fn eq(&self, other: &Self) -> bool { in eq() method
200 fn eq(&self, other: &Self) -> bool { in eq() method
206 fn eq(&self, other: &Self) -> bool { in eq() method
[all …]
/external/libcxx/test/std/algorithms/alg.nonmodifying/alg.count/
Dcount_if.pass.cpp24 struct eq { struct
25 TEST_CONSTEXPR eq (int val) : v(val) {} in eq() function
34 return (std::count_if(std::begin(ia), std::end(ia), eq(2)) == 3) in test_constexpr() argument
/external/cronet/buildtools/third_party/libc++/trunk/test/std/algorithms/alg.nonmodifying/alg.count/
Dcount_if.pass.cpp23 struct eq { struct
24 TEST_CONSTEXPR eq (int val) : v(val) {} in eq() argument
33 return (std::count_if(std::begin(ia), std::end(ia), eq(2)) == 3) in test_constexpr() argument
/external/libcxx/test/std/algorithms/alg.nonmodifying/alg.find/
Dfind_if.pass.cpp24 struct eq { struct
25 TEST_CONSTEXPR eq (int val) : v(val) {} in eq() argument
34 eq c(4); in test_constexpr() argument
/external/cronet/buildtools/third_party/libc++/trunk/test/std/algorithms/alg.nonmodifying/alg.find/
Dfind_if.pass.cpp23 struct eq { struct
24 TEST_CONSTEXPR eq (int val) : v(val) {} in eq() function
33 eq c(4); in test_constexpr() argument
/external/rust/crates/serde_json/src/value/
Dpartial_eq.rs25 fn eq(&self, other: &str) -> bool { in eq() method
31 fn eq(&self, other: &&str) -> bool { in eq() method
37 fn eq(&self, other: &Value) -> bool { in eq() method
43 fn eq(&self, other: &Value) -> bool { in eq() method
49 fn eq(&self, other: &String) -> bool { in eq() method
55 fn eq(&self, other: &Value) -> bool { in eq() method
/external/mockito/src/main/java/org/mockito/
DArgumentMatchers.java783 public static boolean eq(boolean value) { in eq() method in ArgumentMatchers
798 public static byte eq(byte value) { in eq() method in ArgumentMatchers
813 public static char eq(char value) { in eq() method in ArgumentMatchers
828 public static double eq(double value) { in eq() method in ArgumentMatchers
843 public static float eq(float value) { in eq() method in ArgumentMatchers
858 public static int eq(int value) { in eq() method in ArgumentMatchers
873 public static long eq(long value) { in eq() method in ArgumentMatchers
886 public static short eq(short value) { in eq() method in ArgumentMatchers
901 public static <T> T eq(T value) { in eq() method in ArgumentMatchers
/external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/
Dinit.pass.cpp53 Eq eq = c.equal_range(1); in main() local
106 Eq eq = c.equal_range(1); in main() local
161 Eq eq = c.equal_range(1); in main() local
217 Eq eq = c.equal_range(1); in main() local
Dassign_move.pass.cpp68 Eq eq = c.equal_range(1); in main() local
133 Eq eq = c.equal_range(1); in main() local
198 Eq eq = c.equal_range(1); in main() local
263 Eq eq = c.equal_range(1); in main() local
Dmove_alloc.pass.cpp64 Eq eq = c.equal_range(1); in main() local
128 Eq eq = c.equal_range(1); in main() local
192 Eq eq = c.equal_range(1); in main() local
256 Eq eq = c.equal_range(1); in main() local
Drange.pass.cpp56 Eq eq = c.equal_range(1); in main() local
112 Eq eq = c.equal_range(1); in main() local
169 Eq eq = c.equal_range(1); in main() local
227 Eq eq = c.equal_range(1); in main() local
Dinit_size_hash_equal_allocator.pass.cpp59 Eq eq = c.equal_range(1); in main() local
117 Eq eq = c.equal_range(1); in main() local
176 Eq eq = c.equal_range(1); in main() local
Drange_size_hash_equal_allocator.pass.cpp63 Eq eq = c.equal_range(1); in main() local
124 Eq eq = c.equal_range(1); in main() local
185 Eq eq = c.equal_range(1); in main() local
/external/rust/crates/clap/src/util/
Did.rs116 fn eq(&self, other: &str) -> bool { in eq() method
122 fn eq(&self, other: &Id) -> bool { in eq() method
129 fn eq(&self, other: &&str) -> bool { in eq() method
135 fn eq(&self, other: &Id) -> bool { in eq() method
142 fn eq(&self, other: &Str) -> bool { in eq() method
148 fn eq(&self, other: &Id) -> bool { in eq() method
155 fn eq(&self, other: &std::string::String) -> bool { in eq() method
161 fn eq(&self, other: &Id) -> bool { in eq() method
/external/rust/cxx/syntax/
Dimpls.rs9 fn eq(&self, other: &Self) -> bool { in eq() method
67 fn eq(&self, other: &Self) -> bool { in eq() method
89 fn eq(&self, other: &Self) -> bool { in eq() method
121 fn eq(&self, other: &Self) -> bool { in eq() method
154 fn eq(&self, other: &Self) -> bool { in eq() method
198 fn eq(&self, other: &Ptr) -> bool { in eq() method
234 fn eq(&self, other: &Self) -> bool { in eq() method
274 fn eq(&self, other: &Self) -> bool { in eq() method
310 fn eq(&self, other: &Self) -> bool { in eq() method
402 fn eq(&self, other: &Self) -> bool { in eq() method
/external/cronet/buildtools/third_party/libc++/trunk/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/
Dinit.pass.cpp54 Eq eq = c.equal_range(1); in main() local
102 Eq eq = c.equal_range(1); in main() local
152 Eq eq = c.equal_range(1); in main() local
203 Eq eq = c.equal_range(1); in main() local
Dmove_alloc.pass.cpp63 Eq eq = c.equal_range(1); in main() local
122 Eq eq = c.equal_range(1); in main() local
181 Eq eq = c.equal_range(1); in main() local
240 Eq eq = c.equal_range(1); in main() local
Diter_iter.pass.cpp57 Eq eq = c.equal_range(1); in main() local
108 Eq eq = c.equal_range(1); in main() local
160 Eq eq = c.equal_range(1); in main() local
213 Eq eq = c.equal_range(1); in main() local
Dinit_size_hash_equal_allocator.pass.cpp60 Eq eq = c.equal_range(1); in main() local
113 Eq eq = c.equal_range(1); in main() local
167 Eq eq = c.equal_range(1); in main() local
Dassign_move.pass.cpp69 Eq eq = c.equal_range(1); in main() local
131 Eq eq = c.equal_range(1); in main() local
193 Eq eq = c.equal_range(1); in main() local
255 Eq eq = c.equal_range(1); in main() local
Diter_iter_size_hash_equal_allocator.pass.cpp64 Eq eq = c.equal_range(1); in main() local
120 Eq eq = c.equal_range(1); in main() local
176 Eq eq = c.equal_range(1); in main() local
/external/rust/crates/clap/src/builder/
Dstr.rs157 fn eq(&self, other: &str) -> bool { in eq() method
163 fn eq(&self, other: &Str) -> bool { in eq() method
170 fn eq(&self, other: &&str) -> bool { in eq() method
176 fn eq(&self, other: &Str) -> bool { in eq() method
183 fn eq(&self, other: &std::ffi::OsStr) -> bool { in eq() method
189 fn eq(&self, other: &Str) -> bool { in eq() method
196 fn eq(&self, other: &&std::ffi::OsStr) -> bool { in eq() method
202 fn eq(&self, other: &Str) -> bool { in eq() method
209 fn eq(&self, other: &std::string::String) -> bool { in eq() method
215 fn eq(&self, other: &Str) -> bool { in eq() method
[all …]
Dos_str.rs186 fn eq(&self, other: &str) -> bool { in eq() method
192 fn eq(&self, other: &OsStr) -> bool { in eq() method
199 fn eq(&self, other: &&str) -> bool { in eq() method
205 fn eq(&self, other: &OsStr) -> bool { in eq() method
212 fn eq(&self, other: &&std::ffi::OsStr) -> bool { in eq() method
218 fn eq(&self, other: &OsStr) -> bool { in eq() method
225 fn eq(&self, other: &std::string::String) -> bool { in eq() method
231 fn eq(&self, other: &OsStr) -> bool { in eq() method
238 fn eq(&self, other: &std::ffi::OsString) -> bool { in eq() method
244 fn eq(&self, other: &OsStr) -> bool { in eq() method
[all …]
/external/pcre/src/
Dpcre2_jit_neon_inc.h198 vect_t eq = VCEQQ(data, vc1); in FF_FUN() local
203 vect_t eq = VORRQ(eq1, eq2); in FF_FUN() local
206 vect_t eq = VORRQ(data, vmask); in FF_FUN() local
235 vect_t eq = VANDQ(data, data2); in FF_FUN() local

12345678910>>...23