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

1 2 3 4 5 6 7 8

  /external/skia/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));
VerticesTest.cpp 14 static bool equal(const SkVertices* v0, const SkVertices* v1) { function
88 REPORTER_ASSERT(reporter, equal(v0.get(), v1.get()));
  /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));
VerticesTest.cpp 14 static bool equal(const SkVertices* v0, const SkVertices* v1) { function
88 REPORTER_ASSERT(reporter, equal(v0.get(), v1.get()));
  /external/grpc-grpc-java/core/src/test/java/io/grpc/inprocess/
InProcessSocketAddressTest.java 30 public void equal() { method in class:InProcessSocketAddressTest
  /external/proguard/src/proguard/util/
ObjectUtil.java 35 public static boolean equal(Object object1, Object object2) method in class:ObjectUtil
ArrayUtil.java 38 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/
hlo_buffer.cc 37 bool equal = id() == other.id(); local
38 if (equal) {
42 return equal;
  /external/tensorflow/tensorflow/compiler/xla/
shape.cc 119 bool Shape::Equal::operator()(const Shape& lhs, const Shape& rhs) {
150 Layout::Equal equal; variable
152 equal.IgnoreTiles();
155 equal.IgnoreElementSize();
157 if (!equal(lhs.layout(), rhs.layout())) {
  /external/clang/test/Preprocessor/
output_paste_avoid.cpp 31 #define equal = macro
32 F: >>equal
  /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/libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/
merge.pass.cpp 87 struct equal struct
89 equal() = default;
106 typedef std::unordered_map<Counter<int>, int, hasher, equal> second_map_type;
107 typedef std::unordered_multimap<Counter<int>, int, hasher, equal> third_map_type;
  /external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/
merge.pass.cpp 87 struct equal struct
89 equal() = default;
106 typedef std::unordered_multimap<Counter<int>, int, hasher, equal> second_map_type;
107 typedef std::unordered_map<Counter<int>, int, hasher, equal> third_map_type;
  /external/libcxx/test/std/containers/unord/unord.multiset/
merge.pass.cpp 87 struct equal struct
89 equal() = default;
103 typedef std::unordered_multiset<Counter<int>, hasher, equal> second_set_type;
104 typedef std::unordered_set<Counter<int>, hasher, equal> third_set_type;
  /external/libcxx/test/std/containers/unord/unord.set/
merge.pass.cpp 87 struct equal struct
89 equal() = default;
103 typedef std::unordered_set<Counter<int>, hasher, equal> second_set_type;
104 typedef std::unordered_multiset<Counter<int>, hasher, equal> third_set_type;
  /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/mockito/src/test/java/org/mockito/internal/creation/
DelegatingMethodTest.java 36 DelegatingMethod equal = new DelegatingMethod(someMethod); local
37 assertTrue(delegatingMethod.equals(equal));

Completed in 1705 milliseconds

1 2 3 4 5 6 7 8