Home
last modified time | relevance | path

Searched defs:merge (Results 1 – 25 of 27) sorted by relevance

12

/tools/loganalysis/src/com/android/loganalysis/item/
DIItem.java36 public IItem merge(IItem other) throws ConflictingItemException; in merge() method
DGenericMapItem.java32 public IItem merge(IItem other) { in merge() method in GenericMapItem
DDumpsysBatteryStatsItem.java83 public IItem merge(IItem other) throws ConflictingItemException { in merge() method in DumpsysBatteryStatsItem
DTraceFormatItem.java41 public IItem merge(IItem other) throws ConflictingItemException { in merge() method in TraceFormatItem
DCpuInfoItem.java50 public IItem merge(IItem other) throws ConflictingItemException { in merge() method in CpuInfoItem
DBatteryDischargeItem.java108 public IItem merge(IItem other) throws ConflictingItemException { in merge() method in BatteryDischargeItem
DBatteryUsageItem.java105 public IItem merge(IItem other) throws ConflictingItemException { in merge() method in BatteryUsageItem
DQtaguidItem.java50 public IItem merge(IItem other) throws ConflictingItemException { in merge() method in QtaguidItem
DInterruptItem.java138 public IItem merge(IItem other) throws ConflictingItemException { in merge() method in InterruptItem
DBatteryStatsDetailedInfoItem.java134 public IItem merge(IItem other) throws ConflictingItemException { in merge() method in BatteryStatsDetailedInfoItem
DLocationDumpsItem.java146 public IItem merge(IItem other) throws ConflictingItemException { in merge() method in LocationDumpsItem
DLogcatItem.java154 public LogcatItem merge(IItem other) throws ConflictingItemException { in merge() method in LogcatItem
DProcessUsageItem.java164 public IItem merge(IItem other) throws ConflictingItemException { in merge() method in ProcessUsageItem
DGenericItem.java50 public IItem merge(IItem other) throws ConflictingItemException { in merge() method in GenericItem
DGfxInfoItem.java63 public IItem merge(IItem other) throws ConflictingItemException { in merge() method in GfxInfoItem
DProcrankItem.java164 public IItem merge(IItem other) throws ConflictingItemException { in merge() method in ProcrankItem
DWakelockItem.java199 public IItem merge(IItem other) throws ConflictingItemException { in merge() method in WakelockItem
DCompactMemInfoItem.java59 public IItem merge(IItem other) throws ConflictingItemException { in merge() method in CompactMemInfoItem
/tools/trebuchet/core/model/src/main/kotlin/trebuchet/model/fragments/
DProcessModelFragment.kt63 fun merge(other: trebuchet.model.fragments.ProcessModelFragment) { in <lambda>() method
/tools/platform-compat/build/
Dprocess_compat_config.py64 def merge(self, xmlFile, source): member in ConfigMerger
/tools/tradefederation/core/src/com/android/tradefed/util/testmapping/
DTestInfo.java101 public void merge(TestInfo test) { in merge() method in TestInfo
/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/result/
DTestResult.java191 public static TestResult merge(List<TestResult> results, MergeStrategy strategy) { in merge() method in TestResult
DTestRunResult.java461 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/
Dgit_utils.py127 def merge(proj_path: Path, branch: str) -> None: function
/tools/metalava/src/main/java/com/android/tools/metalava/
DBaseline.kt50 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

12