Searched refs:authors (Results 1 - 13 of 13) sorted by relevance
/third_party/mesa3d/src/freedreno/rnn/ |
H A D | headergen2.c | 400 fprintf(f.file, " by the following authors:"); in printhead() 403 if(db->copyright.authors[i]->name) in printhead() 404 fprintf(f.file, "%s", db->copyright.authors[i]->name); in printhead() 405 if(db->copyright.authors[i]->email) in printhead() 406 fprintf(f.file, " <%s>", db->copyright.authors[i]->email); in printhead() 407 if(db->copyright.authors[i]->nicknamesnum) { in printhead() 408 for(j = 0; j < db->copyright.authors[i]->nicknamesnum; ++j) { in printhead() 409 fprintf(f.file, "%s%s", (j ? ", " : " ("), db->copyright.authors[i]->nicknames[j]); in printhead()
|
H A D | rnn.h | 45 struct rnnauthor **authors; member
|
H A D | rnn.c | 802 ADDARRAY(copyright->authors, author); in parsecopyright()
|
/third_party/rust/crates/clap/src/ |
H A D | macros.rs | 24 /// Allows you to pull the authors for the command from your Cargo.toml at 49 static authors: &str = env!("CARGO_PKG_AUTHORS"); consts 50 if authors.contains(':') { 52 clap::__macro_refs::once_cell::sync::Lazy::new(|| authors.replace(':', $sep)); 56 authors
|
/third_party/node/deps/v8/src/heap/base/asm/ia32/ |
H A D | push_registers_masm.S | 1 ;; Copyright 2020 the V8 project authors. All rights reserved.
|
/third_party/node/deps/v8/src/heap/base/asm/arm64/ |
H A D | push_registers_masm.S | 1 ; Copyright 2020 the V8 project authors. All rights reserved.
|
/third_party/node/deps/v8/src/heap/base/asm/x64/ |
H A D | push_registers_masm.S | 1 ;; Copyright 2020 the V8 project authors. All rights reserved.
|
/third_party/node/deps/v8/tools/torque/vim-torque/syntax/ |
H A D | torque.vim | 1 " Copyright 2018 the V8 project authors. All rights reserved.
|
/third_party/skia/third_party/externals/libwebp/ |
H A D | gradlew.bat | 2 @rem Copyright 2015 the original author or authors.
|
/third_party/node/deps/npm/node_modules/@npmcli/package-json/lib/ |
H A D | normalize.js | 261 // populate "authors" attribute 262 if (steps.includes('authors') && !data.contributors) { 265 const authors = authorData.split(/\r?\n/g) 268 data.contributors = authors
|
/third_party/node/deps/npm/node_modules/read-package-json/lib/ |
H A D | read-json.js | 19 authors, 256 function authors (file, data, cb) {
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | xml_consistency.py | 548 def has_any_suffixes(apiname, authors): 549 for author in authors:
|
/third_party/node/deps/v8/tools/vim/ |
H A D | ninja-build.vim | 1 " Copyright (c) 2015 the V8 project authors. All rights reserved.
|
Completed in 8 milliseconds