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

  /external/libchrome/base/threading/
platform_thread.h 82 bool is_equal(const PlatformThreadHandle& other) const { function in class:base::PlatformThreadHandle
  /external/libcxxabi/src/
private_typeinfo.cpp 52 // is_equal() with use_strcmp=false so the string names are not compared.
65 is_equal(const std::type_info* x, const std::type_info* y, bool use_strcmp) function in namespace:__cxxabiv1
186 return is_equal(this, thrown_type, false);
214 return is_equal(this, thrown_type, false);
228 if (is_equal(this, thrown_type, false))
283 if (is_equal(this, info->static_type, false))
292 if (is_equal(this, info->static_type, false))
324 if (is_equal(this, info->static_type, false))
358 return is_equal(this, thrown_type, use_strcmp);
374 if (is_equal(thrown_type, &typeid(std::nullptr_t), false))
    [all...]
  /external/skia/tests/
RecordOptsTest.cpp 367 static bool is_equal(SkSurface* a, SkSurface* b) { function
403 REPORTER_ASSERT(r, is_equal(surf0.get(), surf1.get()));
405 REPORTER_ASSERT(r, is_equal(surf0.get(), surf1.get()));
  /prebuilts/ndk/r11/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...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/src/
private_typeinfo.cpp 52 // is_equal() with use_strcmp=false so the string names are not compared.
65 is_equal(const std::type_info* x, const std::type_info* y, bool use_strcmp) function in namespace:__cxxabiv1
182 return is_equal(this, thrown_type, false);
210 return is_equal(this, thrown_type, false);
224 if (is_equal(this, thrown_type, false))
279 if (is_equal(this, info->static_type, false))
288 if (is_equal(this, info->static_type, false))
320 if (is_equal(this, info->static_type, false))
345 if (is_equal(thrown_type, &typeid(std::nullptr_t), false)) return true;
355 return is_equal(this, thrown_type, use_strcmp)
    [all...]
  /external/opencv/cv/src/
cvhaar.cpp 838 static int is_equal( const void* _r1, const void* _r2, void* ) function
    [all...]
  /external/v8/src/
code-stub-assembler.cc 8769 Node* const is_equal = StrictEqual(kDontNegateResult, lhs, rhs, context); local
    [all...]
objects.cc 11445 bool is_equal; local
    [all...]

Completed in 4049 milliseconds