Home
last modified time | relevance | path

Searched defs:is_equal (Results 1 – 24 of 24) sorted by relevance

/external/cronet/buildtools/third_party/libc++/trunk/include/__memory_resource/
Dmemory_resource.h44 …_LIBCPP_HIDE_FROM_ABI bool is_equal(const memory_resource& __other) const noexcept { return do_is_… in is_equal() function
/external/cronet/base/allocator/partition_allocator/partition_alloc_base/threading/
Dplatform_thread.h58 bool is_equal(const PlatformThreadHandle& other) const { in is_equal() function
/external/libchrome/base/threading/
Dplatform_thread.h88 bool is_equal(const PlatformThreadHandle& other) const { in is_equal() function
/external/cronet/base/threading/
Dplatform_thread.h63 bool is_equal(const PlatformThreadHandle& other) const { in is_equal() function
/external/tensorflow/tensorflow/core/framework/
Dtensor_testutil.h125 std::function<bool(const T&, const T&)> is_equal) { in ExpectTensorEqual()
/external/cronet/buildtools/third_party/libc++/trunk/test/std/ranges/range.adaptors/range.split/
Dgeneral.pass.cpp32 constexpr bool is_equal(View& view, const Expected& expected) { in is_equal() function
/external/rust/crates/ring/crypto/fipsmodule/ec/
Dgfp_p384.c66 static inline Limb is_equal(const Elem a, const Elem b) { in is_equal() function
/external/perfetto/src/trace_processor/prelude/table_functions/
Dexperimental_slice_layout.cc89 bool is_equal = c.op == FilterOp::kEq; in ComputeTable() local
/external/cronet/buildtools/third_party/libc++/trunk/test/std/ranges/range.adaptors/range.lazy.split/
Dgeneral.pass.cpp64 constexpr bool is_equal(View& view, const Expected& expected) { in is_equal() function
/external/skia/tests/
DRecordOptsTest.cpp378 static bool is_equal(SkSurface* a, SkSurface* b) { in is_equal() function
/external/harfbuzz_ng/src/
Dhb-set.hh125 bool is_equal (const hb_sparseset_t &other) const { return s.is_equal (other.s); } in is_equal() function
Dhb-bit-set-invertible.hh150 bool is_equal (const hb_bit_set_invertible_t &other) const in is_equal() function
Dhb-bit-page.hh209 bool is_equal (const hb_bit_page_t &other) const in is_equal() function
Dhb-map.hh296 bool is_equal (const hb_hashmap_t &other) const in is_equal() function
Dhb-subset-plan.cc243 bool is_equal = true; in _GSUBGPOS_find_duplicate_features() local
Dhb-bit-set.hh361 bool is_equal (const hb_bit_set_t &other) const in is_equal() function
/external/python/cpython3/Lib/test/
Dtest_complex.py167 def check(n, deltas, is_equal, imag = 0.0): argument
/external/cronet/buildtools/third_party/libc++abi/trunk/src/
Dprivate_typeinfo.cpp55 is_equal(const std::type_info* x, const std::type_info* y, bool use_strcmp) in is_equal() function
/external/libcxxabi/src/
Dprivate_typeinfo.cpp60 is_equal(const std::type_info* x, const std::type_info* y, bool use_strcmp) in is_equal() function
/external/python/cpython2/Lib/test/
Dtest_complex.py156 def check(n, deltas, is_equal, imag = 0.0): argument
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction_test.cc998 bool is_equal = instruction1.Identical(instruction2); in Identical() local
1022 bool is_equal = in StructuralEqual() local
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_ir.h157 bool is_equal(const V& v1, const V& v2) { in is_equal() function
/external/rust/crates/regex-syntax/src/ast/
Dmod.rs894 pub fn is_equal(&self) -> bool { in is_equal() method
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp134 …bool is_equal = (rhs.color[0] == lhs.color[0]) && (rhs.color[1] == lhs.color[1]) && (rhs.color[2] … in operator ==() local