Home
last modified time | relevance | path

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

12

/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/result/
DTestRunResult.java267 mRunMetrics.putAll(runMetrics); in testRunEnded()
270 mRunProtoMetrics.putAll(TfMetricProtoUtil.upgradeConvert(runMetrics)); in testRunEnded()
282 mRunProtoMetrics.putAll(runMetrics); in testRunEnded()
389 finalRunMetrics.putAll(eachRunResult.getRunMetrics()); in merge()
390 finalRunProtoMetrics.putAll(eachRunResult.getRunProtoMetrics()); in merge()
391 finalRunLoggedFiles.putAll(eachRunResult.getRunLoggedFiles()); in merge()
DJUnit4ResultForwarder.java88 metrics.putAll(((MetricAnnotation) a).mMetrics); in testFinished()
/tools/tradefederation/core/src/com/android/tradefed/util/
DMultiMap.java109 public void putAll(Map<? extends K, ? extends V> m) { in putAll() method in MultiMap
118 public void putAll(MultiMap<K, ? extends V> m) { in putAll() method in MultiMap
DRunUtil.java203 processBuilder.environment().putAll(mEnvVariables); in createProcessBuilder()
215 processBuilder.environment().putAll(mEnvVariables); in createProcessBuilder()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DInvocationContext.java102 mNameAndDeviceMap.putAll(deviceWithName); in addAllocatedDevice()
210 mInvocationAttributes.putAll(attributesMap); in addInvocationAttributes()
218 copy.putAll(mInvocationAttributes); in getAttributes()
/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.java174 loadedConfigs.putAll( in loadingStrategy()
184 loadedConfigs.putAll( in loadingStrategy()
DSuiteModuleLoader.java103 toRun.putAll( in loadConfigsFromDirectory()
123 toRun.putAll(loadOneConfig(configName, configName, abis, suiteTag)); in loadConfigsFromJars()
DModuleDefinition.java514 metricsProto.putAll(runResult.getRunProtoMetrics()); in reportFinalResults()
515 aggLogFiles.putAll(runResult.getRunLoggedFiles()); in reportFinalResults()
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DDeviceJUnit4ClassRunner.java199 mProtoMetrics.putAll(TfMetricProtoUtil.upgradeConvert(mMetrics)); in after()
212 mMetrics.putAll(metrics); in MetricAnnotation()
DDeviceTestResult.java106 metrics.putAll(metricTest.mMetrics); in endTest()
/tools/tradefederation/core/src/com/android/tradefed/device/metric/
DDeviceMetricData.java97 metrics.putAll(mCurrentMetrics); in addToMetrics()
/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()
DCameraBurstStartupTest.java64 getAggregatedMetrics().putAll(parseResults(test.getTestName(), testMetrics)); in handleMetricsOnTestEnded()
DCameraShotLatencyTest.java70 getAggregatedMetrics().putAll(parseResults(test.getTestName(), testMetrics)); in handleMetricsOnTestEnded()
DCameraPerformanceTest.java187 resultsAll.putAll(testKpis); in parseResult()
/tools/tradefederation/core/src/com/android/tradefed/config/
DConfigurationDescriptor.java86 copy.putAll(mMetaData); in getAllMetaData()
DConfigurationFactory.java98 this.templateMap.putAll(templateMap); in ConfigId()
730 fakeTemplateMap.putAll(templateMap); in attemptLoad()
DOptionSetter.java475 map.putAll((Map)value); in setFieldValue()
497 map.putAll((MultiMap)value); in setFieldValue()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/metric/
DDeviceMetricDataFuncTest.java102 metricsData.putAll(future.get()); in testAddToMetricsMultiThreaded()
/tools/tradefederation/core/prod-tests/src/com/android/framework/tests/
DDataIdleTest.java108 idleTestMetrics.putAll(testMetrics); in run()
DBandwidthMicroBenchMarkTest.java149 bandwidthTestMetrics.putAll(testMetrics); in run()
/tools/apksig/src/main/java/com/android/apksig/internal/apk/v1/
DV1SchemeSigner.java357 mainAttrs.putAll(sourceManifest.getMainAttributes()); in generateManifestFile()

12