/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(),
|
IntPrimitiveOpsTests.java | 158 IntStream.range(1, 1000).sequential().forEach(consumer); 164 IntStream.range(1, 1000).parallel().sequential().forEach(consumer);
|
LongPrimitiveOpsTests.java | 158 LongStream.range(1, 1000).sequential().forEach(consumer); 164 LongStream.range(1, 1000).parallel().sequential().forEach(consumer);
|
/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.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/python/futures/ |
primes.py | 27 def sequential(): function 39 for name, fn in [('sequential', sequential),
|
/dalvik/dx/tests/ |
run-all-tests | 39 sequential="no" 43 --seq) sequential="yes" ;; 150 if [[ "$sequential" = "yes" ]]; then
|
/external/testng/src/main/java/org/testng/annotations/ |
Test.java | 146 public boolean sequential() default false;
|
/external/tensorflow/tensorflow/core/kernels/ |
constant_op_test.cc | 93 // Returns graph containing "num" const nodes. If 'sequential' is 96 static Graph* ManyConsts(int num, bool sequential) { 103 if (sequential && prev != nullptr) { 113 test::Benchmark("cpu", ManyConsts(num, false /* !sequential */)).Run(iters); 119 test::Benchmark("cpu", ManyConsts(num, true /* sequential */)).Run(iters);
|
/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 | 129 desc: "failnow skips future sequential and parallel tests at same level", 133 --- FAIL: failnow skips future sequential and parallel tests at same level (N.NNs) 134 --- FAIL: failnow skips future sequential and parallel tests at same level/#00 (N.NNs) 160 realTest.Error("sequential test was not run") 238 desc: "alternate sequential and parallel", 239 // Sequential tests should partake in the counting of running threads. 240 // Otherwise, if one runs parallel subtests in sequential tests that are 248 // Sequential: ensure running count is decremented. 257 desc: "alternate sequential and parallel 2", 258 // Sequential tests should partake in the counting of running threads [all...] |
/prebuilts/go/linux-x86/src/testing/ |
sub_test.go | 129 desc: "failnow skips future sequential and parallel tests at same level", 133 --- FAIL: failnow skips future sequential and parallel tests at same level (N.NNs) 134 --- FAIL: failnow skips future sequential and parallel tests at same level/#00 (N.NNs) 160 realTest.Error("sequential test was not run") 238 desc: "alternate sequential and parallel", 239 // Sequential tests should partake in the counting of running threads. 240 // Otherwise, if one runs parallel subtests in sequential tests that are 248 // Sequential: ensure running count is decremented. 257 desc: "alternate sequential and parallel 2", 258 // 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);
|
/external/swiftshader/third_party/LLVM/test/MC/ARM/ |
diagnostics.s | 235 @ CHECK-ERRORS: error: destination operands must be sequential 238 @ CHECK-ERRORS: error: source operands must be sequential 291 @ CHECK-ERRORS: error: destination operands must be sequential 294 @ CHECK-ERRORS: error: destination operands must be sequential 297 @ CHECK-ERRORS: error: destination operands must be sequential
|