Searched defs:equal (Results 1 - 25 of 147) sorted by relevance

123456

/external/skia/tests/
H A DPathOpsTypesTest.cpp18 bool equal = RoughlyEqualUlps(roughlyTests[index][0], roughlyTests[index][1]); local
19 REPORTER_ASSERT(reporter, equal);
H A DStrokeTest.cpp15 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));
H A DVerticesTest.cpp14 static bool equal(const SkVertices* v0, const SkVertices* v1) { function
88 REPORTER_ASSERT(reporter, equal(v0.get(), v1.get()));
/external/skqp/tests/
H A DPathOpsTypesTest.cpp18 bool equal = RoughlyEqualUlps(roughlyTests[index][0], roughlyTests[index][1]); local
19 REPORTER_ASSERT(reporter, equal);
H A DStrokeTest.cpp15 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));
H A DVerticesTest.cpp14 static bool equal(const SkVertices* v0, const SkVertices* v1) { function
88 REPORTER_ASSERT(reporter, equal(v0.get(), v1.get()));
/external/conscrypt/libcore-stub/src/main/java/libcore/util/
H A DObjects.java27 * Returns true if two possibly-null objects are equal.
29 public static boolean equal(Object a, Object b) { method in class:Objects
/external/proguard/src/proguard/util/
H A DObjectUtil.java35 public static boolean equal(Object object1, Object object2) method in class:ObjectUtil
H A DArrayUtil.java38 public static boolean equal(byte[] array1, byte[] array2, int size) method in class:ArrayUtil
59 public static boolean equal(short[] array1, short[] array2, int size) method in class:ArrayUtil
80 public static boolean equal(int[] array1, int[] array2, int size) method in class:ArrayUtil
101 public static boolean equal(Object[] array1, Object[] array2, int size) method in class:ArrayUtil
141 equal(array1, array2, size);
/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_buffer.cc40 bool equal = id() == other.id(); local
41 if (equal) {
45 return equal;
/external/clang/test/Preprocessor/
H A Doutput_paste_avoid.cpp31 #define equal = macro
32 F: >>equal
/external/proguard/src/proguard/evaluation/value/
H A DArrayReferenceValue.java66 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(DetailedArrayReferenceValu
[all...]
H A DIdentifiedArrayReferenceValue.java61 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((IdentifiedArrayReferenceValu
[all...]
H A DIdentifiedReferenceValue.java61 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((IdentifiedArrayReferenceValu
[all...]
/external/robolectric-shadows/utils/src/main/java/org/robolectric/util/
H A DPair.java40 return equal(p.first, first) && equal(p.second, second);
52 private static boolean equal(Object a, Object b) { method in class:Pair
/external/valgrind/none/tests/x86/
H A Dbug126147-x86.c130 /* 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 (on
[all...]
/external/libcxx/test/std/containers/sequences/deque/deque.modifiers/
H A Dpush_back_exception_safety.pass.cpp27 bool equal(const CMyClass &rhs) const function in class:CMyClass
66 bool operator==(const CMyClass &lhs, const CMyClass &rhs) { return lhs.equal(rhs); }
H A Dpush_front_exception_safety.pass.cpp28 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/
H A Dpush_back_exception_safety.pass.cpp28 bool equal(const CMyClass &rhs) const function in class:CMyClass
66 bool operator==(const CMyClass &lhs, const CMyClass &rhs) { return lhs.equal(rhs); }
/external/spirv-llvm/lib/SPIRV/Mangler/
H A DFunctionDescriptor.cpp39 static bool equal(const TypeVector& l, const TypeVector& r) { function in namespace:SPIR
64 return equal(parameters, that.parameters);
/external/clang/test/SemaCXX/
H A Dbuiltins.cpp13 int equal(const char *s1, const char *s2) { function
17 template int equal<&__builtin_strcmp>(const char*, const char*); // expected-error {{builtin functions must be directly called}} expected-error {{expected unqualified-id}} expected-error {{expected ')'}} expected-note {{to match this '('}}
/external/python/cpython2/Lib/
H A Dtabnanny.py207 def equal(self, other): member in class:Whitespace
212 # Intended to be used after not self.equal(other) is known, in which
303 # equal to what's left at the top of the indents stack
322 if not indents[-1].equal(thisguy):
324 msg = "indent not equal e.g. " + format_witnesses(witness)
/external/python/cpython3/Lib/
H A Dtabnanny.py210 def equal(self, other): member in class:Whitespace
215 # Intended to be used after not self.equal(other) is known, in which
306 # equal to what's left at the top of the indents stack
325 if not indents[-1].equal(thisguy):
327 msg = "indent not equal e.g. " + format_witnesses(witness)
/external/skia/gm/
H A Dsurface.cpp102 static bool equal(const SkSurfaceProps& a, const SkSurfaceProps& b) { function
137 SkASSERT(equal(surf->props(), surf2->props()));
/external/skqp/gm/
H A Dsurface.cpp102 static bool equal(const SkSurfaceProps& a, const SkSurfaceProps& b) { function
137 SkASSERT(equal(surf->props(), surf2->props()));

Completed in 694 milliseconds

123456