/tools/loganalysis/src/com/android/loganalysis/item/ |
D | IItem.java | 36 public IItem merge(IItem other) throws ConflictingItemException; in merge() 51 public boolean isConsistent(IItem other); in isConsistent()
|
D | GenericMapItem.java | 32 public IItem merge(IItem other) { in merge() 41 public boolean isConsistent(IItem other) { in isConsistent()
|
D | GenericItem.java | 50 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()
|
D | DumpsysBatteryStatsItem.java | 83 public IItem merge(IItem other) throws ConflictingItemException { in merge() 91 public boolean isConsistent(IItem other) { in isConsistent()
|
D | CpuInfoItem.java | 50 public IItem merge(IItem other) throws ConflictingItemException { in merge() 58 public boolean isConsistent(IItem other) { in isConsistent()
|
D | BatteryDischargeItem.java | 108 public IItem merge(IItem other) throws ConflictingItemException { in merge() 116 public boolean isConsistent(IItem other) { in isConsistent()
|
D | BatteryUsageItem.java | 105 public IItem merge(IItem other) throws ConflictingItemException { in merge() 113 public boolean isConsistent(IItem other) { in isConsistent()
|
D | QtaguidItem.java | 50 public IItem merge(IItem other) throws ConflictingItemException { in merge() 58 public boolean isConsistent(IItem other) { in isConsistent()
|
D | InterruptItem.java | 138 public IItem merge(IItem other) throws ConflictingItemException { in merge() 146 public boolean isConsistent(IItem other) { in isConsistent()
|
D | BatteryStatsDetailedInfoItem.java | 134 public IItem merge(IItem other) throws ConflictingItemException { in merge() 142 public boolean isConsistent(IItem other) { in isConsistent()
|
D | LocationDumpsItem.java | 146 public IItem merge(IItem other) throws ConflictingItemException { in merge() 154 public boolean isConsistent(IItem other) { in isConsistent()
|
D | ProcessUsageItem.java | 164 public IItem merge(IItem other) throws ConflictingItemException { in merge() 172 public boolean isConsistent(IItem other) { in isConsistent()
|
D | GfxInfoItem.java | 63 public IItem merge(IItem other) throws ConflictingItemException { in merge() 71 public boolean isConsistent(IItem other) { in isConsistent()
|
D | ProcrankItem.java | 164 public IItem merge(IItem other) throws ConflictingItemException { in merge() 172 public boolean isConsistent(IItem other) { in isConsistent()
|
D | WakelockItem.java | 199 public IItem merge(IItem other) throws ConflictingItemException { in merge() 207 public boolean isConsistent(IItem other) { in isConsistent()
|
D | TraceFormatItem.java | 41 public IItem merge(IItem other) throws ConflictingItemException { in merge()
|
/tools/test/connectivity/acts/framework/tests/controllers/monsoon_lib/sampling/engine/ |
D | transformers_test.py | 35 def __add__(self, other): argument 39 def __truediv__(self, other): argument
|
/tools/test/connectivity/acts/framework/acts/test_utils/bt/ |
D | bt_contacts_utils.py | 143 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/ |
D | MetricsTest.java | 96 Metrics other = new Metrics(false); in testCrossValidate() local
|
/tools/apksig/src/main/java/com/android/apksig/internal/util/ |
D | Pair.java | 64 Pair other = (Pair) obj; in equals() local
|
/tools/tradefederation/core/common_util/com/android/tradefed/testtype/ |
D | Abi.java | 70 Abi other = (Abi) obj; in equals() local
|
/tools/metalava/src/main/java/com/android/tools/metalava/apilevels/ |
D | ApiElement.java | 81 final boolean introducedNotLaterThan(ApiElement other) { in introducedNotLaterThan() 232 public int compareTo(@NotNull ApiElement other) { in compareTo()
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | TimeVal.java | 167 public int compareTo(Long other) { in compareTo()
|
/tools/tradefederation/core/atest/ |
D | test_mapping.py | 81 def __eq__(self, other): argument
|
/tools/asuite/atest/ |
D | test_mapping.py | 79 def __eq__(self, other): argument
|