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

1 2 3 4 5

  /external/testng/src/test/java/test/thread/
SequentialSample2Test.java 5 @Test(sequential = true)
SequentialSample3Test.java 5 @Test(sequential = true)
SequentialSampleTest.java 5 @Test(sequential = true)
  /libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
StreamParSeqTest.java 40 s = s.sequential();
43 s = s.sequential();
SequentialOpTest.java 60 (UnaryOperator<Stream<Integer>>) s -> s.map(id).peek(e -> { counter.incrementAndGet(); }).sequential().map(id),
62 (UnaryOperator<Stream<Integer>>) s -> s.sequential().map(id).peek(e -> {
104 (UnaryOperator<Stream<Integer>>) s -> s.sequential(),
  /external/testng/src/test/java/test/testng285/
BugBase.java 9 @Test(sequential = true)
  /external/testng/src/test/java/test/tmp/
AA.java 7 @Test(sequential = true)
  /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
  /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
  /compatibility/cdd/8_performance-and-power/
8_2_file-io-access-performance.md 11 * **Sequential write performance**. Measured by writing a 256MB file using
15 * **Sequential read performance**. Measured by reading a 256MB file using
22 * [H-0-1] MUST ensure a sequential write performance of at least 5MB/s.
24 * [H-0-3] MUST ensure a sequential read performance of at least 15MB/s.
29 * [T-0-1] MUST ensure a sequential write performance of at least 5MB/s.
31 * [T-0-3] MUST ensure a sequential read performance of at least 15MB/s.
  /dalvik/dx/tests/
run-all-tests 38 sequential="no"
42 --seq) sequential="yes" ;;
137 if [[ "$sequential" = "yes" ]]; then
  /external/testng/src/main/java/org/testng/annotations/
Test.java 146 public boolean sequential() default false;
  /external/testng/src/main/java/org/testng/internal/annotations/
TestAnnotation.java 165 public void setSequential(boolean sequential) {
166 m_sequential = sequential;
  /external/valgrind/memcheck/tests/linux/
timerfd-syscall.stderr.exp 14 sequential timer test (100 ms clock) ...
37 sequential timer test (100 ms clock) ...
  /external/fio/tools/
genfio 45 -a : Run sequential test then parallel one
47 -s : Run sequential test (default value)
78 - a sequential bench on /dev/sdb /dev/sdc /dev/sdd /dev/sde for block size = 4k with write,randwrite,read,randread tests
80 - a sequential bench on /dev/sdb /dev/sdc /dev/sdd /dev/sde for block size = 128k with write,randwrite,read,randread tests
82 - a sequential bench on /dev/sdb /dev/sdc /dev/sdd /dev/sde for block size = 1m with write,randwrite,read,randread tests
286 OUTFILE=${PREFIX}$SHORT_HOSTNAME-$BLOCK_SIZE-sequential-$MODES-$PRINTABLE_DISKS.fio
  /platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
Scheduler.java 28 * For example, the Sequential scheduler will just repeat our test cases a fixed number of times.
46 public static Scheduler sequential(Long iterations) {
47 return new Sequential(iterations);
63 private static class Sequential extends Scheduler {
66 Sequential(Long iterations) {
  /prebuilts/go/darwin-x86/src/testing/
sub_test.go 122 desc: "failnow skips future sequential and parallel tests at same level",
126 --- FAIL: failnow skips future sequential and parallel tests at same level (N.NNs)
127 --- FAIL: failnow skips future sequential and parallel tests at same level/#00 (N.NNs)
153 realTest.Error("sequential test was not run")
231 desc: "alternate sequential and parallel",
232 // Sequential tests should partake in the counting of running threads.
233 // Otherwise, if one runs parallel subtests in sequential tests that are
241 // Sequential: ensure running count is decremented.
250 desc: "alternate sequential and parallel 2",
251 // Sequential tests should partake in the counting of running threads
    [all...]
  /prebuilts/go/linux-x86/src/testing/
sub_test.go 122 desc: "failnow skips future sequential and parallel tests at same level",
126 --- FAIL: failnow skips future sequential and parallel tests at same level (N.NNs)
127 --- FAIL: failnow skips future sequential and parallel tests at same level/#00 (N.NNs)
153 realTest.Error("sequential test was not run")
231 desc: "alternate sequential and parallel",
232 // Sequential tests should partake in the counting of running threads.
233 // Otherwise, if one runs parallel subtests in sequential tests that are
241 // Sequential: ensure running count is decremented.
250 desc: "alternate sequential and parallel 2",
251 // Sequential tests should partake in the counting of running threads
    [all...]
  /external/curl/packages/vms/
pcsi_product_gnv_curl.com 5 $! This command file packages up the product CURL into a sequential
179 /format=sequential 'pcsi_option'
  /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);

Completed in 768 milliseconds

1 2 3 4 5