Home
last modified time | relevance | path

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

12

/tools/loganalysis/src/com/android/loganalysis/item/
DGenericMapItem.java32 public IItem merge(IItem other) { in merge() method in GenericMapItem
DIItem.java36 public IItem merge(IItem other) throws ConflictingItemException; in merge() method
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
DProcessUsageItem.java164 public IItem merge(IItem other) throws ConflictingItemException { in merge() method in ProcessUsageItem
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
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/external_updater/tests/
Dgitrepo.py96 def merge( member in GitRepo
/tools/tradefederation/core/src/com/android/tradefed/util/testmapping/
DTestInfo.java128 public void merge(TestInfo test) { in merge() method in TestInfo
/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/result/
DTestResult.java210 public static TestResult merge(List<TestResult> results, MergeStrategy strategy) { in merge() method in TestResult
DTestRunResult.java513 public static TestRunResult merge(List<TestRunResult> testRunResults) { in merge() method in TestRunResult
527 public static TestRunResult merge(List<TestRunResult> testRunResults, MergeStrategy strategy) { in merge() method in TestRunResult
/tools/external_updater/
Dgit_utils.py153 def merge(proj_path: Path, branch: str) -> None: function

12