Home
last modified time | relevance | path

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

12345678910>>...66

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-1.0.109/src/gen/
H A 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 …]
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-2.0.55/src/gen/
H A Deq.rs12 fn eq(&self, other: &Self) -> bool { in eq() method
22 fn eq(&self, other: &Self) -> bool { in eq() method
32 fn eq(&self, other: &Self) -> bool { in eq() method
43 fn eq(&self, other: &Self) -> bool { in eq() method
54 fn eq(&self, other: &Self) -> bool { in eq() method
65 fn eq(&self, other: &Self) -> bool { in eq() method
79 fn eq(&self, other: &Self) -> bool { in eq() method
89 fn eq(&self, other: &Self) -> bool { in eq() method
99 fn eq(&self, other: &Self) -> bool { in eq() method
109 fn eq(&self, other: &Self) -> bool { in eq() method
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/syn/src/gen/
Deq.rs12 fn eq(&self, other: &Self) -> bool { in eq() method
22 fn eq(&self, other: &Self) -> bool { in eq() method
32 fn eq(&self, other: &Self) -> bool { in eq() method
43 fn eq(&self, other: &Self) -> bool { in eq() method
54 fn eq(&self, other: &Self) -> bool { in eq() method
65 fn eq(&self, other: &Self) -> bool { in eq() method
79 fn eq(&self, other: &Self) -> bool { in eq() method
89 fn eq(&self, other: &Self) -> bool { in eq() method
99 fn eq(&self, other: &Self) -> bool { in eq() method
109 fn eq(&self, other: &Self) -> bool { in eq() method
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/syn/tests/common/
Deq.rs176 fn eq(&self, other: &Self) -> bool; in eq() method
180 fn eq(&self, other: &Self) -> bool { in eq() method
186 fn eq(&self, other: &Self) -> bool { in eq() method
192 fn eq(&self, other: &Self) -> bool { in eq() method
198 fn eq(&self, other: &Self) -> bool { in eq() method
208 fn eq(&self, other: &Self) -> bool { in eq() method
218 fn eq(&self, other: &Self) -> bool { in eq() method
224 fn eq(&self, other: &Self) -> bool { in eq() method
230 fn eq(&self, other: &Self) -> bool { in eq() method
240 fn eq(&self, other: &Self) -> bool { in eq() method
[all …]
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-2.0.55/tests/common/
H A Deq.rs176 fn eq(&self, other: &Self) -> bool; in eq() method
180 fn eq(&self, other: &Self) -> bool { in eq() method
186 fn eq(&self, other: &Self) -> bool { in eq() method
192 fn eq(&self, other: &Self) -> bool { in eq() method
198 fn eq(&self, other: &Self) -> bool { in eq() method
208 fn eq(&self, other: &Self) -> bool { in eq() method
218 fn eq(&self, other: &Self) -> bool { in eq() method
224 fn eq(&self, other: &Self) -> bool { in eq() method
230 fn eq(&self, other: &Self) -> bool { in eq() method
240 fn eq(&self, other: &Self) -> bool { in eq() method
[all …]
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-1.0.109/tests/common/
H A 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 …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/4/libcore/ojluni/src/main/java/java/lang/runtime/
DObjectMethods.java110 primitiveEquals.put(byte.class, lookup.findStatic(OBJECT_METHODS_CLASS, "eq", in primitiveEquals.put()
112 primitiveEquals.put(short.class, lookup.findStatic(OBJECT_METHODS_CLASS, "eq", in primitiveEquals.put()
114 primitiveEquals.put(char.class, lookup.findStatic(OBJECT_METHODS_CLASS, "eq", in primitiveEquals.put()
116 primitiveEquals.put(int.class, lookup.findStatic(OBJECT_METHODS_CLASS, "eq", in primitiveEquals.put()
118 primitiveEquals.put(long.class, lookup.findStatic(OBJECT_METHODS_CLASS, "eq", in primitiveEquals.put()
120 primitiveEquals.put(float.class, lookup.findStatic(OBJECT_METHODS_CLASS, "eq", in primitiveEquals.put()
122 primitiveEquals.put(double.class, lookup.findStatic(OBJECT_METHODS_CLASS, "eq", in primitiveEquals.put()
124 primitiveEquals.put(boolean.class, lookup.findStatic(OBJECT_METHODS_CLASS, "eq", in primitiveEquals.put()
170 private static boolean eq(Object a, Object b) { return a == b; } in eq() method in ObjectMethods
171 private static boolean eq(byte a, byte b) { return a == b; } in eq() method in ObjectMethods
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/lang/runtime/
DObjectMethods.java110 primitiveEquals.put(byte.class, lookup.findStatic(OBJECT_METHODS_CLASS, "eq", in primitiveEquals.put()
112 primitiveEquals.put(short.class, lookup.findStatic(OBJECT_METHODS_CLASS, "eq", in primitiveEquals.put()
114 primitiveEquals.put(char.class, lookup.findStatic(OBJECT_METHODS_CLASS, "eq", in primitiveEquals.put()
116 primitiveEquals.put(int.class, lookup.findStatic(OBJECT_METHODS_CLASS, "eq", in primitiveEquals.put()
118 primitiveEquals.put(long.class, lookup.findStatic(OBJECT_METHODS_CLASS, "eq", in primitiveEquals.put()
120 primitiveEquals.put(float.class, lookup.findStatic(OBJECT_METHODS_CLASS, "eq", in primitiveEquals.put()
122 primitiveEquals.put(double.class, lookup.findStatic(OBJECT_METHODS_CLASS, "eq", in primitiveEquals.put()
124 primitiveEquals.put(boolean.class, lookup.findStatic(OBJECT_METHODS_CLASS, "eq", in primitiveEquals.put()
170 private static boolean eq(Object a, Object b) { return a == b; } in eq() method in ObjectMethods
171 private static boolean eq(byte a, byte b) { return a == b; } in eq() method in ObjectMethods
[all …]
/aosp_15_r20/libcore/ojluni/src/main/java/java/lang/runtime/
H A DObjectMethods.java110 primitiveEquals.put(byte.class, lookup.findStatic(OBJECT_METHODS_CLASS, "eq", in primitiveEquals.put()
112 primitiveEquals.put(short.class, lookup.findStatic(OBJECT_METHODS_CLASS, "eq", in primitiveEquals.put()
114 primitiveEquals.put(char.class, lookup.findStatic(OBJECT_METHODS_CLASS, "eq", in primitiveEquals.put()
116 primitiveEquals.put(int.class, lookup.findStatic(OBJECT_METHODS_CLASS, "eq", in primitiveEquals.put()
118 primitiveEquals.put(long.class, lookup.findStatic(OBJECT_METHODS_CLASS, "eq", in primitiveEquals.put()
120 primitiveEquals.put(float.class, lookup.findStatic(OBJECT_METHODS_CLASS, "eq", in primitiveEquals.put()
122 primitiveEquals.put(double.class, lookup.findStatic(OBJECT_METHODS_CLASS, "eq", in primitiveEquals.put()
124 primitiveEquals.put(boolean.class, lookup.findStatic(OBJECT_METHODS_CLASS, "eq", in primitiveEquals.put()
170 private static boolean eq(Object a, Object b) { return a == b; } in eq() method in ObjectMethods
171 private static boolean eq(byte a, byte b) { return a == b; } in eq() method in ObjectMethods
[all …]
/aosp_15_r20/external/mockito/src/main/java/org/mockito/
H A 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
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxxbridge-macro-1.0.120/src/syntax/
H A 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
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxxbridge-cmd-1.0.121/src/syntax/
H A 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
/aosp_15_r20/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
/aosp_15_r20/external/rust/android-crates-io/crates/clap_builder/src/builder/
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 …]
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 …]
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.2/src/builder/
H A 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 …]
H A Dos_str.rs176 fn eq(&self, other: &str) -> bool { in eq() method
182 fn eq(&self, other: &OsStr) -> bool { in eq() method
189 fn eq(&self, other: &&str) -> bool { in eq() method
195 fn eq(&self, other: &OsStr) -> bool { in eq() method
202 fn eq(&self, other: &&std::ffi::OsStr) -> bool { in eq() method
208 fn eq(&self, other: &OsStr) -> bool { in eq() method
215 fn eq(&self, other: &std::string::String) -> bool { in eq() method
221 fn eq(&self, other: &OsStr) -> bool { in eq() method
228 fn eq(&self, other: &std::ffi::OsString) -> bool { in eq() method
234 fn eq(&self, other: &OsStr) -> bool { in eq() method
[all …]
/aosp_15_r20/external/skia/modules/bentleyottmann/tests/
H A DEventQueueTest.cpp10 static Event NextEvent(EventQueue* eq) { in NextEvent()
54 EventQueue eq{std::move(q)}; in DEF_TEST() local
61 EventQueue eq{std::move(q)}; in DEF_TEST() local
74 EventQueue eq{std::move(q)}; in DEF_TEST() local
90 EventQueue eq{std::move(q)}; in DEF_TEST() local
111 EventQueue eq{std::move(q)}; in DEF_TEST() local
198 EventQueue eq{std::move(q)}; in DEF_TEST() local
225 EventQueue eq{std::move(q)}; in DEF_TEST() local
/aosp_15_r20/external/rust/android-crates-io/crates/clap_builder/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
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.2/src/util/
H A 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
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/array/
H A Dequality.rs9 fn eq(&self, other: &[U; N]) -> bool { in eq() function
24 fn eq(&self, other: &[U]) -> bool { in eq() function
47 fn eq(&self, other: &[U; N]) -> bool { in eq() function
70 fn eq(&self, other: &&[U]) -> bool { in eq() function
85 fn eq(&self, other: &[U; N]) -> bool { in eq() function
100 fn eq(&self, other: &&mut [U]) -> bool { in eq() function
115 fn eq(&self, other: &[U; N]) -> bool { in eq() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/array/
H A Dequality.rs9 fn eq(&self, other: &[U; N]) -> bool { in eq() function
24 fn eq(&self, other: &[U]) -> bool { in eq() function
47 fn eq(&self, other: &[U; N]) -> bool { in eq() function
70 fn eq(&self, other: &&[U]) -> bool { in eq() function
85 fn eq(&self, other: &[U; N]) -> bool { in eq() function
100 fn eq(&self, other: &&mut [U]) -> bool { in eq() function
115 fn eq(&self, other: &[U; N]) -> bool { in eq() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/array/
H A Dequality.rs9 fn eq(&self, other: &[U; N]) -> bool { in eq() function
24 fn eq(&self, other: &[U]) -> bool { in eq() function
47 fn eq(&self, other: &[U; N]) -> bool { in eq() function
70 fn eq(&self, other: &&[U]) -> bool { in eq() function
85 fn eq(&self, other: &[U; N]) -> bool { in eq() function
100 fn eq(&self, other: &&mut [U]) -> bool { in eq() function
115 fn eq(&self, other: &[U; N]) -> bool { in eq() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/array/
H A Dequality.rs9 fn eq(&self, other: &[U; N]) -> bool { in eq() function
24 fn eq(&self, other: &[U]) -> bool { in eq() function
47 fn eq(&self, other: &[U; N]) -> bool { in eq() function
70 fn eq(&self, other: &&[U]) -> bool { in eq() function
85 fn eq(&self, other: &[U; N]) -> bool { in eq() function
100 fn eq(&self, other: &&mut [U]) -> bool { in eq() function
115 fn eq(&self, other: &[U; N]) -> bool { in eq() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/array/
H A Dequality.rs9 fn eq(&self, other: &[U; N]) -> bool { in eq() function
24 fn eq(&self, other: &[U]) -> bool { in eq() function
47 fn eq(&self, other: &[U; N]) -> bool { in eq() function
70 fn eq(&self, other: &&[U]) -> bool { in eq() function
85 fn eq(&self, other: &[U; N]) -> bool { in eq() function
100 fn eq(&self, other: &&mut [U]) -> bool { in eq() function
115 fn eq(&self, other: &[U; N]) -> bool { in eq() function

12345678910>>...66