Home
last modified time | relevance | path

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

/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
DBatteryDischargeItem.java108 public IItem merge(IItem other) throws ConflictingItemException { in merge() method in BatteryDischargeItem
DCpuInfoItem.java50 public IItem merge(IItem other) throws ConflictingItemException { in merge() method in CpuInfoItem
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
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
DLocationDumpsItem.java146 public IItem merge(IItem other) throws ConflictingItemException { in merge() method in LocationDumpsItem
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/tradefederation/core/src/com/android/tradefed/util/testmapping/
DTestInfo.java103 public void merge(TestInfo test) { in merge() method in TestInfo
/tools/external_updater/
Dgit_utils.py119 def merge(proj_path, branch): function
/tools/tradefederation/core/src/com/android/tradefed/result/
DTestResult.java166 public static TestResult merge(List<TestResult> results, MergeStrategy strategy) { in merge() method in TestResult
DTestRunResult.java402 public static TestRunResult merge(List<TestRunResult> testRunResults) { in merge() method in TestRunResult
416 public static TestRunResult merge(List<TestRunResult> testRunResults, MergeStrategy strategy) { in merge() method in TestRunResult
/tools/metalava/src/main/java/com/android/tools/metalava/
DBaseline.kt45 var merge: Boolean = false, in <lambda>() variable in com.android.tools.metalava.Baseline
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DInstrumentationTest.java618 void setMergeCoverageMeasurements(boolean merge) { in setMergeCoverageMeasurements()