Home
last modified time | relevance | path

Searched refs:putIfAbsent (Results 1 – 8 of 8) sorted by relevance

/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/metric/
DHistogram.java71 mCounts.putIfAbsent(mMinCutoff, 0); in Histogram()
73 mCounts.putIfAbsent(Long.MAX_VALUE, 0); in Histogram()
75 mCounts.putIfAbsent(bucket + bucketSize, 0); in Histogram()
/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/invoker/
DExecutionProperties.java58 public String putIfAbsent(String key, String value) { in putIfAbsent() method in ExecutionProperties
59 return mProperties.putIfAbsent(key, value); in putIfAbsent()
DExecutionFiles.java109 public File putIfAbsent(String key, File value) { in putIfAbsent() method in ExecutionFiles
110 return mFiles.putIfAbsent(key, value); in putIfAbsent()
/tools/tradefederation/core/test_framework/com/android/tradefed/device/metric/
DTemperatureCollector.java101 mMaxDeviceTemps.putIfAbsent(device, temp); in collect()
102 mMinDeviceTemps.putIfAbsent(device, temp); in collect()
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/util/
DStringCache.kt30 cache.putIfAbsent(slice.compact(), ret) in stringFor()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/metric/
DHostStatsdMetricCollectorTest.java169 reportsPerDevice.putIfAbsent(device, 1); in processStatsReport()
/tools/tradefederation/core/src/com/android/tradefed/config/
DDynamicRemoteFileResolver.java515 resolvers.putIfAbsent(resolver.getSupportedProtocol(), resolver); in load()
/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDevice.java1621 map.putIfAbsent(pair[0], pair[1]); in getAllSettingsInternal()