Home
last modified time | relevance | path

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

12345678910

/third_party/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 …]
/third_party/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 …]
Dmod.rs7 pub mod eq; module
/third_party/ffmpeg/libavfilter/
Dvf_eq.c97 static void check_values(EQParameters *param, EQContext *eq) in check_values()
107 static void set_contrast(EQContext *eq) in set_contrast()
115 static void set_brightness(EQContext *eq) in set_brightness()
123 static void set_gamma(EQContext *eq) in set_gamma()
144 static void set_saturation(EQContext *eq) in set_saturation()
177 void ff_eq_init(EQContext *eq) in ff_eq_init()
186 EQContext *eq = ctx->priv; in initialize() local
212 EQContext *eq = ctx->priv; in uninit() local
226 EQContext *eq = inlink->dst->priv; in config_props() local
256 EQContext *eq = ctx->priv; in filter_frame() local
[all …]
/third_party/gstreamer/gstplugins_good/tests/icles/
Dequalizer-test.c73 equalizer_set_band_value (GstElement * eq, guint band, gdouble val) in equalizer_set_band_value()
84 equalizer_set_all_band_values (GstElement * eq, guint num, gdouble val) in equalizer_set_all_band_values()
100 equalizer_set_band_value_and_wait (GstElement * eq, guint band, gdouble val) in equalizer_set_band_value_and_wait()
107 equalizer_set_all_band_values_and_wait (GstElement * eq, guint num, gdouble val) in equalizer_set_all_band_values_and_wait()
114 do_slider_fiddling (GstElement * playbin, GstElement * eq) in do_slider_fiddling()
178 GstElement *playbin, *sink, *bin, *eq, *auconv; in main() local
/third_party/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
/third_party/rust/crates/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
Datom.rs85 fn eq(&self, atom: &Atom) -> bool { in eq() method
94 fn eq(&self, atom: &Atom) -> bool { in eq() method
100 fn eq(&self, atom: &Atom) -> bool { in eq() method
/third_party/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 …]
/third_party/pcre2/pcre2/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
/third_party/rust/crates/clap/src/
Dmkeymap.rs38 fn eq(&self, rhs: &usize) -> bool { in eq() method
47 fn eq(&self, rhs: &&str) -> bool { in eq() method
56 fn eq(&self, rhs: &str) -> bool { in eq() method
65 fn eq(&self, rhs: &OsStr) -> bool { in eq() method
74 fn eq(&self, rhs: &char) -> bool { in eq() method
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveRangeUtils.h33 if (unsigned eq = VNIClasses[I->valno->id]) { in DistributeRange() local
48 if (unsigned eq = VNIClasses[i]) { in DistributeRange() local
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dhash_function_defaults_test.cc35 hash_default_eq<int32_t> eq; in TEST() local
62 hash_default_eq<MyEnum> eq; in TEST() local
94 auto eq = this->key_eq; in TYPED_TEST() local
139 auto eq = this->key_eq; in TYPED_TEST() local
177 hash_default_eq<Func> eq; in TEST() local
210 hash_default_eq<absl::Cord> eq; in TEST() local
309 hash_default_eq<typename T::first_type> eq; member
/third_party/python/Modules/_sqlite/
Drow.c99 int eq = PyObject_RichCompareBool(left, right, Py_EQ); in equal_ignore_case() local
146 int eq = equal_ignore_case(idx, obj); in pysqlite_row_subscript() local
221 int eq = PyObject_RichCompareBool(self->description, other->description, Py_EQ); in pysqlite_row_richcompare() local
/third_party/rust/crates/syn/src/
Dtt.rs7 fn eq(&self, other: &Self) -> bool { in eq() method
84 fn eq(&self, other: &Self) -> bool { in eq() method
/third_party/rust/crates/serde/serde_derive/src/internals/
Dsymbol.rs41 fn eq(&self, word: &Symbol) -> bool { in eq() method
47 fn eq(&self, word: &Symbol) -> bool { in eq() method
53 fn eq(&self, word: &Symbol) -> bool { in eq() method
59 fn eq(&self, word: &Symbol) -> bool { in eq() method
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dderive-partialeq-base.rs49 fn eq(&self, other: &Base) -> bool { in eq() method
81 fn eq(&self, other: &ShouldDerivePartialEq) -> bool { in eq() method
Dissue-648-derive-debug-with-padding.rs52 fn eq(&self, other: &NoDebug) -> bool { in eq() method
113 fn eq(&self, other: &ShouldDeriveDebugButDoesNot) -> bool { in eq() method
Dopaque-template-inst-member.rs66 fn eq(&self, other: &ContainsOpaqueTemplate) -> bool { in eq() method
113 fn eq(&self, other: &InheritsOpaqueTemplate) -> bool { in eq() method
/third_party/ltp/tools/sparse/sparse-src/validation/optim/
Dcmp-and-pow2.c3 _Bool eq(int a) { return ((a & M) != M) == ((a & M) == 0); } in eq() function
/third_party/rust/crates/tracing/tracing-journald/tests/
Djournal.rs64 fn eq(&self, other: &&str) -> bool { in eq() method
74 fn eq(&self, other: &[u8]) -> bool { in eq() method
84 fn eq(&self, other: &Vec<&str>) -> bool { in eq() method
/third_party/node/lib/
Dquerystring.js228 function stringify(obj, sep, eq, options) { argument
318 function parse(qs, sep, eq, options) { argument
/third_party/node/test/parallel/
Dtest-queue-microtask.js44 const eq = []; variable
/third_party/rust/crates/rust-openssl/openssl/src/
Dmemcmp.rs65 pub fn eq(a: &[u8], b: &[u8]) -> bool { in eq() function

12345678910