Searched refs:td (Results 76 - 100 of 304) sorted by relevance

1234567891011>>

/external/fio/engines/
H A Dsolarisaio.c22 static int fio_solarisaio_cancel(struct thread_data fio_unused *td, argument
28 static int fio_solarisaio_prep(struct thread_data fio_unused *td, argument
31 struct solarisaio_data *sd = td->io_ops->data;
75 static int fio_solarisaio_getevents(struct thread_data *td, unsigned int min, argument
78 struct solarisaio_data *sd = td->io_ops->data;
101 static struct io_u *fio_solarisaio_event(struct thread_data *td, int event) argument
103 struct solarisaio_data *sd = td->io_ops->data;
108 static int fio_solarisaio_queue(struct thread_data fio_unused *td, argument
111 struct solarisaio_data *sd = td->io_ops->data;
116 fio_ro_check(td, io_
156 fio_solarisaio_cleanup(struct thread_data *td) argument
186 fio_solarisaio_init(struct thread_data *td) argument
[all...]
H A Dfalloc.c26 static int open_file(struct thread_data *td, struct fio_file *f) argument
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) argument
79 fio_ro_check(td, io_u);
/external/fio/
H A Dverify.h78 extern int __must_check get_next_verify(struct thread_data *td, struct io_u *);
81 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);
82 extern void fill_buffer_pattern(struct thread_data *td, void *p, unsigned int len);
83 extern void fio_verify_init(struct thread_data *td);
H A Doptions.c167 struct thread_data *td = data; local
183 ret = bssplit_ddir(&td->o, DDIR_TRIM, ddir + 1);
190 ret = bssplit_ddir(&td->o, DDIR_TRIM, op);
195 ret = bssplit_ddir(&td->o, DDIR_WRITE, odir + 1);
198 ret = bssplit_ddir(&td->o, DDIR_READ, str);
204 ret = bssplit_ddir(&td->o, DDIR_WRITE, op);
209 ret = bssplit_ddir(&td->o, DDIR_TRIM, op);
212 ret = bssplit_ddir(&td->o, DDIR_READ, str);
239 static int ignore_error_type(struct thread_data *td, int etype, char *str) argument
250 td
295 struct thread_data *td = data; local
323 struct thread_data *td = data; local
357 struct thread_data *td = data; local
367 struct thread_data *td = data; local
377 struct thread_data *td = data; local
386 struct thread_data *td = data; local
424 struct thread_data *td = data; local
457 set_cpus_allowed(struct thread_data *td, os_cpu_mask_t *mask, const char *input) argument
527 struct thread_data *td = data; local
542 struct thread_data *td = data; local
556 struct thread_data *td = data; local
582 struct thread_data *td = data; local
693 struct thread_data *td = data; local
708 struct thread_data *td = data; local
723 struct thread_data *td = data; local
848 struct thread_data *td = data; local
871 struct thread_data *td = data; local
902 struct thread_data *td = data; local
914 struct thread_data *td = data; local
1000 struct thread_data *td = data; local
1017 struct thread_data *td = data; local
1026 struct thread_data *td = data; local
1043 struct thread_data *td = data; local
1059 struct thread_data *td = data; local
1069 struct thread_data *td = data; local
1083 struct thread_data *td = data; local
1097 struct thread_data *td = data; local
3554 fio_options_set_ioengine_opts(struct option *long_options, struct thread_data *td) argument
3806 fio_options_parse(struct thread_data *td, char **opts, int num_opts, int dump_cmdline) argument
3862 fio_cmd_option_parse(struct thread_data *td, const char *opt, char *val) argument
3867 fio_cmd_ioengine_option_parse(struct thread_data *td, const char *opt, char *val) argument
3873 fio_fill_default_options(struct thread_data *td) argument
3902 fio_options_mem_dupe(struct thread_data *td) argument
4011 fio_options_free(struct thread_data *td) argument
[all...]
H A Dstat.c19 void update_rusage_stat(struct thread_data *td) argument
21 struct thread_stat *ts = &td->ts;
23 fio_getrusage(&td->ru_end);
24 ts->usr_time += mtime_since(&td->ru_start.ru_utime,
25 &td->ru_end.ru_utime);
26 ts->sys_time += mtime_since(&td->ru_start.ru_stime,
27 &td->ru_end.ru_stime);
28 ts->ctx += td->ru_end.ru_nvcsw + td->ru_end.ru_nivcsw
29 - (td
1175 struct thread_data *td; local
1416 struct thread_data *td; local
1603 reset_io_stats(struct thread_data *td) argument
1669 add_log_sample(struct thread_data *td, struct io_log *iolog, unsigned long val, enum fio_ddir ddir, unsigned int bs) argument
1707 finalize_logs(struct thread_data *td) argument
1745 add_clat_sample(struct thread_data *td, enum fio_ddir ddir, unsigned long usec, unsigned int bs) argument
1762 add_slat_sample(struct thread_data *td, enum fio_ddir ddir, unsigned long usec, unsigned int bs) argument
1776 add_lat_sample(struct thread_data *td, enum fio_ddir ddir, unsigned long usec, unsigned int bs) argument
1790 add_bw_sample(struct thread_data *td, enum fio_ddir ddir, unsigned int bs, struct timeval *t) argument
1829 add_iops_sample(struct thread_data *td, enum fio_ddir ddir, unsigned int bs, struct timeval *t) argument
[all...]
/external/clang/include/clang/Sema/
H A DMakefile10 $(ObjDir)/AttrTemplateInstantiate.inc.tmp : $(TD_SRC_DIR)/Attr.td \
16 $(ObjDir)/AttrParsedAttrList.inc.tmp : $(TD_SRC_DIR)/Attr.td \
22 $(ObjDir)/AttrParsedAttrKinds.inc.tmp : $(TD_SRC_DIR)/Attr.td \
28 $(ObjDir)/AttrSpellingListIndex.inc.tmp : $(TD_SRC_DIR)/Attr.td \
34 $(ObjDir)/AttrParsedAttrImpl.inc.tmp : $(TD_SRC_DIR)/Attr.td \
/external/smack/src/org/jivesoftware/smack/util/
H A DStringUtils.java385 * <tr><td><b>Unescaped Character</b></td><td><b>Encoded Sequence</b></td></tr>
386 * <tr><td>&lt;space&gt;</td><td>\20</td></tr>
387 * <tr><td>"</td><t
[all...]
/external/chromium_org/remoting/webapp/
H A Dpaired_client_manager.js49 var td = document.createElement('td');
50 td.innerText = new Date(this.createdTime).toLocaleDateString();
51 this.tableRow.appendChild(td);
52 td = document.createElement('td');
53 td.innerText = this.clientName;
54 this.tableRow.appendChild(td);
55 td = document.createElement('td');
[all...]
/external/chromium_org/chrome/browser/resources/quota_internals/
H A Dmain.css6 td {
/external/chromium_org/chrome/browser/resources/sync_internals/
H A Devents.css8 #sync-events-table td {
/external/clang/include/clang/Basic/
H A DMakefile17 INPUT_TDS = $(wildcard $(PROJ_SRC_DIR)/Diagnostic*.td)
35 $(ObjDir)/Diagnostic%Kinds.inc.tmp : Diagnostic.td $(INPUT_TDS) $(CLANG_TBLGEN) $(ObjDir)/.dir
39 $(ObjDir)/DiagnosticIndexName.inc.tmp : Diagnostic.td $(INPUT_TDS) $(CLANG_TBLGEN) $(ObjDir)/.dir
43 $(ObjDir)/DiagnosticGroups.inc.tmp : Diagnostic.td DiagnosticGroups.td $(INPUT_TDS) $(CLANG_TBLGEN) $(ObjDir)/.dir
47 $(ObjDir)/AttrList.inc.tmp : Attr.td $(CLANG_TBLGEN) $(ObjDir)/.dir
52 $(ObjDir)/AttrHasAttributeImpl.inc.tmp : Attr.td $(CLANG_TBLGEN) \
58 $(ObjDir)/arm_neon.inc.tmp : arm_neon.td $(CLANG_TBLGEN) $(ObjDir)/.dir
/external/clang/include/clang/Serialization/
H A DMakefile9 $(ObjDir)/AttrPCHRead.inc.tmp : $(TD_SRC_DIR)/Attr.td $(CLANG_TBLGEN) \
15 $(ObjDir)/AttrPCHWrite.inc.tmp : $(TD_SRC_DIR)/Attr.td $(CLANG_TBLGEN) \
/external/clang/utils/
H A Dfind-unused-diagnostics.sh4 # in Diagnostic*.td files but not used in sources.
7 # Gather all diagnostic identifiers from the .td files.
8 ALL_DIAGS=$(grep -E --only-matching --no-filename '(err_|warn_|ext_|note_)[a-z_]+' ./include/clang/Basic/Diagnostic*.td)
14 # Print all diags that occur in the .td files but not in the source.
/external/chromium-trace/trace-viewer/src/tracing/analysis/
H A Danalysis_results.css21 .analysis-table > tr > td:first-child {
25 .analysis-table > tr > td {
/external/clang/include/clang/Parse/
H A DMakefile9 $(ObjDir)/AttrParserStringSwitches.inc.tmp : $(TD_SRC_DIR)/Attr.td $(CLANG_TBLGEN) \
/external/javassist/src/main/javassist/bytecode/stackmap/
H A DTypeData.java42 static void setType(TypeData td, String className, ClassPool cp) throws BadBytecode { argument
43 if (td == TypeTag.TOP)
46 td.setType(className, cp);
158 private static void add(ArrayList list, TypeData td) { argument
161 if (list.get(i) == td)
164 list.add(td);
217 TypeData td = (TypeData)equiv.get(i);
218 if (td instanceof TypeName) {
219 TypeName tn = (TypeName)td;
227 TypeData td
[all...]
/external/llvm/unittests/Option/
H A DMakefile21 $(ObjDir)/Opts.inc.tmp : Opts.td $(LLVM_TBLGEN) $(ObjDir)/.dir
/external/llvm/lib/IR/
H A DMakefile19 INTRINSICTD := $(PROJ_SRC_ROOT)/include/llvm/IR/Intrinsics.td
20 INTRINSICTDS := $(wildcard $(PROJ_SRC_ROOT)/include/llvm/IR/Intrinsics*.td)
23 $(Echo) Building Intrinsics.gen.tmp from Intrinsics.td
/external/libedit/src/
H A Dtty.c451 #define tty__gettabs(td) ((((td)->c_oflag & TAB3) == TAB3) ? 0 : 1)
452 #define tty__geteightbit(td) (((td)->c_cflag & CSIZE) == CS8)
453 #define tty__cooked_mode(td) ((td)->c_lflag & ICANON)
614 tty__getspeed(struct termios *td) argument
618 if ((spd = cfgetispeed(td)) == 0)
619 spd = cfgetospeed(td);
735 tty__getchar(struct termios *td, unsigne argument
817 tty__setchar(struct termios *td, unsigned char *s) argument
[all...]
/external/chromium_org/ppapi/c/documentation/
H A Ddoxy_cleanup.py38 - Using bare <h2> title row instead of row embedded in <tr><td> in table
45 <tr><td colspan="2"><h2><a name="pub-attribs"></a>
46 Data Fields List</h2></td></tr>
59 if tag.td and tag.td.h2 and tag.td.h2.a and tag.td.h2.a['name']:
60 #tag['id'] = tag.td.h2.a['name']
61 tag.string = tag.td.h2.a.next
/external/chromium_org/ppapi/cpp/documentation/
H A Ddoxy_cleanup.py37 - Using bare <h2> title row instead of row embedded in <tr><td> in table
44 <tr><td colspan="2"><h2><a name="pub-attribs"></a>
45 Data Fields List</h2></td></tr>
58 if tag.td and tag.td.h2 and tag.td.h2.a and tag.td.h2.a['name']:
59 #tag['id'] = tag.td.h2.a['name']
60 tag.string = tag.td.h2.a.next
/external/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp29 const ThreadData &td) :
31 m_thread_name(td.name),
33 m_signo(td.signo),
34 m_gpregset_data(td.gpregset),
35 m_fpregset_data(td.fpregset)
28 ThreadElfCore(Process &process, tid_t tid, const ThreadData &td) argument
/external/chromium_org/third_party/icu/
H A Dicu4c.css9 body,p,li,ol,ul,th,td {
128 td.sidebar1 {
138 td.sidebar2 {
152 td.sidebar2:hover {
183 td.fadedtop {
250 td.newsItem {
254 td.release-line,th.release-line {
290 table.rtable tr td {
295 table.rtable tr.broken td {
302 table.rtable tr.rarely td {
[all...]
/external/icu/icu4c/
H A Dicu4c.css9 body,p,li,ol,ul,th,td {
128 td.sidebar1 {
138 td.sidebar2 {
152 td.sidebar2:hover {
183 td.fadedtop {
250 td.newsItem {
254 td.release-line,th.release-line {
290 table.rtable tr td {
295 table.rtable tr.broken td {
302 table.rtable tr.rarely td {
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/
H A Dpower.css26 td.title-cell {
38 td.show-button-cell {
50 td.plots-cell {

Completed in 801 milliseconds

1234567891011>>