Home
last modified time | relevance | path

Searched defs:other (Results 1 – 25 of 48) 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()
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()
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()
DTraceFormatItem.java41 public IItem merge(IItem other) throws ConflictingItemException { in merge()
/tools/test/connectivity/acts/framework/tests/controllers/monsoon_lib/sampling/engine/
Dtransformers_test.py35 def __add__(self, other): argument
39 def __truediv__(self, other): argument
/tools/test/connectivity/acts/framework/acts/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/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/metalava/src/main/java/com/android/tools/metalava/apilevels/
DApiElement.java81 final boolean introducedNotLaterThan(ApiElement other) { in introducedNotLaterThan()
232 public int compareTo(@NotNull ApiElement other) { in compareTo()
/tools/tradefederation/core/src/com/android/tradefed/util/
DTimeVal.java167 public int compareTo(Long other) { in compareTo()
/tools/tradefederation/core/atest/
Dtest_mapping.py81 def __eq__(self, other): argument
/tools/asuite/atest/
Dtest_mapping.py79 def __eq__(self, other): argument

12