Searched refs:putIfAbsent (Results 1 – 8 of 8) sorted by relevance
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/metric/ |
D | Histogram.java | 71 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/ |
D | ExecutionProperties.java | 58 public String putIfAbsent(String key, String value) { in putIfAbsent() method in ExecutionProperties 59 return mProperties.putIfAbsent(key, value); in putIfAbsent()
|
D | ExecutionFiles.java | 109 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/ |
D | TemperatureCollector.java | 101 mMaxDeviceTemps.putIfAbsent(device, temp); in collect() 102 mMinDeviceTemps.putIfAbsent(device, temp); in collect()
|
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/util/ |
D | StringCache.kt | 30 cache.putIfAbsent(slice.compact(), ret) in stringFor()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/device/metric/ |
D | HostStatsdMetricCollectorTest.java | 169 reportsPerDevice.putIfAbsent(device, 1); in processStatsReport()
|
/tools/tradefederation/core/src/com/android/tradefed/config/ |
D | DynamicRemoteFileResolver.java | 515 resolvers.putIfAbsent(resolver.getSupportedProtocol(), resolver); in load()
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | TestDevice.java | 1621 map.putIfAbsent(pair[0], pair[1]); in getAllSettingsInternal()
|