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

  /external/guava/src/com/google/common/collect/
MapMaker.java 298 * is currently computing the value for this key, simply waits for that thread
302 * <p>If an entry's value has not finished computing yet, query methods
311 * <li>{@link NullPointerException} if the key is null or the computing
314 * computing function. If that exception is already of type {@link
323 * passed to the computing function as type {@code K}, and unsafely stored in
548 if (valueReference == COMPUTING) {
569 if (valueReference == COMPUTING) {
572 == COMPUTING) {
624 boolean notifyOthers = (entry.getValueReference() == COMPUTING);
767 * Waits for a value that may still be computing. Unlike get()
793 private static <K, V> ValueReference<K, V> computing() { method in class:MapMaker
    [all...]
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 1985 milliseconds