Searched defs:is_equal (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/base/threading/
H A Dplatform_thread.h56 bool is_equal(const PlatformThreadHandle& other) { function in class:base::PlatformThreadHandle
/external/harfbuzz_ng/src/
H A Dhb-set-private.hh203 inline bool is_equal (const hb_set_t *other) const function in struct:hb_set_t
/external/chromium_org/chrome/test/chromedriver/
H A Delement_util.cc309 bool* is_equal) {
317 *is_equal = LowerCaseEqualsASCII(actual_value, attribute_value.c_str());
319 *is_equal = false;
303 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/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/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/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/chromium_org/v8/src/
H A Dobjects.cc8630 bool is_equal; local
8633 is_equal = Equals<uint8_t, uint8_t>(&state_1_, &state_2_, to_check);
8635 is_equal = Equals<uint8_t, uint16_t>(&state_1_, &state_2_, to_check);
8639 is_equal = Equals<uint16_t, uint8_t>(&state_1_, &state_2_, to_check);
8641 is_equal = Equals<uint16_t, uint16_t>(&state_1_, &state_2_, to_check);
8645 if (!is_equal) return false;

Completed in 339 milliseconds