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

1 2

  /external/python/futures/
primes.py 27 def sequential(): function
39 for name, fn in [('sequential', sequential),
  /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 113 sequential = false
122 sequential = true
126 sequential = true
206 if sequential {
112 sequential = false var
  /prebuilts/go/linux-x86/src/go/types/
gotype.go 113 sequential = false
122 sequential = true
126 sequential = true
206 if sequential {
112 sequential = false var
  /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
  /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 178 int sequential = 0; /* run tests sequentially */ local
201 sequential = 1;
392 /* Supply a default for starts. If we are in sequential mode, use
398 if (sequential) {
526 if (!sequential)
548 if ((cpid != -1 || sequential) && starts > 0)
551 if (sequential)
    [all...]
  /external/testng/src/main/java/org/testng/internal/annotations/
JDK15TagFactory.java 412 result.setSequential(test.sequential());
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/current/
core.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/26.2.0-alpha16/
sdk-common-26.2.0-alpha16.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/
sdk-common-26.0.0.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/gradle-plugin/com/android/tools/sdk-common/26.0.0-rc1/
sdk-common-26.0.0-rc1.jar 
  /prebuilts/tools/common/offline-m2/com/android/tools/sdk-common/26.0.0-beta2/
sdk-common-26.0.0-beta2.jar 
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava2/rxjava/2.0.6/
rxjava-2.0.6.jar 

Completed in 331 milliseconds

1 2