HomeSort by relevance Sort by last modified time
    Searched defs:equal (Results 1 - 25 of 756) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/skia/tests/
PathOpsTypesTest.cpp 18 bool equal = RoughlyEqualUlps(roughlyTests[index][0], roughlyTests[index][1]); local
19 REPORTER_ASSERT(reporter, equal);
  /external/skqp/tests/
PathOpsTypesTest.cpp 18 bool equal = RoughlyEqualUlps(roughlyTests[index][0], roughlyTests[index][1]); local
19 REPORTER_ASSERT(reporter, equal);
StrokeTest.cpp 15 static bool equal(const SkRect& a, const SkRect& b) { function
74 REPORTER_ASSERT(reporter, equal(outer, fillPath.getBounds()));
82 REPORTER_ASSERT(reporter, equal(nested[0], outer));
83 REPORTER_ASSERT(reporter, equal(nested[1], inner));
  /prebuilts/go/darwin-x86/src/go/token/
serialize_test.go 14 // equal returns nil if p and q describe the same file set;
16 func equal(p, q *FileSet) error { func
88 if err := equal(p, q); err != nil {
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug406.go 14 func (a matrix) equal() bool { func
25 i = true && a.equal()
  /prebuilts/go/darwin-x86/test/
literal.go 23 func equal(a, b float32) bool { func
143 assert(equal(f09, 1/f10), "f09")
146 assert(equal(f13, f09/10.0), "f13")
147 assert(equal(f14, f12/10.0), "f14")
148 assert(equal(f15, f16/1e20), "f15")
  /prebuilts/go/linux-x86/src/go/token/
serialize_test.go 14 // equal returns nil if p and q describe the same file set;
16 func equal(p, q *FileSet) error { func
88 if err := equal(p, q); err != nil {
  /prebuilts/go/linux-x86/test/fixedbugs/
bug406.go 14 func (a matrix) equal() bool { func
25 i = true && a.equal()
  /prebuilts/go/linux-x86/test/
literal.go 23 func equal(a, b float32) bool { func
143 assert(equal(f09, 1/f10), "f09")
146 assert(equal(f13, f09/10.0), "f13")
147 assert(equal(f14, f12/10.0), "f14")
148 assert(equal(f15, f16/1e20), "f15")
  /external/proguard/src/proguard/util/
ObjectUtil.java 35 public static boolean equal(Object object1, Object object2) method in class:ObjectUtil
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_buffer.cc 40 bool equal = id() == other.id(); local
41 if (equal) {
45 return equal;
  /prebuilts/go/darwin-x86/src/crypto/tls/
ticket.go 30 func (s *sessionState) equal(i interface{}) bool { func
38 !bytes.Equal(s.masterSecret, s1.masterSecret) {
47 if !bytes.Equal(s.certificates[i], s1.certificates[i]) {
170 if bytes.Equal(keyName, candidateKey.keyName[:]) {
  /prebuilts/go/linux-x86/src/crypto/tls/
ticket.go 30 func (s *sessionState) equal(i interface{}) bool { func
38 !bytes.Equal(s.masterSecret, s1.masterSecret) {
47 if !bytes.Equal(s.certificates[i], s1.certificates[i]) {
170 if bytes.Equal(keyName, candidateKey.keyName[:]) {
  /external/clang/test/Preprocessor/
output_paste_avoid.cpp 31 #define equal = macro
32 F: >>equal
  /external/conscrypt/libcore-stub/src/main/java/libcore/util/
Objects.java 27 * Returns true if two possibly-null objects are equal.
29 public static boolean equal(Object a, Object b) { method in class:Objects
  /external/libcxx/test/std/containers/sequences/deque/deque.modifiers/
push_back_exception_safety.pass.cpp 27 bool equal(const CMyClass &rhs) const function in class:CMyClass
66 bool operator==(const CMyClass &lhs, const CMyClass &rhs) { return lhs.equal(rhs); }
push_front_exception_safety.pass.cpp 28 bool equal(const CMyClass &rhs) const function in class:CMyClass
66 bool operator==(const CMyClass &lhs, const CMyClass &rhs) { return lhs.equal(rhs); }
  /external/libcxx/test/std/containers/sequences/vector/vector.modifiers/
push_back_exception_safety.pass.cpp 28 bool equal(const CMyClass &rhs) const function in class:CMyClass
66 bool operator==(const CMyClass &lhs, const CMyClass &rhs) { return lhs.equal(rhs); }
  /external/proguard/src/proguard/evaluation/value/
ArrayReferenceValue.java 66 public int equal(ReferenceValue other) method in class:ArrayReferenceValue
68 return other.equal(this);
81 // public int equal(IdentifiedReferenceValue other)
83 // return equal((TypedReferenceValue)other);
103 public int equal(ArrayReferenceValue other) method in class:ArrayReferenceValue
105 if (this.arrayLength.equal(other.arrayLength) == NEVER)
110 return equal((TypedReferenceValue)other);
123 // public int equal(IdentifiedArrayReferenceValue other)
125 // return equal((ArrayReferenceValue)other);
138 // public int equal(DetailedArrayReferenceValue other
    [all...]
IdentifiedArrayReferenceValue.java 61 public int equal(ReferenceValue other) method in class:IdentifiedArrayReferenceValue
63 return other.equal(this);
76 // public int equal(IdentifiedReferenceValue other)
78 // return equal((TypedReferenceValue)other);
91 // public int equal(ArrayReferenceValue other)
93 // return equal((TypedReferenceValue)other);
106 public int equal(IdentifiedArrayReferenceValue other) method in class:IdentifiedArrayReferenceValue
109 this.equal((TypedReferenceValue)other);
122 // public int equal(DetailedArrayReferenceValue other)
124 // return equal((IdentifiedArrayReferenceValue)other)
    [all...]
IdentifiedReferenceValue.java 61 public int equal(ReferenceValue other) method in class:IdentifiedReferenceValue
63 return other.equal(this);
76 public int equal(IdentifiedReferenceValue other) method in class:IdentifiedReferenceValue
79 this.equal((TypedReferenceValue)other);
92 // public int equal(ArrayReferenceValue other)
94 // return equal((TypedReferenceValue)other);
107 // public int equal(IdentifiedArrayReferenceValue other)
109 // return equal((ArrayReferenceValue)other);
122 // public int equal(DetailedArrayReferenceValue other)
124 // return equal((IdentifiedArrayReferenceValue)other)
    [all...]
  /external/robolectric-shadows/utils/src/main/java/org/robolectric/util/
Pair.java 40 return equal(p.first, first) && equal(p.second, second);
52 private static boolean equal(Object a, Object b) { method in class:Pair
  /external/spirv-llvm/lib/SPIRV/Mangler/
FunctionDescriptor.cpp 39 static bool equal(const TypeVector& l, const TypeVector& r) { function in namespace:SPIR
64 return equal(parameters, that.parameters);
  /external/valgrind/none/tests/x86/
bug126147-x86.c 130 /* Complain if first two args don't strcmp as equal. */
132 equal (const char *a, const char *b, int number) function
147 equal (one, "abc", 2); /* Did the copy go right? */
151 equal (one, "xycdefgh", 3); /* Copy cut by count. */
155 equal (one, "xyzdefgh", 4);
159 equal (one, "xyz", 5);
160 equal (one+4, "efgh", 6); /* Wrote too much? */
164 equal (one, "xyz", 7);
165 equal (one+4, "", 8);
166 equal (one+5, "fgh", 9)
    [all...]
  /frameworks/support/collection/src/main/java/androidx/collection/
ContainerHelpers.java 40 public static boolean equal(Object a, Object b) { method in class:ContainerHelpers

Completed in 274 milliseconds

1 2 3 4 5 6 7 8 91011>>