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

  /libcore/ojluni/src/main/java/java/util/stream/
Collector.java 60 * {@link Characteristics#CONCURRENT}, that provide hints that can be used by a
122 * <li>For non-concurrent collectors, any result returned from the result
129 * <li>For concurrent collectors, an implementation is free to (but not
130 * required to) implement reduction concurrently. A concurrent reduction
134 * A concurrent reduction should only be applied if the collector has the
316 * Indicates that this collector is <em>concurrent</em>, meaning that
321 * <p>If a {@code CONCURRENT} collector is not also {@code UNORDERED},
325 CONCURRENT,
  /libcore/ojluni/src/main/java/java/util/
Spliterator.java 52 * {@link #IMMUTABLE}, {@link #CONCURRENT}, and {@link #SUBSIZED}. These may
66 * {@code CONCURRENT} is expected to have a documented policy concerning:
148 * {@link java.util.concurrent.CopyOnWriteArrayList} is an immutable source.
151 * <li>The source manages concurrent modifications.
152 * <br>For example, a key set of a {@link java.util.concurrent.ConcurrentHashMap}
153 * is a concurrent source. A Spliterator created from the source reports a
154 * characteristic of {@code CONCURRENT}.</li>
160 * and many other non-concurrent {@code Collection} classes in the JDK, provide
252 * example uses a {@link java.util.concurrent.CountedCompleter};
415 * {@link #NONNULL}, {@link #IMMUTABLE}, {@link #CONCURRENT},
    [all...]
  /external/v8/src/
compiler.h 686 enum ConcurrencyMode { NOT_CONCURRENT, CONCURRENT };
688 // Generate and return optimized code or start a concurrent optimization job.
  /prebuilts/sdk/24/
android.jar 

Completed in 269 milliseconds