Home
last modified time | relevance | path

Searched refs:sequential (Results 1 – 25 of 158) sorted by relevance

1234567

/external/hamcrest/
Dbuild.xml.original144 <sequential>
153 </sequential>
158 <sequential>
167 </sequential>
174 <sequential>
185 </sequential>
190 <sequential>
195 </sequential>
201 <sequential>
206 </sequential>
[all …]
/external/libdrm/intel/tests/
Dgm45-3d.batch-ref.txt47 0x123000b8: 0x0000000c: buffer 0: sequential, pitch 12b
56 0x123000dc: 0x7b001804: 3DPRIMITIVE: tri fan sequential
79 0x12300138: 0x0000000c: buffer 0: sequential, pitch 12b
85 0x12300150: 0x7b002004: 3DPRIMITIVE: quad strip sequential
103 0x12300198: 0x7b001c04: 3DPRIMITIVE: quad list sequential
121 0x123001e0: 0x7b002004: 3DPRIMITIVE: quad strip sequential
139 0x12300228: 0x7b001c04: 3DPRIMITIVE: quad list sequential
168 0x1230029c: 0x00000018: buffer 0: sequential, pitch 24b
179 0x123002c8: 0x7b002004: 3DPRIMITIVE: quad strip sequential
198 0x12300314: 0x7b001404: 3DPRIMITIVE: tri strip sequential
[all …]
Dgen4-3d.batch-ref.txt46 0x123000b4: 0x0000000c: buffer 0: sequential, pitch 12b
55 0x123000d8: 0x7b001804: 3DPRIMITIVE: tri fan sequential
78 0x12300134: 0x0000000c: buffer 0: sequential, pitch 12b
84 0x1230014c: 0x7b002004: 3DPRIMITIVE: quad strip sequential
102 0x12300194: 0x7b001c04: 3DPRIMITIVE: quad list sequential
120 0x123001dc: 0x7b002004: 3DPRIMITIVE: quad strip sequential
138 0x12300224: 0x7b001c04: 3DPRIMITIVE: quad list sequential
167 0x12300298: 0x00000018: buffer 0: sequential, pitch 24b
178 0x123002c4: 0x7b002004: 3DPRIMITIVE: quad strip sequential
198 0x12300314: 0x7b001404: 3DPRIMITIVE: tri strip sequential
[all …]
Dgen5-3d.batch-ref.txt50 0x123000c4: 0x0000000c: buffer 0: sequential, pitch 12b
59 0x123000e8: 0x7b001804: 3DPRIMITIVE: tri fan sequential
85 0x12300150: 0x0000000c: buffer 0: sequential, pitch 12b
91 0x12300168: 0x7b002004: 3DPRIMITIVE: quad strip sequential
110 0x123001b4: 0x7b001c04: 3DPRIMITIVE: quad list sequential
129 0x12300200: 0x7b002004: 3DPRIMITIVE: quad strip sequential
150 0x12300254: 0x7b001c04: 3DPRIMITIVE: quad list sequential
181 0x123002d0: 0x00000018: buffer 0: sequential, pitch 24b
192 0x123002fc: 0x7b002004: 3DPRIMITIVE: quad strip sequential
214 0x12300354: 0x7b001404: 3DPRIMITIVE: tri strip sequential
[all …]
Dgen6-3d.batch-ref.txt166 0x12300294: 0x0000000c: buffer 0: sequential, pitch 12b
173 0x123002b0: 0x7b001804: 3DPRIMITIVE: tri fan sequential
252 0x123003ec: 0x0000000c: buffer 0: sequential, pitch 12b
256 0x123003fc: 0x7b002004: 3DPRIMITIVE: quad strip sequential
262 0x12300414: 0x7b001c04: 3DPRIMITIVE: quad list sequential
305 0x123004c0: 0x7b002004: 3DPRIMITIVE: quad strip sequential
311 0x123004d8: 0x7b001c04: 3DPRIMITIVE: quad list sequential
368 0x123005bc: 0x00000018: buffer 0: sequential, pitch 24b
377 0x123005e0: 0x7b002004: 3DPRIMITIVE: quad strip sequential
444 0x123006ec: 0x7b002004: 3DPRIMITIVE: quad strip sequential
[all …]
/external/fio/tools/
Dgenfio45 -a : Run sequential test then parallel one
47 -s : Run sequential test (default value)
76 …- a sequential bench on /dev/sdb /dev/sdc /dev/sdd /dev/sde for block size = 4k with write,randwri…
78 …- a sequential bench on /dev/sdb /dev/sdc /dev/sdd /dev/sde for block size = 128k with write,randw…
80 …- a sequential bench on /dev/sdb /dev/sdc /dev/sdd /dev/sde for block size = 1m with write,randwri…
280 OUTFILE=${PREFIX}$SHORT_HOSTNAME-$BLOCK_SIZE-sequential-$MODES-$PRINTABLE_DISKS.fio
/external/fio/examples/
Dfalloc.fio33 [sequential aio-dio write]
44 [sequential buffered read]
Dssd-steadystate.fio7 # approximately the same rate as the sequential fill, but at some point
23 [sequential-fill]
/external/valgrind/memcheck/tests/linux/
Dtimerfd-syscall.stderr.exp14 sequential timer test (100 ms clock) ...
37 sequential timer test (100 ms clock) ...
/external/testng/src/main/java/org/testng/internal/annotations/
DTestAnnotation.java165 public void setSequential(boolean sequential) { in setSequential() argument
166 m_sequential = sequential; in setSequential()
/external/swiftshader/third_party/LLVM/test/MC/ARM/
Ddiagnostics.s235 @ 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
/external/autotest/client/tests/ffsb/
DREADME20 (1) directed I/O with sequential/random read/write.
21 (2) buffered I/O with sequential/random read/write.
/external/eigen/Eigen/
DSuperLUSupport43 * - class SuperLU: a supernodal sequential LU factorization.
44 …* - class SuperILU: a supernodal sequential incomplete LU factorization (to be used as a precondit…
/external/testng/src/test/java/test/thread/
DSequentialSampleTest.java5 @Test(sequential = true)
DSequentialSample3Test.java5 @Test(sequential = true)
DSequentialSample2Test.java5 @Test(sequential = true)
/external/testng/src/test/java/test/testng285/
DBugBase.java9 @Test(sequential = true)
/external/guava/guava-tests/test/com/google/common/hash/
DFunnelsTest.java103 Funnel<Iterable<? extends Object>> sequential = Funnels.sequentialFunnel(elementFunnel); in testSequential() local
104 sequential.funnel(Arrays.asList("foo", "bar", "baz", "quux"), primitiveSink); in testSequential()
/external/autotest/client/site_tests/hardware_StorageFio/
Dquick_write5 ; A quick test of sequential write
/external/testng/src/test/java/test/tmp/
DAA.java7 @Test(sequential = true)
/external/autotest/client/tests/scrashme/
Dcontrol12 kernel syscalls randomically, or in a sequential fashion.
/external/autotest/client/site_tests/platform_CryptohomeFio/
Dquick_write5 ; A quick test of sequential random write at the front of the disk
Dseq_write_verified5 ; A simulation of large sequential disk writes.
/external/libjpeg-turbo/
Dwizard.txt116 By default, cjpeg emits a single-scan sequential JPEG file. The
118 of progression parameters. You can create multiple-scan sequential JPEG
146 producing a sequential JPEG file. cjpeg automatically determines whether
147 the script represents a progressive or sequential file, by observing whether
163 sequential JPEG file:
/external/testng/src/main/java/org/testng/annotations/
DTest.java146 public boolean sequential() default false; in sequential() method

1234567