| /xsrc/external/mit/MesaLib/dist/docs/ |
| conf.py | 58 author = 'Brian Paul' variable 184 # author, documentclass [howto, manual, or own class]). 197 [author], 1) 204 # (source start file, target name, title, author, 208 author, 'TheMesa3DGraphicsLibrary', 'One line description of project.',
|
| /xsrc/external/mit/MesaLib/dist/include/android_stub/hardware/ |
| hardware.h | 138 /** Author/owner/implementor of the module */ 139 const char *author; member in struct:hw_module_t
|
| /xsrc/external/mit/brotli/dist/ |
| setup.py | 143 AUTHOR = 'The Brotli Authors' 285 author=AUTHOR, variable in class:BuildExt
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/rnn/ |
| rnn.c | 765 else if (!strcmp(chain->name, "author")) { 766 struct rnnauthor* author = calloc(sizeof *author, 1); local 769 author->contributions = getcontent(chain); 772 author->name = strdup(getattrib(db, file, chain->line, authorattr)); 774 author->email = strdup(getattrib(db, file, chain->line, authorattr)); 776 rnn_err(db, "%s:%d: wrong attribute \"%s\" for author\n", file, chain->line, authorattr->name); 796 ADDARRAY(author->nicknames, nickname); 798 rnn_err(db, "%s:%d: wrong tag in author: <%s>\n", file, authorchild->line, authorchild->name); 802 ADDARRAY(copyright->authors, author); [all...] |