Home
last modified time | relevance | path

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

12

/tools/loganalysis/src/com/android/loganalysis/item/
DIItem.java36 public IItem merge(IItem other) throws ConflictingItemException; in merge()
51 public boolean isConsistent(IItem other); in isConsistent()
DGenericMapItem.java32 public IItem merge(IItem other) { in merge()
41 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()
DBatteryDischargeItem.java108 public IItem merge(IItem other) throws ConflictingItemException { in merge()
116 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()
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()
DLocationDumpsItem.java146 public IItem merge(IItem other) throws ConflictingItemException { in merge()
154 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()
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()
DCompactMemInfoItem.java59 public IItem merge(IItem other) throws ConflictingItemException { in merge()
64 public boolean isConsistent(IItem other) { in isConsistent()
DTraceFormatItem.java41 public IItem merge(IItem other) throws ConflictingItemException { in merge()
/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/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/security/remote_provisioning/attestation_testing/java/com/google/attestationexample/
DAttestationPackageInfo.java70 public int compareTo(AttestationPackageInfo other) { in compareTo()
/tools/asuite/atest/
Dtest_mapping.py79 def __eq__(self, other): argument
/tools/metalava/src/main/java/com/android/tools/metalava/apilevels/
DApiElement.java116 final boolean introducedNotLaterThan(ApiElement other) { in introducedNotLaterThan()
297 public int compareTo(@NotNull ApiElement other) { in compareTo()

12