/external/guava/guava/src/com/google/common/collect/ |
D | ConcurrentHashMultiset.java | 70 private final transient ConcurrentMap<E, AtomicInteger> countMap; field in ConcurrentHashMultiset 140 @VisibleForTesting ConcurrentHashMultiset(ConcurrentMap<E, AtomicInteger> countMap) { in ConcurrentHashMultiset() argument 141 checkArgument(countMap.isEmpty()); in ConcurrentHashMultiset() 142 this.countMap = countMap; in ConcurrentHashMultiset() 154 AtomicInteger existingCounter = Maps.safeGet(countMap, element); in count() 166 for (AtomicInteger value : countMap.values()) { in size() 219 AtomicInteger existingCounter = Maps.safeGet(countMap, element); in add() 221 existingCounter = countMap.putIfAbsent(element, new AtomicInteger(occurrences)); in add() 246 if ((countMap.putIfAbsent(element, newCounter) == null) in add() 247 || countMap.replace(element, existingCounter, newCounter)) { in add() [all …]
|
/external/guava/guava-tests/benchmark/com/google/common/collect/ |
D | ConcurrentHashMultisetBenchmark.java | 160 private final transient ConcurrentMap<E, Integer> countMap; 170 @VisibleForTesting OldConcurrentHashMultiset(ConcurrentMap<E, Integer> countMap) { 171 checkArgument(countMap.isEmpty()); 172 this.countMap = countMap; 185 return unbox(countMap.get(element)); 202 for (Integer value : countMap.values()) { 257 if (countMap.putIfAbsent(element, occurrences) == null) { 265 if (countMap.replace(element, current, next)) { 295 if (countMap.remove(element, current)) { 303 if (countMap.replace(casted, current, current - occurrences)) { [all …]
|
/external/emma/core/java12/com/vladium/emma/report/ |
D | AbstractReportGenerator.java | 143 … final ObjectIntMap /* packageVMName:String -> count:int */ countMap = new ObjectIntMap (); in initialize() local 154 final int count = countMap.get (packageVMName, _count) in initialize() 161 countMap.put (packageVMName, count + 1); in initialize()
|
/external/v8/src/inspector/ |
D | v8-console.cc | 359 v8::Local<v8::Map> countMap; in countCallback() local 360 if (!helper.privateMap("V8Console#countMap").ToLocal(&countMap)) return; in countCallback() 361 int32_t count = helper.getIntFromMap(countMap, identifier, 0) + 1; in countCallback() 362 helper.setIntOnMap(countMap, identifier, count); in countCallback()
|
/external/emma/lib/ |
D | emma.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/vladium/
com/ ... |
/external/owasp/sanitizer/tools/emma/lib/ |
D | emma.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/vladium/
com/ ... |
/external/owasp/sanitizer/lib/guava-libraries/ |
D | guava.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/owasp/sanitizer/distrib/lib/ |
D | guava.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/testng/ant/3rdparty/ |
D | doclava-1.0.3.jar | META-INF/MANIFEST.MF
assets/html/index.html
assets/templates/data ... |
/external/guice/lib/ |
D | guava-16.0.1.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
/external/dagger2/lib/ |
D | google-java-format-0.1-20151017.042846-2.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/robolectric/v3/runtime/ |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |