Home
last modified time | relevance | path

Searched defs:equals (Results 1 – 25 of 723) sorted by relevance

12345678910>>...29

/frameworks/base/startop/iorap/src/com/google/android/startop/iorap/
DAppLaunchEvent.java63 public boolean equals(Object other) { in equals() method in AppLaunchEvent
70 protected boolean equals(AppLaunchEvent other) { in equals() method in AppLaunchEvent
98 public boolean equals(Object other) { in equals() method in AppLaunchEvent.IntentStarted
130 public boolean equals(Object other) { in equals() method in AppLaunchEvent.IntentFailed
155 public boolean equals(Object other) { in equals() method in AppLaunchEvent.BaseWithActivityRecordData
193 public boolean equals(Object other) { in equals() method in AppLaunchEvent.ActivityLaunched
225 public boolean equals(Object other) { in equals() method in AppLaunchEvent.ActivityLaunchFinished
243 public boolean equals(Object other) { in equals() method in AppLaunchEvent.ActivityLaunchCancelled
DActivityInfo.java60 public boolean equals(Object other) { in equals() method in ActivityInfo
69 private boolean equals(ActivityInfo other) { in equals() method in ActivityInfo
DRequestId.java78 public boolean equals(Object other) { in equals() method in RequestId
87 private boolean equals(RequestId other) { in equals() method in RequestId
DSystemServiceEvent.java69 public boolean equals(Object other) { in equals() method in SystemServiceEvent
78 private boolean equals(SystemServiceEvent other) { in equals() method in SystemServiceEvent
DTaskResult.java79 public boolean equals(Object other) { in equals() method in TaskResult
88 private boolean equals(TaskResult other) { in equals() method in TaskResult
DActivityHintEvent.java96 public boolean equals(Object other) { in equals() method in ActivityHintEvent
105 private boolean equals(ActivityHintEvent other) { in equals() method in ActivityHintEvent
DSystemServiceUserEvent.java84 public boolean equals(Object other) { in equals() method in SystemServiceUserEvent
93 private boolean equals(SystemServiceUserEvent other) { in equals() method in SystemServiceUserEvent
DAppIntentEvent.java91 public boolean equals(Object other) { in equals() method in AppIntentEvent
100 private boolean equals(AppIntentEvent other) { in equals() method in AppIntentEvent
DPackageEvent.java79 public boolean equals(Object other) { in equals() method in PackageEvent
88 private boolean equals(PackageEvent other) { in equals() method in PackageEvent
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/src/main/java/com/google/protobuf/nano/
DInternalNano.java143 public static boolean equals(int[] field1, int[] field2) { in equals() method in InternalNano
155 public static boolean equals(long[] field1, long[] field2) { in equals() method in InternalNano
167 public static boolean equals(float[] field1, float[] field2) { in equals() method in InternalNano
179 public static boolean equals(double[] field1, double[] field2) { in equals() method in InternalNano
191 public static boolean equals(boolean[] field1, boolean[] field2) { in equals() method in InternalNano
205 public static boolean equals(byte[][] field1, byte[][] field2) { in equals() method in InternalNano
240 public static boolean equals(Object[] field1, Object[] field2) { in equals() method in InternalNano
486 public static <K, V> boolean equals(Map<K, V> a, Map<K, V> b) { in equals() method in InternalNano
/frameworks/base/services/core/java/com/android/server/twilight/
DTwilightState.java83 public boolean equals(Object o) { in equals() method in TwilightState
87 public boolean equals(TwilightState other) { in equals() method in TwilightState
/frameworks/base/core/java/android/bluetooth/le/
DBluetoothLeUtils.java82 static boolean equals(SparseArray<byte[]> array, SparseArray<byte[]> otherArray) { in equals() method in BluetoothLeUtils
106 static <T> boolean equals(Map<T, byte[]> map, Map<T, byte[]> otherMap) { in equals() method in BluetoothLeUtils
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DMapFieldLite.java108 private static boolean equals(Object a, Object b) { in equals() method in MapFieldLite
120 static <K, V> boolean equals(Map<K, V> a, Map<K, V> b) { in equals() method in MapFieldLite
143 public boolean equals(Object object) { in equals() method in MapFieldLite
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/
Dmox.py774 def equals(self, rhs): member in Comparator
807 def equals(self, rhs): member in IsA
846 def equals(self, rhs): member in IsAlmost
884 def equals(self, rhs): member in StrContains
922 def equals(self, rhs): member in Regex
955 def equals(self, rhs): member in In
989 def equals(self, rhs): member in ContainsKeyValue
1021 def equals(self, actual_seq): member in SameElementsAs
1059 def equals(self, rhs): member in And
1092 def equals(self, rhs): member in Or
[all …]
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
DObjectCounterTest.java55 public boolean equals(Object o) { in equals() method in ObjectCounterTest.TestKey
98 public boolean equals(Object o) { in equals() method in ObjectCounterTest.TestKeyProto
/frameworks/opt/net/ike/src/java/com/android/ike/ikev2/
DIkeIdentification.java126 public boolean equals(Object o) { in equals() method in IkeIdentification.IkeIpv4AddrIdentification
180 public boolean equals(Object o) { in equals() method in IkeIdentification.IkeIpv6AddrIdentification
/frameworks/base/opengl/java/android/opengl/
DEGLSync.java30 public boolean equals(Object o) { in equals() method in EGLSync
DEGLImage.java30 public boolean equals(Object o) { in equals() method in EGLImage
DEGLSurface.java30 public boolean equals(Object o) { in equals() method in EGLSurface
/frameworks/native/opengl/tools/glgen/static/egl/
DEGLSurface.java30 public boolean equals(Object o) { in equals() method in EGLSurface
DEGLConfig.java30 public boolean equals(Object o) { in equals() method in EGLConfig
DEGLImage.java30 public boolean equals(Object o) { in equals() method in EGLImage
DEGLSync.java30 public boolean equals(Object o) { in equals() method in EGLSync
DEGLDisplay.java30 public boolean equals(Object o) { in equals() method in EGLDisplay
/frameworks/compile/mclinker/lib/Target/
DELFAttributeValue.cpp52 bool ELFAttributeValue::equals(const ELFAttributeValue& pValue) const { in equals() function in mcld::ELFAttributeValue

12345678910>>...29