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

1 2 3 4 5 6 7 8 91011>>

  /art/test/022-interface/src/
ObjectOverridingInterface.java 21 public boolean equals(Object o); method in interface:ObjectOverridingInterface
  /external/skia/src/pdf/
SkPDFBitmap.h 29 bool equals(const SkBitmap& other) const { function in class:SkPDFBitmap
  /frameworks/base/opengl/java/android/opengl/
EGLConfig.java 30 public boolean equals(Object o) { method in class:EGLConfig
EGLContext.java 30 public boolean equals(Object o) { method in class:EGLContext
EGLDisplay.java 30 public boolean equals(Object o) { method in class:EGLDisplay
EGLSurface.java 30 public boolean equals(Object o) { method in class:EGLSurface
  /frameworks/compile/slang/
slang_rs_exportable.cpp 29 bool RSExportable::equals(const RSExportable *E) const { function in class:slang::RSExportable
  /frameworks/native/opengl/tools/glgen/static/egl/
EGLConfig.java 30 public boolean equals(Object o) { method in class:EGLConfig
EGLContext.java 30 public boolean equals(Object o) { method in class:EGLContext
EGLDisplay.java 30 public boolean equals(Object o) { method in class:EGLDisplay
EGLSurface.java 30 public boolean equals(Object o) { method in class:EGLSurface
  /external/v8/test/mjsunit/regress/
regress-2250.js 31 // generated for inlining of equals invocation (marked with (*)) will be hoisted
42 return b.equals(a); // (*)
47 Object.prototype.equals = function (other) {
  /frameworks/compile/mclinker/lib/Target/
ELFAttributeValue.cpp 52 bool ELFAttributeValue::equals(const ELFAttributeValue& pValue) const { function in class:mcld::ELFAttributeValue
  /libcore/luni/src/main/java/java/util/
Comparator.java 24 * to be <i>consistent with equals</i>, its {code #compare(Object, Object)}
25 * method has to return zero for each pair of elements (a,b) where a.equals(b)
70 * @see Object#equals
72 public boolean equals(Object object); method in interface:Comparator
  /art/test/022-interface/classes/
ObjectOverridingInterface.class 
  /external/apache-harmony/support/src/test/java/tests/support/
Support_Proxy_I1.java 21 boolean equals(Object o); method in interface:Support_Proxy_I1
  /external/conscrypt/src/main/java/org/conscrypt/
ByteArray.java 22 * Byte array wrapper for hashtable use. Implements equals() and hashCode().
39 public boolean equals(Object o) { method in class:ByteArray
44 return Arrays.equals(bytes, lhs.bytes);
  /external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/message/
ConfigurationAckMessage.java 30 public boolean equals(Object obj) { method in class:ConfigurationAckMessage
  /external/guava/guava/src/com/google/common/base/
Function.java 43 * <li>The computation is <i>consistent with equals</i>; that is, {@link Objects#equal
56 * <p>Most implementations will have no reason to override the behavior of {@link Object#equals}.
64 boolean equals(@Nullable Object object); method in interface:Function
Predicate.java 43 * <li>The computation is <i>consistent with equals</i>; that is, {@link Objects#equal
56 * <p>Most implementations will have no reason to override the behavior of {@link Object#equals}.
64 boolean equals(@Nullable Object object); method in interface:Predicate
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
GeneratorStrategy.java 40 * correctly implement <code>equals</code> and <code>hashCode</code>
43 boolean equals(Object o); method in interface:GeneratorStrategy
NamingPolicy.java 39 * correctly implement <code>equals</code> and <code>hashCode</code>
42 boolean equals(Object o); method in interface:NamingPolicy
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/
CallbackFilter.java 40 * you should correctly implement <code>equals</code> and
44 boolean equals(Object o); method in interface:CallbackFilter
  /external/nist-sip/java/gov/nist/javax/sip/
LogRecord.java 12 public abstract boolean equals(Object other); method in interface:LogRecord
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/base/
BaseTryBlock.java 38 @Override public boolean equals(Object o) { method in class:BaseTryBlock
43 getExceptionHandlers().equals(other.getExceptionHandlers());

Completed in 447 milliseconds

1 2 3 4 5 6 7 8 91011>>