Home
last modified time | relevance | path

Searched refs:authors (Results 1 - 13 of 13) sorted by relevance

/third_party/mesa3d/src/freedreno/rnn/
H A Dheadergen2.c400 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 Drnn.h45 struct rnnauthor **authors; member
H A Drnn.c802 ADDARRAY(copyright->authors, author); in parsecopyright()
/third_party/rust/crates/clap/src/
H A Dmacros.rs24 /// 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 Dpush_registers_masm.S1 ;; Copyright 2020 the V8 project authors. All rights reserved.
/third_party/node/deps/v8/src/heap/base/asm/arm64/
H A Dpush_registers_masm.S1 ; Copyright 2020 the V8 project authors. All rights reserved.
/third_party/node/deps/v8/src/heap/base/asm/x64/
H A Dpush_registers_masm.S1 ;; Copyright 2020 the V8 project authors. All rights reserved.
/third_party/node/deps/v8/tools/torque/vim-torque/syntax/
H A Dtorque.vim1 " Copyright 2018 the V8 project authors. All rights reserved.
/third_party/skia/third_party/externals/libwebp/
H A Dgradlew.bat2 @rem Copyright 2015 the original author or authors.
/third_party/node/deps/npm/node_modules/@npmcli/package-json/lib/
H A Dnormalize.js261 // 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 Dread-json.js19 authors,
256 function authors (file, data, cb) {
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dxml_consistency.py548 def has_any_suffixes(apiname, authors):
549 for author in authors:
/third_party/node/deps/v8/tools/vim/
H A Dninja-build.vim1 " Copyright (c) 2015 the V8 project authors. All rights reserved.

Completed in 9 milliseconds