Home
last modified time | relevance | path

Searched refs:putAll (Results 1 – 25 of 43) sorted by relevance

12

/tools/tradefederation/core/src/com/android/tradefed/result/
DTestRunResult.java314 mRunMetrics.putAll(runMetrics); in testRunEnded()
317 mRunProtoMetrics.putAll(TfMetricProtoUtil.upgradeConvert(runMetrics)); in testRunEnded()
329 mRunProtoMetrics.putAll(runMetrics); in testRunEnded()
479 finalRunMetrics.putAll(eachRunResult.getRunMetrics()); in merge()
480 finalRunProtoMetrics.putAll(eachRunResult.getRunProtoMetrics()); in merge()
481 finalRunLoggedFiles.putAll(eachRunResult.getRunLoggedFiles()); in merge()
DTestResult.java187 mergedResult.mProtoMetrics.putAll(attempt.getProtoMetrics()); in merge()
188 mergedResult.mMetrics.putAll(attempt.getMetrics()); in merge()
189 mergedResult.mLoggedFiles.putAll(attempt.getLoggedFiles()); in merge()
DJUnit4ResultForwarder.java95 metrics.putAll(((MetricAnnotation) a).mMetrics); in testFinished()
DDeviceFileReporter.java109 mFilePatterns.putAll(patterns); in addPatterns()
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DTfSuiteRunner.java172 configMap.putAll(expandedConfig); in loadTests()
177 configMap.putAll(expandedConfig); in loadTests()
241 configMap.putAll(subConfigs); in expandTestSuites()
DBaseTestSuite.java235 loadedConfigs.putAll( in loadingStrategy()
246 loadedConfigs.putAll( in loadingStrategy()
DSuiteModuleLoader.java127 toRun.putAll( in loadConfigsFromDirectory()
147 toRun.putAll(loadOneConfig(configName, configName, abis, suiteTag)); in loadConfigsFromJars()
/tools/tradefederation/core/src/com/android/tradefed/command/remote/
DExecCommandTracker.java62 mRunMetrics.putAll(runMetrics); in testRunEnded()
74 .putAll(TfMetricProtoUtil.compatibleConvert(mRunMetrics)) in getCommandResult()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DInvocationContext.java111 mNameAndDeviceMap.putAll(deviceWithName); in addAllocatedDevice()
219 mInvocationAttributes.putAll(attributesMap); in addInvocationAttributes()
227 copy.putAll(mInvocationAttributes); in getAttributes()
/tools/tradefederation/core/src/com/android/tradefed/util/
DMultiMap.java133 public void putAll(Map<? extends K, ? extends V> m) { in putAll() method in MultiMap
142 public void putAll(MultiMap<K, ? extends V> m) { in putAll() method in MultiMap
DRunUtil.java206 processBuilder.environment().putAll(mEnvVariables); in createProcessBuilder()
218 processBuilder.environment().putAll(mEnvVariables); in createProcessBuilder()
/tools/tradefederation/contrib/src/com/android/media/tests/
DCameraStartupTest.java197 getAggregatedMetrics().putAll(parseResults(testMetrics)); in handleMetricsOnTestEnded()
205 mMultipleRunMetrics.putAll(getAggregatedMetrics()); in handleTestRunEnded()
DCamera2LatencyTest.java66 getAggregatedMetrics().putAll(parseResults(test.getTestName(), testMetrics)); in handleMetricsOnTestEnded()
DCameraShotLatencyTest.java70 getAggregatedMetrics().putAll(parseResults(test.getTestName(), testMetrics)); in handleMetricsOnTestEnded()
DCameraBurstStartupTest.java64 getAggregatedMetrics().putAll(parseResults(test.getTestName(), testMetrics)); in handleMetricsOnTestEnded()
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DDeviceJUnit4ClassRunner.java253 mProtoMetrics.putAll(TfMetricProtoUtil.upgradeConvert(mMetrics)); in after()
266 mMetrics.putAll(metrics); in MetricAnnotation()
DDeviceTestResult.java106 metrics.putAll(metricTest.mMetrics); in endTest()
/tools/tradefederation/core/src/com/android/tradefed/config/
DConfigurationDef.java254 copy.putAll(mExpectedDevices); in createConfiguration()
290 rejectedObjects.putAll(e.getRejectedObjects()); in createConfiguration()
DConfigurationFactory.java98 this.templateMap.putAll(templateMap); in ConfigId()
734 fakeTemplateMap.putAll(templateMap); in attemptLoad()
/tools/tradefederation/contrib/src/com/android/uicd/tests/
DUiConductorTest.java155 copiedTestFileMap.putAll( in run()
300 copiedTestFileMap.putAll( in copyFile()
/tools/tradefederation/core/src/com/android/tradefed/device/metric/
DDeviceMetricData.java97 metrics.putAll(mCurrentMetrics); in addToMetrics()
/tools/tradefederation/core/src/com/android/tradefed/log/
DBaseLeveledLogOutput.java60 mVerbosityMap.putAll(mClassVerbosity); in initFilters()
/tools/tradefederation/core/src/com/android/tradefed/build/
DBuildInfo.java203 mBuildAttributes.putAll(buildAttributes); in addBuildAttributes()
210 mBuildAttributes.putAll(build.getAttributesMultiMap()); in addAllBuildAttributes()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/metric/
DDeviceMetricDataFuncTest.java102 metricsData.putAll(future.get()); in testAddToMetricsMultiThreaded()
/tools/tradefederation/contrib/src/com/android/framework/tests/
DDataIdleTest.java105 idleTestMetrics.putAll(testMetrics); in run()

12