Searched refs:nick (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib/dist/.gitlab-ci/
H A Dreport-flakes.py111 # The nick needs to be something unique so that multiple runners
112 # connecting at the same time don't race for one nick and get blocked.
117 # that gives us a nick as long as db410c-N-JJJJJJJJ, and it'll be a while
119 nick = args.runner
120 nick = nick.replace('mesa-', '')
121 nick = nick.replace('google-freedreno-', '')
122 nick += f'-{args.job}'
123 irc.send_line(f"NICK {nick}")
[all...]
/xsrc/external/mit/xedit/dist/lisp/
H A Dpackage.c66 LispObj *list, *package, *nick; local in function:LispFindPackageFromString
72 for (nick = package->data.package.nicknames;
73 CONSP(nick); nick = CDR(nick))
74 if (strcmp(THESTR(CAR(nick)), string) == 0)
/xsrc/external/mit/MesaLib.old/dist/
H A DREADME.rst36 To figure out who you're talking to, or which nick to ping for your
/xsrc/external/mit/MesaLib/dist/
H A DREADME.rst36 To figure out who you're talking to, or which nick to ping for your
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D10.1.2.rst157 nick (1):
H A D20.1.3.rst95 - ci: Fix the nick used in IRC reporting.
H A D20.2.0.rst1670 - ci: Fix the nick used in IRC reporting.

Completed in 11 milliseconds