| /third_party/mesa3d/.gitlab-ci/ |
| D | report-flakes.py | 40 print(f"IRC: sending {line}") 54 print(f"IRC: received {line}") 75 help='IRC server hostname', required=True) 77 help='IRC server port', required=True) 95 help='log IRC interactions') 109 irc = Connection(args.host, args.port, args.verbose) 123 irc.send_line(f"NICK {nick}") 124 irc.send_line(f"USER {nick} unused unused: Gitlab CI Notifier") 125 irc.wait(10) 126 irc.send_line(f"JOIN {args.channel}") [all …]
|
| D | gtest-runner.sh | 60 # Report the flakes to the IRC channel for monitoring (if configured): 63 --host irc.oftc.net \
|
| D | deqp-runner.sh | 168 # Report the flakes to the IRC channel for monitoring (if configured): 171 --host irc.oftc.net \
|
| /third_party/mesa3d/ |
| D | README.rst | 28 Many Mesa devs hang on IRC; if you're not sure which channel is 30 <irc://irc.oftc.net/dri-devel>`_, someone will redirect you if 35 question, check out `Who's Who on IRC
|
| /third_party/rust/crates/nom/doc/ |
| D | home.md | 7 * [Gitter chat room](https://gitter.im/Geal/nom). You can also go to the #nom IRC 8 channel on irc.mozilla.org, or ping 'geal' on Mozilla, Freenode, Geeknode or oftc IRC
|
| /third_party/mesa3d/docs/ |
| D | lists.rst | 46 IRC chapter 49 join `#dri-devel channel <irc://irc.oftc.net/dri-devel>`__ on 50 `irc.oftc.net <https://webchat.oftc.net/>`__
|
| /third_party/libabigail/doc/website/ |
| D | mainpage.txt | 29 \section communication IRC and Mailing lists 32 via <a href="http://en.wikipedia.org/wiki/Wikipedia:IRC">IRC</a> at 33 <em>irc://irc.oftc.net\#libabigail</em>.
|
| /third_party/mesa3d/docs/drivers/ |
| D | virgl.rst | 86 IRC: `#virgil3d on OFTC <irc://irc.oftc.net/virgil3d>`__.
|
| D | zink.rst | 345 IRC chapter 349 own IRC channel. If you're interested in contributing, or have any technical 351 <irc://irc.oftc.net/zink>`__ and say hi!
|
| D | lima.rst | 241 - `#lima channel <irc://irc.oftc.net/lima>`__ on `irc.oftc.net <https://webchat.oftc.net/>`__
|
| /third_party/ffmpeg/ |
| D | RELEASE_NOTES | 17 feel free to join us on the #ffmpeg IRC channel (on irc.libera.chat) or ask
|
| /third_party/python/ |
| D | .travis.yml | 201 irc: 204 # IRC channel whenever they fail a build. This can be removed when travis 206 # The actual value here is: irc.freenode.net#python-dev 213 # For the same reasons as above for IRC, we encrypt the webhook address
|
| /third_party/PyYAML/ |
| D | README.md | 41 IRC #pyyaml irc.libera.chat
|
| D | announcement.msg | 26 PyYAML IRC Channel: #pyyaml on irc.libera.chat
|
| /third_party/mesa3d/docs/relnotes/ |
| D | 20.1.3.rst | 47 - ci: Report flakes on IRC from baremetal tests 93 - ci: Enable IRC flake reporting on freedreno baremetal boards. 94 - ci: Improve the flakes reports on IRC. 95 - ci: Fix the nick used in IRC reporting.
|
| /third_party/mksh/ |
| D | FAQ2HTML.sh | 92 a[href^="irc://"]:after, 112 <p>Note: Links marked like <a href="irc://chat.freenode.net/!/bin/mksh">this 113 one to the mksh IRC channel</a> connect to external resources.</p>
|
| /third_party/jerryscript/ |
| D | README.md | 9 [](https://kiwiirc.c… 30 IRC channel: #jerryscript on [freenode](https://freenode.net)
|
| /third_party/libuv/docs/code/dns/ |
| D | main.c | 72 fprintf(stderr, "irc.libera.chat is... "); in main() 73 int r = uv_getaddrinfo(loop, &resolver, on_resolved, "irc.libera.chat", "6667", &hints); in main()
|
| /third_party/mesa3d/.gitlab-ci/fluster/ |
| D | fluster-runner.sh | 88 # Report the flakes to the IRC channel for monitoring (if configured): 91 --host irc.oftc.net \
|
| /third_party/mesa3d/.gitlab-ci/piglit/ |
| D | piglit-runner.sh | 116 # Report the flakes to the IRC channel for monitoring (if configured): 119 --host irc.oftc.net \
|
| /third_party/rust/crates/rustc-hash/ |
| D | CODE_OF_CONDUCT.md | 10 * On IRC, please avoid using overtly sexual nicknames or other nicknames that might detract from a … 36 The enforcement policies listed above apply to all official Rust venues; including official IRC cha…
|
| /third_party/rust/rust/src/tools/rustfmt/ |
| D | CODE_OF_CONDUCT.md | 10 * On IRC, please avoid using overtly sexual nicknames or other nicknames that might detract from a … 36 The enforcement policies listed above apply to all official Rust venues; including official IRC cha…
|
| /third_party/mesa3d/docs/ci/ |
| D | index.rst | 44 <https://gitlab.freedesktop.org/daniels>`__ (``daniels`` on IRC) or 46 IRC). 149 <https://gitlab.freedesktop.org/ngcortes>`__ (``ngcortes`` on IRC). 168 Additionally, most CI reports test-level flakes to an IRC channel, and flakes
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
| D | InductiveRangeCheckElimination.cpp | 383 InductiveRangeCheck IRC; in extractRangeChecksFromCond() local 384 IRC.End = End; in extractRangeChecksFromCond() 385 IRC.Begin = IndexAddRec->getStart(); in extractRangeChecksFromCond() 386 IRC.Step = IndexAddRec->getStepRecurrence(SE); in extractRangeChecksFromCond() 387 IRC.CheckUse = &ConditionUse; in extractRangeChecksFromCond() 388 IRC.IsSigned = IsSigned; in extractRangeChecksFromCond() 389 Checks.push_back(IRC); in extractRangeChecksFromCond() 1813 for (InductiveRangeCheck &IRC : RangeChecks) in run() 1814 IRC.print(OS); in run() 1846 for (InductiveRangeCheck &IRC : RangeChecks) { in run() [all …]
|
| /third_party/pulseaudio/ |
| D | README | 21 IRC:
|