/third_party/jerryscript/jerry-core/ecma/operations/ |
D | ecma-comparison.c | 106 bool is_equal = ecma_compare_ecma_strings (x_str_p, y_str_p); in ecma_op_abstract_equality_compare() local 108 return ecma_make_boolean_value (is_equal); in ecma_op_abstract_equality_compare() 191 bool is_equal = ecma_is_value_undefined (y) || ecma_is_value_null (y); in ecma_op_abstract_equality_compare() local 193 return ecma_make_boolean_value (is_equal); in ecma_op_abstract_equality_compare()
|
/third_party/cef/include/capi/ |
D | cef_values_capi.h | 97 int(CEF_CALLBACK* is_equal)(struct _cef_value_t* self, 257 int(CEF_CALLBACK* is_equal)(struct _cef_binary_value_t* self, 329 int(CEF_CALLBACK* is_equal)(struct _cef_dictionary_value_t* self, 568 int(CEF_CALLBACK* is_equal)(struct _cef_list_value_t* self,
|
/third_party/cef/libcef_dll/ctocpp/ |
D | binary_value_ctocpp.cc | 100 if (CEF_MEMBER_MISSING(_struct, is_equal)) in IsEqual() 111 int _retval = _struct->is_equal(_struct, CefBinaryValueCToCpp::Unwrap(that)); in IsEqual()
|
D | value_ctocpp.cc | 111 if (CEF_MEMBER_MISSING(_struct, is_equal)) in IsEqual() 122 int _retval = _struct->is_equal(_struct, CefValueCToCpp::Unwrap(that)); in IsEqual()
|
D | list_value_ctocpp.cc | 112 if (CEF_MEMBER_MISSING(_struct, is_equal)) in IsEqual() 123 int _retval = _struct->is_equal(_struct, CefListValueCToCpp::Unwrap(that)); in IsEqual()
|
D | dictionary_value_ctocpp.cc | 115 if (CEF_MEMBER_MISSING(_struct, is_equal)) in IsEqual() 127 _struct->is_equal(_struct, CefDictionaryValueCToCpp::Unwrap(that)); in IsEqual()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-set.hh | 126 bool is_equal (const hb_sparseset_t &other) const { return s.is_equal (other.s); } in is_equal() function
|
D | hb-bit-set-invertible.hh | 149 bool is_equal (const hb_bit_set_invertible_t &other) const in is_equal() function 152 return s.is_equal (other.s); in is_equal()
|
D | hb-set.cc | 335 return set->is_equal (*other); in hb_set_is_equal()
|
D | hb-bit-page.hh | 89 bool is_equal (const hb_bit_page_t &other) const in is_equal() function
|
D | hb-bit-set.hh | 349 bool is_equal (const hb_bit_set_t &other) const in is_equal() function 364 !page_at (a).is_equal (other.page_at (b))) in is_equal()
|
/third_party/flutter/skia/tests/ |
D | RecordOptsTest.cpp | 378 static bool is_equal(SkSurface* a, SkSurface* b) { in is_equal() function 414 REPORTER_ASSERT(r, is_equal(surf0.get(), surf1.get())); in do_savelayer_srcmode() 416 REPORTER_ASSERT(r, is_equal(surf0.get(), surf1.get())); in do_savelayer_srcmode()
|
/third_party/skia/tests/ |
D | RecordOptsTest.cpp | 366 static bool is_equal(SkSurface* a, SkSurface* b) { in is_equal() function 402 REPORTER_ASSERT(r, is_equal(surf0.get(), surf1.get())); in do_savelayer_srcmode() 404 REPORTER_ASSERT(r, is_equal(surf0.get(), surf1.get())); in do_savelayer_srcmode()
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-set.hh | 92 bool is_equal (const page_t *other) const in is_equal() function 403 bool is_equal (const hb_set_t *other) const in is_equal() function 417 !page_at (a).is_equal (&other->page_at (b))) in is_equal()
|
D | hb-set.cc | 291 return set->is_equal (other); in hb_set_is_equal()
|
/third_party/cef/libcef_dll/cpptoc/ |
D | binary_value_cpptoc.cc | 183 GetStruct()->is_equal = binary_value_is_equal; in CefBinaryValueCppToC()
|
D | value_cpptoc.cc | 436 GetStruct()->is_equal = value_is_equal; in CefValueCppToC()
|
D | list_value_cpptoc.cc | 563 GetStruct()->is_equal = list_value_is_equal; in CefListValueCppToC()
|
D | dictionary_value_cpptoc.cc | 700 GetStruct()->is_equal = dictionary_value_is_equal; in CefDictionaryValueCppToC()
|
/third_party/flutter/engine/flutter/shell/platform/common/cpp/client_wrapper/ |
D | encodable_value_unittests.cc | 283 bool is_equal = !(a < copy || copy < a); in TEST() local 284 EXPECT_EQ(is_equal, !is_collection); in TEST()
|
/third_party/harfbuzz/src/ |
D | hb-set.cc | 312 return set->is_equal (other); in hb_set_is_equal()
|
D | hb-set.hh | 109 bool is_equal (const page_t *other) const in is_equal() function 480 bool is_equal (const hb_set_t *other) const in is_equal() function 494 !page_at (a).is_equal (&other->page_at (b))) in is_equal()
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_ir.h | 140 if (P != vec.end() && is_equal(*P, v)) in insert() 147 if (P == vec.end() || !is_equal(*P, v)) in erase() 157 bool is_equal(const V& v1, const V& v2) { in is_equal() function 163 return (P != vec.end() && is_equal(*P, v)) ? P : vec.end(); in find()
|
/third_party/openssl/crypto/ec/ |
D | ecp_nistz256.c | 203 static BN_ULONG is_equal(const BN_ULONG a[P256_LIMBS], in is_equal() function 400 if (is_equal(U1, U2) & ~in1infty & ~in2infty & is_equal(S1, S2)) { in ecp_nistz256_point_add() 808 is_equal(bn_get_words(generator->X), def_xG) && in ecp_nistz256_is_affine_G() 809 is_equal(bn_get_words(generator->Y), def_yG) && in ecp_nistz256_is_affine_G()
|
/third_party/python/Lib/test/ |
D | test_complex.py | 167 def check(n, deltas, is_equal, imag = 0.0): argument 171 self.assertIs(complex.__eq__(z, i), is_equal(delta)) 172 self.assertIs(complex.__ne__(z, i), not is_equal(delta))
|