Home
last modified time | relevance | path

Searched full:irc (Results 1 – 25 of 117) sorted by relevance

12345

/third_party/openh264/codec/common/src/
Dcrt_util_safe_x.cpp65 int32_t iRc; in WelsSnprintf() local
69 iRc = vsnprintf_s (pBuffer, iSizeOfBuffer, _TRUNCATE, kpFormat, pArgPtr); in WelsSnprintf()
70 if (iRc < 0) in WelsSnprintf()
71 iRc = iSizeOfBuffer; in WelsSnprintf()
75 return iRc; in WelsSnprintf()
85 int32_t iRc = vsnprintf_s (pBuffer, iSizeOfBuffer, _TRUNCATE, kpFormat, pArgPtr); in WelsVsnprintf() local
86 if (iRc < 0) in WelsVsnprintf()
87 iRc = iSizeOfBuffer; in WelsVsnprintf()
88 return iRc; in WelsVsnprintf()
110 int32_t iRc; in WelsStrftime() local
[all …]
/third_party/mesa3d/.gitlab-ci/
Dreport-flakes.py40 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 …]
Dgtest-runner.sh55 # Report the flakes to the IRC channel for monitoring (if configured):
58 --host irc.oftc.net \
/third_party/mesa3d/
DREADME.rst30 Many Mesa devs hang on IRC; if you're not sure which channel is
32 <irc://irc.oftc.net/dri-devel>`_, someone will redirect you if
37 question, check out `Who's Who on IRC
/third_party/mesa3d/docs/
Dlists.rst46 IRC chapter
49 join `#dri-devel channel <irc://irc.oftc.net/dri-devel>`__ on
50 `irc.oftc.net <https://webchat.oftc.net/>`__
/third_party/rust/crates/nom/doc/
Dhome.md7 * [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/libabigail/doc/website/
Dmainpage.txt29 \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/
Dvirgl.rst86 irc: `#virgil3d on OFTC <irc://irc.oftc.net/virgil3d>`__.
Dzink.rst306 IRC chapter
310 own IRC channel. If you're interested in contributing, or have any technical
312 <irc://irc.oftc.net/zink>`__ and say hi!
/third_party/ffmpeg/
DRELEASE_NOTES14 feel free to join us on the #ffmpeg IRC channel (on irc.libera.chat) or ask
/third_party/python/
D.travis.yml201 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/glib/
DCONTRIBUTING.md25 - the `#gtk` IRC channel on irc.gnome.org
101 `#gtk` IRC channel or on [Discourse](https://discourse.gnome.org) before
179 features this will have been discussed (in an issue, on IRC, or on Discourse)
197 developer on the merge request, or on IRC, to ask for a second opinion.
/third_party/pulseaudio/
DREADME21 IRC:
22 #pulseaudio on irc.freenode.org
/third_party/mesa3d/docs/relnotes/
D20.1.3.rst47 - 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/PyYAML/
DREADME.md41 IRC #pyyaml irc.libera.chat
/third_party/jerryscript/
DREADME.md9 [![IRC Channel](https://img.shields.io/badge/chat-on%20freenode-brightgreen.svg)](https://kiwiirc.c…
30 IRC channel: #jerryscript on [freenode](https://freenode.net)
/third_party/mksh/
DFAQ2HTML.sh92 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/flutter/skia/third_party/externals/harfbuzz/
D.travis.yml49 irc: "irc.freenode.org#harfbuzz"
/third_party/libuv/docs/code/dns/
Dmain.c72 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/gstreamer/gstplugins_base/
DRELEASE83 There is also a #gstreamer IRC channel on the OFTC IRC network.
/third_party/gstreamer/gstplugins_bad/
DRELEASE83 There is also a #gstreamer IRC channel on the OFTC IRC network.
/third_party/gstreamer/gstplugins_good/
DRELEASE83 There is also a #gstreamer IRC channel on the OFTC IRC network.
/third_party/gstreamer/gst_libav/
DRELEASE83 There is also a #gstreamer IRC channel on the OFTC IRC network.
/third_party/gstreamer/gstreamer/
DRELEASE83 There is also a #gstreamer IRC channel on the OFTC IRC network.
/third_party/mesa3d/.gitlab-ci/piglit/
Dpiglit-runner.sh102 # Report the flakes to the IRC channel for monitoring (if configured):
105 --host irc.oftc.net \

12345