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

  /external/libchrome/base/threading/
platform_thread.h 88 bool is_equal(const PlatformThreadHandle& other) const { function in class:base::PlatformThreadHandle
  /frameworks/native/libs/vr/libdvr/tests/
dvr_named_buffer-test.cpp 198 bool is_equal = true; local
200 is_equal &= (data[i] == value);
202 ASSERT_TRUE(is_equal);
  /external/libcxxabi/src/
private_typeinfo.cpp 52 // is_equal() with use_strcmp=false so the string names are not compared.
60 is_equal(const std::type_info* x, const std::type_info* y, bool use_strcmp) function
183 return is_equal(this, thrown_type, false);
211 return is_equal(this, thrown_type, false);
225 if (is_equal(this, thrown_type, false))
280 if (is_equal(this, info->static_type, false))
289 if (is_equal(this, info->static_type, false))
321 if (is_equal(this, info->static_type, false))
355 return is_equal(this, thrown_type, use_strcmp);
371 if (is_equal(thrown_type, &typeid(std::nullptr_t), false))
    [all...]
  /external/skia/tests/
RecordOptsTest.cpp 379 static bool is_equal(SkSurface* a, SkSurface* b) { function
415 REPORTER_ASSERT(r, is_equal(surf0.get(), surf1.get()));
417 REPORTER_ASSERT(r, is_equal(surf0.get(), surf1.get()));
  /external/skqp/tests/
RecordOptsTest.cpp 379 static bool is_equal(SkSurface* a, SkSurface* b) { function
415 REPORTER_ASSERT(r, is_equal(surf0.get(), surf1.get()));
417 REPORTER_ASSERT(r, is_equal(surf0.get(), surf1.get()));
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/src/
private_typeinfo.cpp 52 // is_equal() with use_strcmp=false so the string names are not compared.
60 is_equal(const std::type_info* x, const std::type_info* y, bool use_strcmp) function
183 return is_equal(this, thrown_type, false);
211 return is_equal(this, thrown_type, false);
225 if (is_equal(this, thrown_type, false))
280 if (is_equal(this, info->static_type, false))
289 if (is_equal(this, info->static_type, false))
321 if (is_equal(this, info->static_type, false))
355 return is_equal(this, thrown_type, use_strcmp);
371 if (is_equal(thrown_type, &typeid(std::nullptr_t), false))
    [all...]
  /external/harfbuzz_ng/src/
hb-set-private.hh 88 inline bool is_equal (const page_t *other) const function in struct:hb_set_t::page_t
351 inline bool is_equal (const hb_set_t *other) const function in struct:hb_set_t
362 !page_at (a).is_equal (&other->page_at (b)))
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_instruction_test.cc 835 bool is_equal = instruction1.Identical(instruction2); local
859 bool is_equal = local
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_ir.h 136 if (P != vec.end() && is_equal(*P, v))
143 if (P == vec.end() || !is_equal(*P, v))
153 bool is_equal(const V& v1, const V& v2) { function in class:r600_sb::sb_set
159 return (P != vec.end() && is_equal(*P, v)) ? P : vec.end();
  /external/opencv/cv/src/
cvhaar.cpp 838 static int is_equal( const void* _r1, const void* _r2, void* ) function
    [all...]
  /external/v8/src/
objects.cc 11049 bool is_equal; local
    [all...]

Completed in 524 milliseconds