HomeSort by relevance Sort by last modified time
    Searched refs:is_equal (Results 1 - 20 of 20) sorted by null

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/
finder.hpp 52 is_equal>
59 is_equal>( ::boost::as_literal(Search), is_equal() ) ;
93 is_equal>
100 is_equal>( ::boost::as_literal(Search), is_equal() );
133 is_equal>
142 is_equal>( ::boost::as_literal(Search), Nth, is_equal() ) ;
compare.hpp 27 // is_equal functor -----------------------------------------------//
29 //! is_equal functor
34 struct is_equal struct in namespace:boost::algorithm
47 //! case insensitive version of is_equal
189 using algorithm::is_equal;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
output_test_stream.hpp 55 result_type is_equal( const_string arg_, bool flush_stream = true );
  /external/chromium_org/base/threading/
platform_thread.h 56 bool is_equal(const PlatformThreadHandle& other) { function in class:base::PlatformThreadHandle
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-set.cc 289 return set->is_equal (other);
hb-set-private.hh 214 inline bool is_equal (const hb_set_t *other) const
hb-ot-shape.cc 698 } while (!copy.is_equal (glyphs));
  /external/harfbuzz_ng/src/
hb-set.cc 153 return set->is_equal (other);
hb-set-private.hh 203 inline bool is_equal (const hb_set_t *other) const function in struct:hb_set_t
hb-ot-shape.cc 651 } while (!copy.is_equal (glyphs));
  /external/chromium_org/chrome/test/chromedriver/
element_util.h 61 bool* is_equal);
element_util.cc 327 bool* is_equal) {
335 *is_equal = LowerCaseEqualsASCII(actual_value, attribute_value.c_str());
337 *is_equal = false;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_complex.py 144 def check(n, deltas, is_equal, imag = 0.0):
148 self.assertIs(complex.__eq__(z, i), is_equal(delta))
149 self.assertIs(complex.__ne__(z, i), not is_equal(delta))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_complex.py 144 def check(n, deltas, is_equal, imag = 0.0):
148 self.assertIs(complex.__eq__(z, i), is_equal(delta))
149 self.assertIs(complex.__ne__(z, i), not is_equal(delta))
  /external/opencv/cv/src/
cvhaar.cpp 838 static int is_equal( const void* _r1, const void* _r2, void* ) function
    [all...]
  /external/opencv/cxcore/src/
cxdatastructs.cpp     [all...]
  /external/pixman/pixman/
pixman-mmx.c 470 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 ());
    [all...]
  /external/opencv/cxcore/include/
cxcore.h     [all...]
  /bionic/libc/kernel/tools/
cpp.py 1436 def is_equal(self,other): member in class:CppExpr
    [all...]
  /external/chromium_org/v8/src/
objects.cc 8879 bool is_equal; local
    [all...]

Completed in 586 milliseconds