Home
last modified time | relevance | path

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

123

/external/syzkaller/vendor/github.com/google/go-cmp/cmp/internal/teststructs/
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 …]
/external/syzkaller/vendor/github.com/google/go-cmp/cmp/internal/function/
Dfunc.go19 Equal = ttbFunc // func(T, T) bool const
/external/flatbuffers/tests/
DphpUnionVectorTest.php21 public function Equal($result, $expected, $message = "") { function in Assert
DphpTest.php608 public function Equal($result, $expected, $message = "") { function in Assert
/external/golang-protobuf/proto/
Dequal.go72 func Equal(a, b Message) bool { func
/external/syzkaller/vendor/github.com/golang/protobuf/proto/
Dequal.go72 func Equal(a, b Message) bool { func
/external/webrtc/webrtc/modules/
Dmodule_common_types_unittest.cc17 TEST(IsNewerSequenceNumber, Equal) { in TEST() argument
46 TEST(IsNewerTimestamp, Equal) { in TEST() argument
/external/webrtc/webrtc/base/
Dstringutils_unittest.cc63 TEST(ascii_string_compareTest, Equal) { in TEST() argument
/external/tensorflow/tensorflow/compiler/xla/tests/
Dliteral_test_util.cc82 /* static */ ::testing::AssertionResult LiteralTestUtil::Equal( in Equal() function in xla::LiteralTestUtil
/external/icu/icu4c/source/i18n/
Ddouble-conversion-bignum.h90 static bool Equal(const Bignum& a, const Bignum& b) { in Equal() function
/external/v8/src/
Dbignum.h51 static bool Equal(const Bignum& a, const Bignum& b) { in Equal() function
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLowerAtomic.cpp30 Value *Equal = Builder.CreateICmpEQ(Orig, Cmp); in LowerAtomicCmpXchgInst() local
/external/syzkaller/vendor/github.com/google/go-cmp/cmp/internal/diff/
Ddiff.go94 func (r Result) Equal() bool { return r.NDiff == 0 } func
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLowerAtomic.cpp31 Value *Equal = Builder.CreateICmpEQ(Orig, Cmp); in LowerAtomicCmpXchgInst() local
/external/llvm/lib/Transforms/Scalar/
DLowerAtomic.cpp32 Value *Equal = Builder.CreateICmpEQ(Orig, Cmp); in LowerAtomicCmpXchgInst() local
/external/syzkaller/vendor/github.com/google/go-cmp/cmp/
Dcompare.go84 func Equal(x, y interface{}, opts ...Option) bool { func
/external/swiftshader/third_party/LLVM/include/llvm/MC/MCParser/
DMCAsmLexer.h48 Star, Dot, Comma, Dollar, Equal, EqualEqual, enumerator
/external/syzkaller/vendor/google.golang.org/appengine/datastore/
Dkey.go95 func (k *Key) Equal(o *Key) bool { func
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DCOFFModuleDefinition.cpp39 Equal, enumerator
/external/llvm/include/llvm/MC/MCParser/
DMCAsmLexer.h53 Star, Dot, Comma, Dollar, Equal, EqualEqual, enumerator
/external/pdfium/xfa/fwl/theme/
Dcfwl_widgettp.cpp268 bool CFWL_FontData::Equal(const WideStringView& wsFontFamily, in Equal() function in CFWL_FontData
/external/syzkaller/vendor/github.com/google/go-cmp/cmp/internal/testprotos/
Dprotos.go7 func Equal(x, y Message) bool { func
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCAsmMacro.h50 Star, Dot, Comma, Dollar, Equal, EqualEqual, enumerator
/external/tensorflow/tensorflow/compiler/xla/
Dlayout_util.cc327 /* static */ bool LayoutUtil::Equal(const Layout& lhs, const Layout& rhs) { in Equal() function in xla::LayoutUtil
Dliteral_comparison.cc165 Status Equal(LiteralSlice expected, LiteralSlice actual, in Equal() function
886 Status Equal(const LiteralSlice& expected, const LiteralSlice& actual) { in Equal() function

123