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

1 23 4 5 6 7 8 91011>>

  /external/annotation-tools/annotation-file-utilities/scripts/
merge-annotations 18 td=/tmp/merge-jaifs.*
20 td=/tmp/merge-jaifs.$$
29 mkdir -p "$td/$aj/$d"
30 mv "$d"/*.jaif "$td/$aj/$d"
37 find $td -type f -print | xargs java -cp "$cp" annotations.tools.IndexFileMerger $td | sed 's/(value={\[/({/g' | sed 's/\]}/}/g' > "./$jj" &&\
39 rm -rf $td
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_getschedparam/
stress.c 100 testdata_t td[4]; variable
113 ret = pthread_getschedparam(td[i].thread, &pol, &sp);
119 if (pol != td[i].policy) {
123 if (sp.sched_priority != td[i].prio) {
195 td[0].policy = td[1].policy = SCHED_FIFO;
197 td[2].policy = td[3].policy = SCHED_RR;
199 td[0].prio = sched_get_priority_min(SCHED_FIFO);
201 if (td[0].prio == -1)
    [all...]
  /external/fio/engines/
dev-dax.c 72 static int fio_devdax_file(struct thread_data *td, struct fio_file *f,
78 if (td_rw(td))
80 else if (td_write(td)) {
83 if (td->o.verify != VERIFY_NONE)
91 td_verror(td, errno, "mmap");
94 if (td->error && fdd->devdax_ptr)
97 return td->error;
103 static int fio_devdax_prep_limited(struct thread_data *td, struct io_u *io_u)
119 return fio_devdax_file(td, f, fdd->devdax_sz, fdd->devdax_off);
125 static int fio_devdax_prep_full(struct thread_data *td, struct io_u *io_u
    [all...]
sync.c 57 static int fio_syncio_prep(struct thread_data *td, struct io_u *io_u)
68 td_verror(td, errno, "lseek");
75 static int fio_io_end(struct thread_data *td, struct io_u *io_u, int ret)
90 io_u_log_error(td, io_u);
91 td_verror(td, io_u->error, "xfer");
98 static int fio_pvsyncio_queue(struct thread_data *td, struct io_u *io_u)
100 struct syncio_data *sd = td->io_ops_data;
105 fio_ro_check(td, io_u);
115 do_io_u_trim(td, io_u);
118 ret = do_io_u_sync(td, io_u)
    [all...]
cpu.c 56 static int fio_cpuio_queue(struct thread_data *td, struct io_u fio_unused *io_u)
58 struct cpu_options *co = td->eo;
61 td->done = 1;
69 static int fio_cpuio_init(struct thread_data *td)
71 struct thread_options *o = &td->o;
72 struct cpu_options *co = td->eo;
75 td_vmsg(td, EINVAL, "cpu thread needs rate (cpuload=)","cpuio");
92 td->o.name, td->io_ops->name, co->cpuload, co->cpucycle);
97 static int fio_cpuio_open(struct thread_data fio_unused *td,
    [all...]
binject.c 62 static unsigned int binject_read_commands(struct thread_data *td, void *p,
70 for_each_file(td, f, i) {
78 td_verror(td, errno, "read");
93 static int fio_binject_getevents(struct thread_data *td, unsigned int min,
97 struct binject_data *bd = td->io_ops_data;
106 for_each_file(td, f, i) {
123 ret = poll(bd->pfds, td->o.nr_files, -1);
127 td_verror(td, errno, "poll");
132 if (pollin_events(bd->pfds, td->o.nr_files))
139 events = binject_read_commands(td, buf, left, &r)
    [all...]
glusterfs_async.c 14 static struct io_u *fio_gf_event(struct thread_data *td, int event)
16 struct gf_data *gf_data = td->io_ops_data;
22 static int fio_gf_getevents(struct thread_data *td, unsigned int min,
25 struct gf_data *g = td->io_ops_data;
32 io_u_qiter(&td->io_u_all, io_u, i) {
59 static void fio_gf_io_u_free(struct thread_data *td, struct io_u *io_u)
71 static int fio_gf_io_u_init(struct thread_data *td, struct io_u *io_u)
80 td_verror(td, errno, "malloc");
99 static int fio_gf_async_queue(struct thread_data fio_unused * td,
102 struct gf_data *g = td->io_ops_data
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/
1-1.c 26 } td; variable in typeref:struct:testdata
36 if (pthread_mutex_lock(&td.mutex) != 0) {
47 rc = pthread_cond_wait(&td.cond, &td.mutex);
56 if (pthread_mutex_unlock(&td.mutex) != 0) {
70 if (pthread_mutex_init(&td.mutex, NULL) != 0) {
74 if (pthread_cond_init(&td.cond, NULL) != 0) {
93 if (pthread_mutex_lock(&td.mutex) != 0) {
97 if (pthread_mutex_unlock(&td.mutex) != 0) {
104 rc = pthread_cond_broadcast(&td.cond)
    [all...]
4-1.c 26 } td; variable in typeref:struct:testdata
36 if (pthread_mutex_lock(&td.mutex) != 0) {
47 rc = pthread_cond_wait(&td.cond, &td.mutex);
55 if (pthread_mutex_unlock(&td.mutex) != 0) {
68 if (pthread_mutex_init(&td.mutex, NULL) != 0) {
72 if (pthread_cond_init(&td.cond, NULL) != 0) {
88 if (pthread_mutex_lock(&td.mutex) != 0) {
92 if (pthread_mutex_unlock(&td.mutex) != 0) {
100 rc = pthread_cond_broadcast(&td.cond)
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/
1-1.c 28 } td; variable in typeref:struct:testdata
41 if (pthread_mutex_lock(&td.mutex) != 0) {
57 rc = pthread_cond_timedwait(&td.cond, &td.mutex, &timeout);
76 pthread_mutex_unlock(&td.mutex);
84 if (pthread_mutex_init(&td.mutex, NULL) != 0) {
88 if (pthread_cond_init(&td.cond, NULL) != 0) {
101 if (pthread_mutex_lock(&td.mutex) != 0) {
105 if (pthread_mutex_unlock(&td.mutex) != 0) {
113 if (pthread_cond_signal(&td.cond) != 0)
    [all...]
3-1.c 28 } td; variable in typeref:struct:testdata
41 if (pthread_mutex_lock(&td.mutex) != 0) {
56 rc = pthread_cond_timedwait(&td.cond, &td.mutex, &timeout);
76 if (pthread_mutex_unlock(&td.mutex) != 0) {
88 if (pthread_mutex_init(&td.mutex, NULL) != 0) {
92 if (pthread_cond_init(&td.cond, NULL) != 0) {
105 if (pthread_mutex_lock(&td.mutex) != 0) {
109 if (pthread_mutex_unlock(&td.mutex) != 0) {
117 if (pthread_cond_signal(&td.cond) != 0)
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_wait/
1-1.c 25 } td; variable in typeref:struct:testdata
44 if (pthread_mutex_lock(&td.mutex) != 0) {
52 rc = pthread_cond_wait(&td.cond, &td.mutex);
64 pthread_mutex_unlock(&td.mutex);
72 if (pthread_mutex_init(&td.mutex, NULL) != 0) {
76 if (pthread_cond_init(&td.cond, NULL) != 0) {
89 if (pthread_mutex_lock(&td.mutex) != 0) {
93 if (pthread_mutex_unlock(&td.mutex) != 0) {
108 if (pthread_cond_signal(&td.cond) != 0)
    [all...]
  /prebuilts/go/darwin-x86/src/go/doc/
filter.go 76 for _, td := range a {
78 if matchDecl(td.Decl, f) {
82 td.Consts = filterValues(td.Consts, f)
83 td.Vars = filterValues(td.Vars, f)
84 td.Funcs = filterFuncs(td.Funcs, f)
85 td.Methods = filterFuncs(td.Methods, f
    [all...]
  /prebuilts/go/linux-x86/src/go/doc/
filter.go 76 for _, td := range a {
78 if matchDecl(td.Decl, f) {
82 td.Consts = filterValues(td.Consts, f)
83 td.Vars = filterValues(td.Vars, f)
84 td.Funcs = filterFuncs(td.Funcs, f)
85 td.Methods = filterFuncs(td.Methods, f
    [all...]
  /external/pdfium/third_party/libtiff/
tif_dir.c 93 setExtraSamples(TIFFDirectory* td, va_list ap, uint32* v)
102 if ((uint16) *v > td->td_samplesperpixel)
121 td->td_extrasamples = (uint16) *v;
122 _TIFFsetShortArray(&td->td_sampleinfo, va, td->td_extrasamples);
135 TIFFDirectory* td = &tif->tif_dir; local
136 uint16 i = td->td_samplesperpixel;
153 td->td_samplesperpixel,
154 td->td_samplesperpixel-i);
172 TIFFDirectory* td = &tif->tif_dir local
810 TIFFDirectory* td = &tif->tif_dir; local
860 TIFFDirectory* td = &tif->tif_dir; local
1250 TIFFDirectory *td = &tif->tif_dir; local
1355 register TIFFDirectory* td = &tif->tif_dir; local
    [all...]
  /external/curl/lib/
asyn-thread.c 166 struct thread_data *td; /* for thread-self cleanup */ member in struct:thread_sync_data
202 int init_thread_sync_data(struct thread_data * td,
207 struct thread_sync_data *tsd = &td->tsd;
211 tsd->td = td;
273 struct thread_data *td = tsd->td; local
295 free(td);
313 struct thread_data *td = tsd->td; local
346 struct thread_data *td = (struct thread_data*) async->os_specific; local
386 struct thread_data *td = calloc(1, sizeof(struct thread_data)); local
474 struct thread_data *td = (struct thread_data*) conn->async.os_specific; local
511 struct thread_data *td = (struct thread_data*) conn->async.os_specific; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_pydoc.py 83 <td valign=bottom>&nbsp;<br>
84 <font color="#ffffff" face="helvetica, arial">&nbsp;<br><big><big><strong><a href="test.html"><font color="#ffffff">test</font></a>.pydoc_mod</strong></big></big> (version 1.2.3.4)</font></td
85 ><td align=right valign=bottom
86 ><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="file:%s">%s</a>%s</font></td></tr></table>
91 <td colspan=3 valign=bottom>&nbsp;<br>
92 <font color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big></font></td></tr>
94 <tr><td bgcolor="#ee77aa"><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td>
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_pydoc.py 91 <td valign=bottom>&nbsp;<br>
92 <font color="#ffffff" face="helvetica, arial">&nbsp;<br><big><big><strong><a href="test.html"><font color="#ffffff">test</font></a>.pydoc_mod</strong></big></big> (version 1.2.3.4)</font></td
93 ><td align=right valign=bottom
94 ><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="file:%s">%s</a>%s</font></td></tr></table>
99 <td colspan=3 valign=bottom>&nbsp;<br>
100 <font color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big></font></td></tr>
102 <tr><td bgcolor="#ee77aa"><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td>
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_pydoc.py 91 <td valign=bottom>&nbsp;<br>
92 <font color="#ffffff" face="helvetica, arial">&nbsp;<br><big><big><strong><a href="test.html"><font color="#ffffff">test</font></a>.pydoc_mod</strong></big></big> (version 1.2.3.4)</font></td
93 ><td align=right valign=bottom
94 ><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="file:%s">%s</a>%s</font></td></tr></table>
99 <td colspan=3 valign=bottom>&nbsp;<br>
100 <font color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big></font></td></tr>
102 <tr><td bgcolor="#ee77aa"><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td>
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pydoc.py 91 <td valign=bottom>&nbsp;<br>
92 <font color="#ffffff" face="helvetica, arial">&nbsp;<br><big><big><strong><a href="test.html"><font color="#ffffff">test</font></a>.pydoc_mod</strong></big></big> (version 1.2.3.4)</font></td
93 ><td align=right valign=bottom
94 ><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="file:%s">%s</a>%s</font></td></tr></table>
99 <td colspan=3 valign=bottom>&nbsp;<br>
100 <font color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big></font></td></tr>
102 <tr><td bgcolor="#ee77aa"><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td>
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pydoc.py 91 <td valign=bottom>&nbsp;<br>
92 <font color="#ffffff" face="helvetica, arial">&nbsp;<br><big><big><strong><a href="test.html"><font color="#ffffff">test</font></a>.pydoc_mod</strong></big></big> (version 1.2.3.4)</font></td
93 ><td align=right valign=bottom
94 ><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="file:%s">%s</a>%s</font></td></tr></table>
99 <td colspan=3 valign=bottom>&nbsp;<br>
100 <font color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big></font></td></tr>
102 <tr><td bgcolor="#ee77aa"><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td>
    [all...]
  /external/perfetto/infra/perfetto-ci.appspot.com/static/
script.js 65 let td = div.children[botIndex[jobName]];
66 td.innerHTML = '';
67 td.appendChild(link);
92 let td = document.createElement('td');
93 td.appendChild(link);
94 tr.appendChild(td);
96 td = document.createElement('td');
97 td.innerText = status
    [all...]
  /build/make/tools/droiddoc/templates-ndk/
sdkpage.cs 86 <td>Windows 32-bit</td>
87 <td>
90 </td>
91 <td><?cs var:ndk.win32_bytes ?></td>
92 <td><?cs var:ndk.win32_checksum ?></td>
95 <td>
98 </td>
    [all...]
  /external/fio/
profile.c 89 void profile_add_hooks(struct thread_data *td)
101 td->prof_io_ops = *ops->io_ops;
102 td->flags |= TD_F_PROFILE_OPS;
106 int profile_td_init(struct thread_data *td)
108 struct prof_io_ops *ops = &td->prof_io_ops;
111 return ops->td_init(td);
116 void profile_td_exit(struct thread_data *td)
118 struct prof_io_ops *ops = &td->prof_io_ops;
121 ops->td_exit(td);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_signal/
1-2.c 76 if (td->fork) \
85 if (td->fork) \
212 testdata_t *td; variable
222 ret = pthread_mutex_lock(&td->mtx);
228 td->count++;
230 timed = td->count & 1;
234 ret = clock_gettime(td->cid, &ts);
244 ret = pthread_cond_timedwait(&td->cnd, &td->mtx, &ts);
246 ret = pthread_cond_wait(&td->cnd, &td->mtx)
    [all...]

Completed in 445 milliseconds

1 23 4 5 6 7 8 91011>>