Home
last modified time | relevance | path

Searched defs:Equal (Results 1 – 25 of 221) sorted by relevance

123456789

/aosp_15_r20/external/go-cmp/cmp/internal/teststructs/
H A Dstructs.go79 func (x StructA) Equal(y StructA) bool { return true } func
80 func (x *StructB) Equal(y *StructB) bool { return true } func
81 func (x StructC) Equal(y InterfaceA) bool { return true } func
83 func (x *StructD) Equal(y InterfaceA) bool { return true } func
85 func (x *StructE) Equal(y InterfaceA) bool { return true } func
87 func (x StructF) Equal(y InterfaceA) bool { return true } func
89 func (x StructNo) Equal(y InterfaceA) bool { return true } func
91 func (x AssignA) Equal(y func() int) bool { return true } func
92 func (x AssignB) Equal(y struct{ A int }) bool { return true } func
93 func (x AssignC) Equal(y chan bool) bool { return true } func
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/algorithms/
H A Dranges_robust_against_copying_comparators.pass.cpp30 struct Equal { struct
32 constexpr explicit Equal(int *copies) : copies_(copies) {} in Equal() argument
33 constexpr Equal(const Equal& rhs) : copies_(rhs.copies_) { *copies_ += 1; } in Equal() function
35 constexpr bool operator()(void*, void*) const { return true; } in operator ()()
H A Drobust_against_copying_comparators.pass.cpp28 struct Equal { struct
30 TEST_CONSTEXPR explicit Equal(int *copies) : copies_(copies) {} in Equal() argument
31 TEST_CONSTEXPR_CXX14 Equal(const Equal& rhs) : copies_(rhs.copies_) { *copies_ += 1; } in Equal() function
33 TEST_CONSTEXPR bool operator()(T, T) const { return true; } in operator ()()
H A Dranges_robust_against_copying_projections.pass.cpp36 struct Equal { struct
37 constexpr bool operator()(void*, void*) const { return true; } in operator ()()
/aosp_15_r20/external/go-cmp/cmp/
H A Dreport_text.go71 Equal(textNode) bool methodSpec
106 func (s1 *textWrap) Equal(s2 textNode) bool { func
182 func (s1 textList) Equal(s2 textNode) bool { func
349 func (s1 textLine) Equal(s2 textNode) bool { func
/aosp_15_r20/external/deqp-deps/amber/src/
Dtype.h156 bool Equal(const Type* b) const override { in Equal() function
190 bool Equal(const Type* b) const override { in Equal() function
250 bool Equal(const Type* b) const override { in Equal() function
/aosp_15_r20/external/emboss/runtime/cpp/test/
H A Demboss_arithmetic_test.cc127 TEST(Equal, Equal) { in TEST() argument
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/ecdh/
Decdh.go89 func (k *PublicKey) Equal(x crypto.PublicKey) bool { func
148 func (k *PrivateKey) Equal(x crypto.PrivateKey) bool { func
/aosp_15_r20/external/golang-protobuf/testing/protocmp/
H A Dxform.go54 func (e1 Enum) Equal(e2 Enum) bool { func
92 func (t1 messageMeta) Equal(t2 messageMeta) bool { func
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/ed25519/
Ded25519.go48 func (pub PublicKey) Equal(x crypto.PublicKey) bool { func
67 func (priv PrivateKey) Equal(x crypto.PrivateKey) bool { func
/aosp_15_r20/external/pigweed/pw_protobuf/
H A Dmessage.cc119 Result<bool> Bytes::Equal(ConstByteSpan bytes) { in Equal() function in pw::protobuf::Bytes
138 Result<bool> String::Equal(std::string_view str) { in Equal() function in pw::protobuf::String
/aosp_15_r20/external/emboss/compiler/back_end/cpp/testcode/
H A Dcondition_test.cc487 TEST(LessThanConditional, Equal) { in TEST() argument
514 TEST(LessThanOrEqualConditional, Equal) { in TEST() argument
541 TEST(GreaterThanConditional, Equal) { in TEST() argument
568 TEST(GreaterThanOrEqualConditional, Equal) { in TEST() argument
/aosp_15_r20/external/OpenCL-CTS/test_conformance/mem_host_flags/
H A DC_host_memory_block.h107 bool C_host_memory_block<T>::Equal(C_host_memory_block<T> &another) in Equal() function
120 bool C_host_memory_block<T>::Equal(T *pIn_Data, size_t Innum_elements) in Equal() function
/aosp_15_r20/external/pigweed/pw_containers/public/pw_containers/
H A Dalgorithm.h270 bool Equal(const C1& c1, const C2& c2) { in Equal() function
278 bool Equal(const C1& c1, const C2& c2, BinaryPredicate&& pred) { in Equal() function
/aosp_15_r20/external/webrtc/modules/
H A Dmodule_common_types_unittest.cc18 TEST(IsNewerSequenceNumber, Equal) { in TEST() argument
47 TEST(IsNewerTimestamp, Equal) { in TEST() argument
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/ecdsa/
Decdsa.go77 func (pub *PublicKey) Equal(x crypto.PublicKey) bool { func
132 func (priv *PrivateKey) Equal(x crypto.PrivateKey) bool { func
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/rsa/
Drsa.go64 func (pub *PublicKey) Equal(x crypto.PublicKey) bool { func
130 func (priv *PrivateKey) Equal(x crypto.PrivateKey) bool { func
/aosp_15_r20/external/golang-protobuf/proto/
H A Dequal.go41 func Equal(x, y Message) bool { func
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/bytealg/
Dequal_generic.go14 func Equal(a, b []byte) bool { func
/aosp_15_r20/build/soong/cmd/find_input_delta/find_input_delta_lib/
H A Dfile_list_test.go26 func (fl *FileList) Equal(other *FileList) bool { func
/aosp_15_r20/art/tools/dexanalyze/
H A Ddexanalyze_strings.cc108 ALWAYS_INLINE bool Equal(uint32_t string_idx, const uint8_t* data, size_t len) const { in Equal() function in art::dexanalyze::PrefixStrings
169 ALWAYS_INLINE bool Equal(uint32_t string_idx, const uint8_t* data, size_t len) const { in Equal() function in art::dexanalyze::NormalStrings
/aosp_15_r20/external/cronet/base/allocator/dispatcher/internal/
H A Dtools.h16 constexpr bool Equal(size_t lhs, size_t rhs) { in Equal() function
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/types/testdata/fixedbugs/
Dissue43056.go23 type I interface{ Equal(I) bool } methodSpec
/aosp_15_r20/external/bazelbuild-rules_go/tests/core/go_test/x_defs/
H A Dfoo_test.go21 func Equal(t *testing.T, expected string, actual string) bool { func
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/
Dissue56923.go23 func Equal(a, b []byte) bool { func

123456789