HomeSort by relevance Sort by last modified time
    Searched refs:td (Results 126 - 150 of 1258) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/fio/engines/
e4defrag.c 71 static int fio_e4defrag_init(struct thread_data *td)
74 struct e4defrag_options *o = td->eo;
86 td_verror(td, ENOMEM, "io_queue_init");
91 if (td->o.directory)
92 len = sprintf(donor_name, "%s/", td->o.directory);
97 td_verror(td, errno, "io_queue_init");
104 long long __len = td->o.file_size_high - td->o.start_offset;
105 r = fallocate(ed->donor_fd, 0, td->o.start_offset, __len);
114 td->io_ops_data = ed
    [all...]
rbd.c 103 static int _fio_setup_rbd_data(struct thread_data *td,
108 if (td->io_ops_data)
120 rbd->aio_events = calloc(td->o.iodepth, sizeof(struct io_u *));
124 rbd->sort_events = calloc(td->o.iodepth, sizeof(struct io_u *));
172 static int _fio_rbd_connect(struct thread_data *td)
174 struct rbd_data *rbd = td->io_ops_data;
175 struct rbd_options *o = td->eo;
301 static struct io_u *fio_rbd_event(struct thread_data *td, int event)
303 struct rbd_data *rbd = td->io_ops_data;
356 static int rbd_iter_events(struct thread_data *td, unsigned int *events
    [all...]
sg.c 100 static int fio_sgio_getevents(struct thread_data *td, unsigned int min,
104 struct sgio_data *sd = td->io_ops_data;
113 for_each_file(td, f, i) {
135 ret = poll(sd->pfds, td->o.nr_files, -1);
139 td_verror(td, errno, "poll");
144 if (pollin_events(sd->pfds, td->o.nr_files))
154 for_each_file(td, f, i) {
160 td_verror(td, r, "sg_read");
194 for_each_file(td, f, i) {
206 static int fio_sgio_ioctl_doio(struct thread_data *td,
    [all...]
solarisaio.c 22 static int fio_solarisaio_cancel(struct thread_data fio_unused *td,
28 static int fio_solarisaio_prep(struct thread_data fio_unused *td,
31 struct solarisaio_data *sd = td->io_ops_data;
75 static int fio_solarisaio_getevents(struct thread_data *td, unsigned int min,
78 struct solarisaio_data *sd = td->io_ops_data;
101 static struct io_u *fio_solarisaio_event(struct thread_data *td, int event)
103 struct solarisaio_data *sd = td->io_ops_data;
108 static int fio_solarisaio_queue(struct thread_data fio_unused *td,
111 struct solarisaio_data *sd = td->io_ops_data;
116 fio_ro_check(td, io_u)
    [all...]
glusterfs_sync.c 11 static int fio_gf_prep(struct thread_data *td, struct io_u *io_u)
14 struct gf_data *g = td->io_ops_data;
25 td_verror(td, errno, "lseek");
32 static int fio_gf_queue(struct thread_data *td, struct io_u *io_u)
34 struct gf_data *g = td->io_ops_data;
38 fio_ro_check(td, io_u);
67 td_verror(td, io_u->error, "xfer");
falloc.c 26 static int open_file(struct thread_data *td, struct fio_file *f)
49 td_verror(td, e, buf);
59 ret = generic_close_file(td, f);
73 static int fio_fallocate_queue(struct thread_data *td, struct io_u *io_u)
79 fio_ro_check(td, io_u);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_lock/
s-c2.c 137 testdata_t *td = (testdata_t *) arg; local
138 td->error = pthread_mutex_lock(&(td->mtx));
139 if (td->error != 0) {
142 td->id);
144 td->error = pthread_mutex_unlock(&(td->mtx));
145 if (td->error != 0) {
146 UNRESOLVED(td->error,
159 testdata_t *td = (testdata_t *) arg local
    [all...]
  /test/suite_harness/common/host-side/tradefed/res/report/
compatibility_result.css 47 table.summary td {
67 table.testsummary td {
92 table.testdetails td {
99 table.testdetails td.module {
118 table.incompletemodules td {
125 td.failed {
132 td.failuredetails {
136 td.pass {
142 td.not_executed {
148 td.testname
    [all...]
  /external/guava/
javadoc-stylesheet.css 61 table tr td dt code {
334 table tr td dl, table tr td dl dt, table tr td dl dd {
351 .contentContainer ul li table th.colOne, .contentContainer ul li table th.colFirst, .contentContainer ul li table th.colLast, .classUseContainer ul li table th, .constantValuesContainer ul li table th, .contentContainer ul li table td.colOne, .contentContainer ul li table td.colFirst, .contentContainer ul li table td.colLast, .classUseContainer ul li table td, .constantValuesContainer ul li table td{
356 .contentContainer ul li table td.colLast, .classUseContainer ul li table td.colLast,.constantValuesContainer ul li table td.colLast
    [all...]
  /external/libjpeg-turbo/java/doc/
stylesheet.css 61 table tr td dt code {
334 table tr td dl, table tr td dl dt, table tr td dl dd {
351 .contentContainer ul li table th.colOne, .contentContainer ul li table th.colFirst, .contentContainer ul li table th.colLast, .classUseContainer ul li table th, .constantValuesContainer ul li table th, .contentContainer ul li table td.colOne, .contentContainer ul li table td.colFirst, .contentContainer ul li table td.colLast, .classUseContainer ul li table td, .constantValuesContainer ul li table td{
356 .contentContainer ul li table td.colLast, .classUseContainer ul li table td.colLast,.constantValuesContainer ul li table td.colLast
    [all...]
  /external/fio/
verify.h 96 extern int __must_check get_next_verify(struct thread_data *td, struct io_u *);
99 extern void fill_verify_pattern(struct thread_data *td, void *p, unsigned int len, struct io_u *io_u, unsigned long seed, int use_seed);
100 extern void fill_buffer_pattern(struct thread_data *td, void *p, unsigned int len);
101 extern void fio_verify_init(struct thread_data *td);
options.c 181 static int str_split_parse(struct thread_data *td, char *str, split_parse_fn *fn)
190 ret = fn(&td->o, DDIR_TRIM, ddir + 1);
197 ret = fn(&td->o, DDIR_TRIM, op);
202 ret = fn(&td->o, DDIR_WRITE, odir + 1);
205 ret = fn(&td->o, DDIR_READ, str);
211 ret = fn(&td->o, DDIR_WRITE, op);
216 ret = fn(&td->o, DDIR_TRIM, op);
220 ret = fn(&td->o, DDIR_READ, str);
228 struct thread_data *td = cb_data_to_td(data); local
237 ret = str_split_parse(td, str, bssplit_ddir)
329 struct thread_data *td = cb_data_to_td(data); local
357 struct thread_data *td = cb_data_to_td(data); local
391 struct thread_data *td = cb_data_to_td(data); local
402 struct thread_data *td = cb_data_to_td(data); local
412 struct thread_data *td = cb_data_to_td(data); local
421 struct thread_data *td = cb_data_to_td(data); local
459 struct thread_data *td = cb_data_to_td(data); local
559 struct thread_data *td = cb_data_to_td(data); local
569 struct thread_data *td = cb_data_to_td(data); local
580 struct thread_data *td = cb_data_to_td(data); local
594 struct thread_data *td = cb_data_to_td(data); local
619 struct thread_data *td = cb_data_to_td(data); local
728 struct thread_data *td = cb_data_to_td(data); local
808 struct thread_data *td = cb_data_to_td(data); local
1011 struct thread_data *td = cb_data_to_td(data); local
1066 struct thread_data *td = cb_data_to_td(data); local
1228 struct thread_data *td = cb_data_to_td(data); local
1254 struct thread_data *td = cb_data_to_td(data); local
1285 struct thread_data *td = cb_data_to_td(data); local
1298 struct thread_data *td = cb_data_to_td(data); local
1328 struct thread_data *td = cb_data_to_td(data); local
1337 struct thread_data *td = cb_data_to_td(data); local
1347 struct thread_data *td = cb_data_to_td(data); local
1370 struct thread_data *td = cb_data_to_td(data); local
1386 struct thread_data *td = cb_data_to_td(data); local
1400 struct thread_data *td = cb_data_to_td(data); local
1411 struct thread_data *td = cb_data_to_td(data); local
1422 struct thread_data *td = cb_data_to_td(data); local
1433 struct thread_data *td = cb_data_to_td(data); local
1444 struct thread_data *td = cb_data_to_td(data); local
1458 struct thread_data *td = cb_data_to_td(data); local
4849 struct thread_data *td = cb_data_to_td(data); local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/
ModuleTest.java 60 public TestData td; field in class:ModuleTest.TestDataPair
63 public TestDataPair(TestData td, DataMap dm) {
64 this.td = td;
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
ModuleTest.java 57 public TestData td; field in class:ModuleTest.TestDataPair
60 public TestDataPair(TestData td, DataMap dm) {
61 this.td = td;
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/table/
LabelColumn.java 40 public void footer(final HTMLElement td, final ICoverageNode total,
43 td.text("Total");
46 public void item(final HTMLElement td, final ITableItem item,
49 td.a(item, base);
BarColumn.java 75 public void footer(final HTMLElement td, final ICoverageNode total,
79 td.text(integerFormat.format(counter.getMissedCount())).text(" of ")
83 public void item(final HTMLElement td, final ITableItem item,
89 bar(td, missed, Resources.REDBAR, resources, base);
91 bar(td, covered, Resources.GREENBAR, resources, base);
95 private void bar(final HTMLElement td, final int count, final String image,
100 td.img(resources.getLink(base, image), width, 10,
CounterColumn.java 130 public void footer(final HTMLElement td, final ICoverageNode total,
133 cell(td, total);
136 public void item(final HTMLElement td, final ITableItem item,
139 cell(td, item.getNode());
142 private void cell(final HTMLElement td, final ICoverageNode node)
145 td.text(integerFormat.format(value));
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowTouchDelegateTest.java 18 private ShadowTouchDelegate td; field in class:ShadowTouchDelegateTest
27 td = Shadows.shadowOf(realTD);
32 Rect bounds = td.getBounds();
38 View view = td.getDelegateView();
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-xtensa/
xtensa.exp 41 {objdump -sj.tdata tlspic.td}}
50 {objdump -sj.tdata tlsbin.td}}
  /external/pdfium/third_party/libtiff/
tif_read.c 169 register TIFFDirectory *td = &tif->tif_dir; local
185 /* bytecountm=(tmsize_t) td->td_stripbytecount[strip]; */
229 read_offset = td->td_stripoffset[strip]
246 if( (uint64) to_read > td->td_stripbytecount[strip]
249 to_read = (tmsize_t) td->td_stripbytecount[strip]
267 if (!isFillOrder(tif, td->td_fillorder) &&
297 register TIFFDirectory *td = &tif->tif_dir; local
305 if (row >= td->td_imagelength) { /* out of range */
309 (unsigned long) td->td_imagelength);
312 if (td->td_planarconfig == PLANARCONFIG_SEPARATE)
452 TIFFDirectory *td = &tif->tif_dir; local
491 TIFFDirectory *td = &tif->tif_dir; local
574 TIFFDirectory *td = &tif->tif_dir; local
654 TIFFDirectory *td = &tif->tif_dir; local
694 TIFFDirectory *td = &tif->tif_dir; local
746 TIFFDirectory *td = &tif->tif_dir; local
958 TIFFDirectory *td = &tif->tif_dir; local
1030 TIFFDirectory *td = &tif->tif_dir; local
1074 TIFFDirectory *td = &tif->tif_dir; local
1153 TIFFDirectory *td = &tif->tif_dir; local
1191 TIFFDirectory *td = &tif->tif_dir; local
1373 TIFFDirectory *td = &tif->tif_dir; local
1412 TIFFDirectory *td = &tif->tif_dir; local
    [all...]
  /cts/apps/CtsVerifier/assets/report/
compatibility_result.css 47 table.summary td {
67 table.testsummary td {
92 table.testdetails td {
99 table.testdetails td.module {
106 td.failed {
113 td.failuredetails {
117 td.pass {
123 td.not_executed {
129 td.testname {
137 td.testcase
    [all...]
  /external/llvm/bindings/go/llvm/
target.go 117 func NewTargetData(rep string) (td TargetData) {
120 td.C = C.LLVMCreateTargetData(crep)
127 func (td TargetData) String() (s string) {
128 cmsg := C.LLVMCopyStringRepOfTargetData(td.C)
136 func (td TargetData) ByteOrder() ByteOrdering { return ByteOrdering(C.LLVMByteOrder(td.C)) }
140 func (td TargetData) PointerSize() int { return int(C.LLVMPointerSize(td.C)) }
144 func (td TargetData) IntPtrType() (t Type) { t.C = C.LLVMIntPtrType(td.C); return
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/trace/
goroutines.go 157 <td> <a href="/trace?goid={{.ID}}">{{.ID}}</a> </td>
158 <td> {{.TotalTime}} </td>
159 <td> {{.ExecTime}} </td>
160 <td> {{.IOTime}} </td>
161 <td> {{.BlockTime}} </td>
    [all...]
  /prebuilts/go/linux-x86/src/cmd/trace/
goroutines.go 157 <td> <a href="/trace?goid={{.ID}}">{{.ID}}</a> </td>
158 <td> {{.TotalTime}} </td>
159 <td> {{.ExecTime}} </td>
160 <td> {{.IOTime}} </td>
161 <td> {{.BlockTime}} </td>
    [all...]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-sparc/
sparc.exp 30 {readelf --symbols vxworks1-lib.nd} {readelf -d vxworks1-lib.td}}
73 {objdump -sj.got tlssunpic32.sd} {objdump -sj.tdata tlssunpic32.td}}
83 {objdump -sj.got tlssunbin32.sd} {objdump -sj.tdata tlssunbin32.td}}
95 {objdump -sj.got gotop32.sd} {objdump -sj.data gotop32.td}}
102 {objdump -sj.got tlssunpic64.sd} {objdump -sj.tdata tlssunpic64.td}}
112 {objdump -sj.got tlssunbin64.sd} {objdump -sj.tdata tlssunbin64.td}}
124 {objdump -sj.got gotop64.sd} {objdump -sj.data gotop64.td}}

Completed in 272 milliseconds

1 2 3 4 56 7 8 91011>>