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

1 2 3 4 5 6 7 8 91011>>

  /external/swiftshader/src/OpenGL/compiler/preprocessor/
Macro.cpp 22 bool Macro::equals(const Macro& other) const function in class:pp::Macro
  /art/test/022-interface/src/
ObjectOverridingInterface.java 21 public boolean equals(Object o); method in interface:ObjectOverridingInterface
  /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/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
  /frameworks/compile/mclinker/lib/Target/
ELFAttributeValue.cpp 52 bool ELFAttributeValue::equals(const ELFAttributeValue& pValue) const { function in class:mcld::ELFAttributeValue
  /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/autotest/server/cros/dynamic_suite/
comparators.py 34 def equals(self, rhs): member in class:StatusContains
40 return (self._status.equals(rhs.status_code) and
41 self._test_name.equals(rhs.operation) and
42 self._reason.equals(rhs.message))
57 def equals(self, rhs): member in class:InHostList
76 def equals(self, rhs): member in class:AllInHostList
82 tests = map(self._in_host_list.equals, rhs)
  /external/conscrypt/common/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/icu/icu4c/source/i18n/
digitaffix.h 91 * Returns TRUE if this object equals rhs.
93 UBool equals(const DigitAffix &rhs) const { function in class:DigitAffix
digitgrouping.h 37 UBool equals(const DigitGrouping &rhs) const { function in class:DigitGrouping
pluralaffix.h 160 * Returns TRUE if this instance equals rhs.
162 UBool equals(const PluralAffix &rhs) const { function in class:PluralAffix
163 return affixes.equals(rhs.affixes, &eq);
170 return x.equals(y);
  /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());
  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
PackageUserStateTest.java 43 assertThat(testUserState.equals(null), is(false));
44 assertThat(testUserState.equals(testUserState), is(true));
45 assertThat(testUserState.equals(oldUserState), is(true));
49 assertThat(testUserState.equals(oldUserState), is(false));
53 assertThat(testUserState.equals(oldUserState), is(false));
57 assertThat(testUserState.equals(oldUserState), is(false));
61 assertThat(testUserState.equals(oldUserState), is(false));
65 assertThat(testUserState.equals(oldUserState), is(false));
69 assertThat(testUserState.equals(oldUserState), is(false));
73 assertThat(testUserState.equals(oldUserState), is(false))
    [all...]
  /frameworks/support/transition/api14/android/support/transition/
WindowIdApi14.java 32 public boolean equals(Object o) { method in class:WindowIdApi14
33 return o instanceof WindowIdApi14 && ((WindowIdApi14) o).mToken.equals(this.mToken);

Completed in 745 milliseconds

1 2 3 4 5 6 7 8 91011>>