HomeSort by: relevance | last modified time | path
    Searched refs:email (Results 1 - 7 of 7) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/.gitlab-ci/container/
build-va-tools.sh 5 git config --global user.email "mesa@example.com"
build-libclc.sh 9 git config --global user.email "mesa@example.com"
build-deqp.sh 5 git config --global user.email "mesa@example.com"
  /xsrc/external/mit/MesaLib.old/dist/scripts/
get_reviewer.pl 27 my $email = 1;
96 # rfc822 email address - preloaded methods go here.
218 'email!' => \$email,
277 $email = 0;
286 my $selections = $email + $scm + $status + $subsystem + $web;
288 die "$P: Missing required option: email, scm, status, subsystem or web\n";
292 if ($email &&
296 die "$P: Please select at least 1 email option\n";
702 foreach my $email (@email_to, @list_to)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/freedreno/rnn/
rnn.h 34 char* email; member in struct:rnnauthor
headergen2.c 405 if(db->copyright.authors[i]->email)
406 fprintf(f.file, " <%s>", db->copyright.authors[i]->email);
rnn.c 773 else if (!strcmp(authorattr->name, "email"))
774 author->email = strdup(getattrib(db, file, chain->line, authorattr));

Completed in 9 milliseconds