Home
last modified time | relevance | path

Searched defs:other (Results 1 – 25 of 65) sorted by relevance

123

/tools/loganalysis/src/com/android/loganalysis/item/
DGenericMapItem.java32 public IItem merge(IItem other) { in merge()
41 public boolean isConsistent(IItem other) { in isConsistent()
DIItem.java36 public IItem merge(IItem other) throws ConflictingItemException; in merge()
51 public boolean isConsistent(IItem other); in isConsistent()
DGenericItem.java50 public IItem merge(IItem other) throws ConflictingItemException { in merge()
71 protected Map<String, Object> mergeAttributes(IItem other, Set<String> attributes) in mergeAttributes()
91 public boolean isConsistent(IItem other) { in isConsistent()
112 public boolean equals(Object other) { in equals()
DDumpsysBatteryStatsItem.java83 public IItem merge(IItem other) throws ConflictingItemException { in merge()
91 public boolean isConsistent(IItem other) { in isConsistent()
DCpuInfoItem.java50 public IItem merge(IItem other) throws ConflictingItemException { in merge()
58 public boolean isConsistent(IItem other) { in isConsistent()
DBatteryDischargeItem.java108 public IItem merge(IItem other) throws ConflictingItemException { in merge()
116 public boolean isConsistent(IItem other) { in isConsistent()
DBatteryUsageItem.java105 public IItem merge(IItem other) throws ConflictingItemException { in merge()
113 public boolean isConsistent(IItem other) { in isConsistent()
DQtaguidItem.java50 public IItem merge(IItem other) throws ConflictingItemException { in merge()
58 public boolean isConsistent(IItem other) { in isConsistent()
DInterruptItem.java138 public IItem merge(IItem other) throws ConflictingItemException { in merge()
146 public boolean isConsistent(IItem other) { in isConsistent()
DBatteryStatsDetailedInfoItem.java134 public IItem merge(IItem other) throws ConflictingItemException { in merge()
142 public boolean isConsistent(IItem other) { in isConsistent()
DProcessUsageItem.java164 public IItem merge(IItem other) throws ConflictingItemException { in merge()
172 public boolean isConsistent(IItem other) { in isConsistent()
DLocationDumpsItem.java146 public IItem merge(IItem other) throws ConflictingItemException { in merge()
154 public boolean isConsistent(IItem other) { in isConsistent()
DGfxInfoItem.java63 public IItem merge(IItem other) throws ConflictingItemException { in merge()
71 public boolean isConsistent(IItem other) { in isConsistent()
DProcrankItem.java164 public IItem merge(IItem other) throws ConflictingItemException { in merge()
172 public boolean isConsistent(IItem other) { in isConsistent()
DWakelockItem.java199 public IItem merge(IItem other) throws ConflictingItemException { in merge()
207 public boolean isConsistent(IItem other) { in isConsistent()
/tools/tradefederation/core/javatests/com/android/tradefed/result/
DTestDescriptionTest.java43 public boolean equals(Object other) { in equals()
61 public boolean equals(Object other) { in equals()
/tools/test/connectivity/acts/framework/acts/controllers/
Dpower_metrics.py104 def __eq__(self, other): argument
107 def __lt__(self, other): argument
110 def __le__(self, other): argument
115 def __add__(self, other): argument
122 def __sub__(self, other): argument
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
Dbt_contacts_utils.py143 def __eq__(self, other): argument
163 def __lt__(self, other): argument
172 def __eq__(self, other): argument
175 def __ne__(self, other): argument
/tools/tradefederation/contrib/tests/src/com/android/regression/tests/
DMetricsTest.java96 Metrics other = new Metrics(false); in testCrossValidate() local
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DDeviceFoldableState.java60 DeviceFoldableState other = (DeviceFoldableState) obj; in equals() local
/tools/platform-compat/java/com/android/class2nonsdklist/
DPackageAndClassName.java53 PackageAndClassName other = (PackageAndClassName) obj; in equals() local
DApiComponents.java307 ApiComponents other = (ApiComponents) obj; in equals() local
323 public boolean equalsIgnoringParam(ApiComponents other) { in equalsIgnoringParam()
/tools/apksig/src/main/java/com/android/apksig/internal/util/
DPair.java64 Pair other = (Pair) obj; in equals() local
/tools/tradefederation/core/common_util/com/android/tradefed/testtype/
DAbi.java70 Abi other = (Abi) obj; in equals() local
/tools/security/remote_provisioning/attestation_testing/java/com/google/attestationexample/
DAttestationPackageInfo.java70 public int compareTo(AttestationPackageInfo other) { in compareTo()

123