Searched defs:equals (Results 1 - 25 of 352) sorted by relevance

1234567891011>>

/frameworks/compile/slang/
H A Dslang_rs_exportable.cpp29 bool RSExportable::equals(const RSExportable *E) const { function in class:slang::RSExportable
/frameworks/base/opengl/java/android/opengl/
H A DEGLConfig.java30 public boolean equals(Object o) { method in class:EGLConfig
H A DEGLContext.java30 public boolean equals(Object o) { method in class:EGLContext
H A DEGLDisplay.java30 public boolean equals(Object o) { method in class:EGLDisplay
H A DEGLSurface.java30 public boolean equals(Object o) { method in class:EGLSurface
/frameworks/compile/mclinker/lib/Target/
H A DELFAttributeValue.cpp52 bool ELFAttributeValue::equals(const ELFAttributeValue& pValue) const { function in class:mcld::ELFAttributeValue
/frameworks/native/opengl/tools/glgen/static/egl/
H A DEGLConfig.java30 public boolean equals(Object o) { method in class:EGLConfig
H A DEGLContext.java30 public boolean equals(Object o) { method in class:EGLContext
H A DEGLDisplay.java30 public boolean equals(Object o) { method in class:EGLDisplay
H A DEGLSurface.java30 public boolean equals(Object o) { method in class:EGLSurface
/frameworks/base/core/java/android/accounts/
H A DAccountAndUser.java33 public boolean equals(Object o) { method in class:AccountAndUser
37 return this.account.equals(other.account)
H A DAccount.java25 * {@link Parcelable} and also overrides {@link #equals} and {@link #hashCode}, making it
32 public boolean equals(Object o) { method in class:Account
36 return name.equals(other.name) && type.equals(other.type);
/frameworks/base/core/java/android/transition/
H A DTransitionValues.java62 public boolean equals(Object other) { method in class:TransitionValues
65 if (values.equals(((TransitionValues) other).values)) {
/frameworks/base/media/java/android/media/
H A DAudioHandle.java37 public boolean equals(Object o) { method in class:AudioHandle
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLDisplayImpl.java29 public boolean equals(Object o) { method in class:EGLDisplayImpl
/frameworks/base/core/java/android/bluetooth/le/
H A DBluetoothLeUtils.java82 static boolean equals(SparseArray<byte[]> array, SparseArray<byte[]> otherArray) { method in class:BluetoothLeUtils
96 !Arrays.equals(array.valueAt(i), otherArray.valueAt(i))) {
106 static <T> boolean equals(Map<T, byte[]> map, Map<T, byte[]> otherMap) { method in class:BluetoothLeUtils
117 if (!keys.equals(otherMap.keySet())) {
/frameworks/base/core/java/android/content/pm/
H A DKeySet.java48 public boolean equals(Object o) { method in class:KeySet
H A DPackageCleanItem.java35 public boolean equals(Object obj) { method in class:PackageCleanItem
42 return userId == other.userId && packageName.equals(other.packageName)
/frameworks/base/core/java/android/hardware/camera2/params/
H A DReprocessFormatsMap.java235 public boolean equals(final Object obj) { method in class:ReprocessFormatsMap
245 return Arrays.equals(mEntry, other.mEntry);
/frameworks/base/core/java/android/net/
H A DNetworkKey.java49 * Information identifying a Wi-Fi network. Only set when {@link #type} equals
92 public boolean equals(Object o) { method in class:NetworkKey
98 return type == that.type && Objects.equals(wifiKey, that.wifiKey);
H A DScoredNetwork.java87 public boolean equals(Object o) { method in class:ScoredNetwork
93 return Objects.equals(networkKey, that.networkKey) &&
94 Objects.equals(rssiCurve, that.rssiCurve);
/frameworks/base/core/java/android/os/
H A DParcelUuid.java92 public boolean equals(Object object) { method in class:ParcelUuid
107 return (this.mUuid.equals(that.mUuid));
/frameworks/base/core/java/android/print/
H A DPrintJobId.java60 public boolean equals(Object obj) { method in class:PrintJobId
71 if (!TextUtils.equals(mValue, other.mValue)) {
/frameworks/base/core/java/android/util/
H A DPair.java23 * implementation of equals(), returning true if equals() is true on each of the contained
43 * {@link Object#equals(Object)} methods.
50 public boolean equals(Object o) { method in class:Pair
/frameworks/base/graphics/java/android/graphics/
H A DInsets.java82 public boolean equals(Object o) { method in class:Insets

Completed in 426 milliseconds

1234567891011>>