HomeSort by relevance Sort by last modified time
    Searched refs:is_equal (Results 1 - 22 of 22) 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;
  /external/libcxxabi/src/
private_typeinfo.cpp 49 // 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(this, thrown_type, false)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
private_typeinfo.cpp 49 // 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(this, thrown_type, false)
    [all...]
  /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 92 bool is_equal(const PlatformThreadHandle& other) const { 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 213 inline bool is_equal (const hb_set_t *other) const
hb-ot-shape.cc 800 } while (!copy.is_equal (glyphs));
  /external/harfbuzz_ng/src/
hb-set.cc 289 return set->is_equal (other);
hb-set-private.hh 213 inline bool is_equal (const hb_set_t *other) const
hb-ot-shape.cc 796 } while (!copy.is_equal (glyphs));
  /external/chromium_org/chrome/test/chromedriver/
element_util.h 61 bool* is_equal);
element_util.cc 334 bool* is_equal) {
342 *is_equal = LowerCaseEqualsASCII(actual_value, attribute_value.c_str());
344 *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...]
  /bionic/libc/kernel/tools/
cpp.py 1003 def is_equal(self,other): member in class:CppExpr
    [all...]
  /external/opencv/cxcore/include/
cxcore.h     [all...]
  /external/chromium_org/v8/src/
objects.cc 8629 bool is_equal; local
    [all...]

Completed in 1813 milliseconds