/tools/loganalysis/src/com/android/loganalysis/item/ |
D | IItem.java | 36 public IItem merge(IItem other) throws ConflictingItemException; in merge() method
|
D | GenericMapItem.java | 32 public IItem merge(IItem other) { in merge() method in GenericMapItem
|
D | DumpsysBatteryStatsItem.java | 83 public IItem merge(IItem other) throws ConflictingItemException { in merge() method in DumpsysBatteryStatsItem
|
D | TraceFormatItem.java | 41 public IItem merge(IItem other) throws ConflictingItemException { in merge() method in TraceFormatItem
|
D | CpuInfoItem.java | 50 public IItem merge(IItem other) throws ConflictingItemException { in merge() method in CpuInfoItem
|
D | BatteryDischargeItem.java | 108 public IItem merge(IItem other) throws ConflictingItemException { in merge() method in BatteryDischargeItem
|
D | BatteryUsageItem.java | 105 public IItem merge(IItem other) throws ConflictingItemException { in merge() method in BatteryUsageItem
|
D | QtaguidItem.java | 50 public IItem merge(IItem other) throws ConflictingItemException { in merge() method in QtaguidItem
|
D | InterruptItem.java | 138 public IItem merge(IItem other) throws ConflictingItemException { in merge() method in InterruptItem
|
D | BatteryStatsDetailedInfoItem.java | 134 public IItem merge(IItem other) throws ConflictingItemException { in merge() method in BatteryStatsDetailedInfoItem
|
D | LocationDumpsItem.java | 146 public IItem merge(IItem other) throws ConflictingItemException { in merge() method in LocationDumpsItem
|
D | LogcatItem.java | 154 public LogcatItem merge(IItem other) throws ConflictingItemException { in merge() method in LogcatItem
|
D | ProcessUsageItem.java | 164 public IItem merge(IItem other) throws ConflictingItemException { in merge() method in ProcessUsageItem
|
D | GenericItem.java | 50 public IItem merge(IItem other) throws ConflictingItemException { in merge() method in GenericItem
|
D | GfxInfoItem.java | 63 public IItem merge(IItem other) throws ConflictingItemException { in merge() method in GfxInfoItem
|
D | ProcrankItem.java | 164 public IItem merge(IItem other) throws ConflictingItemException { in merge() method in ProcrankItem
|
D | WakelockItem.java | 199 public IItem merge(IItem other) throws ConflictingItemException { in merge() method in WakelockItem
|
D | CompactMemInfoItem.java | 59 public IItem merge(IItem other) throws ConflictingItemException { in merge() method in CompactMemInfoItem
|
/tools/trebuchet/core/model/src/main/kotlin/trebuchet/model/fragments/ |
D | ProcessModelFragment.kt | 63 fun merge(other: trebuchet.model.fragments.ProcessModelFragment) { in <lambda>() method
|
/tools/platform-compat/build/ |
D | process_compat_config.py | 64 def merge(self, xmlFile, source): member in ConfigMerger
|
/tools/tradefederation/core/src/com/android/tradefed/util/testmapping/ |
D | TestInfo.java | 101 public void merge(TestInfo test) { in merge() method in TestInfo
|
/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/result/ |
D | TestResult.java | 191 public static TestResult merge(List<TestResult> results, MergeStrategy strategy) { in merge() method in TestResult
|
D | TestRunResult.java | 461 public static TestRunResult merge(List<TestRunResult> testRunResults) { in merge() method in TestRunResult 475 public static TestRunResult merge(List<TestRunResult> testRunResults, MergeStrategy strategy) { in merge() method in TestRunResult
|
/tools/external_updater/ |
D | git_utils.py | 127 def merge(proj_path: Path, branch: str) -> None: function
|
/tools/metalava/src/main/java/com/android/tools/metalava/ |
D | Baseline.kt | 50 var merge: Boolean = false, in <lambda>() variable in com.android.tools.metalava.Baseline 308 var merge: Boolean = false in <lambda>() variable in com.android.tools.metalava.Baseline.Builder
|