HomeSort by relevance Sort by last modified time
    Searched refs:is_equal (Results 1 - 19 of 19) 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);
233 if (is_equal(this, thrown_type, false))
288 if (is_equal(this, info->static_type, false))
297 if (is_equal(this, info->static_type, false))
329 if (is_equal(this, info->static_type, false))
354 return 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 return 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/libchrome/base/threading/
platform_thread.h 82 bool is_equal(const PlatformThreadHandle& other) const { function in class:base::PlatformThreadHandle
  /external/harfbuzz_ng/src/
hb-set.cc 289 return set->is_equal (other);
hb-set-private.hh 223 inline bool is_equal (const hb_set_t *other) const
hb-ot-shape.cc 869 } while (!copy.is_equal (glyphs));
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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/opencv3/modules/core/src/
datastructs.cpp     [all...]
  /external/opencv/cxcore/include/
cxcore.h     [all...]
  /external/opencv3/modules/core/include/opencv2/core/
core_c.h     [all...]
  /external/v8/src/
objects.cc 11795 bool is_equal; local
    [all...]

Completed in 570 milliseconds