Searched refs:Equals (Results 1 - 25 of 744) sorted by last modified time

1234567891011>>

/external/stressapptest/src/
H A Dadler32memcpy.cc65 bool AdlerChecksum::Equals(const AdlerChecksum &other) const { function in class:AdlerChecksum
H A Dadler32memcpy.h28 bool Equals(const AdlerChecksum &other) const;
H A Dworker.cc911 if (!crc.Equals(*expectedcrc)) {
1216 if (!crc.Equals(*expectedcrc)) {
1360 if (!crc.Equals(*expectedcrc)) {
/external/skia/src/gpu/
H A DGrLayerCache.cpp35 static bool Equals(const GrCachedLayer& layer, const PictureLayerKey& key) { function in class:GrLayerCache::PictureLayerKey
H A DGrTHashTable.h19 * static bool Equals(const Entry&, const Key&);
21 * static bool Equals(const Entry&, const Entry&); for SK_DEBUG if GrTHashTable::validate() is called
108 if (Key::Equals(*array[high], key)) {
129 if (NULL != elem && Key::Equals(*elem, key) && filter(elem)) {
145 for ( ; index < count() && Key::Equals(*array[index], key); ++index) {
203 Key::Equals(*fSorted[i - 1], *fSorted[i]));
H A DGrTextStrike_impl.h25 static bool Equals(const GrTextStrike& strike, const Key& key) { function in class:GrFontCache::Key
88 static bool Equals(const GrGlyph& glyph, const Key& key) { function in class:GrTextStrike::Key
/external/skia/src/gpu/effects/
H A DGrTextureStripAtlas.h141 static bool Equals(const AtlasEntry& entry, const AtlasHashKey& key);
184 inline bool GrTextureStripAtlas::AtlasHashKey::Equals(const AtlasEntry& entry, function in class:GrTextureStripAtlas::AtlasHashKey
/external/skia/tests/
H A DHashCacheTest.cpp44 static bool Equals(const HashElement& entry, const HashKey& key) { function in class:HashKey
52 static bool Equals(const HashElement& a, const HashElement& b) { function in class:HashKey
/external/sfntly/cpp/src/test/
H A Dtest_utils.h43 static bool Equals(ByteArray* b1,
55 static bool Equals(ByteArray* b1,
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-param-util-generated.h2869 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator2::Iterator
2992 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator3::Iterator
3133 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator4::Iterator
3291 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator5::Iterator
3468 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator6::Iterator
3662 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator7::Iterator
3875 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator8::Iterator
4104 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator9::Iterator
4351 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator10::Iterator
H A Dgtest-param-util.h111 virtual bool Equals(const ParamIteratorInterface& other) const = 0;
146 return impl_.get() == other.impl_.get() || impl_->Equals(*other.impl_);
235 virtual bool Equals(const ParamIteratorInterface<T>& other) const { function in class:testing::internal::RangeGenerator::Iterator
332 virtual bool Equals(const ParamIteratorInterface<T>& other) const { function in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
/external/protobuf/gtest/test/
H A Dgtest_unittest.cc1253 TEST(StringTest, Equals) {
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusHeaders.h136 BOOL Equals(IN const Region* region,
H A DGdiPlusMatrix.h242 BOOL Equals(IN const Matrix *matrix) const function in class:Matrix
H A DGdiPlusRegion.h340 Region::Equals(IN const Region* region, function in class:Region
H A DGdiPlusTypes.h169 BOOL Equals(IN const SizeF& sz) const function in class:SizeF
225 BOOL Equals(IN const Size& sz) const function in class:Size
285 BOOL Equals(IN const PointF& point) function in class:PointF
340 BOOL Equals(IN const Point& point) function in class:Point
441 BOOL Equals(IN const RectF & rect) const function in class:RectF
644 BOOL Equals(IN const Rect & rect) const function in class:Rect
/external/mockito/src/org/mockito/
H A DMatchers.java488 return reportMatcher(new Equals(value)).returnFalse();
501 return reportMatcher(new Equals(value)).returnZero();
514 return reportMatcher(new Equals(value)).returnChar();
527 return reportMatcher(new Equals(value)).returnZero();
540 return reportMatcher(new Equals(value)).returnZero();
553 return reportMatcher(new Equals(value)).returnZero();
566 return reportMatcher(new Equals(value)).returnZero();
579 return reportMatcher(new Equals(value)).returnZero();
592 return (T) reportMatcher(new Equals(value)).<T>returnFor(value);
/external/mockito/src/org/mockito/internal/invocation/
H A DArgumentsProcessor.java9 import org.mockito.internal.matchers.Equals;
47 matchers.add(new Equals(arg));
/external/mockito/src/org/mockito/internal/matchers/
H A DArrayEquals.java13 public class ArrayEquals extends Equals {
58 new Equals(array[i]).describeTo(description);
H A DEquals.java14 public class Equals extends ArgumentMatcher<Object> implements ContainsExtraTypeInformation, Serializable { class in inherits:ArgumentMatcher,ContainsExtraTypeInformation,Serializable
19 public Equals(Object wanted) { method in class:Equals
57 Equals other = (Equals) o;
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-param-util-generated.h2888 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator2::Iterator
3011 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator3::Iterator
3152 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator4::Iterator
3310 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator5::Iterator
3487 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator6::Iterator
3681 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator7::Iterator
3894 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator8::Iterator
4123 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator9::Iterator
4370 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator10::Iterator

Completed in 7505 milliseconds

1234567891011>>