Home
last modified time | relevance | path

Searched refs:is_equal (Results 1 – 25 of 32) sorted by relevance

12

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-comparison.c106 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/
Dcef_values_capi.h97 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/
Dbinary_value_ctocpp.cc100 if (CEF_MEMBER_MISSING(_struct, is_equal)) in IsEqual()
111 int _retval = _struct->is_equal(_struct, CefBinaryValueCToCpp::Unwrap(that)); in IsEqual()
Dvalue_ctocpp.cc111 if (CEF_MEMBER_MISSING(_struct, is_equal)) in IsEqual()
122 int _retval = _struct->is_equal(_struct, CefValueCToCpp::Unwrap(that)); in IsEqual()
Dlist_value_ctocpp.cc112 if (CEF_MEMBER_MISSING(_struct, is_equal)) in IsEqual()
123 int _retval = _struct->is_equal(_struct, CefListValueCToCpp::Unwrap(that)); in IsEqual()
Ddictionary_value_ctocpp.cc115 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/
Dhb-set.hh126 bool is_equal (const hb_sparseset_t &other) const { return s.is_equal (other.s); } in is_equal() function
Dhb-bit-set-invertible.hh149 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()
Dhb-set.cc335 return set->is_equal (*other); in hb_set_is_equal()
Dhb-bit-page.hh89 bool is_equal (const hb_bit_page_t &other) const in is_equal() function
Dhb-bit-set.hh349 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/
DRecordOptsTest.cpp378 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/
DRecordOptsTest.cpp366 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/
Dhb-set.hh92 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()
Dhb-set.cc291 return set->is_equal (other); in hb_set_is_equal()
/third_party/cef/libcef_dll/cpptoc/
Dbinary_value_cpptoc.cc183 GetStruct()->is_equal = binary_value_is_equal; in CefBinaryValueCppToC()
Dvalue_cpptoc.cc436 GetStruct()->is_equal = value_is_equal; in CefValueCppToC()
Dlist_value_cpptoc.cc563 GetStruct()->is_equal = list_value_is_equal; in CefListValueCppToC()
Ddictionary_value_cpptoc.cc700 GetStruct()->is_equal = dictionary_value_is_equal; in CefDictionaryValueCppToC()
/third_party/flutter/engine/flutter/shell/platform/common/cpp/client_wrapper/
Dencodable_value_unittests.cc283 bool is_equal = !(a < copy || copy < a); in TEST() local
284 EXPECT_EQ(is_equal, !is_collection); in TEST()
/third_party/harfbuzz/src/
Dhb-set.cc312 return set->is_equal (other); in hb_set_is_equal()
Dhb-set.hh109 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/
Dsb_ir.h140 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/
Decp_nistz256.c203 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/
Dtest_complex.py167 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))

12