/aosp_15_r20/external/cronet/net/dns/ |
H A D | record_rdata.cc | 82 bool SrvRecordRdata::IsEqual(const RecordRdata* other) const { in IsEqual() function in net::SrvRecordRdata 111 bool ARecordRdata::IsEqual(const RecordRdata* other) const { in IsEqual() function in net::ARecordRdata 137 bool AAAARecordRdata::IsEqual(const RecordRdata* other) const { in IsEqual() function in net::AAAARecordRdata 164 bool CnameRecordRdata::IsEqual(const RecordRdata* other) const { in IsEqual() function in net::CnameRecordRdata 192 bool PtrRecordRdata::IsEqual(const RecordRdata* other) const { in IsEqual() function in net::PtrRecordRdata 227 bool TxtRecordRdata::IsEqual(const RecordRdata* other) const { in IsEqual() function in net::TxtRecordRdata 283 bool NsecRecordRdata::IsEqual(const RecordRdata* other) const { in IsEqual() function in net::NsecRecordRdata
|
H A D | https_record_rdata.cc | 152 bool HttpsRecordRdata::IsEqual(const RecordRdata* other) const { in IsEqual() function in net::HttpsRecordRdata 219 bool AliasFormHttpsRecordRdata::IsEqual(const HttpsRecordRdata* other) const { in IsEqual() function in net::AliasFormHttpsRecordRdata 276 bool ServiceFormHttpsRecordRdata::IsEqual(const HttpsRecordRdata* other) const { in IsEqual() function in net::ServiceFormHttpsRecordRdata
|
H A D | opt_record_rdata.cc | 49 bool OptRecordRdata::Opt::IsEqual(const OptRecordRdata::Opt& other) const { in IsEqual() function in net::OptRecordRdata::Opt 252 bool OptRecordRdata::IsEqual(const RecordRdata* other) const { in IsEqual() function in net::OptRecordRdata
|
H A D | record_parsed.cc | 89 bool RecordParsed::IsEqual(const RecordParsed* other, bool is_mdns) const { in IsEqual() function in net::RecordParsed
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/fuzz/ |
H A D | fuzz_test_util.cpp | 51 bool IsEqual(const spv_target_env env, in IsEqual() function 75 bool IsEqual(const spv_target_env env, const std::string& expected_text, in IsEqual() function 85 bool IsEqual(const spv_target_env env, const std::string& expected_text, in IsEqual() function 92 bool IsEqual(const spv_target_env env, const opt::IRContext* ir_1, in IsEqual() function 101 bool IsEqual(const spv_target_env env, const std::vector<uint32_t>& binary_1, in IsEqual() function
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
H A D | fuzz_test_util.cpp | 51 bool IsEqual(const spv_target_env env, in IsEqual() function 75 bool IsEqual(const spv_target_env env, const std::string& expected_text, in IsEqual() function 85 bool IsEqual(const spv_target_env env, const std::string& expected_text, in IsEqual() function 92 bool IsEqual(const spv_target_env env, const opt::IRContext* ir_1, in IsEqual() function 101 bool IsEqual(const spv_target_env env, const std::vector<uint32_t>& binary_1, in IsEqual() function
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/fuzz/ |
D | fuzz_test_util.cpp | 51 bool IsEqual(const spv_target_env env, in IsEqual() function 75 bool IsEqual(const spv_target_env env, const std::string& expected_text, in IsEqual() function 85 bool IsEqual(const spv_target_env env, const std::string& expected_text, in IsEqual() function 92 bool IsEqual(const spv_target_env env, const opt::IRContext* ir_1, in IsEqual() function 101 bool IsEqual(const spv_target_env env, const std::vector<uint32_t>& binary_1, in IsEqual() function
|
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/ |
H A D | tensor_testutil.cc | 50 static ::testing::AssertionResult IsEqual(float x, float y, Tolerance t) { in IsEqual() function 62 static ::testing::AssertionResult IsEqual(double x, double y, Tolerance t) { in IsEqual() function 74 static ::testing::AssertionResult IsEqual(Eigen::half x, Eigen::half y, in IsEqual() function 104 static ::testing::AssertionResult IsEqual(const T& x, const T& y, Tolerance t) { in IsEqual() function 110 static ::testing::AssertionResult IsEqual(const std::complex<T>& x, in IsEqual() function
|
H A D | full_type_util_test.cc | 639 TEST(IsEqual, Reflexivity) { in TEST() argument 648 TEST(IsEqual, Copy) { in TEST() argument 660 TEST(IsEqual, DifferentTypesNotEqual) { in TEST() argument 674 TEST(IsEqual, DifferentAritiesNotEqual) { in TEST() argument 688 TEST(IsEqual, MissingArgsEquivalentToAny) { in TEST() argument 701 TEST(IsEqual, DifferentArgsNotEqual) { in TEST() argument 715 TEST(IsEqual, DifferentStringValuesNotEqual) { in TEST() argument
|
/aosp_15_r20/external/cronet/base/win/ |
H A D | winrt_foundation_helpers.h | 110 inline bool IsEqual(const HSTRING& lhs, const HSTRING& rhs) { in IsEqual() function 118 bool IsEqual(const T& lhs, const T& rhs) { in IsEqual() function 123 bool IsEqual(const Microsoft::WRL::ComPtr<T>& com_ptr, const T* ptr) { in IsEqual() function
|
/aosp_15_r20/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/ |
H A D | IsEqual.java | 14 public class IsEqual<T> extends BaseMatcher<T> { class 17 public IsEqual(T equalArg) { in IsEqual() method in IsEqual
|
/aosp_15_r20/external/cronet/base/ |
H A D | observer_list_internal.h | 41 bool IsEqual(const void* rhs) const { return ptr_ == rhs; } in IsEqual() function 97 bool IsEqual(const CheckedObserver* rhs) const { in IsEqual() function
|
/aosp_15_r20/external/lzma/CPP/7zip/UI/FileManager/ |
H A D | ViewSettings.h | 15 bool IsEqual(const CColumnInfo &a) const in IsEqual() function 52 bool IsEqual(const CListViewInfo &info) const in IsEqual() function
|
/aosp_15_r20/external/deqp/external/openglcts/modules/gles31/ |
H A D | es31cVertexAttribBindingTests.cpp | 181 bool IsEqual(IVec4 a, IVec4 b) in IsEqual() function in glcts::__anon955a63580111::VertexAttribBindingBase 186 bool IsEqual(UVec4 a, UVec4 b) in IsEqual() function in glcts::__anon955a63580111::VertexAttribBindingBase 191 bool IsEqual(Vec2 a, Vec2 b) in IsEqual() function in glcts::__anon955a63580111::VertexAttribBindingBase 196 bool IsEqual(IVec2 a, IVec2 b) in IsEqual() function in glcts::__anon955a63580111::VertexAttribBindingBase 201 bool IsEqual(UVec2 a, UVec2 b) in IsEqual() function in glcts::__anon955a63580111::VertexAttribBindingBase
|
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/ |
H A D | gl4cVertexAttribBindingTests.cpp | 249 bool IsEqual(IVec4 a, IVec4 b) in IsEqual() function in gl4cts::__anon46dc53470111::VertexAttribBindingBase 254 bool IsEqual(UVec4 a, UVec4 b) in IsEqual() function in gl4cts::__anon46dc53470111::VertexAttribBindingBase 259 bool IsEqual(Vec2 a, Vec2 b) in IsEqual() function in gl4cts::__anon46dc53470111::VertexAttribBindingBase 264 bool IsEqual(IVec2 a, IVec2 b) in IsEqual() function in gl4cts::__anon46dc53470111::VertexAttribBindingBase 269 bool IsEqual(UVec2 a, UVec2 b) in IsEqual() function in gl4cts::__anon46dc53470111::VertexAttribBindingBase
|
/aosp_15_r20/external/libprotobuf-mutator/src/ |
H A D | mutator.cc | 148 bool IsEqual(const ConstFieldInstance::Enum& a, in IsEqual() function in protobuf_mutator::__anonab369fae0111::CanCopyAndDifferentField 154 bool IsEqual(const std::unique_ptr<Message>& a, in IsEqual() function in protobuf_mutator::__anonab369fae0111::CanCopyAndDifferentField 160 bool IsEqual(const T& a, const T& b) const { in IsEqual() function in protobuf_mutator::__anonab369fae0111::CanCopyAndDifferentField
|
/aosp_15_r20/external/armnn/src/armnn/layers/ |
H A D | ReshapeLayer.hpp | 42 bool IsEqual(const Layer& other) const in IsEqual() function in armnn::ReshapeLayer
|
H A D | PermuteLayer.hpp | 55 bool IsEqual(const Layer& other) const in IsEqual() function in armnn::PermuteLayer
|
H A D | TransposeLayer.hpp | 54 bool IsEqual(const Layer& other) const in IsEqual() function in armnn::TransposeLayer
|
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/tracing/internal/ |
H A D | track_event_legacy.h | 291 bool IsEqual(T x, T y) { in IsEqual() function 296 bool IsEqual(T, U) { in IsEqual() function
|
/aosp_15_r20/external/perfetto/include/perfetto/tracing/internal/ |
H A D | track_event_legacy.h | 291 bool IsEqual(T x, T y) { in IsEqual() function 296 bool IsEqual(T, U) { in IsEqual() function
|
/aosp_15_r20/external/libyuv/fuzz/ |
H A D | mjpeg_dec_fuzz.cc | 19 inline bool IsEqual(int a, int b, int c) { in IsEqual() function
|
/aosp_15_r20/art/compiler/optimizing/ |
H A D | reference_type_info.h | 124 bool IsEqual(ReferenceTypeInfo rti) const REQUIRES_SHARED(Locks::mutator_lock_) { in IsEqual() function
|
/aosp_15_r20/external/cronet/base/message_loop/ |
H A D | message_pump_libevent.h | 56 bool IsEqual(const EpollInterestParams& rhs) const { in IsEqual() function
|
/aosp_15_r20/external/pigweed/pw_allocator/public/pw_allocator/ |
H A D | deallocator.h | 98 bool IsEqual(const Deallocator& other) const { return this == &other; } in IsEqual() function
|