HomeSort by relevance Sort by last modified time
    Searched defs:halfFinishedConnections (Results 1 - 2 of 2) sorted by null

  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
ServerSocketService.java 100 private final Map<UUID, SettableFuture<OpenedSocket>> halfFinishedConnections = Maps.newHashMap();
167 * <li>If the future is already in {@link #halfFinishedConnections}, it is removed and
169 * <li>If the future is not in {@link #halfFinishedConnections}, a new {@link SettableFuture}
174 * {@link #halfFinishedConnections}.
181 SettableFuture<OpenedSocket> future = halfFinishedConnections.get(id);
184 halfFinishedConnections.put(id, future);
186 halfFinishedConnections.remove(id);
209 for (SettableFuture<OpenedSocket> future : halfFinishedConnections.values()) {
212 halfFinishedConnections.clear();
  /external/conscrypt/benchmark-android/
vogar.jar 

Completed in 63 milliseconds