HomeSort by relevance Sort by last modified time
    Searched defs:sequential (Results 1 - 25 of 36) sorted by null

1 2

  /libcore/ojluni/src/main/java/java/util/stream/
BaseStream.java 37 * sequential and parallel aggregate operations. The following example
94 * Returns an equivalent stream that is sequential. May return
95 * itself, either because the stream was already sequential, or because
96 * the underlying stream state was modified to be sequential.
101 * @return a sequential stream
103 S sequential(); method in interface:BaseStream
AbstractPipeline.java 57 * <p>For sequential streams, and parallel streams without
106 * and the stream source if sequential, or the previous stateful if parallel.
147 * True if pipeline is parallel, otherwise the pipeline is sequential; only
304 public final S sequential() { method in class:AbstractPipeline
388 * Get the source spliterator for this pipeline stage. For a sequential or
DoubleStream.java 51 * A sequence of primitive double-valued elements supporting sequential and parallel
232 * While {@code limit()} is generally a cheap operation on sequential
242 * {@code limit()} in parallel pipelines, switching to sequential execution
243 * with {@link #sequential()} may improve performance.
261 * While {@code skip()} is generally a cheap operation on sequential
271 * {@code skip()} in parallel pipelines, switching to sequential execution
272 * with {@link #sequential()} may improve performance.
705 DoubleStream sequential(); method in interface:DoubleStream
729 * Returns an empty sequential {@code DoubleStream}.
731 * @return an empty sequential strea
    [all...]
IntStream.java 49 * A sequence of primitive int-valued elements supporting sequential and parallel
227 * While {@code limit()} is generally a cheap operation on sequential
237 * {@code limit()} in parallel pipelines, switching to sequential execution
238 * with {@link #sequential()} may improve performance.
256 * While {@code skip()} is generally a cheap operation on sequential
266 * {@code skip()} in parallel pipelines, switching to sequential execution
267 * with {@link #sequential()} may improve performance.
674 IntStream sequential(); method in interface:IntStream
697 * Returns an empty sequential {@code IntStream}.
699 * @return an empty sequential strea
    [all...]
LongStream.java 53 * A sequence of primitive long-valued elements supporting sequential and parallel
231 * While {@code limit()} is generally a cheap operation on sequential
241 * {@code limit()} in parallel pipelines, switching to sequential execution
242 * with {@link #sequential()} may improve performance.
260 * While {@code skip()} is generally a cheap operation on sequential
270 * {@code skip()} in parallel pipelines, switching to sequential execution
271 * with {@link #sequential()} may improve performance.
666 LongStream sequential(); method in interface:LongStream
689 * Returns an empty sequential {@code LongStream}.
691 * @return an empty sequential strea
    [all...]
  /prebuilts/go/darwin-x86/src/go/types/
gotype.go 96 sequential = flag.Bool("seq", false, "parse sequentially, rather than in parallel")
171 if *sequential {
301 *sequential = true
93 sequential = flag.Bool("seq", false, "parse sequentially, rather than in parallel") var
  /prebuilts/go/linux-x86/src/go/types/
gotype.go 96 sequential = flag.Bool("seq", false, "parse sequentially, rather than in parallel")
171 if *sequential {
301 *sequential = true
93 sequential = flag.Bool("seq", false, "parse sequentially, rather than in parallel") var
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
types.h 47 sequential, enumerator in enum:__gnu_parallel::_Parallelism
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
types.h 47 sequential, enumerator in enum:__gnu_parallel::_Parallelism
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
types.h 47 sequential, enumerator in enum:__gnu_parallel::_Parallelism
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
types.h 47 sequential, enumerator in enum:__gnu_parallel::_Parallelism
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
types.h 47 sequential, enumerator in enum:__gnu_parallel::_Parallelism
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
types.h 47 sequential, enumerator in enum:__gnu_parallel::_Parallelism
  /external/guava/guava-tests/test/com/google/common/hash/
FunnelsTest.java 103 Funnel<Iterable<? extends Object>> sequential = Funnels.sequentialFunnel(elementFunnel); local
104 sequential.funnel(Arrays.asList("foo", "bar", "baz", "quux"), primitiveSink);
  /external/ltp/pan/
ltp-pan.c 177 int sequential = 0; /* run tests sequentially */ local
199 sequential = 1;
387 /* Supply a default for starts. If we are in sequential mode, use
393 if (sequential) {
521 if (!sequential)
543 if ((cpid != -1 || sequential) && starts > 0)
546 if (sequential)
    [all...]
  /external/testng/src/main/java/org/testng/internal/annotations/
JDK15TagFactory.java 412 result.setSequential(test.sequential());
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/
testng-6.9.10.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/26.0.0-beta1/
sdk-common-26.0.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/26.0.0-beta2/
sdk-common-26.0.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/26.0.0-beta6/
sdk-common-26.0.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/26.0.0-beta7/
sdk-common-26.0.0-beta7.jar 
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava2/rxjava/2.0.6/
rxjava-2.0.6.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.4.0-alpha1/
builder-2.4.0-alpha1.jar 

Completed in 816 milliseconds

1 2