Searched refs:is_equal (Results 1 - 15 of 15) sorted by relevance

/external/libcxxabi/src/
H A Dprivate_typeinfo.cpp49 // is_equal() with use_strcmp=false so the string names are not compared.
64 is_equal(const std::type_info* x, const std::type_info* y, bool use_strcmp) function in namespace:__cxxabiv1
75 is_equal(const std::type_info* x, const std::type_info* y, bool)
191 return is_equal(this, thrown_type, false);
219 return is_equal(this, thrown_type, false);
231 if (is_equal(this, thrown_type, false))
284 if (is_equal(this, info->static_type, false))
293 if (is_equal(this, info->static_type, false))
325 if (is_equal(this, info->static_type, false))
350 if (is_equal(thi
[all...]
/external/chromium_org/base/threading/
H A Dplatform_thread.h92 bool is_equal(const PlatformThreadHandle& other) const { function in class:base::PlatformThreadHandle
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-set.cc289 return set->is_equal (other);
H A Dhb-set-private.hh213 inline bool is_equal (const hb_set_t *other) const
H A Dhb-ot-shape.cc800 } while (!copy.is_equal (glyphs));
/external/harfbuzz_ng/src/
H A Dhb-set.cc289 return set->is_equal (other);
H A Dhb-set-private.hh213 inline bool is_equal (const hb_set_t *other) const
H A Dhb-ot-shape.cc796 } while (!copy.is_equal (glyphs));
/external/chromium_org/chrome/test/chromedriver/
H A Delement_util.h61 bool* is_equal);
H A Delement_util.cc334 bool* is_equal) {
342 *is_equal = LowerCaseEqualsASCII(actual_value, attribute_value.c_str());
344 *is_equal = false;
328 IsElementAttributeEqualToIgnoreCase( Session* session, WebView* web_view, const std::string& element_id, const std::string& attribute_name, const std::string& attribute_value, bool* is_equal) argument
/external/opencv/cv/src/
H A Dcvhaar.cpp838 static int is_equal( const void* _r1, const void* _r2, void* ) function
1268 int ncomp = cvSeqPartition( seq, 0, &idx_seq, is_equal, 0 );
1348 //see 'is_equal' function
1428 int ncomp = cvSeqPartition( seq, 0, &idx_seq, is_equal, 0 );
/external/opencv/cxcore/src/
H A Dcxdatastructs.cpp2592 // is_equal(a,b,...) returns non-zero if the two sequence elements
2600 CvCmpFunc is_equal, void* userdata )
2619 if( !seq || !is_equal )
2675 is_equal( node->element, node2->element, userdata ))
2599 cvSeqPartition( const CvSeq* seq, CvMemStorage* storage, CvSeq** labels, CvCmpFunc is_equal, void* userdata ) argument
/external/pixman/pixman/
H A Dpixman-mmx.c470 is_equal (__m64 a, __m64 b) function
484 return is_equal (_mm_and_si64 (v, MC (full_alpha)), MC (full_alpha));
494 return is_equal (v, _mm_setzero_si64 ());
/external/opencv/cxcore/include/
H A Dcxcore.h1100 CvSeq** labels, CvCmpFunc is_equal, void* userdata );
/external/chromium_org/v8/src/
H A Dobjects.cc8629 bool is_equal; local
8632 is_equal = Equals<uint8_t, uint8_t>(&state_1_, &state_2_, to_check);
8634 is_equal = Equals<uint8_t, uint16_t>(&state_1_, &state_2_, to_check);
8638 is_equal = Equals<uint16_t, uint8_t>(&state_1_, &state_2_, to_check);
8640 is_equal = Equals<uint16_t, uint16_t>(&state_1_, &state_2_, to_check);
8644 if (!is_equal) return false;

Completed in 4697 milliseconds