Home
last modified time | relevance | path

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

12345678910>>...18

/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
47 fn eq(&self, other: &Self) -> bool { in eq() method
61 fn eq(&self, other: &Self) -> bool { in eq() method
73 fn eq(&self, other: &Self) -> bool { in eq() method
83 fn eq(&self, other: &Self) -> bool { in eq() method
123 fn eq(&self, other: &Self) -> bool { in eq() method
133 fn eq(&self, other: &Self) -> bool { in eq() method
143 fn eq(&self, other: &Self) -> bool { in eq() method
[all …]
/external/rust/crates/syn/tests/common/
Deq.rs33 fn eq(&self, other: &Self) -> bool; in eq() method
37 fn eq(&self, other: &Self) -> bool { in eq() method
43 fn eq(&self, other: &Self) -> bool { in eq() method
49 fn eq(&self, other: &Self) -> bool { in eq() method
55 fn eq(&self, other: &Self) -> bool { in eq() method
65 fn eq(&self, other: &Self) -> bool { in eq() method
71 fn eq(&self, other: &Self) -> bool { in eq() method
77 fn eq(&self, other: &Self) -> bool { in eq() method
87 fn eq(&self, other: &Self) -> bool { in eq() method
93 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() argument
34 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() function
34 eq c(4); in test_constexpr() argument
/external/llvm-project/libcxx/test/std/algorithms/alg.nonmodifying/alg.count/
Dcount_if.pass.cpp23 struct eq { struct
24 TEST_CONSTEXPR eq (int val) : v(val) {} in eq() function
33 return (std::count_if(std::begin(ia), std::end(ia), eq(2)) == 3) in test_constexpr() argument
/external/llvm-project/libcxx/test/std/algorithms/alg.nonmodifying/alg.find/
Dfind_if.pass.cpp23 struct eq { struct
24 TEST_CONSTEXPR eq (int val) : v(val) {} in eq() argument
33 eq c(4); in test_constexpr() argument
/external/adhd/cras/src/dsp/
Deq.c9 struct eq { struct
14 struct eq *eq_new() in eq_new() argument
16 struct eq *eq = (struct eq *)calloc(1, sizeof(*eq)); in eq_new() local
20 void eq_free(struct eq *eq) in eq_free()
25 int eq_append_biquad(struct eq *eq, enum biquad_type type, float freq, float Q, in eq_append_biquad()
34 int eq_append_biquad_direct(struct eq *eq, const struct biquad *biquad) in eq_append_biquad_direct()
43 void eq_process1(struct eq *eq, float *data, int count) in eq_process1()
76 void eq_process(struct eq *eq, float *data, int count) in eq_process()
/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
Dinit_size_hash_equal.pass.cpp58 Eq eq = c.equal_range(1); in main() local
115 Eq eq = c.equal_range(1); in main() local
/external/rust/cxx/syntax/
Dimpls.rs9 fn eq(&self, other: &Self) -> bool { in eq() method
65 fn eq(&self, other: &Self) -> bool { in eq() method
87 fn eq(&self, other: &Self) -> bool { in eq() method
119 fn eq(&self, other: &Self) -> bool { in eq() method
152 fn eq(&self, other: &Self) -> bool { in eq() method
196 fn eq(&self, other: &Ptr) -> bool { in eq() method
232 fn eq(&self, other: &Self) -> bool { in eq() method
272 fn eq(&self, other: &Self) -> bool { in eq() method
308 fn eq(&self, other: &Self) -> bool { in eq() method
389 fn eq(&self, other: &Self) -> bool { in eq() method
/external/llvm-project/libcxx/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
Dassign_move.pass.cpp69 Eq eq = c.equal_range(1); in main() local
129 Eq eq = c.equal_range(1); in main() local
189 Eq eq = c.equal_range(1); in main() local
249 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
Drange.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
Drange_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/adhd/cras/src/dsp/tests/
Deq_test.c35 struct eq *eq; in test_ir() local
66 static void process(struct eq *eq, float *data, int count) in process()
80 struct eq *eq; in test_file() local
/external/pcre/dist2/src/
Dpcre2_jit_neon_inc.h196 vect_t eq = VCEQQ(data, vc1); in FF_FUN() local
201 vect_t eq = VORRQ(eq1, eq2); in FF_FUN() local
204 vect_t eq = VORRQ(data, vmask); in FF_FUN() local
233 vect_t eq = VANDQ(data, data2); in FF_FUN() local

12345678910>>...18