/external/rust/crates/syn/src/gen/ |
D | eq.rs | 13 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/ |
D | eq.rs | 146 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/ |
D | count_if.pass.cpp | 24 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/ |
D | count_if.pass.cpp | 23 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/ |
D | find_if.pass.cpp | 24 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/ |
D | find_if.pass.cpp | 23 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/ |
D | partial_eq.rs | 25 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/ |
D | ArgumentMatchers.java | 783 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/ |
D | init.pass.cpp | 53 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
|
D | assign_move.pass.cpp | 68 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
|
D | move_alloc.pass.cpp | 64 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
|
D | range.pass.cpp | 56 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
|
D | init_size_hash_equal_allocator.pass.cpp | 59 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
|
D | range_size_hash_equal_allocator.pass.cpp | 63 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/ |
D | id.rs | 116 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/ |
D | impls.rs | 9 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/ |
D | init.pass.cpp | 54 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
|
D | move_alloc.pass.cpp | 63 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
|
D | iter_iter.pass.cpp | 57 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
|
D | init_size_hash_equal_allocator.pass.cpp | 60 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
|
D | assign_move.pass.cpp | 69 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
|
D | iter_iter_size_hash_equal_allocator.pass.cpp | 64 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/ |
D | str.rs | 157 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 …]
|
D | os_str.rs | 186 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/ |
D | pcre2_jit_neon_inc.h | 198 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
|