/external/hamcrest/ |
D | build.xml.original | 144 <sequential> 153 </sequential> 158 <sequential> 167 </sequential> 174 <sequential> 185 </sequential> 190 <sequential> 195 </sequential> 201 <sequential> 206 </sequential> [all …]
|
/external/libdrm/intel/tests/ |
D | gm45-3d.batch-ref.txt | 47 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 …]
|
D | gen4-3d.batch-ref.txt | 46 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 …]
|
D | gen5-3d.batch-ref.txt | 50 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 …]
|
D | gen6-3d.batch-ref.txt | 166 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/ |
D | genfio | 45 -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/ |
D | falloc.fio | 33 [sequential aio-dio write] 44 [sequential buffered read]
|
D | ssd-steadystate.fio | 7 # approximately the same rate as the sequential fill, but at some point 23 [sequential-fill]
|
/external/valgrind/memcheck/tests/linux/ |
D | timerfd-syscall.stderr.exp | 14 sequential timer test (100 ms clock) ... 37 sequential timer test (100 ms clock) ...
|
/external/testng/src/main/java/org/testng/internal/annotations/ |
D | TestAnnotation.java | 165 public void setSequential(boolean sequential) { in setSequential() argument 166 m_sequential = sequential; in setSequential()
|
/external/swiftshader/third_party/LLVM/test/MC/ARM/ |
D | 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
|
/external/autotest/client/tests/ffsb/ |
D | README | 20 (1) directed I/O with sequential/random read/write. 21 (2) buffered I/O with sequential/random read/write.
|
/external/eigen/Eigen/ |
D | SuperLUSupport | 43 * - 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/ |
D | SequentialSampleTest.java | 5 @Test(sequential = true)
|
D | SequentialSample3Test.java | 5 @Test(sequential = true)
|
D | SequentialSample2Test.java | 5 @Test(sequential = true)
|
/external/testng/src/test/java/test/testng285/ |
D | BugBase.java | 9 @Test(sequential = true)
|
/external/guava/guava-tests/test/com/google/common/hash/ |
D | FunnelsTest.java | 103 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/ |
D | quick_write | 5 ; A quick test of sequential write
|
/external/testng/src/test/java/test/tmp/ |
D | AA.java | 7 @Test(sequential = true)
|
/external/autotest/client/tests/scrashme/ |
D | control | 12 kernel syscalls randomically, or in a sequential fashion.
|
/external/autotest/client/site_tests/platform_CryptohomeFio/ |
D | quick_write | 5 ; A quick test of sequential random write at the front of the disk
|
D | seq_write_verified | 5 ; A simulation of large sequential disk writes.
|
/external/libjpeg-turbo/ |
D | wizard.txt | 116 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/ |
D | Test.java | 146 public boolean sequential() default false; in sequential() method
|